@charset "UTF-8";
.breadcrumb ul li:before {
  content: " / ";
  display: inline-block;
  padding: 0px 4px;
  margin: 0px 5px 0px 5px;
  color: #CCC;
}

.sitemap, .publish_info, .adBlock, .pagination, div.function, .Syncing_slider, .slick-lightbox-slick-caption, .thumbnail .btn_grp, .tabSet, .fatfooter, .header .navigation, .header, div.tag, .category, .divider, .divider-vertical, .container, .row {
  clear: both;
  zoom: 1;
}
.sitemap:before, .publish_info:before, .adBlock:before, .pagination:before, div.function:before, .Syncing_slider:before, .slick-lightbox-slick-caption:before, .thumbnail .btn_grp:before, .tabSet:before, .fatfooter:before, .header .navigation:before, .header:before, div.tag:before, .category:before, .divider:before, .divider-vertical:before, .container:before, .row:before, .sitemap:after, .publish_info:after, .adBlock:after, .pagination:after, div.function:after, .Syncing_slider:after, .slick-lightbox-slick-caption:after, .thumbnail .btn_grp:after, .tabSet:after, .fatfooter:after, .header .navigation:after, .header:after, div.tag:after, .category:after, .divider:after, .divider-vertical:after, .container:after, .row:after {
  content: "";
  display: table;
}
.sitemap:after, .publish_info:after, .adBlock:after, .pagination:after, div.function:after, .Syncing_slider:after, .slick-lightbox-slick-caption:after, .thumbnail .btn_grp:after, .tabSet:after, .fatfooter:after, .header .navigation:after, .header:after, div.tag:after, .category:after, .divider:after, .divider-vertical:after, .container:after, .row:after {
  clear: both;
}

.Flex-set {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* Grid system*/
/*== Media queries breakpoints*/
/**/
/*## Define the breakpoints at which your layout will change, adapting to different screen sizes.*/
/* Extra small screen / phone*/
/*** Deprecated `$screen-xs` as of v3.0.1*/
/* $screen-xs:                  480px !default;*/
/*** Deprecated `$screen-xs-min` as of v3.2.0*/
/*** Deprecated `$screen-phone` as of v3.0.1*/
/* Small screen / tablet*/
/*** Deprecated `$screen-sm` as of v3.0.1*/
/* $screen-sm:                  768px !default;*/
/*** Deprecated `$screen-tablet` as of v3.0.1*/
/* Medium screen / desktop*/
/*** Deprecated `$screen-md` as of v3.0.1*/
/* $screen-md:                  992px !default;*/
/*** Deprecated `$screen-desktop` as of v3.0.1*/
/* Large screen / wide desktop*/
/*** Deprecated `$screen-lg` as of v3.0.1*/
/* $screen-lg:                  1400px !default;*/
/*** Deprecated `$screen-lg-desktop` as of v3.0.1*/
/* So media queries don't overlap when required, provide a maximum*/
/*== Grid system*/
/**/
/*## Define your custom responsive grid.*/
/*** Number of columns in the grid.*/
/* $grid-columns:              12 !default;*/
/*** Padding between columns. Gets divided in half for the left and right.*/
/* $grid-gutter-width:         30px !default;*/
/* Navbar collapse*/
/*** Point at which the navbar becomes uncollapsed.*/
/*** Point at which the navbar begins collapsing.*/
/*== Container sizes*/
/**/
/*## Define the maximum width of `.container` for different screen sizes.*/
/* Small screen / tablet*/
/*** For `$screen-sm-min` and up.*/
/* Medium screen / desktop*/
/*** For `$screen-md-min` and up.*/
/* Large screen / wide desktop*/
/*** For `$screen-lg-min` and up.*/
/* Centered container element*/
/* Creates a wrapper for a series of columns*/
/* Generate the extra small columns*/
/* Generate the small columns*/
/* Generate the medium columns*/
/* Generate the large columns*/
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row > div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

img {
  max-width: 100%;
}

.demosection {
  padding: 0em 0 3em;
  text-align: center;
}
.demosection [class^=col] {
  min-height: 200px;
  color: #151515;
  text-align: center;
  line-height: 200px;
  font-size: 1.5em;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.demosection + .demosection {
  padding-top: 2em;
}
.demosection + .bg {
  background: #e6f4e0;
}
.demosection.full .container {
  max-width: 100% !important;
}

.tt {
  color: #222;
}

.full .container {
  max-width: 100% !important;
}

.col-6-6 .col {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .col-6-6 .col {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .col-6-6 .col {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1400px) {
  .col-6-6 .col {
    float: left;
    width: 50%;
  }
}

.col-4-4-4 .col {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .col-4-4-4 .col {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .col-4-4-4 .col {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 1400px) {
  .col-4-4-4 .col {
    float: left;
    width: 33.3333333333%;
  }
}

.col-3-3-3-3 .col {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .col-3-3-3-3 .col {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .col-3-3-3-3 .col {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1400px) {
  .col-3-3-3-3 .col {
    float: left;
    width: 25%;
  }
}

.col-8-4 .col {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .col-8-4 .col {
    float: left;
    width: 66.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-8-4 .col {
    float: left;
    width: 66.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-8-4 .col {
    float: left;
    width: 66.6666666667%;
  }
}
.col-8-4 .col:nth-child(2n) {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .col-8-4 .col:nth-child(2n) {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .col-8-4 .col:nth-child(2n) {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 1400px) {
  .col-8-4 .col:nth-child(2n) {
    float: left;
    width: 33.3333333333%;
  }
}

.col-4-8 .col {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .col-4-8 .col {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .col-4-8 .col {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 1400px) {
  .col-4-8 .col {
    float: left;
    width: 33.3333333333%;
  }
}
.col-4-8 .col:nth-child(2n) {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .col-4-8 .col:nth-child(2n) {
    float: left;
    width: 66.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-4-8 .col:nth-child(2n) {
    float: left;
    width: 66.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-4-8 .col:nth-child(2n) {
    float: left;
    width: 66.6666666667%;
  }
}

.col-2-2-2-2-2-2 .col {
  float: left;
  width: 50%;
}
@media (min-width: 768px) {
  .col-2-2-2-2-2-2 .col {
    float: left;
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-2-2-2-2-2-2 .col {
    float: left;
    width: 16.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-2-2-2-2-2-2 .col {
    float: left;
    width: 16.6666666667%;
  }
}

.cssname .news {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .cssname .news {
    float: left;
    width: 66.6666666667%;
  }
}
@media (min-width: 992px) {
  .cssname .news {
    float: left;
    width: 66.6666666667%;
  }
}
@media (min-width: 1400px) {
  .cssname .news {
    float: left;
    width: 66.6666666667%;
  }
}
.cssname .video {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .cssname .video {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .cssname .video {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 1400px) {
  .cssname .video {
    float: left;
    width: 33.3333333333%;
  }
}

.col-3-6-3 .col {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .col-3-6-3 .col {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .col-3-6-3 .col {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1400px) {
  .col-3-6-3 .col {
    float: left;
    width: 25%;
  }
}
.col-3-6-3 .col:nth-child(2) {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .col-3-6-3 .col:nth-child(2) {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .col-3-6-3 .col:nth-child(2) {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1400px) {
  .col-3-6-3 .col:nth-child(2) {
    float: left;
    width: 50%;
  }
}

.col-5 .col {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .col-5 .col {
    float: left;
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-5 .col {
    float: left;
    width: 16.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-5 .col {
    float: left;
    width: 16.6666666667%;
  }
}
.col-5 .col:first-child {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-5 .col:first-child {
    margin-left: 8.3333333333%;
  }
}
@media (min-width: 992px) {
  .col-5 .col:first-child {
    margin-left: 8.3333333333%;
  }
}
@media (min-width: 1400px) {
  .col-5 .col:first-child {
    margin-left: 8.3333333333%;
  }
}

.Flex-set .col {
  background: #485b8a;
  color: #fff;
  margin: 4px 0;
}
.Flex-set .col p {
  color: rgba(255, 255, 255, 0.5);
}

.flex-equal-2 .Flex-set .col {
  -ms-flex-preferred-size: calc(100% / 2 - 12px);
      flex-basis: calc(100% / 2 - 12px);
  max-width: calc(100% / 2 - 12px);
  padding: 0 calc(30px / 2);
}
.flex-equal-2 .Flex-set .col:last-child:nth-child(12n-1) {
  margin-right: 0 !important;
}
.flex-equal-2 .Flex-set .col:last-child:nth-child(12n-2) {
  margin-right: 0 !important;
}
.flex-equal-2 .Flex-set .col:last-child:nth-child(12n-3) {
  margin-right: 0 !important;
}
.flex-equal-2 .Flex-set .col:last-child:nth-child(12n-4) {
  margin-right: 0 !important;
}
.flex-equal-2 .Flex-set .col:last-child:nth-child(12n-5) {
  margin-right: 0 !important;
}
.flex-equal-2 .Flex-set .col:last-child:nth-child(12n-6) {
  margin-right: 0 !important;
}
.flex-equal-2 .Flex-set .col:last-child:nth-child(12n-7) {
  margin-right: 0 !important;
}
.flex-equal-2 .Flex-set .col:last-child:nth-child(12n-8) {
  margin-right: 0 !important;
}
.flex-equal-2 .Flex-set .col:last-child:nth-child(12n-9) {
  margin-right: 0 !important;
}
.flex-equal-2 .Flex-set .col:last-child:nth-child(12n-10) {
  margin-right: 0 !important;
}
.flex-equal-2 .Flex-set .col:last-child:nth-child(12n-11) {
  margin-right: 0 !important;
}
.flex-equal-2 .Flex-set .col:last-child:nth-child(12n-12) {
  margin-right: 0 !important;
}
@media screen and (max-width: 991px) {
  .flex-equal-2 .Flex-set {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .flex-equal-2 .Flex-set .col {
    -ms-flex-preferred-size: calc(100% / 1 - 0px);
        flex-basis: calc(100% / 1 - 0px);
    max-width: calc(100% / 1 - 0px);
    padding: 0 calc(30px / 2);
  }
  .flex-equal-2 .Flex-set .col:last-child {
    margin-right: 0 !important;
  }
}

.flex-equal-3 .Flex-set {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.flex-equal-3 .Flex-set .col {
  -ms-flex-preferred-size: calc(100% / 3 - 12px);
      flex-basis: calc(100% / 3 - 12px);
  max-width: calc(100% / 3 - 12px);
  padding: 0 calc(30px / 2);
}
.flex-equal-3 .Flex-set .col:last-child:nth-child(3n) {
  margin-right: 0 !important;
}
.flex-equal-3 .Flex-set .col:last-child:nth-child(3n-1) {
  margin-right: calc((100% / 3 - 12px) * 1 + 12px * 3 * 1 / (3 - 1));
}
.flex-equal-3 .Flex-set .col:last-child:nth-child(3n) {
  margin-right: 0 !important;
}
.flex-equal-3 .Flex-set .col:last-child:nth-child(3n-2) {
  margin-right: calc((100% / 3 - 12px) * 2 + 12px * 3 * 2 / (3 - 1));
}
.flex-equal-3 .Flex-set .thumbnail {
  -ms-flex-preferred-size: calc(100% / 3 - 12px);
      flex-basis: calc(100% / 3 - 12px);
  max-width: calc(100% / 3 - 12px);
  padding: 0 calc(0px / 2);
  background: #fff;
  color: #222;
  margin-bottom: 1.75em;
}
.flex-equal-3 .Flex-set .thumbnail:last-child:nth-child(3n) {
  margin-right: 0 !important;
}
.flex-equal-3 .Flex-set .thumbnail:last-child:nth-child(3n-1) {
  margin-right: calc((100% / 3 - 12px) * 1 + 12px * 3 * 1 / (3 - 1));
}
.flex-equal-3 .Flex-set .thumbnail:last-child:nth-child(3n) {
  margin-right: 0 !important;
}
.flex-equal-3 .Flex-set .thumbnail:last-child:nth-child(3n-2) {
  margin-right: calc((100% / 3 - 12px) * 2 + 12px * 3 * 2 / (3 - 1));
}
@media screen and (max-width: 991px) {
  .flex-equal-3 .Flex-set {
    position: relative;
    min-height: 1px;
    padding-left: 1em;
    padding-right: 1em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .flex-equal-3 .Flex-set .col {
    -ms-flex-preferred-size: calc(100% / 2 - 12px);
        flex-basis: calc(100% / 2 - 12px);
    max-width: calc(100% / 2 - 12px);
    padding: 0 calc(30px / 2);
  }
  .flex-equal-3 .Flex-set .col:last-child:nth-child(12n-1) {
    margin-right: 0 !important;
  }
  .flex-equal-3 .Flex-set .col:last-child:nth-child(12n-2) {
    margin-right: 0 !important;
  }
  .flex-equal-3 .Flex-set .col:last-child:nth-child(12n-3) {
    margin-right: 0 !important;
  }
  .flex-equal-3 .Flex-set .col:last-child:nth-child(12n-4) {
    margin-right: 0 !important;
  }
  .flex-equal-3 .Flex-set .col:last-child:nth-child(12n-5) {
    margin-right: 0 !important;
  }
  .flex-equal-3 .Flex-set .col:last-child:nth-child(12n-6) {
    margin-right: 0 !important;
  }
  .flex-equal-3 .Flex-set .col:last-child:nth-child(12n-7) {
    margin-right: 0 !important;
  }
  .flex-equal-3 .Flex-set .col:last-child:nth-child(12n-8) {
    margin-right: 0 !important;
  }
  .flex-equal-3 .Flex-set .col:last-child:nth-child(12n-9) {
    margin-right: 0 !important;
  }
  .flex-equal-3 .Flex-set .col:last-child:nth-child(12n-10) {
    margin-right: 0 !important;
  }
  .flex-equal-3 .Flex-set .col:last-child:nth-child(12n-11) {
    margin-right: 0 !important;
  }
  .flex-equal-3 .Flex-set .col:last-child:nth-child(12n-12) {
    margin-right: 0 !important;
  }
  .flex-equal-3 .Flex-set .thumbnail {
    -ms-flex-preferred-size: calc(100% / 2 - 12px);
        flex-basis: calc(100% / 2 - 12px);
    max-width: calc(100% / 2 - 12px);
    padding: 0 calc(0px / 2);
  }
  .flex-equal-3 .Flex-set .thumbnail:last-child:nth-child(12n-1) {
    margin-right: 0 !important;
  }
  .flex-equal-3 .Flex-set .thumbnail:last-child:nth-child(12n-2) {
    margin-right: 0 !important;
  }
  .flex-equal-3 .Flex-set .thumbnail:last-child:nth-child(12n-3) {
    margin-right: 0 !important;
  }
  .flex-equal-3 .Flex-set .thumbnail:last-child:nth-child(12n-4) {
    margin-right: 0 !important;
  }
  .flex-equal-3 .Flex-set .thumbnail:last-child:nth-child(12n-5) {
    margin-right: 0 !important;
  }
  .flex-equal-3 .Flex-set .thumbnail:last-child:nth-child(12n-6) {
    margin-right: 0 !important;
  }
  .flex-equal-3 .Flex-set .thumbnail:last-child:nth-child(12n-7) {
    margin-right: 0 !important;
  }
  .flex-equal-3 .Flex-set .thumbnail:last-child:nth-child(12n-8) {
    margin-right: 0 !important;
  }
  .flex-equal-3 .Flex-set .thumbnail:last-child:nth-child(12n-9) {
    margin-right: 0 !important;
  }
  .flex-equal-3 .Flex-set .thumbnail:last-child:nth-child(12n-10) {
    margin-right: 0 !important;
  }
  .flex-equal-3 .Flex-set .thumbnail:last-child:nth-child(12n-11) {
    margin-right: 0 !important;
  }
  .flex-equal-3 .Flex-set .thumbnail:last-child:nth-child(12n-12) {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .flex-equal-3 .Flex-set {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .flex-equal-3 .Flex-set .col {
    -ms-flex-preferred-size: calc(100% / 1 - 0px);
        flex-basis: calc(100% / 1 - 0px);
    max-width: calc(100% / 1 - 0px);
    padding: 0 calc(10px / 2);
  }
  .flex-equal-3 .Flex-set .col:last-child {
    margin-right: 0 !important;
  }
  .flex-equal-3 .Flex-set .thumbnail {
    -ms-flex-preferred-size: calc(100% / 1 - 12px);
        flex-basis: calc(100% / 1 - 12px);
    max-width: calc(100% / 1 - 12px);
    padding: 0 calc(0px / 2);
  }
  .flex-equal-3 .Flex-set .thumbnail:last-child {
    margin-right: 0 !important;
  }
}

.flex-equal-4 .Flex-set {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.flex-equal-4 .Flex-set .col {
  -ms-flex-preferred-size: calc(100% / 4 - 10px);
      flex-basis: calc(100% / 4 - 10px);
  max-width: calc(100% / 4 - 10px);
  padding: 0 calc(30px / 2);
  background: #795548;
  color: #fff;
  margin: 4px 0;
}
.flex-equal-4 .Flex-set .col:last-child:nth-child(4n) {
  margin-right: 0 !important;
}
.flex-equal-4 .Flex-set .col:last-child:nth-child(4n-1) {
  margin-right: calc((100% / 4 - 10px) * 1 + 10px * 4 * 1 / (4 - 1));
}
.flex-equal-4 .Flex-set .col:last-child:nth-child(4n) {
  margin-right: 0 !important;
}
.flex-equal-4 .Flex-set .col:last-child:nth-child(4n-2) {
  margin-right: calc((100% / 4 - 10px) * 2 + 10px * 4 * 2 / (4 - 1));
}
.flex-equal-4 .Flex-set .col:last-child:nth-child(4n) {
  margin-right: 0 !important;
}
.flex-equal-4 .Flex-set .col:last-child:nth-child(4n-3) {
  margin-right: calc((100% / 4 - 10px) * 3 + 10px * 4 * 3 / (4 - 1));
}
@media screen and (max-width: 991px) {
  .flex-equal-4 .Flex-set .col {
    -ms-flex-preferred-size: calc(100% / 3 - 6px);
        flex-basis: calc(100% / 3 - 6px);
    max-width: calc(100% / 3 - 6px);
    padding: 0 calc(1em / 2);
  }
  .flex-equal-4 .Flex-set .col:last-child:nth-child(3n) {
    margin-right: 0 !important;
  }
  .flex-equal-4 .Flex-set .col:last-child:nth-child(3n-1) {
    margin-right: calc((100% / 3 - 6px) * 1 + 6px * 3 * 1 / (3 - 1));
  }
  .flex-equal-4 .Flex-set .col:last-child:nth-child(3n) {
    margin-right: 0 !important;
  }
  .flex-equal-4 .Flex-set .col:last-child:nth-child(3n-2) {
    margin-right: calc((100% / 3 - 6px) * 2 + 6px * 3 * 2 / (3 - 1));
  }
}
@media screen and (max-width: 767px) {
  .flex-equal-4 .Flex-set {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .flex-equal-4 .Flex-set .col {
    -ms-flex-preferred-size: calc(100% / 2 - 4px);
        flex-basis: calc(100% / 2 - 4px);
    max-width: calc(100% / 2 - 4px);
    padding: 0 calc(1em / 2);
  }
  .flex-equal-4 .Flex-set .col:last-child:nth-child(12n-1) {
    margin-right: 0 !important;
  }
  .flex-equal-4 .Flex-set .col:last-child:nth-child(12n-2) {
    margin-right: 0 !important;
  }
  .flex-equal-4 .Flex-set .col:last-child:nth-child(12n-3) {
    margin-right: 0 !important;
  }
  .flex-equal-4 .Flex-set .col:last-child:nth-child(12n-4) {
    margin-right: 0 !important;
  }
  .flex-equal-4 .Flex-set .col:last-child:nth-child(12n-5) {
    margin-right: 0 !important;
  }
  .flex-equal-4 .Flex-set .col:last-child:nth-child(12n-6) {
    margin-right: 0 !important;
  }
  .flex-equal-4 .Flex-set .col:last-child:nth-child(12n-7) {
    margin-right: 0 !important;
  }
  .flex-equal-4 .Flex-set .col:last-child:nth-child(12n-8) {
    margin-right: 0 !important;
  }
  .flex-equal-4 .Flex-set .col:last-child:nth-child(12n-9) {
    margin-right: 0 !important;
  }
  .flex-equal-4 .Flex-set .col:last-child:nth-child(12n-10) {
    margin-right: 0 !important;
  }
  .flex-equal-4 .Flex-set .col:last-child:nth-child(12n-11) {
    margin-right: 0 !important;
  }
  .flex-equal-4 .Flex-set .col:last-child:nth-child(12n-12) {
    margin-right: 0 !important;
  }
}

.flex-equal-5 .Flex-set {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.flex-equal-5 .Flex-set .col {
  -ms-flex-preferred-size: calc(100% / 5 - 5px);
      flex-basis: calc(100% / 5 - 5px);
  max-width: calc(100% / 5 - 5px);
  padding: 0 calc(20px / 2);
  background: #027e98;
  color: #fff;
  margin: 4px 0;
}
.flex-equal-5 .Flex-set .col:last-child:nth-child(5n) {
  margin-right: 0;
}
.flex-equal-5 .Flex-set .col:last-child:nth-child(5n-1) {
  margin-right: calc((100% / 5 - 5px) * 1 + 5px * 5 * 1 / (5 - 1));
}
.flex-equal-5 .Flex-set .col:last-child:nth-child(5n) {
  margin-right: 0;
}
.flex-equal-5 .Flex-set .col:last-child:nth-child(5n-2) {
  margin-right: calc((100% / 5 - 5px) * 2 + 5px * 5 * 2 / (5 - 1));
}
.flex-equal-5 .Flex-set .col:last-child:nth-child(5n) {
  margin-right: 0;
}
.flex-equal-5 .Flex-set .col:last-child:nth-child(5n-3) {
  margin-right: calc((100% / 5 - 5px) * 3 + 5px * 5 * 3 / (5 - 1));
}
.flex-equal-5 .Flex-set .col:last-child:nth-child(5n) {
  margin-right: 0;
}
.flex-equal-5 .Flex-set .col:last-child:nth-child(5n-4) {
  margin-right: calc((100% / 5 - 5px) * 4 + 5px * 5 * 4 / (5 - 1));
}
@media screen and (max-width: 991px) {
  .flex-equal-5 .Flex-set {
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .flex-equal-5 .Flex-set .col {
    margin-top: 0.25em;
    margin-bottom: 0.25em;
    -ms-flex-preferred-size: calc(100% / 4 - 10px);
        flex-basis: calc(100% / 4 - 10px);
    max-width: calc(100% / 4 - 10px);
    padding: 0 calc(20px / 2);
  }
  .flex-equal-5 .Flex-set .col:last-child:nth-child(4n) {
    margin-right: 0 !important;
  }
  .flex-equal-5 .Flex-set .col:last-child:nth-child(4n-1) {
    margin-right: calc((100% / 4 - 10px) * 1 + 10px * 4 * 1 / (4 - 1));
  }
  .flex-equal-5 .Flex-set .col:last-child:nth-child(4n) {
    margin-right: 0 !important;
  }
  .flex-equal-5 .Flex-set .col:last-child:nth-child(4n-2) {
    margin-right: calc((100% / 4 - 10px) * 2 + 10px * 4 * 2 / (4 - 1));
  }
  .flex-equal-5 .Flex-set .col:last-child:nth-child(4n) {
    margin-right: 0 !important;
  }
  .flex-equal-5 .Flex-set .col:last-child:nth-child(4n-3) {
    margin-right: calc((100% / 4 - 10px) * 3 + 10px * 4 * 3 / (4 - 1));
  }
}
@media screen and (max-width: 767px) {
  .flex-equal-5 .Flex-set .col {
    -ms-flex-preferred-size: calc(100% / 2 - 4px);
        flex-basis: calc(100% / 2 - 4px);
    max-width: calc(100% / 2 - 4px);
    padding: 0 calc(10px / 2);
  }
  .flex-equal-5 .Flex-set .col:last-child:nth-child(12n-1) {
    margin-right: 0 !important;
  }
  .flex-equal-5 .Flex-set .col:last-child:nth-child(12n-2) {
    margin-right: 0 !important;
  }
  .flex-equal-5 .Flex-set .col:last-child:nth-child(12n-3) {
    margin-right: 0 !important;
  }
  .flex-equal-5 .Flex-set .col:last-child:nth-child(12n-4) {
    margin-right: 0 !important;
  }
  .flex-equal-5 .Flex-set .col:last-child:nth-child(12n-5) {
    margin-right: 0 !important;
  }
  .flex-equal-5 .Flex-set .col:last-child:nth-child(12n-6) {
    margin-right: 0 !important;
  }
  .flex-equal-5 .Flex-set .col:last-child:nth-child(12n-7) {
    margin-right: 0 !important;
  }
  .flex-equal-5 .Flex-set .col:last-child:nth-child(12n-8) {
    margin-right: 0 !important;
  }
  .flex-equal-5 .Flex-set .col:last-child:nth-child(12n-9) {
    margin-right: 0 !important;
  }
  .flex-equal-5 .Flex-set .col:last-child:nth-child(12n-10) {
    margin-right: 0 !important;
  }
  .flex-equal-5 .Flex-set .col:last-child:nth-child(12n-11) {
    margin-right: 0 !important;
  }
  .flex-equal-5 .Flex-set .col:last-child:nth-child(12n-12) {
    margin-right: 0 !important;
  }
}

.flex-equal-5-3-1 .Flex-set {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.flex-equal-5-3-1 .Flex-set .col {
  -ms-flex-preferred-size: calc(100% / 5 - 5px);
      flex-basis: calc(100% / 5 - 5px);
  max-width: calc(100% / 5 - 5px);
  padding: 0 calc(20px / 2);
  background: #027e98;
  color: #fff;
  margin: 4px 0;
}
.flex-equal-5-3-1 .Flex-set .col:last-child:nth-child(5n) {
  margin-right: 0;
}
.flex-equal-5-3-1 .Flex-set .col:last-child:nth-child(5n-1) {
  margin-right: calc((100% / 5 - 5px) * 1 + 5px * 5 * 1 / (5 - 1));
}
.flex-equal-5-3-1 .Flex-set .col:last-child:nth-child(5n) {
  margin-right: 0;
}
.flex-equal-5-3-1 .Flex-set .col:last-child:nth-child(5n-2) {
  margin-right: calc((100% / 5 - 5px) * 2 + 5px * 5 * 2 / (5 - 1));
}
.flex-equal-5-3-1 .Flex-set .col:last-child:nth-child(5n) {
  margin-right: 0;
}
.flex-equal-5-3-1 .Flex-set .col:last-child:nth-child(5n-3) {
  margin-right: calc((100% / 5 - 5px) * 3 + 5px * 5 * 3 / (5 - 1));
}
.flex-equal-5-3-1 .Flex-set .col:last-child:nth-child(5n) {
  margin-right: 0;
}
.flex-equal-5-3-1 .Flex-set .col:last-child:nth-child(5n-4) {
  margin-right: calc((100% / 5 - 5px) * 4 + 5px * 5 * 4 / (5 - 1));
}
@media screen and (max-width: 991px) {
  .flex-equal-5-3-1 .Flex-set .col {
    -ms-flex-preferred-size: calc(100% / 3 - 4px);
        flex-basis: calc(100% / 3 - 4px);
    max-width: calc(100% / 3 - 4px);
    padding: 0 calc(20px / 2);
  }
  .flex-equal-5-3-1 .Flex-set .col:last-child:nth-child(3n) {
    margin-right: 0 !important;
  }
  .flex-equal-5-3-1 .Flex-set .col:last-child:nth-child(3n-1) {
    margin-right: calc((100% / 3 - 4px) * 1 + 4px * 3 * 1 / (3 - 1));
  }
  .flex-equal-5-3-1 .Flex-set .col:last-child:nth-child(3n) {
    margin-right: 0 !important;
  }
  .flex-equal-5-3-1 .Flex-set .col:last-child:nth-child(3n-2) {
    margin-right: calc((100% / 3 - 4px) * 2 + 4px * 3 * 2 / (3 - 1));
  }
}
@media screen and (max-width: 767px) {
  .flex-equal-5-3-1 .Flex-set .col {
    -ms-flex-preferred-size: calc(100% / 1 - 4px);
        flex-basis: calc(100% / 1 - 4px);
    max-width: calc(100% / 1 - 4px);
    padding: 0 calc(20px / 2);
  }
  .flex-equal-5-3-1 .Flex-set .col:last-child {
    margin-right: 0 !important;
  }
}

.flex-equal-6 .Flex-set {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.flex-equal-6 .Flex-set .col {
  -ms-flex-preferred-size: calc(100% / 6 - 10px);
      flex-basis: calc(100% / 6 - 10px);
  max-width: calc(100% / 6 - 10px);
  padding: 0 calc(20px / 2);
  background: #09a20f;
  color: #fff;
  margin: 4px 0;
}
.flex-equal-6 .Flex-set .col:last-child:nth-child(6n) {
  margin-right: 0;
}
.flex-equal-6 .Flex-set .col:last-child:nth-child(6n-1) {
  margin-right: calc((100% / 6 - 10px) * 1 + 10px * 6 * 1 / (6 - 1));
}
.flex-equal-6 .Flex-set .col:last-child:nth-child(6n) {
  margin-right: 0;
}
.flex-equal-6 .Flex-set .col:last-child:nth-child(6n-2) {
  margin-right: calc((100% / 6 - 10px) * 2 + 10px * 6 * 2 / (6 - 1));
}
.flex-equal-6 .Flex-set .col:last-child:nth-child(6n) {
  margin-right: 0;
}
.flex-equal-6 .Flex-set .col:last-child:nth-child(6n-3) {
  margin-right: calc((100% / 6 - 10px) * 3 + 10px * 6 * 3 / (6 - 1));
}
.flex-equal-6 .Flex-set .col:last-child:nth-child(6n) {
  margin-right: 0;
}
.flex-equal-6 .Flex-set .col:last-child:nth-child(6n-4) {
  margin-right: calc((100% / 6 - 10px) * 4 + 10px * 6 * 4 / (6 - 1));
}
.flex-equal-6 .Flex-set .col:last-child:nth-child(6n) {
  margin-right: 0;
}
.flex-equal-6 .Flex-set .col:last-child:nth-child(6n-5) {
  margin-right: calc((100% / 6 - 10px) * 5 + 10px * 6 * 5 / (6 - 1));
}
@media screen and (max-width: 991px) {
  .flex-equal-6 .Flex-set {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .flex-equal-6 .Flex-set .col {
    margin-top: 0.25em;
    margin-bottom: 0.25em;
    -ms-flex-preferred-size: calc(100% / 4 - 10px);
        flex-basis: calc(100% / 4 - 10px);
    max-width: calc(100% / 4 - 10px);
    padding: 0 calc(20px / 2);
  }
  .flex-equal-6 .Flex-set .col:last-child:nth-child(4n) {
    margin-right: 0 !important;
  }
  .flex-equal-6 .Flex-set .col:last-child:nth-child(4n-1) {
    margin-right: calc((100% / 4 - 10px) * 1 + 10px * 4 * 1 / (4 - 1));
  }
  .flex-equal-6 .Flex-set .col:last-child:nth-child(4n) {
    margin-right: 0 !important;
  }
  .flex-equal-6 .Flex-set .col:last-child:nth-child(4n-2) {
    margin-right: calc((100% / 4 - 10px) * 2 + 10px * 4 * 2 / (4 - 1));
  }
  .flex-equal-6 .Flex-set .col:last-child:nth-child(4n) {
    margin-right: 0 !important;
  }
  .flex-equal-6 .Flex-set .col:last-child:nth-child(4n-3) {
    margin-right: calc((100% / 4 - 10px) * 3 + 10px * 4 * 3 / (4 - 1));
  }
}
@media screen and (max-width: 767px) {
  .flex-equal-6 .Flex-set .col {
    -ms-flex-preferred-size: calc(100% / 2 - 4px);
        flex-basis: calc(100% / 2 - 4px);
    max-width: calc(100% / 2 - 4px);
    padding: 0 calc(20px / 2);
  }
  .flex-equal-6 .Flex-set .col:last-child:nth-child(12n-1) {
    margin-right: 0 !important;
  }
  .flex-equal-6 .Flex-set .col:last-child:nth-child(12n-2) {
    margin-right: 0 !important;
  }
  .flex-equal-6 .Flex-set .col:last-child:nth-child(12n-3) {
    margin-right: 0 !important;
  }
  .flex-equal-6 .Flex-set .col:last-child:nth-child(12n-4) {
    margin-right: 0 !important;
  }
  .flex-equal-6 .Flex-set .col:last-child:nth-child(12n-5) {
    margin-right: 0 !important;
  }
  .flex-equal-6 .Flex-set .col:last-child:nth-child(12n-6) {
    margin-right: 0 !important;
  }
  .flex-equal-6 .Flex-set .col:last-child:nth-child(12n-7) {
    margin-right: 0 !important;
  }
  .flex-equal-6 .Flex-set .col:last-child:nth-child(12n-8) {
    margin-right: 0 !important;
  }
  .flex-equal-6 .Flex-set .col:last-child:nth-child(12n-9) {
    margin-right: 0 !important;
  }
  .flex-equal-6 .Flex-set .col:last-child:nth-child(12n-10) {
    margin-right: 0 !important;
  }
  .flex-equal-6 .Flex-set .col:last-child:nth-child(12n-11) {
    margin-right: 0 !important;
  }
  .flex-equal-6 .Flex-set .col:last-child:nth-child(12n-12) {
    margin-right: 0 !important;
  }
}

.flex-equal-6-4-2 .Flex-set,
.flex-equal-6-3-1 .Flex-set,
.flex-equal-6-2 .Flex-set {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.flex-equal-6-4-2 .Flex-set .col,
.flex-equal-6-3-1 .Flex-set .col,
.flex-equal-6-2 .Flex-set .col {
  -ms-flex-preferred-size: calc(100% / 6 - 10px);
      flex-basis: calc(100% / 6 - 10px);
  max-width: calc(100% / 6 - 10px);
  padding: 0 calc(20px / 2);
  background: #09a20f;
  color: #fff;
  margin: 4px 0;
}
.flex-equal-6-4-2 .Flex-set .col:last-child:nth-child(6n),
.flex-equal-6-3-1 .Flex-set .col:last-child:nth-child(6n),
.flex-equal-6-2 .Flex-set .col:last-child:nth-child(6n) {
  margin-right: 0;
}
.flex-equal-6-4-2 .Flex-set .col:last-child:nth-child(6n-1),
.flex-equal-6-3-1 .Flex-set .col:last-child:nth-child(6n-1),
.flex-equal-6-2 .Flex-set .col:last-child:nth-child(6n-1) {
  margin-right: calc((100% / 6 - 10px) * 1 + 10px * 6 * 1 / (6 - 1));
}
.flex-equal-6-4-2 .Flex-set .col:last-child:nth-child(6n),
.flex-equal-6-3-1 .Flex-set .col:last-child:nth-child(6n),
.flex-equal-6-2 .Flex-set .col:last-child:nth-child(6n) {
  margin-right: 0;
}
.flex-equal-6-4-2 .Flex-set .col:last-child:nth-child(6n-2),
.flex-equal-6-3-1 .Flex-set .col:last-child:nth-child(6n-2),
.flex-equal-6-2 .Flex-set .col:last-child:nth-child(6n-2) {
  margin-right: calc((100% / 6 - 10px) * 2 + 10px * 6 * 2 / (6 - 1));
}
.flex-equal-6-4-2 .Flex-set .col:last-child:nth-child(6n),
.flex-equal-6-3-1 .Flex-set .col:last-child:nth-child(6n),
.flex-equal-6-2 .Flex-set .col:last-child:nth-child(6n) {
  margin-right: 0;
}
.flex-equal-6-4-2 .Flex-set .col:last-child:nth-child(6n-3),
.flex-equal-6-3-1 .Flex-set .col:last-child:nth-child(6n-3),
.flex-equal-6-2 .Flex-set .col:last-child:nth-child(6n-3) {
  margin-right: calc((100% / 6 - 10px) * 3 + 10px * 6 * 3 / (6 - 1));
}
.flex-equal-6-4-2 .Flex-set .col:last-child:nth-child(6n),
.flex-equal-6-3-1 .Flex-set .col:last-child:nth-child(6n),
.flex-equal-6-2 .Flex-set .col:last-child:nth-child(6n) {
  margin-right: 0;
}
.flex-equal-6-4-2 .Flex-set .col:last-child:nth-child(6n-4),
.flex-equal-6-3-1 .Flex-set .col:last-child:nth-child(6n-4),
.flex-equal-6-2 .Flex-set .col:last-child:nth-child(6n-4) {
  margin-right: calc((100% / 6 - 10px) * 4 + 10px * 6 * 4 / (6 - 1));
}
.flex-equal-6-4-2 .Flex-set .col:last-child:nth-child(6n),
.flex-equal-6-3-1 .Flex-set .col:last-child:nth-child(6n),
.flex-equal-6-2 .Flex-set .col:last-child:nth-child(6n) {
  margin-right: 0;
}
.flex-equal-6-4-2 .Flex-set .col:last-child:nth-child(6n-5),
.flex-equal-6-3-1 .Flex-set .col:last-child:nth-child(6n-5),
.flex-equal-6-2 .Flex-set .col:last-child:nth-child(6n-5) {
  margin-right: calc((100% / 6 - 10px) * 5 + 10px * 6 * 5 / (6 - 1));
}

@media screen and (max-width: 991px) {
  .flex-equal-6-4-2 .Flex-set .col {
    -ms-flex-preferred-size: calc(100% / 4 - 10px);
        flex-basis: calc(100% / 4 - 10px);
    max-width: calc(100% / 4 - 10px);
    padding: 0 calc(20px / 2);
  }
  .flex-equal-6-4-2 .Flex-set .col:last-child:nth-child(4n) {
    margin-right: 0 !important;
  }
  .flex-equal-6-4-2 .Flex-set .col:last-child:nth-child(4n-1) {
    margin-right: calc((100% / 4 - 10px) * 1 + 10px * 4 * 1 / (4 - 1));
  }
  .flex-equal-6-4-2 .Flex-set .col:last-child:nth-child(4n) {
    margin-right: 0 !important;
  }
  .flex-equal-6-4-2 .Flex-set .col:last-child:nth-child(4n-2) {
    margin-right: calc((100% / 4 - 10px) * 2 + 10px * 4 * 2 / (4 - 1));
  }
  .flex-equal-6-4-2 .Flex-set .col:last-child:nth-child(4n) {
    margin-right: 0 !important;
  }
  .flex-equal-6-4-2 .Flex-set .col:last-child:nth-child(4n-3) {
    margin-right: calc((100% / 4 - 10px) * 3 + 10px * 4 * 3 / (4 - 1));
  }
}
@media screen and (max-width: 767px) {
  .flex-equal-6-4-2 .Flex-set .col {
    -ms-flex-preferred-size: calc(100% / 2 - 10px);
        flex-basis: calc(100% / 2 - 10px);
    max-width: calc(100% / 2 - 10px);
    padding: 0 calc(20px / 2);
  }
  .flex-equal-6-4-2 .Flex-set .col:last-child:nth-child(12n-1) {
    margin-right: 0 !important;
  }
  .flex-equal-6-4-2 .Flex-set .col:last-child:nth-child(12n-2) {
    margin-right: 0 !important;
  }
  .flex-equal-6-4-2 .Flex-set .col:last-child:nth-child(12n-3) {
    margin-right: 0 !important;
  }
  .flex-equal-6-4-2 .Flex-set .col:last-child:nth-child(12n-4) {
    margin-right: 0 !important;
  }
  .flex-equal-6-4-2 .Flex-set .col:last-child:nth-child(12n-5) {
    margin-right: 0 !important;
  }
  .flex-equal-6-4-2 .Flex-set .col:last-child:nth-child(12n-6) {
    margin-right: 0 !important;
  }
  .flex-equal-6-4-2 .Flex-set .col:last-child:nth-child(12n-7) {
    margin-right: 0 !important;
  }
  .flex-equal-6-4-2 .Flex-set .col:last-child:nth-child(12n-8) {
    margin-right: 0 !important;
  }
  .flex-equal-6-4-2 .Flex-set .col:last-child:nth-child(12n-9) {
    margin-right: 0 !important;
  }
  .flex-equal-6-4-2 .Flex-set .col:last-child:nth-child(12n-10) {
    margin-right: 0 !important;
  }
  .flex-equal-6-4-2 .Flex-set .col:last-child:nth-child(12n-11) {
    margin-right: 0 !important;
  }
  .flex-equal-6-4-2 .Flex-set .col:last-child:nth-child(12n-12) {
    margin-right: 0 !important;
  }
}

@media screen and (max-width: 991px) {
  .flex-equal-6-3-1 .Flex-set .col {
    -ms-flex-preferred-size: calc(100% / 3 - 10px);
        flex-basis: calc(100% / 3 - 10px);
    max-width: calc(100% / 3 - 10px);
    padding: 0 calc(20px / 2);
  }
  .flex-equal-6-3-1 .Flex-set .col:last-child:nth-child(3n) {
    margin-right: 0 !important;
  }
  .flex-equal-6-3-1 .Flex-set .col:last-child:nth-child(3n-1) {
    margin-right: calc((100% / 3 - 10px) * 1 + 10px * 3 * 1 / (3 - 1));
  }
  .flex-equal-6-3-1 .Flex-set .col:last-child:nth-child(3n) {
    margin-right: 0 !important;
  }
  .flex-equal-6-3-1 .Flex-set .col:last-child:nth-child(3n-2) {
    margin-right: calc((100% / 3 - 10px) * 2 + 10px * 3 * 2 / (3 - 1));
  }
}
@media screen and (max-width: 767px) {
  .flex-equal-6-3-1 .Flex-set {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .flex-equal-6-3-1 .Flex-set .col {
    -ms-flex-preferred-size: calc(100% / 1 - 0px);
        flex-basis: calc(100% / 1 - 0px);
    max-width: calc(100% / 1 - 0px);
    padding: 0 calc(20px / 2);
  }
  .flex-equal-6-3-1 .Flex-set .col:last-child {
    margin-right: 0 !important;
  }
}

@media screen and (max-width: 991px) {
  .flex-equal-6-2 .Flex-set .col {
    -ms-flex-preferred-size: calc(100% / 2 - 10px);
        flex-basis: calc(100% / 2 - 10px);
    max-width: calc(100% / 2 - 10px);
    padding: 0 calc(20px / 2);
  }
  .flex-equal-6-2 .Flex-set .col:last-child:nth-child(12n-1) {
    margin-right: 0 !important;
  }
  .flex-equal-6-2 .Flex-set .col:last-child:nth-child(12n-2) {
    margin-right: 0 !important;
  }
  .flex-equal-6-2 .Flex-set .col:last-child:nth-child(12n-3) {
    margin-right: 0 !important;
  }
  .flex-equal-6-2 .Flex-set .col:last-child:nth-child(12n-4) {
    margin-right: 0 !important;
  }
  .flex-equal-6-2 .Flex-set .col:last-child:nth-child(12n-5) {
    margin-right: 0 !important;
  }
  .flex-equal-6-2 .Flex-set .col:last-child:nth-child(12n-6) {
    margin-right: 0 !important;
  }
  .flex-equal-6-2 .Flex-set .col:last-child:nth-child(12n-7) {
    margin-right: 0 !important;
  }
  .flex-equal-6-2 .Flex-set .col:last-child:nth-child(12n-8) {
    margin-right: 0 !important;
  }
  .flex-equal-6-2 .Flex-set .col:last-child:nth-child(12n-9) {
    margin-right: 0 !important;
  }
  .flex-equal-6-2 .Flex-set .col:last-child:nth-child(12n-10) {
    margin-right: 0 !important;
  }
  .flex-equal-6-2 .Flex-set .col:last-child:nth-child(12n-11) {
    margin-right: 0 !important;
  }
  .flex-equal-6-2 .Flex-set .col:last-child:nth-child(12n-12) {
    margin-right: 0 !important;
  }
}

.flex-equal-7 .Flex-set {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.flex-equal-7 .Flex-set .col {
  -ms-flex-preferred-size: calc(100% / 7 - 10px);
      flex-basis: calc(100% / 7 - 10px);
  max-width: calc(100% / 7 - 10px);
  padding: 0 calc(20px / 2);
  background: #d47630;
  color: #fff;
  margin: 4px 0;
}
.flex-equal-7 .Flex-set .col:last-child:nth-child(7n) {
  margin-right: 0;
}
.flex-equal-7 .Flex-set .col:last-child:nth-child(7n-1) {
  margin-right: calc((100% / 7 - 10px) * 1 + 10px * 7 * 1 / (7 - 1));
}
.flex-equal-7 .Flex-set .col:last-child:nth-child(7n) {
  margin-right: 0;
}
.flex-equal-7 .Flex-set .col:last-child:nth-child(7n-2) {
  margin-right: calc((100% / 7 - 10px) * 2 + 10px * 7 * 2 / (7 - 1));
}
.flex-equal-7 .Flex-set .col:last-child:nth-child(7n) {
  margin-right: 0;
}
.flex-equal-7 .Flex-set .col:last-child:nth-child(7n-3) {
  margin-right: calc((100% / 7 - 10px) * 3 + 10px * 7 * 3 / (7 - 1));
}
.flex-equal-7 .Flex-set .col:last-child:nth-child(7n) {
  margin-right: 0;
}
.flex-equal-7 .Flex-set .col:last-child:nth-child(7n-4) {
  margin-right: calc((100% / 7 - 10px) * 4 + 10px * 7 * 4 / (7 - 1));
}
.flex-equal-7 .Flex-set .col:last-child:nth-child(7n) {
  margin-right: 0;
}
.flex-equal-7 .Flex-set .col:last-child:nth-child(7n-5) {
  margin-right: calc((100% / 7 - 10px) * 5 + 10px * 7 * 5 / (7 - 1));
}
.flex-equal-7 .Flex-set .col:last-child:nth-child(7n) {
  margin-right: 0;
}
.flex-equal-7 .Flex-set .col:last-child:nth-child(7n-6) {
  margin-right: calc((100% / 7 - 10px) * 6 + 10px * 7 * 6 / (7 - 1));
}
@media screen and (max-width: 991px) {
  .flex-equal-7 .Flex-set {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .flex-equal-7 .Flex-set .col {
    margin-top: 0.25em;
    margin-bottom: 0.25em;
    -ms-flex-preferred-size: calc(100% / 4 - 10px);
        flex-basis: calc(100% / 4 - 10px);
    max-width: calc(100% / 4 - 10px);
    padding: 0 calc(20px / 2);
  }
  .flex-equal-7 .Flex-set .col:last-child:nth-child(4n) {
    margin-right: 0 !important;
  }
  .flex-equal-7 .Flex-set .col:last-child:nth-child(4n-1) {
    margin-right: calc((100% / 4 - 10px) * 1 + 10px * 4 * 1 / (4 - 1));
  }
  .flex-equal-7 .Flex-set .col:last-child:nth-child(4n) {
    margin-right: 0 !important;
  }
  .flex-equal-7 .Flex-set .col:last-child:nth-child(4n-2) {
    margin-right: calc((100% / 4 - 10px) * 2 + 10px * 4 * 2 / (4 - 1));
  }
  .flex-equal-7 .Flex-set .col:last-child:nth-child(4n) {
    margin-right: 0 !important;
  }
  .flex-equal-7 .Flex-set .col:last-child:nth-child(4n-3) {
    margin-right: calc((100% / 4 - 10px) * 3 + 10px * 4 * 3 / (4 - 1));
  }
}
@media screen and (max-width: 767px) {
  .flex-equal-7 .Flex-set .col {
    -ms-flex-preferred-size: calc(100% / 3 - 2px);
        flex-basis: calc(100% / 3 - 2px);
    max-width: calc(100% / 3 - 2px);
    padding: 0 calc(20px / 2);
  }
  .flex-equal-7 .Flex-set .col:last-child:nth-child(3n) {
    margin-right: 0 !important;
  }
  .flex-equal-7 .Flex-set .col:last-child:nth-child(3n-1) {
    margin-right: calc((100% / 3 - 2px) * 1 + 2px * 3 * 1 / (3 - 1));
  }
  .flex-equal-7 .Flex-set .col:last-child:nth-child(3n) {
    margin-right: 0 !important;
  }
  .flex-equal-7 .Flex-set .col:last-child:nth-child(3n-2) {
    margin-right: calc((100% / 3 - 2px) * 2 + 2px * 3 * 2 / (3 - 1));
  }
}

.flex-equal-8 .Flex-set {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.flex-equal-8 .Flex-set .col {
  -ms-flex-preferred-size: calc(100% / 8 - 5px);
      flex-basis: calc(100% / 8 - 5px);
  max-width: calc(100% / 8 - 5px);
  padding: 0 calc(20px / 2);
  background: #027e98;
  color: #fff;
  margin: 4px 0;
}
.flex-equal-8 .Flex-set .col:last-child:nth-child(8n) {
  margin-right: 0;
}
.flex-equal-8 .Flex-set .col:last-child:nth-child(8n-1) {
  margin-right: calc((100% / 8 - 5px) * 1 + 5px * 8 * 1 / (8 - 1));
}
.flex-equal-8 .Flex-set .col:last-child:nth-child(8n) {
  margin-right: 0;
}
.flex-equal-8 .Flex-set .col:last-child:nth-child(8n-2) {
  margin-right: calc((100% / 8 - 5px) * 2 + 5px * 8 * 2 / (8 - 1));
}
.flex-equal-8 .Flex-set .col:last-child:nth-child(8n) {
  margin-right: 0;
}
.flex-equal-8 .Flex-set .col:last-child:nth-child(8n-3) {
  margin-right: calc((100% / 8 - 5px) * 3 + 5px * 8 * 3 / (8 - 1));
}
.flex-equal-8 .Flex-set .col:last-child:nth-child(8n) {
  margin-right: 0;
}
.flex-equal-8 .Flex-set .col:last-child:nth-child(8n-4) {
  margin-right: calc((100% / 8 - 5px) * 4 + 5px * 8 * 4 / (8 - 1));
}
.flex-equal-8 .Flex-set .col:last-child:nth-child(8n) {
  margin-right: 0;
}
.flex-equal-8 .Flex-set .col:last-child:nth-child(8n-5) {
  margin-right: calc((100% / 8 - 5px) * 5 + 5px * 8 * 5 / (8 - 1));
}
.flex-equal-8 .Flex-set .col:last-child:nth-child(8n) {
  margin-right: 0;
}
.flex-equal-8 .Flex-set .col:last-child:nth-child(8n-6) {
  margin-right: calc((100% / 8 - 5px) * 6 + 5px * 8 * 6 / (8 - 1));
}
.flex-equal-8 .Flex-set .col:last-child:nth-child(8n) {
  margin-right: 0;
}
.flex-equal-8 .Flex-set .col:last-child:nth-child(8n-7) {
  margin-right: calc((100% / 8 - 5px) * 7 + 5px * 8 * 7 / (8 - 1));
}
@media screen and (max-width: 991px) {
  .flex-equal-8 .Flex-set {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .flex-equal-8 .Flex-set .col {
    margin-top: 0.25em;
    margin-bottom: 0.25em;
    -ms-flex-preferred-size: calc(100% / 3 - 5px);
        flex-basis: calc(100% / 3 - 5px);
    max-width: calc(100% / 3 - 5px);
    padding: 0 calc(20px / 2);
  }
  .flex-equal-8 .Flex-set .col:last-child:nth-child(3n) {
    margin-right: 0 !important;
  }
  .flex-equal-8 .Flex-set .col:last-child:nth-child(3n-1) {
    margin-right: calc((100% / 3 - 5px) * 1 + 5px * 3 * 1 / (3 - 1));
  }
  .flex-equal-8 .Flex-set .col:last-child:nth-child(3n) {
    margin-right: 0 !important;
  }
  .flex-equal-8 .Flex-set .col:last-child:nth-child(3n-2) {
    margin-right: calc((100% / 3 - 5px) * 2 + 5px * 3 * 2 / (3 - 1));
  }
}
@media screen and (max-width: 767px) {
  .flex-equal-8 .Flex-set .col {
    -ms-flex-preferred-size: calc(100% / 1 - 0px);
        flex-basis: calc(100% / 1 - 0px);
    max-width: calc(100% / 1 - 0px);
    padding: 0 calc(20px / 2);
  }
  .flex-equal-8 .Flex-set .col:last-child {
    margin-right: 0 !important;
  }
}

.flex-equal-8-6-4 .Flex-set .col,
.flex-equal-8-5-3 .Flex-set .col,
.flex-equal-8-5-2 .Flex-set .col {
  -ms-flex-preferred-size: calc(100% / 8 - 5px);
      flex-basis: calc(100% / 8 - 5px);
  max-width: calc(100% / 8 - 5px);
  padding: 0 calc(20px / 2);
  background: #027e98;
  color: #fff;
  margin: 4px 0;
}
.flex-equal-8-6-4 .Flex-set .col:last-child:nth-child(8n),
.flex-equal-8-5-3 .Flex-set .col:last-child:nth-child(8n),
.flex-equal-8-5-2 .Flex-set .col:last-child:nth-child(8n) {
  margin-right: 0;
}
.flex-equal-8-6-4 .Flex-set .col:last-child:nth-child(8n-1),
.flex-equal-8-5-3 .Flex-set .col:last-child:nth-child(8n-1),
.flex-equal-8-5-2 .Flex-set .col:last-child:nth-child(8n-1) {
  margin-right: calc((100% / 8 - 5px) * 1 + 5px * 8 * 1 / (8 - 1));
}
.flex-equal-8-6-4 .Flex-set .col:last-child:nth-child(8n),
.flex-equal-8-5-3 .Flex-set .col:last-child:nth-child(8n),
.flex-equal-8-5-2 .Flex-set .col:last-child:nth-child(8n) {
  margin-right: 0;
}
.flex-equal-8-6-4 .Flex-set .col:last-child:nth-child(8n-2),
.flex-equal-8-5-3 .Flex-set .col:last-child:nth-child(8n-2),
.flex-equal-8-5-2 .Flex-set .col:last-child:nth-child(8n-2) {
  margin-right: calc((100% / 8 - 5px) * 2 + 5px * 8 * 2 / (8 - 1));
}
.flex-equal-8-6-4 .Flex-set .col:last-child:nth-child(8n),
.flex-equal-8-5-3 .Flex-set .col:last-child:nth-child(8n),
.flex-equal-8-5-2 .Flex-set .col:last-child:nth-child(8n) {
  margin-right: 0;
}
.flex-equal-8-6-4 .Flex-set .col:last-child:nth-child(8n-3),
.flex-equal-8-5-3 .Flex-set .col:last-child:nth-child(8n-3),
.flex-equal-8-5-2 .Flex-set .col:last-child:nth-child(8n-3) {
  margin-right: calc((100% / 8 - 5px) * 3 + 5px * 8 * 3 / (8 - 1));
}
.flex-equal-8-6-4 .Flex-set .col:last-child:nth-child(8n),
.flex-equal-8-5-3 .Flex-set .col:last-child:nth-child(8n),
.flex-equal-8-5-2 .Flex-set .col:last-child:nth-child(8n) {
  margin-right: 0;
}
.flex-equal-8-6-4 .Flex-set .col:last-child:nth-child(8n-4),
.flex-equal-8-5-3 .Flex-set .col:last-child:nth-child(8n-4),
.flex-equal-8-5-2 .Flex-set .col:last-child:nth-child(8n-4) {
  margin-right: calc((100% / 8 - 5px) * 4 + 5px * 8 * 4 / (8 - 1));
}
.flex-equal-8-6-4 .Flex-set .col:last-child:nth-child(8n),
.flex-equal-8-5-3 .Flex-set .col:last-child:nth-child(8n),
.flex-equal-8-5-2 .Flex-set .col:last-child:nth-child(8n) {
  margin-right: 0;
}
.flex-equal-8-6-4 .Flex-set .col:last-child:nth-child(8n-5),
.flex-equal-8-5-3 .Flex-set .col:last-child:nth-child(8n-5),
.flex-equal-8-5-2 .Flex-set .col:last-child:nth-child(8n-5) {
  margin-right: calc((100% / 8 - 5px) * 5 + 5px * 8 * 5 / (8 - 1));
}
.flex-equal-8-6-4 .Flex-set .col:last-child:nth-child(8n),
.flex-equal-8-5-3 .Flex-set .col:last-child:nth-child(8n),
.flex-equal-8-5-2 .Flex-set .col:last-child:nth-child(8n) {
  margin-right: 0;
}
.flex-equal-8-6-4 .Flex-set .col:last-child:nth-child(8n-6),
.flex-equal-8-5-3 .Flex-set .col:last-child:nth-child(8n-6),
.flex-equal-8-5-2 .Flex-set .col:last-child:nth-child(8n-6) {
  margin-right: calc((100% / 8 - 5px) * 6 + 5px * 8 * 6 / (8 - 1));
}
.flex-equal-8-6-4 .Flex-set .col:last-child:nth-child(8n),
.flex-equal-8-5-3 .Flex-set .col:last-child:nth-child(8n),
.flex-equal-8-5-2 .Flex-set .col:last-child:nth-child(8n) {
  margin-right: 0;
}
.flex-equal-8-6-4 .Flex-set .col:last-child:nth-child(8n-7),
.flex-equal-8-5-3 .Flex-set .col:last-child:nth-child(8n-7),
.flex-equal-8-5-2 .Flex-set .col:last-child:nth-child(8n-7) {
  margin-right: calc((100% / 8 - 5px) * 7 + 5px * 8 * 7 / (8 - 1));
}

@media screen and (max-width: 991px) {
  .flex-equal-8-6-4 .Flex-set .col {
    -ms-flex-preferred-size: calc(100% / 6 - 10px);
        flex-basis: calc(100% / 6 - 10px);
    max-width: calc(100% / 6 - 10px);
    padding: 0 calc(20px / 2);
  }
  .flex-equal-8-6-4 .Flex-set .col:last-child:nth-child(6n) {
    margin-right: 0;
  }
  .flex-equal-8-6-4 .Flex-set .col:last-child:nth-child(6n-1) {
    margin-right: calc((100% / 6 - 10px) * 1 + 10px * 6 * 1 / (6 - 1));
  }
  .flex-equal-8-6-4 .Flex-set .col:last-child:nth-child(6n) {
    margin-right: 0;
  }
  .flex-equal-8-6-4 .Flex-set .col:last-child:nth-child(6n-2) {
    margin-right: calc((100% / 6 - 10px) * 2 + 10px * 6 * 2 / (6 - 1));
  }
  .flex-equal-8-6-4 .Flex-set .col:last-child:nth-child(6n) {
    margin-right: 0;
  }
  .flex-equal-8-6-4 .Flex-set .col:last-child:nth-child(6n-3) {
    margin-right: calc((100% / 6 - 10px) * 3 + 10px * 6 * 3 / (6 - 1));
  }
  .flex-equal-8-6-4 .Flex-set .col:last-child:nth-child(6n) {
    margin-right: 0;
  }
  .flex-equal-8-6-4 .Flex-set .col:last-child:nth-child(6n-4) {
    margin-right: calc((100% / 6 - 10px) * 4 + 10px * 6 * 4 / (6 - 1));
  }
  .flex-equal-8-6-4 .Flex-set .col:last-child:nth-child(6n) {
    margin-right: 0;
  }
  .flex-equal-8-6-4 .Flex-set .col:last-child:nth-child(6n-5) {
    margin-right: calc((100% / 6 - 10px) * 5 + 10px * 6 * 5 / (6 - 1));
  }
}
@media screen and (max-width: 767px) {
  .flex-equal-8-6-4 .Flex-set .col {
    -ms-flex-preferred-size: calc(100% / 4 - 10px);
        flex-basis: calc(100% / 4 - 10px);
    max-width: calc(100% / 4 - 10px);
    padding: 0 calc(20px / 2);
  }
  .flex-equal-8-6-4 .Flex-set .col:last-child:nth-child(4n) {
    margin-right: 0 !important;
  }
  .flex-equal-8-6-4 .Flex-set .col:last-child:nth-child(4n-1) {
    margin-right: calc((100% / 4 - 10px) * 1 + 10px * 4 * 1 / (4 - 1));
  }
  .flex-equal-8-6-4 .Flex-set .col:last-child:nth-child(4n) {
    margin-right: 0 !important;
  }
  .flex-equal-8-6-4 .Flex-set .col:last-child:nth-child(4n-2) {
    margin-right: calc((100% / 4 - 10px) * 2 + 10px * 4 * 2 / (4 - 1));
  }
  .flex-equal-8-6-4 .Flex-set .col:last-child:nth-child(4n) {
    margin-right: 0 !important;
  }
  .flex-equal-8-6-4 .Flex-set .col:last-child:nth-child(4n-3) {
    margin-right: calc((100% / 4 - 10px) * 3 + 10px * 4 * 3 / (4 - 1));
  }
}

@media screen and (max-width: 991px) {
  .flex-equal-8-5-3 .Flex-set .col {
    -ms-flex-preferred-size: calc(100% / 5 - 10px);
        flex-basis: calc(100% / 5 - 10px);
    max-width: calc(100% / 5 - 10px);
    padding: 0 calc(20px / 2);
  }
  .flex-equal-8-5-3 .Flex-set .col:last-child:nth-child(5n) {
    margin-right: 0;
  }
  .flex-equal-8-5-3 .Flex-set .col:last-child:nth-child(5n-1) {
    margin-right: calc((100% / 5 - 10px) * 1 + 10px * 5 * 1 / (5 - 1));
  }
  .flex-equal-8-5-3 .Flex-set .col:last-child:nth-child(5n) {
    margin-right: 0;
  }
  .flex-equal-8-5-3 .Flex-set .col:last-child:nth-child(5n-2) {
    margin-right: calc((100% / 5 - 10px) * 2 + 10px * 5 * 2 / (5 - 1));
  }
  .flex-equal-8-5-3 .Flex-set .col:last-child:nth-child(5n) {
    margin-right: 0;
  }
  .flex-equal-8-5-3 .Flex-set .col:last-child:nth-child(5n-3) {
    margin-right: calc((100% / 5 - 10px) * 3 + 10px * 5 * 3 / (5 - 1));
  }
  .flex-equal-8-5-3 .Flex-set .col:last-child:nth-child(5n) {
    margin-right: 0;
  }
  .flex-equal-8-5-3 .Flex-set .col:last-child:nth-child(5n-4) {
    margin-right: calc((100% / 5 - 10px) * 4 + 10px * 5 * 4 / (5 - 1));
  }
}
@media screen and (max-width: 767px) {
  .flex-equal-8-5-3 .Flex-set .col {
    -ms-flex-preferred-size: calc(100% / 3 - 10px);
        flex-basis: calc(100% / 3 - 10px);
    max-width: calc(100% / 3 - 10px);
    padding: 0 calc(20px / 2);
  }
  .flex-equal-8-5-3 .Flex-set .col:last-child:nth-child(3n) {
    margin-right: 0 !important;
  }
  .flex-equal-8-5-3 .Flex-set .col:last-child:nth-child(3n-1) {
    margin-right: calc((100% / 3 - 10px) * 1 + 10px * 3 * 1 / (3 - 1));
  }
  .flex-equal-8-5-3 .Flex-set .col:last-child:nth-child(3n) {
    margin-right: 0 !important;
  }
  .flex-equal-8-5-3 .Flex-set .col:last-child:nth-child(3n-2) {
    margin-right: calc((100% / 3 - 10px) * 2 + 10px * 3 * 2 / (3 - 1));
  }
}

@media screen and (max-width: 991px) {
  .flex-equal-8-5-2 .Flex-set .col {
    -ms-flex-preferred-size: calc(100% / 5 - 10px);
        flex-basis: calc(100% / 5 - 10px);
    max-width: calc(100% / 5 - 10px);
    padding: 0 calc(20px / 2);
  }
  .flex-equal-8-5-2 .Flex-set .col:last-child:nth-child(5n) {
    margin-right: 0;
  }
  .flex-equal-8-5-2 .Flex-set .col:last-child:nth-child(5n-1) {
    margin-right: calc((100% / 5 - 10px) * 1 + 10px * 5 * 1 / (5 - 1));
  }
  .flex-equal-8-5-2 .Flex-set .col:last-child:nth-child(5n) {
    margin-right: 0;
  }
  .flex-equal-8-5-2 .Flex-set .col:last-child:nth-child(5n-2) {
    margin-right: calc((100% / 5 - 10px) * 2 + 10px * 5 * 2 / (5 - 1));
  }
  .flex-equal-8-5-2 .Flex-set .col:last-child:nth-child(5n) {
    margin-right: 0;
  }
  .flex-equal-8-5-2 .Flex-set .col:last-child:nth-child(5n-3) {
    margin-right: calc((100% / 5 - 10px) * 3 + 10px * 5 * 3 / (5 - 1));
  }
  .flex-equal-8-5-2 .Flex-set .col:last-child:nth-child(5n) {
    margin-right: 0;
  }
  .flex-equal-8-5-2 .Flex-set .col:last-child:nth-child(5n-4) {
    margin-right: calc((100% / 5 - 10px) * 4 + 10px * 5 * 4 / (5 - 1));
  }
}
@media screen and (max-width: 767px) {
  .flex-equal-8-5-2 .Flex-set .col {
    -ms-flex-preferred-size: calc(100% / 2 - 10px);
        flex-basis: calc(100% / 2 - 10px);
    max-width: calc(100% / 2 - 10px);
    padding: 0 calc(20px / 2);
  }
  .flex-equal-8-5-2 .Flex-set .col:last-child:nth-child(12n-1) {
    margin-right: 0 !important;
  }
  .flex-equal-8-5-2 .Flex-set .col:last-child:nth-child(12n-2) {
    margin-right: 0 !important;
  }
  .flex-equal-8-5-2 .Flex-set .col:last-child:nth-child(12n-3) {
    margin-right: 0 !important;
  }
  .flex-equal-8-5-2 .Flex-set .col:last-child:nth-child(12n-4) {
    margin-right: 0 !important;
  }
  .flex-equal-8-5-2 .Flex-set .col:last-child:nth-child(12n-5) {
    margin-right: 0 !important;
  }
  .flex-equal-8-5-2 .Flex-set .col:last-child:nth-child(12n-6) {
    margin-right: 0 !important;
  }
  .flex-equal-8-5-2 .Flex-set .col:last-child:nth-child(12n-7) {
    margin-right: 0 !important;
  }
  .flex-equal-8-5-2 .Flex-set .col:last-child:nth-child(12n-8) {
    margin-right: 0 !important;
  }
  .flex-equal-8-5-2 .Flex-set .col:last-child:nth-child(12n-9) {
    margin-right: 0 !important;
  }
  .flex-equal-8-5-2 .Flex-set .col:last-child:nth-child(12n-10) {
    margin-right: 0 !important;
  }
  .flex-equal-8-5-2 .Flex-set .col:last-child:nth-child(12n-11) {
    margin-right: 0 !important;
  }
  .flex-equal-8-5-2 .Flex-set .col:last-child:nth-child(12n-12) {
    margin-right: 0 !important;
  }
}

.flex-equal-9 .Flex-set {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.flex-equal-9 .Flex-set .col {
  -ms-flex-preferred-size: calc(100% / 9 - 5px);
      flex-basis: calc(100% / 9 - 5px);
  max-width: calc(100% / 9 - 5px);
  padding: 0 calc(20px / 2);
  background: #00988B;
  color: #fff;
  margin: 4px 0;
}
.flex-equal-9 .Flex-set .col:last-child:nth-child(9n) {
  margin-right: 0;
}
.flex-equal-9 .Flex-set .col:last-child:nth-child(9n-1) {
  margin-right: calc((100% / 9 - 5px) * 1 + 5px * 9 * 1 / (9 - 1));
}
.flex-equal-9 .Flex-set .col:last-child:nth-child(9n) {
  margin-right: 0;
}
.flex-equal-9 .Flex-set .col:last-child:nth-child(9n-2) {
  margin-right: calc((100% / 9 - 5px) * 2 + 5px * 9 * 2 / (9 - 1));
}
.flex-equal-9 .Flex-set .col:last-child:nth-child(9n) {
  margin-right: 0;
}
.flex-equal-9 .Flex-set .col:last-child:nth-child(9n-3) {
  margin-right: calc((100% / 9 - 5px) * 3 + 5px * 9 * 3 / (9 - 1));
}
.flex-equal-9 .Flex-set .col:last-child:nth-child(9n) {
  margin-right: 0;
}
.flex-equal-9 .Flex-set .col:last-child:nth-child(9n-4) {
  margin-right: calc((100% / 9 - 5px) * 4 + 5px * 9 * 4 / (9 - 1));
}
.flex-equal-9 .Flex-set .col:last-child:nth-child(9n) {
  margin-right: 0;
}
.flex-equal-9 .Flex-set .col:last-child:nth-child(9n-5) {
  margin-right: calc((100% / 9 - 5px) * 5 + 5px * 9 * 5 / (9 - 1));
}
.flex-equal-9 .Flex-set .col:last-child:nth-child(9n) {
  margin-right: 0;
}
.flex-equal-9 .Flex-set .col:last-child:nth-child(9n-6) {
  margin-right: calc((100% / 9 - 5px) * 6 + 5px * 9 * 6 / (9 - 1));
}
.flex-equal-9 .Flex-set .col:last-child:nth-child(9n) {
  margin-right: 0;
}
.flex-equal-9 .Flex-set .col:last-child:nth-child(9n-7) {
  margin-right: calc((100% / 9 - 5px) * 7 + 5px * 9 * 7 / (9 - 1));
}
.flex-equal-9 .Flex-set .col:last-child:nth-child(9n) {
  margin-right: 0;
}
.flex-equal-9 .Flex-set .col:last-child:nth-child(9n-8) {
  margin-right: calc((100% / 9 - 5px) * 8 + 5px * 9 * 8 / (9 - 1));
}
@media screen and (max-width: 991px) {
  .flex-equal-9 .Flex-set {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .flex-equal-9 .Flex-set .col {
    margin-top: 0.25em;
    margin-bottom: 0.25em;
    -ms-flex-preferred-size: calc(100% / 3 - 5px);
        flex-basis: calc(100% / 3 - 5px);
    max-width: calc(100% / 3 - 5px);
    padding: 0 calc(20px / 2);
  }
  .flex-equal-9 .Flex-set .col:last-child:nth-child(3n) {
    margin-right: 0 !important;
  }
  .flex-equal-9 .Flex-set .col:last-child:nth-child(3n-1) {
    margin-right: calc((100% / 3 - 5px) * 1 + 5px * 3 * 1 / (3 - 1));
  }
  .flex-equal-9 .Flex-set .col:last-child:nth-child(3n) {
    margin-right: 0 !important;
  }
  .flex-equal-9 .Flex-set .col:last-child:nth-child(3n-2) {
    margin-right: calc((100% / 3 - 5px) * 2 + 5px * 3 * 2 / (3 - 1));
  }
}
@media screen and (max-width: 767px) {
  .flex-equal-9 .Flex-set .col {
    -ms-flex-preferred-size: calc(100% / 1 - 0px);
        flex-basis: calc(100% / 1 - 0px);
    max-width: calc(100% / 1 - 0px);
    padding: 0 calc(10px / 2);
  }
  .flex-equal-9 .Flex-set .col:last-child {
    margin-right: 0 !important;
  }
}

.flex-equal-9-6-3 .Flex-set .col,
.flex-equal-9-5-4 .Flex-set .col,
.flex-equal-9-4-2 .Flex-set .col {
  -ms-flex-preferred-size: calc(100% / 9 - 5px);
      flex-basis: calc(100% / 9 - 5px);
  max-width: calc(100% / 9 - 5px);
  padding: 0 calc(20px / 2);
  background: #485b8a;
  color: #fff;
  margin: 4px 0;
}
.flex-equal-9-6-3 .Flex-set .col:last-child:nth-child(9n),
.flex-equal-9-5-4 .Flex-set .col:last-child:nth-child(9n),
.flex-equal-9-4-2 .Flex-set .col:last-child:nth-child(9n) {
  margin-right: 0;
}
.flex-equal-9-6-3 .Flex-set .col:last-child:nth-child(9n-1),
.flex-equal-9-5-4 .Flex-set .col:last-child:nth-child(9n-1),
.flex-equal-9-4-2 .Flex-set .col:last-child:nth-child(9n-1) {
  margin-right: calc((100% / 9 - 5px) * 1 + 5px * 9 * 1 / (9 - 1));
}
.flex-equal-9-6-3 .Flex-set .col:last-child:nth-child(9n),
.flex-equal-9-5-4 .Flex-set .col:last-child:nth-child(9n),
.flex-equal-9-4-2 .Flex-set .col:last-child:nth-child(9n) {
  margin-right: 0;
}
.flex-equal-9-6-3 .Flex-set .col:last-child:nth-child(9n-2),
.flex-equal-9-5-4 .Flex-set .col:last-child:nth-child(9n-2),
.flex-equal-9-4-2 .Flex-set .col:last-child:nth-child(9n-2) {
  margin-right: calc((100% / 9 - 5px) * 2 + 5px * 9 * 2 / (9 - 1));
}
.flex-equal-9-6-3 .Flex-set .col:last-child:nth-child(9n),
.flex-equal-9-5-4 .Flex-set .col:last-child:nth-child(9n),
.flex-equal-9-4-2 .Flex-set .col:last-child:nth-child(9n) {
  margin-right: 0;
}
.flex-equal-9-6-3 .Flex-set .col:last-child:nth-child(9n-3),
.flex-equal-9-5-4 .Flex-set .col:last-child:nth-child(9n-3),
.flex-equal-9-4-2 .Flex-set .col:last-child:nth-child(9n-3) {
  margin-right: calc((100% / 9 - 5px) * 3 + 5px * 9 * 3 / (9 - 1));
}
.flex-equal-9-6-3 .Flex-set .col:last-child:nth-child(9n),
.flex-equal-9-5-4 .Flex-set .col:last-child:nth-child(9n),
.flex-equal-9-4-2 .Flex-set .col:last-child:nth-child(9n) {
  margin-right: 0;
}
.flex-equal-9-6-3 .Flex-set .col:last-child:nth-child(9n-4),
.flex-equal-9-5-4 .Flex-set .col:last-child:nth-child(9n-4),
.flex-equal-9-4-2 .Flex-set .col:last-child:nth-child(9n-4) {
  margin-right: calc((100% / 9 - 5px) * 4 + 5px * 9 * 4 / (9 - 1));
}
.flex-equal-9-6-3 .Flex-set .col:last-child:nth-child(9n),
.flex-equal-9-5-4 .Flex-set .col:last-child:nth-child(9n),
.flex-equal-9-4-2 .Flex-set .col:last-child:nth-child(9n) {
  margin-right: 0;
}
.flex-equal-9-6-3 .Flex-set .col:last-child:nth-child(9n-5),
.flex-equal-9-5-4 .Flex-set .col:last-child:nth-child(9n-5),
.flex-equal-9-4-2 .Flex-set .col:last-child:nth-child(9n-5) {
  margin-right: calc((100% / 9 - 5px) * 5 + 5px * 9 * 5 / (9 - 1));
}
.flex-equal-9-6-3 .Flex-set .col:last-child:nth-child(9n),
.flex-equal-9-5-4 .Flex-set .col:last-child:nth-child(9n),
.flex-equal-9-4-2 .Flex-set .col:last-child:nth-child(9n) {
  margin-right: 0;
}
.flex-equal-9-6-3 .Flex-set .col:last-child:nth-child(9n-6),
.flex-equal-9-5-4 .Flex-set .col:last-child:nth-child(9n-6),
.flex-equal-9-4-2 .Flex-set .col:last-child:nth-child(9n-6) {
  margin-right: calc((100% / 9 - 5px) * 6 + 5px * 9 * 6 / (9 - 1));
}
.flex-equal-9-6-3 .Flex-set .col:last-child:nth-child(9n),
.flex-equal-9-5-4 .Flex-set .col:last-child:nth-child(9n),
.flex-equal-9-4-2 .Flex-set .col:last-child:nth-child(9n) {
  margin-right: 0;
}
.flex-equal-9-6-3 .Flex-set .col:last-child:nth-child(9n-7),
.flex-equal-9-5-4 .Flex-set .col:last-child:nth-child(9n-7),
.flex-equal-9-4-2 .Flex-set .col:last-child:nth-child(9n-7) {
  margin-right: calc((100% / 9 - 5px) * 7 + 5px * 9 * 7 / (9 - 1));
}
.flex-equal-9-6-3 .Flex-set .col:last-child:nth-child(9n),
.flex-equal-9-5-4 .Flex-set .col:last-child:nth-child(9n),
.flex-equal-9-4-2 .Flex-set .col:last-child:nth-child(9n) {
  margin-right: 0;
}
.flex-equal-9-6-3 .Flex-set .col:last-child:nth-child(9n-8),
.flex-equal-9-5-4 .Flex-set .col:last-child:nth-child(9n-8),
.flex-equal-9-4-2 .Flex-set .col:last-child:nth-child(9n-8) {
  margin-right: calc((100% / 9 - 5px) * 8 + 5px * 9 * 8 / (9 - 1));
}

@media screen and (max-width: 991px) {
  .flex-equal-9-6-3 .Flex-set .col {
    -ms-flex-preferred-size: calc(100% / 6 - 10px);
        flex-basis: calc(100% / 6 - 10px);
    max-width: calc(100% / 6 - 10px);
    padding: 0 calc(20px / 2);
  }
  .flex-equal-9-6-3 .Flex-set .col:last-child:nth-child(6n) {
    margin-right: 0;
  }
  .flex-equal-9-6-3 .Flex-set .col:last-child:nth-child(6n-1) {
    margin-right: calc((100% / 6 - 10px) * 1 + 10px * 6 * 1 / (6 - 1));
  }
  .flex-equal-9-6-3 .Flex-set .col:last-child:nth-child(6n) {
    margin-right: 0;
  }
  .flex-equal-9-6-3 .Flex-set .col:last-child:nth-child(6n-2) {
    margin-right: calc((100% / 6 - 10px) * 2 + 10px * 6 * 2 / (6 - 1));
  }
  .flex-equal-9-6-3 .Flex-set .col:last-child:nth-child(6n) {
    margin-right: 0;
  }
  .flex-equal-9-6-3 .Flex-set .col:last-child:nth-child(6n-3) {
    margin-right: calc((100% / 6 - 10px) * 3 + 10px * 6 * 3 / (6 - 1));
  }
  .flex-equal-9-6-3 .Flex-set .col:last-child:nth-child(6n) {
    margin-right: 0;
  }
  .flex-equal-9-6-3 .Flex-set .col:last-child:nth-child(6n-4) {
    margin-right: calc((100% / 6 - 10px) * 4 + 10px * 6 * 4 / (6 - 1));
  }
  .flex-equal-9-6-3 .Flex-set .col:last-child:nth-child(6n) {
    margin-right: 0;
  }
  .flex-equal-9-6-3 .Flex-set .col:last-child:nth-child(6n-5) {
    margin-right: calc((100% / 6 - 10px) * 5 + 10px * 6 * 5 / (6 - 1));
  }
}
@media screen and (max-width: 767px) {
  .flex-equal-9-6-3 .Flex-set .col {
    -ms-flex-preferred-size: calc(100% / 3 - 10px);
        flex-basis: calc(100% / 3 - 10px);
    max-width: calc(100% / 3 - 10px);
    padding: 0 calc(20px / 2);
  }
  .flex-equal-9-6-3 .Flex-set .col:last-child:nth-child(3n) {
    margin-right: 0 !important;
  }
  .flex-equal-9-6-3 .Flex-set .col:last-child:nth-child(3n-1) {
    margin-right: calc((100% / 3 - 10px) * 1 + 10px * 3 * 1 / (3 - 1));
  }
  .flex-equal-9-6-3 .Flex-set .col:last-child:nth-child(3n) {
    margin-right: 0 !important;
  }
  .flex-equal-9-6-3 .Flex-set .col:last-child:nth-child(3n-2) {
    margin-right: calc((100% / 3 - 10px) * 2 + 10px * 3 * 2 / (3 - 1));
  }
}

@media screen and (max-width: 991px) {
  .flex-equal-9-5-4 .Flex-set .col {
    -ms-flex-preferred-size: calc(100% / 5 - 10px);
        flex-basis: calc(100% / 5 - 10px);
    max-width: calc(100% / 5 - 10px);
    padding: 0 calc(20px / 2);
  }
  .flex-equal-9-5-4 .Flex-set .col:last-child:nth-child(5n) {
    margin-right: 0;
  }
  .flex-equal-9-5-4 .Flex-set .col:last-child:nth-child(5n-1) {
    margin-right: calc((100% / 5 - 10px) * 1 + 10px * 5 * 1 / (5 - 1));
  }
  .flex-equal-9-5-4 .Flex-set .col:last-child:nth-child(5n) {
    margin-right: 0;
  }
  .flex-equal-9-5-4 .Flex-set .col:last-child:nth-child(5n-2) {
    margin-right: calc((100% / 5 - 10px) * 2 + 10px * 5 * 2 / (5 - 1));
  }
  .flex-equal-9-5-4 .Flex-set .col:last-child:nth-child(5n) {
    margin-right: 0;
  }
  .flex-equal-9-5-4 .Flex-set .col:last-child:nth-child(5n-3) {
    margin-right: calc((100% / 5 - 10px) * 3 + 10px * 5 * 3 / (5 - 1));
  }
  .flex-equal-9-5-4 .Flex-set .col:last-child:nth-child(5n) {
    margin-right: 0;
  }
  .flex-equal-9-5-4 .Flex-set .col:last-child:nth-child(5n-4) {
    margin-right: calc((100% / 5 - 10px) * 4 + 10px * 5 * 4 / (5 - 1));
  }
}
@media screen and (max-width: 767px) {
  .flex-equal-9-5-4 .Flex-set .col {
    -ms-flex-preferred-size: calc(100% / 4 - 10px);
        flex-basis: calc(100% / 4 - 10px);
    max-width: calc(100% / 4 - 10px);
    padding: 0 calc(20px / 2);
  }
  .flex-equal-9-5-4 .Flex-set .col:last-child:nth-child(4n) {
    margin-right: 0 !important;
  }
  .flex-equal-9-5-4 .Flex-set .col:last-child:nth-child(4n-1) {
    margin-right: calc((100% / 4 - 10px) * 1 + 10px * 4 * 1 / (4 - 1));
  }
  .flex-equal-9-5-4 .Flex-set .col:last-child:nth-child(4n) {
    margin-right: 0 !important;
  }
  .flex-equal-9-5-4 .Flex-set .col:last-child:nth-child(4n-2) {
    margin-right: calc((100% / 4 - 10px) * 2 + 10px * 4 * 2 / (4 - 1));
  }
  .flex-equal-9-5-4 .Flex-set .col:last-child:nth-child(4n) {
    margin-right: 0 !important;
  }
  .flex-equal-9-5-4 .Flex-set .col:last-child:nth-child(4n-3) {
    margin-right: calc((100% / 4 - 10px) * 3 + 10px * 4 * 3 / (4 - 1));
  }
}
@media screen and (max-width: 575px) {
  .flex-equal-9-5-4 .Flex-set .col {
    -ms-flex-preferred-size: calc(100% / 2 - 10px);
        flex-basis: calc(100% / 2 - 10px);
    max-width: calc(100% / 2 - 10px);
    padding: 0 calc(20px / 2);
  }
  .flex-equal-9-5-4 .Flex-set .col:last-child:nth-child(12n-1) {
    margin-right: 0 !important;
  }
  .flex-equal-9-5-4 .Flex-set .col:last-child:nth-child(12n-2) {
    margin-right: 0 !important;
  }
  .flex-equal-9-5-4 .Flex-set .col:last-child:nth-child(12n-3) {
    margin-right: 0 !important;
  }
  .flex-equal-9-5-4 .Flex-set .col:last-child:nth-child(12n-4) {
    margin-right: 0 !important;
  }
  .flex-equal-9-5-4 .Flex-set .col:last-child:nth-child(12n-5) {
    margin-right: 0 !important;
  }
  .flex-equal-9-5-4 .Flex-set .col:last-child:nth-child(12n-6) {
    margin-right: 0 !important;
  }
  .flex-equal-9-5-4 .Flex-set .col:last-child:nth-child(12n-7) {
    margin-right: 0 !important;
  }
  .flex-equal-9-5-4 .Flex-set .col:last-child:nth-child(12n-8) {
    margin-right: 0 !important;
  }
  .flex-equal-9-5-4 .Flex-set .col:last-child:nth-child(12n-9) {
    margin-right: 0 !important;
  }
  .flex-equal-9-5-4 .Flex-set .col:last-child:nth-child(12n-10) {
    margin-right: 0 !important;
  }
  .flex-equal-9-5-4 .Flex-set .col:last-child:nth-child(12n-11) {
    margin-right: 0 !important;
  }
  .flex-equal-9-5-4 .Flex-set .col:last-child:nth-child(12n-12) {
    margin-right: 0 !important;
  }
}

@media screen and (max-width: 991px) {
  .flex-equal-9-4-2 .Flex-set .col {
    -ms-flex-preferred-size: calc(100% / 4 - 10px);
        flex-basis: calc(100% / 4 - 10px);
    max-width: calc(100% / 4 - 10px);
    padding: 0 calc(20px / 2);
  }
  .flex-equal-9-4-2 .Flex-set .col:last-child:nth-child(4n) {
    margin-right: 0 !important;
  }
  .flex-equal-9-4-2 .Flex-set .col:last-child:nth-child(4n-1) {
    margin-right: calc((100% / 4 - 10px) * 1 + 10px * 4 * 1 / (4 - 1));
  }
  .flex-equal-9-4-2 .Flex-set .col:last-child:nth-child(4n) {
    margin-right: 0 !important;
  }
  .flex-equal-9-4-2 .Flex-set .col:last-child:nth-child(4n-2) {
    margin-right: calc((100% / 4 - 10px) * 2 + 10px * 4 * 2 / (4 - 1));
  }
  .flex-equal-9-4-2 .Flex-set .col:last-child:nth-child(4n) {
    margin-right: 0 !important;
  }
  .flex-equal-9-4-2 .Flex-set .col:last-child:nth-child(4n-3) {
    margin-right: calc((100% / 4 - 10px) * 3 + 10px * 4 * 3 / (4 - 1));
  }
}
@media screen and (max-width: 767px) {
  .flex-equal-9-4-2 .Flex-set .col {
    -ms-flex-preferred-size: calc(100% / 2 - 10px);
        flex-basis: calc(100% / 2 - 10px);
    max-width: calc(100% / 2 - 10px);
    padding: 0 calc(20px / 2);
  }
  .flex-equal-9-4-2 .Flex-set .col:last-child:nth-child(12n-1) {
    margin-right: 0 !important;
  }
  .flex-equal-9-4-2 .Flex-set .col:last-child:nth-child(12n-2) {
    margin-right: 0 !important;
  }
  .flex-equal-9-4-2 .Flex-set .col:last-child:nth-child(12n-3) {
    margin-right: 0 !important;
  }
  .flex-equal-9-4-2 .Flex-set .col:last-child:nth-child(12n-4) {
    margin-right: 0 !important;
  }
  .flex-equal-9-4-2 .Flex-set .col:last-child:nth-child(12n-5) {
    margin-right: 0 !important;
  }
  .flex-equal-9-4-2 .Flex-set .col:last-child:nth-child(12n-6) {
    margin-right: 0 !important;
  }
  .flex-equal-9-4-2 .Flex-set .col:last-child:nth-child(12n-7) {
    margin-right: 0 !important;
  }
  .flex-equal-9-4-2 .Flex-set .col:last-child:nth-child(12n-8) {
    margin-right: 0 !important;
  }
  .flex-equal-9-4-2 .Flex-set .col:last-child:nth-child(12n-9) {
    margin-right: 0 !important;
  }
  .flex-equal-9-4-2 .Flex-set .col:last-child:nth-child(12n-10) {
    margin-right: 0 !important;
  }
  .flex-equal-9-4-2 .Flex-set .col:last-child:nth-child(12n-11) {
    margin-right: 0 !important;
  }
  .flex-equal-9-4-2 .Flex-set .col:last-child:nth-child(12n-12) {
    margin-right: 0 !important;
  }
}

.flex-equal-10 .Flex-set {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.flex-equal-10 .Flex-set .col {
  -ms-flex-preferred-size: calc(100% / 10 - 5px);
      flex-basis: calc(100% / 10 - 5px);
  max-width: calc(100% / 10 - 5px);
  padding: 0 calc(10px / 2);
  background: #027e98;
  color: #fff;
  margin: 4px 0;
}
.flex-equal-10 .Flex-set .col:last-child:nth-child(10n) {
  margin-right: 0;
}
.flex-equal-10 .Flex-set .col:last-child:nth-child(10n-1) {
  margin-right: calc((100% / 10 - 5px) * 1 + 5px * 10 * 1 / (10 - 1));
}
.flex-equal-10 .Flex-set .col:last-child:nth-child(10n) {
  margin-right: 0;
}
.flex-equal-10 .Flex-set .col:last-child:nth-child(10n-2) {
  margin-right: calc((100% / 10 - 5px) * 2 + 5px * 10 * 2 / (10 - 1));
}
.flex-equal-10 .Flex-set .col:last-child:nth-child(10n) {
  margin-right: 0;
}
.flex-equal-10 .Flex-set .col:last-child:nth-child(10n-3) {
  margin-right: calc((100% / 10 - 5px) * 3 + 5px * 10 * 3 / (10 - 1));
}
.flex-equal-10 .Flex-set .col:last-child:nth-child(10n) {
  margin-right: 0;
}
.flex-equal-10 .Flex-set .col:last-child:nth-child(10n-4) {
  margin-right: calc((100% / 10 - 5px) * 4 + 5px * 10 * 4 / (10 - 1));
}
.flex-equal-10 .Flex-set .col:last-child:nth-child(10n) {
  margin-right: 0;
}
.flex-equal-10 .Flex-set .col:last-child:nth-child(10n-5) {
  margin-right: calc((100% / 10 - 5px) * 5 + 5px * 10 * 5 / (10 - 1));
}
.flex-equal-10 .Flex-set .col:last-child:nth-child(10n) {
  margin-right: 0;
}
.flex-equal-10 .Flex-set .col:last-child:nth-child(10n-6) {
  margin-right: calc((100% / 10 - 5px) * 6 + 5px * 10 * 6 / (10 - 1));
}
.flex-equal-10 .Flex-set .col:last-child:nth-child(10n) {
  margin-right: 0;
}
.flex-equal-10 .Flex-set .col:last-child:nth-child(10n-7) {
  margin-right: calc((100% / 10 - 5px) * 7 + 5px * 10 * 7 / (10 - 1));
}
.flex-equal-10 .Flex-set .col:last-child:nth-child(10n) {
  margin-right: 0;
}
.flex-equal-10 .Flex-set .col:last-child:nth-child(10n-8) {
  margin-right: calc((100% / 10 - 5px) * 8 + 5px * 10 * 8 / (10 - 1));
}
.flex-equal-10 .Flex-set .col:last-child:nth-child(10n) {
  margin-right: 0;
}
.flex-equal-10 .Flex-set .col:last-child:nth-child(10n-9) {
  margin-right: calc((100% / 10 - 5px) * 9 + 5px * 10 * 9 / (10 - 1));
}
.flex-equal-10 .Flex-set .col p {
  word-break: break-all;
}
@media screen and (max-width: 991px) {
  .flex-equal-10 .Flex-set {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .flex-equal-10 .Flex-set .col {
    margin-top: 0.25em;
    margin-bottom: 0.25em;
    -ms-flex-preferred-size: calc(100% / 4 - 5px);
        flex-basis: calc(100% / 4 - 5px);
    max-width: calc(100% / 4 - 5px);
    padding: 0 calc(10px / 2);
  }
  .flex-equal-10 .Flex-set .col:last-child:nth-child(4n) {
    margin-right: 0 !important;
  }
  .flex-equal-10 .Flex-set .col:last-child:nth-child(4n-1) {
    margin-right: calc((100% / 4 - 5px) * 1 + 5px * 4 * 1 / (4 - 1));
  }
  .flex-equal-10 .Flex-set .col:last-child:nth-child(4n) {
    margin-right: 0 !important;
  }
  .flex-equal-10 .Flex-set .col:last-child:nth-child(4n-2) {
    margin-right: calc((100% / 4 - 5px) * 2 + 5px * 4 * 2 / (4 - 1));
  }
  .flex-equal-10 .Flex-set .col:last-child:nth-child(4n) {
    margin-right: 0 !important;
  }
  .flex-equal-10 .Flex-set .col:last-child:nth-child(4n-3) {
    margin-right: calc((100% / 4 - 5px) * 3 + 5px * 4 * 3 / (4 - 1));
  }
}
@media screen and (max-width: 767px) {
  .flex-equal-10 .Flex-set .col {
    -ms-flex-preferred-size: calc(100% / 1 - 0px);
        flex-basis: calc(100% / 1 - 0px);
    max-width: calc(100% / 1 - 0px);
    padding: 0 calc(10px / 2);
  }
  .flex-equal-10 .Flex-set .col:last-child {
    margin-right: 0 !important;
  }
}

.flex-equal-11 .Flex-set {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.flex-equal-11 .Flex-set .col {
  -ms-flex-preferred-size: calc(100% / 11 - 3px);
      flex-basis: calc(100% / 11 - 3px);
  max-width: calc(100% / 11 - 3px);
  padding: 0 calc(20px / 2);
  background: #9e9e9e;
  color: #fff;
  margin: 4px 0;
}
.flex-equal-11 .Flex-set .col:last-child:nth-child(11n) {
  margin-right: 0;
}
.flex-equal-11 .Flex-set .col:last-child:nth-child(11n-1) {
  margin-right: calc((100% / 11 - 3px) * 1 + 3px * 11 * 1 / (11 - 1));
}
.flex-equal-11 .Flex-set .col:last-child:nth-child(11n) {
  margin-right: 0;
}
.flex-equal-11 .Flex-set .col:last-child:nth-child(11n-2) {
  margin-right: calc((100% / 11 - 3px) * 2 + 3px * 11 * 2 / (11 - 1));
}
.flex-equal-11 .Flex-set .col:last-child:nth-child(11n) {
  margin-right: 0;
}
.flex-equal-11 .Flex-set .col:last-child:nth-child(11n-3) {
  margin-right: calc((100% / 11 - 3px) * 3 + 3px * 11 * 3 / (11 - 1));
}
.flex-equal-11 .Flex-set .col:last-child:nth-child(11n) {
  margin-right: 0;
}
.flex-equal-11 .Flex-set .col:last-child:nth-child(11n-4) {
  margin-right: calc((100% / 11 - 3px) * 4 + 3px * 11 * 4 / (11 - 1));
}
.flex-equal-11 .Flex-set .col:last-child:nth-child(11n) {
  margin-right: 0;
}
.flex-equal-11 .Flex-set .col:last-child:nth-child(11n-5) {
  margin-right: calc((100% / 11 - 3px) * 5 + 3px * 11 * 5 / (11 - 1));
}
.flex-equal-11 .Flex-set .col:last-child:nth-child(11n) {
  margin-right: 0;
}
.flex-equal-11 .Flex-set .col:last-child:nth-child(11n-6) {
  margin-right: calc((100% / 11 - 3px) * 6 + 3px * 11 * 6 / (11 - 1));
}
.flex-equal-11 .Flex-set .col:last-child:nth-child(11n) {
  margin-right: 0;
}
.flex-equal-11 .Flex-set .col:last-child:nth-child(11n-7) {
  margin-right: calc((100% / 11 - 3px) * 7 + 3px * 11 * 7 / (11 - 1));
}
.flex-equal-11 .Flex-set .col:last-child:nth-child(11n) {
  margin-right: 0;
}
.flex-equal-11 .Flex-set .col:last-child:nth-child(11n-8) {
  margin-right: calc((100% / 11 - 3px) * 8 + 3px * 11 * 8 / (11 - 1));
}
.flex-equal-11 .Flex-set .col:last-child:nth-child(11n) {
  margin-right: 0;
}
.flex-equal-11 .Flex-set .col:last-child:nth-child(11n-9) {
  margin-right: calc((100% / 11 - 3px) * 9 + 3px * 11 * 9 / (11 - 1));
}
.flex-equal-11 .Flex-set .col:last-child:nth-child(11n) {
  margin-right: 0;
}
.flex-equal-11 .Flex-set .col:last-child:nth-child(11n-10) {
  margin-right: calc((100% / 11 - 3px) * 10 + 3px * 11 * 10 / (11 - 1));
}
@media screen and (max-width: 991px) {
  .flex-equal-11 .Flex-set {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .flex-equal-11 .Flex-set .col {
    margin-top: 0.25em;
    margin-bottom: 0.25em;
    -ms-flex-preferred-size: calc(100% / 3 - 3px);
        flex-basis: calc(100% / 3 - 3px);
    max-width: calc(100% / 3 - 3px);
    padding: 0 calc(20px / 2);
  }
  .flex-equal-11 .Flex-set .col:last-child:nth-child(3n) {
    margin-right: 0 !important;
  }
  .flex-equal-11 .Flex-set .col:last-child:nth-child(3n-1) {
    margin-right: calc((100% / 3 - 3px) * 1 + 3px * 3 * 1 / (3 - 1));
  }
  .flex-equal-11 .Flex-set .col:last-child:nth-child(3n) {
    margin-right: 0 !important;
  }
  .flex-equal-11 .Flex-set .col:last-child:nth-child(3n-2) {
    margin-right: calc((100% / 3 - 3px) * 2 + 3px * 3 * 2 / (3 - 1));
  }
}
@media screen and (max-width: 767px) {
  .flex-equal-11 .Flex-set .col {
    -ms-flex-preferred-size: calc(100% / 2 - 2px);
        flex-basis: calc(100% / 2 - 2px);
    max-width: calc(100% / 2 - 2px);
    padding: 0 calc(20px / 2);
  }
  .flex-equal-11 .Flex-set .col:last-child:nth-child(12n-1) {
    margin-right: 0 !important;
  }
  .flex-equal-11 .Flex-set .col:last-child:nth-child(12n-2) {
    margin-right: 0 !important;
  }
  .flex-equal-11 .Flex-set .col:last-child:nth-child(12n-3) {
    margin-right: 0 !important;
  }
  .flex-equal-11 .Flex-set .col:last-child:nth-child(12n-4) {
    margin-right: 0 !important;
  }
  .flex-equal-11 .Flex-set .col:last-child:nth-child(12n-5) {
    margin-right: 0 !important;
  }
  .flex-equal-11 .Flex-set .col:last-child:nth-child(12n-6) {
    margin-right: 0 !important;
  }
  .flex-equal-11 .Flex-set .col:last-child:nth-child(12n-7) {
    margin-right: 0 !important;
  }
  .flex-equal-11 .Flex-set .col:last-child:nth-child(12n-8) {
    margin-right: 0 !important;
  }
  .flex-equal-11 .Flex-set .col:last-child:nth-child(12n-9) {
    margin-right: 0 !important;
  }
  .flex-equal-11 .Flex-set .col:last-child:nth-child(12n-10) {
    margin-right: 0 !important;
  }
  .flex-equal-11 .Flex-set .col:last-child:nth-child(12n-11) {
    margin-right: 0 !important;
  }
  .flex-equal-11 .Flex-set .col:last-child:nth-child(12n-12) {
    margin-right: 0 !important;
  }
}

.flex-equal-12 .Flex-set,
.flex-equal-12-11 .Flex-set,
.flex-equal-12-10 .Flex-set,
.flex-equal-12-9 .Flex-set,
.flex-equal-12-8 .Flex-set,
.flex-equal-12-7 .Flex-set,
.flex-equal-12-6 .Flex-set,
.flex-equal-12-5 .Flex-set,
.flex-equal-12-4 .Flex-set,
.flex-equal-12-3 .Flex-set,
.flex-equal-12-2 .Flex-set {
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.flex-equal-12 .Flex-set .col,
.flex-equal-12-11 .Flex-set .col,
.flex-equal-12-10 .Flex-set .col,
.flex-equal-12-9 .Flex-set .col,
.flex-equal-12-8 .Flex-set .col,
.flex-equal-12-7 .Flex-set .col,
.flex-equal-12-6 .Flex-set .col,
.flex-equal-12-5 .Flex-set .col,
.flex-equal-12-4 .Flex-set .col,
.flex-equal-12-3 .Flex-set .col,
.flex-equal-12-2 .Flex-set .col {
  -ms-flex-preferred-size: calc(100% / 12 - 3px);
      flex-basis: calc(100% / 12 - 3px);
  max-width: calc(100% / 12 - 3px);
  padding: 0 calc(20px / 2);
  background: #027e98;
  color: #fff;
  margin: 4px 0;
}
.flex-equal-12 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-11 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-10 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-9 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-8 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-7 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-6 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-5 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-4 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-3 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-2 .Flex-set .col:last-child:nth-child(12n) {
  margin-right: 0;
}
.flex-equal-12 .Flex-set .col:last-child:nth-child(12n-1),
.flex-equal-12-11 .Flex-set .col:last-child:nth-child(12n-1),
.flex-equal-12-10 .Flex-set .col:last-child:nth-child(12n-1),
.flex-equal-12-9 .Flex-set .col:last-child:nth-child(12n-1),
.flex-equal-12-8 .Flex-set .col:last-child:nth-child(12n-1),
.flex-equal-12-7 .Flex-set .col:last-child:nth-child(12n-1),
.flex-equal-12-6 .Flex-set .col:last-child:nth-child(12n-1),
.flex-equal-12-5 .Flex-set .col:last-child:nth-child(12n-1),
.flex-equal-12-4 .Flex-set .col:last-child:nth-child(12n-1),
.flex-equal-12-3 .Flex-set .col:last-child:nth-child(12n-1),
.flex-equal-12-2 .Flex-set .col:last-child:nth-child(12n-1) {
  margin-right: calc((100% / 12 - 3px) * 1 + 3px * 12 * 1 / (12 - 1));
}
.flex-equal-12 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-11 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-10 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-9 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-8 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-7 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-6 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-5 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-4 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-3 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-2 .Flex-set .col:last-child:nth-child(12n) {
  margin-right: 0;
}
.flex-equal-12 .Flex-set .col:last-child:nth-child(12n-2),
.flex-equal-12-11 .Flex-set .col:last-child:nth-child(12n-2),
.flex-equal-12-10 .Flex-set .col:last-child:nth-child(12n-2),
.flex-equal-12-9 .Flex-set .col:last-child:nth-child(12n-2),
.flex-equal-12-8 .Flex-set .col:last-child:nth-child(12n-2),
.flex-equal-12-7 .Flex-set .col:last-child:nth-child(12n-2),
.flex-equal-12-6 .Flex-set .col:last-child:nth-child(12n-2),
.flex-equal-12-5 .Flex-set .col:last-child:nth-child(12n-2),
.flex-equal-12-4 .Flex-set .col:last-child:nth-child(12n-2),
.flex-equal-12-3 .Flex-set .col:last-child:nth-child(12n-2),
.flex-equal-12-2 .Flex-set .col:last-child:nth-child(12n-2) {
  margin-right: calc((100% / 12 - 3px) * 2 + 3px * 12 * 2 / (12 - 1));
}
.flex-equal-12 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-11 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-10 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-9 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-8 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-7 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-6 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-5 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-4 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-3 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-2 .Flex-set .col:last-child:nth-child(12n) {
  margin-right: 0;
}
.flex-equal-12 .Flex-set .col:last-child:nth-child(12n-3),
.flex-equal-12-11 .Flex-set .col:last-child:nth-child(12n-3),
.flex-equal-12-10 .Flex-set .col:last-child:nth-child(12n-3),
.flex-equal-12-9 .Flex-set .col:last-child:nth-child(12n-3),
.flex-equal-12-8 .Flex-set .col:last-child:nth-child(12n-3),
.flex-equal-12-7 .Flex-set .col:last-child:nth-child(12n-3),
.flex-equal-12-6 .Flex-set .col:last-child:nth-child(12n-3),
.flex-equal-12-5 .Flex-set .col:last-child:nth-child(12n-3),
.flex-equal-12-4 .Flex-set .col:last-child:nth-child(12n-3),
.flex-equal-12-3 .Flex-set .col:last-child:nth-child(12n-3),
.flex-equal-12-2 .Flex-set .col:last-child:nth-child(12n-3) {
  margin-right: calc((100% / 12 - 3px) * 3 + 3px * 12 * 3 / (12 - 1));
}
.flex-equal-12 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-11 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-10 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-9 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-8 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-7 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-6 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-5 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-4 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-3 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-2 .Flex-set .col:last-child:nth-child(12n) {
  margin-right: 0;
}
.flex-equal-12 .Flex-set .col:last-child:nth-child(12n-4),
.flex-equal-12-11 .Flex-set .col:last-child:nth-child(12n-4),
.flex-equal-12-10 .Flex-set .col:last-child:nth-child(12n-4),
.flex-equal-12-9 .Flex-set .col:last-child:nth-child(12n-4),
.flex-equal-12-8 .Flex-set .col:last-child:nth-child(12n-4),
.flex-equal-12-7 .Flex-set .col:last-child:nth-child(12n-4),
.flex-equal-12-6 .Flex-set .col:last-child:nth-child(12n-4),
.flex-equal-12-5 .Flex-set .col:last-child:nth-child(12n-4),
.flex-equal-12-4 .Flex-set .col:last-child:nth-child(12n-4),
.flex-equal-12-3 .Flex-set .col:last-child:nth-child(12n-4),
.flex-equal-12-2 .Flex-set .col:last-child:nth-child(12n-4) {
  margin-right: calc((100% / 12 - 3px) * 4 + 3px * 12 * 4 / (12 - 1));
}
.flex-equal-12 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-11 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-10 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-9 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-8 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-7 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-6 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-5 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-4 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-3 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-2 .Flex-set .col:last-child:nth-child(12n) {
  margin-right: 0;
}
.flex-equal-12 .Flex-set .col:last-child:nth-child(12n-5),
.flex-equal-12-11 .Flex-set .col:last-child:nth-child(12n-5),
.flex-equal-12-10 .Flex-set .col:last-child:nth-child(12n-5),
.flex-equal-12-9 .Flex-set .col:last-child:nth-child(12n-5),
.flex-equal-12-8 .Flex-set .col:last-child:nth-child(12n-5),
.flex-equal-12-7 .Flex-set .col:last-child:nth-child(12n-5),
.flex-equal-12-6 .Flex-set .col:last-child:nth-child(12n-5),
.flex-equal-12-5 .Flex-set .col:last-child:nth-child(12n-5),
.flex-equal-12-4 .Flex-set .col:last-child:nth-child(12n-5),
.flex-equal-12-3 .Flex-set .col:last-child:nth-child(12n-5),
.flex-equal-12-2 .Flex-set .col:last-child:nth-child(12n-5) {
  margin-right: calc((100% / 12 - 3px) * 5 + 3px * 12 * 5 / (12 - 1));
}
.flex-equal-12 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-11 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-10 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-9 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-8 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-7 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-6 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-5 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-4 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-3 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-2 .Flex-set .col:last-child:nth-child(12n) {
  margin-right: 0;
}
.flex-equal-12 .Flex-set .col:last-child:nth-child(12n-6),
.flex-equal-12-11 .Flex-set .col:last-child:nth-child(12n-6),
.flex-equal-12-10 .Flex-set .col:last-child:nth-child(12n-6),
.flex-equal-12-9 .Flex-set .col:last-child:nth-child(12n-6),
.flex-equal-12-8 .Flex-set .col:last-child:nth-child(12n-6),
.flex-equal-12-7 .Flex-set .col:last-child:nth-child(12n-6),
.flex-equal-12-6 .Flex-set .col:last-child:nth-child(12n-6),
.flex-equal-12-5 .Flex-set .col:last-child:nth-child(12n-6),
.flex-equal-12-4 .Flex-set .col:last-child:nth-child(12n-6),
.flex-equal-12-3 .Flex-set .col:last-child:nth-child(12n-6),
.flex-equal-12-2 .Flex-set .col:last-child:nth-child(12n-6) {
  margin-right: calc((100% / 12 - 3px) * 6 + 3px * 12 * 6 / (12 - 1));
}
.flex-equal-12 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-11 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-10 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-9 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-8 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-7 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-6 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-5 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-4 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-3 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-2 .Flex-set .col:last-child:nth-child(12n) {
  margin-right: 0;
}
.flex-equal-12 .Flex-set .col:last-child:nth-child(12n-7),
.flex-equal-12-11 .Flex-set .col:last-child:nth-child(12n-7),
.flex-equal-12-10 .Flex-set .col:last-child:nth-child(12n-7),
.flex-equal-12-9 .Flex-set .col:last-child:nth-child(12n-7),
.flex-equal-12-8 .Flex-set .col:last-child:nth-child(12n-7),
.flex-equal-12-7 .Flex-set .col:last-child:nth-child(12n-7),
.flex-equal-12-6 .Flex-set .col:last-child:nth-child(12n-7),
.flex-equal-12-5 .Flex-set .col:last-child:nth-child(12n-7),
.flex-equal-12-4 .Flex-set .col:last-child:nth-child(12n-7),
.flex-equal-12-3 .Flex-set .col:last-child:nth-child(12n-7),
.flex-equal-12-2 .Flex-set .col:last-child:nth-child(12n-7) {
  margin-right: calc((100% / 12 - 3px) * 7 + 3px * 12 * 7 / (12 - 1));
}
.flex-equal-12 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-11 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-10 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-9 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-8 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-7 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-6 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-5 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-4 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-3 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-2 .Flex-set .col:last-child:nth-child(12n) {
  margin-right: 0;
}
.flex-equal-12 .Flex-set .col:last-child:nth-child(12n-8),
.flex-equal-12-11 .Flex-set .col:last-child:nth-child(12n-8),
.flex-equal-12-10 .Flex-set .col:last-child:nth-child(12n-8),
.flex-equal-12-9 .Flex-set .col:last-child:nth-child(12n-8),
.flex-equal-12-8 .Flex-set .col:last-child:nth-child(12n-8),
.flex-equal-12-7 .Flex-set .col:last-child:nth-child(12n-8),
.flex-equal-12-6 .Flex-set .col:last-child:nth-child(12n-8),
.flex-equal-12-5 .Flex-set .col:last-child:nth-child(12n-8),
.flex-equal-12-4 .Flex-set .col:last-child:nth-child(12n-8),
.flex-equal-12-3 .Flex-set .col:last-child:nth-child(12n-8),
.flex-equal-12-2 .Flex-set .col:last-child:nth-child(12n-8) {
  margin-right: calc((100% / 12 - 3px) * 8 + 3px * 12 * 8 / (12 - 1));
}
.flex-equal-12 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-11 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-10 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-9 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-8 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-7 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-6 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-5 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-4 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-3 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-2 .Flex-set .col:last-child:nth-child(12n) {
  margin-right: 0;
}
.flex-equal-12 .Flex-set .col:last-child:nth-child(12n-9),
.flex-equal-12-11 .Flex-set .col:last-child:nth-child(12n-9),
.flex-equal-12-10 .Flex-set .col:last-child:nth-child(12n-9),
.flex-equal-12-9 .Flex-set .col:last-child:nth-child(12n-9),
.flex-equal-12-8 .Flex-set .col:last-child:nth-child(12n-9),
.flex-equal-12-7 .Flex-set .col:last-child:nth-child(12n-9),
.flex-equal-12-6 .Flex-set .col:last-child:nth-child(12n-9),
.flex-equal-12-5 .Flex-set .col:last-child:nth-child(12n-9),
.flex-equal-12-4 .Flex-set .col:last-child:nth-child(12n-9),
.flex-equal-12-3 .Flex-set .col:last-child:nth-child(12n-9),
.flex-equal-12-2 .Flex-set .col:last-child:nth-child(12n-9) {
  margin-right: calc((100% / 12 - 3px) * 9 + 3px * 12 * 9 / (12 - 1));
}
.flex-equal-12 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-11 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-10 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-9 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-8 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-7 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-6 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-5 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-4 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-3 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-2 .Flex-set .col:last-child:nth-child(12n) {
  margin-right: 0;
}
.flex-equal-12 .Flex-set .col:last-child:nth-child(12n-10),
.flex-equal-12-11 .Flex-set .col:last-child:nth-child(12n-10),
.flex-equal-12-10 .Flex-set .col:last-child:nth-child(12n-10),
.flex-equal-12-9 .Flex-set .col:last-child:nth-child(12n-10),
.flex-equal-12-8 .Flex-set .col:last-child:nth-child(12n-10),
.flex-equal-12-7 .Flex-set .col:last-child:nth-child(12n-10),
.flex-equal-12-6 .Flex-set .col:last-child:nth-child(12n-10),
.flex-equal-12-5 .Flex-set .col:last-child:nth-child(12n-10),
.flex-equal-12-4 .Flex-set .col:last-child:nth-child(12n-10),
.flex-equal-12-3 .Flex-set .col:last-child:nth-child(12n-10),
.flex-equal-12-2 .Flex-set .col:last-child:nth-child(12n-10) {
  margin-right: calc((100% / 12 - 3px) * 10 + 3px * 12 * 10 / (12 - 1));
}
.flex-equal-12 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-11 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-10 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-9 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-8 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-7 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-6 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-5 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-4 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-3 .Flex-set .col:last-child:nth-child(12n),
.flex-equal-12-2 .Flex-set .col:last-child:nth-child(12n) {
  margin-right: 0;
}
.flex-equal-12 .Flex-set .col:last-child:nth-child(12n-11),
.flex-equal-12-11 .Flex-set .col:last-child:nth-child(12n-11),
.flex-equal-12-10 .Flex-set .col:last-child:nth-child(12n-11),
.flex-equal-12-9 .Flex-set .col:last-child:nth-child(12n-11),
.flex-equal-12-8 .Flex-set .col:last-child:nth-child(12n-11),
.flex-equal-12-7 .Flex-set .col:last-child:nth-child(12n-11),
.flex-equal-12-6 .Flex-set .col:last-child:nth-child(12n-11),
.flex-equal-12-5 .Flex-set .col:last-child:nth-child(12n-11),
.flex-equal-12-4 .Flex-set .col:last-child:nth-child(12n-11),
.flex-equal-12-3 .Flex-set .col:last-child:nth-child(12n-11),
.flex-equal-12-2 .Flex-set .col:last-child:nth-child(12n-11) {
  margin-right: calc((100% / 12 - 3px) * 11 + 3px * 12 * 11 / (12 - 1));
}

@media screen and (max-width: 991px) {
  .flex-equal-12 .Flex-set .col {
    -ms-flex-preferred-size: calc(100% / 7 - 10px);
        flex-basis: calc(100% / 7 - 10px);
    max-width: calc(100% / 7 - 10px);
    padding: 0 calc(20px / 2);
  }
  .flex-equal-12 .Flex-set .col:last-child:nth-child(7n) {
    margin-right: 0;
  }
  .flex-equal-12 .Flex-set .col:last-child:nth-child(7n-1) {
    margin-right: calc((100% / 7 - 10px) * 1 + 10px * 7 * 1 / (7 - 1));
  }
  .flex-equal-12 .Flex-set .col:last-child:nth-child(7n) {
    margin-right: 0;
  }
  .flex-equal-12 .Flex-set .col:last-child:nth-child(7n-2) {
    margin-right: calc((100% / 7 - 10px) * 2 + 10px * 7 * 2 / (7 - 1));
  }
  .flex-equal-12 .Flex-set .col:last-child:nth-child(7n) {
    margin-right: 0;
  }
  .flex-equal-12 .Flex-set .col:last-child:nth-child(7n-3) {
    margin-right: calc((100% / 7 - 10px) * 3 + 10px * 7 * 3 / (7 - 1));
  }
  .flex-equal-12 .Flex-set .col:last-child:nth-child(7n) {
    margin-right: 0;
  }
  .flex-equal-12 .Flex-set .col:last-child:nth-child(7n-4) {
    margin-right: calc((100% / 7 - 10px) * 4 + 10px * 7 * 4 / (7 - 1));
  }
  .flex-equal-12 .Flex-set .col:last-child:nth-child(7n) {
    margin-right: 0;
  }
  .flex-equal-12 .Flex-set .col:last-child:nth-child(7n-5) {
    margin-right: calc((100% / 7 - 10px) * 5 + 10px * 7 * 5 / (7 - 1));
  }
  .flex-equal-12 .Flex-set .col:last-child:nth-child(7n) {
    margin-right: 0;
  }
  .flex-equal-12 .Flex-set .col:last-child:nth-child(7n-6) {
    margin-right: calc((100% / 7 - 10px) * 6 + 10px * 7 * 6 / (7 - 1));
  }
}
@media screen and (max-width: 767px) {
  .flex-equal-12 .Flex-set .col {
    -ms-flex-preferred-size: calc(100% / 5 - 4px);
        flex-basis: calc(100% / 5 - 4px);
    max-width: calc(100% / 5 - 4px);
    padding: 0 calc(20px / 2);
  }
  .flex-equal-12 .Flex-set .col:last-child:nth-child(5n) {
    margin-right: 0;
  }
  .flex-equal-12 .Flex-set .col:last-child:nth-child(5n-1) {
    margin-right: calc((100% / 5 - 4px) * 1 + 4px * 5 * 1 / (5 - 1));
  }
  .flex-equal-12 .Flex-set .col:last-child:nth-child(5n) {
    margin-right: 0;
  }
  .flex-equal-12 .Flex-set .col:last-child:nth-child(5n-2) {
    margin-right: calc((100% / 5 - 4px) * 2 + 4px * 5 * 2 / (5 - 1));
  }
  .flex-equal-12 .Flex-set .col:last-child:nth-child(5n) {
    margin-right: 0;
  }
  .flex-equal-12 .Flex-set .col:last-child:nth-child(5n-3) {
    margin-right: calc((100% / 5 - 4px) * 3 + 4px * 5 * 3 / (5 - 1));
  }
  .flex-equal-12 .Flex-set .col:last-child:nth-child(5n) {
    margin-right: 0;
  }
  .flex-equal-12 .Flex-set .col:last-child:nth-child(5n-4) {
    margin-right: calc((100% / 5 - 4px) * 4 + 4px * 5 * 4 / (5 - 1));
  }
}

@media screen and (max-width: 991px) {
  .flex-equal-12-11 .Flex-set .col {
    -ms-flex-preferred-size: calc(100% / 11 - 4px);
        flex-basis: calc(100% / 11 - 4px);
    max-width: calc(100% / 11 - 4px);
    padding: 0 calc(20px / 2);
  }
  .flex-equal-12-11 .Flex-set .col:last-child:nth-child(11n) {
    margin-right: 0;
  }
  .flex-equal-12-11 .Flex-set .col:last-child:nth-child(11n-1) {
    margin-right: calc((100% / 11 - 4px) * 1 + 4px * 11 * 1 / (11 - 1));
  }
  .flex-equal-12-11 .Flex-set .col:last-child:nth-child(11n) {
    margin-right: 0;
  }
  .flex-equal-12-11 .Flex-set .col:last-child:nth-child(11n-2) {
    margin-right: calc((100% / 11 - 4px) * 2 + 4px * 11 * 2 / (11 - 1));
  }
  .flex-equal-12-11 .Flex-set .col:last-child:nth-child(11n) {
    margin-right: 0;
  }
  .flex-equal-12-11 .Flex-set .col:last-child:nth-child(11n-3) {
    margin-right: calc((100% / 11 - 4px) * 3 + 4px * 11 * 3 / (11 - 1));
  }
  .flex-equal-12-11 .Flex-set .col:last-child:nth-child(11n) {
    margin-right: 0;
  }
  .flex-equal-12-11 .Flex-set .col:last-child:nth-child(11n-4) {
    margin-right: calc((100% / 11 - 4px) * 4 + 4px * 11 * 4 / (11 - 1));
  }
  .flex-equal-12-11 .Flex-set .col:last-child:nth-child(11n) {
    margin-right: 0;
  }
  .flex-equal-12-11 .Flex-set .col:last-child:nth-child(11n-5) {
    margin-right: calc((100% / 11 - 4px) * 5 + 4px * 11 * 5 / (11 - 1));
  }
  .flex-equal-12-11 .Flex-set .col:last-child:nth-child(11n) {
    margin-right: 0;
  }
  .flex-equal-12-11 .Flex-set .col:last-child:nth-child(11n-6) {
    margin-right: calc((100% / 11 - 4px) * 6 + 4px * 11 * 6 / (11 - 1));
  }
  .flex-equal-12-11 .Flex-set .col:last-child:nth-child(11n) {
    margin-right: 0;
  }
  .flex-equal-12-11 .Flex-set .col:last-child:nth-child(11n-7) {
    margin-right: calc((100% / 11 - 4px) * 7 + 4px * 11 * 7 / (11 - 1));
  }
  .flex-equal-12-11 .Flex-set .col:last-child:nth-child(11n) {
    margin-right: 0;
  }
  .flex-equal-12-11 .Flex-set .col:last-child:nth-child(11n-8) {
    margin-right: calc((100% / 11 - 4px) * 8 + 4px * 11 * 8 / (11 - 1));
  }
  .flex-equal-12-11 .Flex-set .col:last-child:nth-child(11n) {
    margin-right: 0;
  }
  .flex-equal-12-11 .Flex-set .col:last-child:nth-child(11n-9) {
    margin-right: calc((100% / 11 - 4px) * 9 + 4px * 11 * 9 / (11 - 1));
  }
  .flex-equal-12-11 .Flex-set .col:last-child:nth-child(11n) {
    margin-right: 0;
  }
  .flex-equal-12-11 .Flex-set .col:last-child:nth-child(11n-10) {
    margin-right: calc((100% / 11 - 4px) * 10 + 4px * 11 * 10 / (11 - 1));
  }
}
@media screen and (max-width: 767px) {
  .flex-equal-12-11 .Flex-set .col {
    -ms-flex-preferred-size: calc(100% / 2 - 2px);
        flex-basis: calc(100% / 2 - 2px);
    max-width: calc(100% / 2 - 2px);
    padding: 0 calc(20px / 2);
  }
  .flex-equal-12-11 .Flex-set .col:last-child:nth-child(12n-1) {
    margin-right: 0 !important;
  }
  .flex-equal-12-11 .Flex-set .col:last-child:nth-child(12n-2) {
    margin-right: 0 !important;
  }
  .flex-equal-12-11 .Flex-set .col:last-child:nth-child(12n-3) {
    margin-right: 0 !important;
  }
  .flex-equal-12-11 .Flex-set .col:last-child:nth-child(12n-4) {
    margin-right: 0 !important;
  }
  .flex-equal-12-11 .Flex-set .col:last-child:nth-child(12n-5) {
    margin-right: 0 !important;
  }
  .flex-equal-12-11 .Flex-set .col:last-child:nth-child(12n-6) {
    margin-right: 0 !important;
  }
  .flex-equal-12-11 .Flex-set .col:last-child:nth-child(12n-7) {
    margin-right: 0 !important;
  }
  .flex-equal-12-11 .Flex-set .col:last-child:nth-child(12n-8) {
    margin-right: 0 !important;
  }
  .flex-equal-12-11 .Flex-set .col:last-child:nth-child(12n-9) {
    margin-right: 0 !important;
  }
  .flex-equal-12-11 .Flex-set .col:last-child:nth-child(12n-10) {
    margin-right: 0 !important;
  }
  .flex-equal-12-11 .Flex-set .col:last-child:nth-child(12n-11) {
    margin-right: 0 !important;
  }
  .flex-equal-12-11 .Flex-set .col:last-child:nth-child(12n-12) {
    margin-right: 0 !important;
  }
}

@media screen and (max-width: 991px) {
  .flex-equal-12-10 .Flex-set .col {
    -ms-flex-preferred-size: calc(100% / 10 - 4px);
        flex-basis: calc(100% / 10 - 4px);
    max-width: calc(100% / 10 - 4px);
    padding: 0 calc(20px / 2);
  }
  .flex-equal-12-10 .Flex-set .col:last-child:nth-child(10n) {
    margin-right: 0;
  }
  .flex-equal-12-10 .Flex-set .col:last-child:nth-child(10n-1) {
    margin-right: calc((100% / 10 - 4px) * 1 + 4px * 10 * 1 / (10 - 1));
  }
  .flex-equal-12-10 .Flex-set .col:last-child:nth-child(10n) {
    margin-right: 0;
  }
  .flex-equal-12-10 .Flex-set .col:last-child:nth-child(10n-2) {
    margin-right: calc((100% / 10 - 4px) * 2 + 4px * 10 * 2 / (10 - 1));
  }
  .flex-equal-12-10 .Flex-set .col:last-child:nth-child(10n) {
    margin-right: 0;
  }
  .flex-equal-12-10 .Flex-set .col:last-child:nth-child(10n-3) {
    margin-right: calc((100% / 10 - 4px) * 3 + 4px * 10 * 3 / (10 - 1));
  }
  .flex-equal-12-10 .Flex-set .col:last-child:nth-child(10n) {
    margin-right: 0;
  }
  .flex-equal-12-10 .Flex-set .col:last-child:nth-child(10n-4) {
    margin-right: calc((100% / 10 - 4px) * 4 + 4px * 10 * 4 / (10 - 1));
  }
  .flex-equal-12-10 .Flex-set .col:last-child:nth-child(10n) {
    margin-right: 0;
  }
  .flex-equal-12-10 .Flex-set .col:last-child:nth-child(10n-5) {
    margin-right: calc((100% / 10 - 4px) * 5 + 4px * 10 * 5 / (10 - 1));
  }
  .flex-equal-12-10 .Flex-set .col:last-child:nth-child(10n) {
    margin-right: 0;
  }
  .flex-equal-12-10 .Flex-set .col:last-child:nth-child(10n-6) {
    margin-right: calc((100% / 10 - 4px) * 6 + 4px * 10 * 6 / (10 - 1));
  }
  .flex-equal-12-10 .Flex-set .col:last-child:nth-child(10n) {
    margin-right: 0;
  }
  .flex-equal-12-10 .Flex-set .col:last-child:nth-child(10n-7) {
    margin-right: calc((100% / 10 - 4px) * 7 + 4px * 10 * 7 / (10 - 1));
  }
  .flex-equal-12-10 .Flex-set .col:last-child:nth-child(10n) {
    margin-right: 0;
  }
  .flex-equal-12-10 .Flex-set .col:last-child:nth-child(10n-8) {
    margin-right: calc((100% / 10 - 4px) * 8 + 4px * 10 * 8 / (10 - 1));
  }
  .flex-equal-12-10 .Flex-set .col:last-child:nth-child(10n) {
    margin-right: 0;
  }
  .flex-equal-12-10 .Flex-set .col:last-child:nth-child(10n-9) {
    margin-right: calc((100% / 10 - 4px) * 9 + 4px * 10 * 9 / (10 - 1));
  }
}
@media screen and (max-width: 767px) {
  .flex-equal-12-10 .Flex-set .col {
    -ms-flex-preferred-size: calc(100% / 2 - 2px);
        flex-basis: calc(100% / 2 - 2px);
    max-width: calc(100% / 2 - 2px);
    padding: 0 calc(20px / 2);
  }
  .flex-equal-12-10 .Flex-set .col:last-child:nth-child(12n-1) {
    margin-right: 0 !important;
  }
  .flex-equal-12-10 .Flex-set .col:last-child:nth-child(12n-2) {
    margin-right: 0 !important;
  }
  .flex-equal-12-10 .Flex-set .col:last-child:nth-child(12n-3) {
    margin-right: 0 !important;
  }
  .flex-equal-12-10 .Flex-set .col:last-child:nth-child(12n-4) {
    margin-right: 0 !important;
  }
  .flex-equal-12-10 .Flex-set .col:last-child:nth-child(12n-5) {
    margin-right: 0 !important;
  }
  .flex-equal-12-10 .Flex-set .col:last-child:nth-child(12n-6) {
    margin-right: 0 !important;
  }
  .flex-equal-12-10 .Flex-set .col:last-child:nth-child(12n-7) {
    margin-right: 0 !important;
  }
  .flex-equal-12-10 .Flex-set .col:last-child:nth-child(12n-8) {
    margin-right: 0 !important;
  }
  .flex-equal-12-10 .Flex-set .col:last-child:nth-child(12n-9) {
    margin-right: 0 !important;
  }
  .flex-equal-12-10 .Flex-set .col:last-child:nth-child(12n-10) {
    margin-right: 0 !important;
  }
  .flex-equal-12-10 .Flex-set .col:last-child:nth-child(12n-11) {
    margin-right: 0 !important;
  }
  .flex-equal-12-10 .Flex-set .col:last-child:nth-child(12n-12) {
    margin-right: 0 !important;
  }
}

@media screen and (max-width: 991px) {
  .flex-equal-12-9 .Flex-set .col {
    -ms-flex-preferred-size: calc(100% / 9 - 4px);
        flex-basis: calc(100% / 9 - 4px);
    max-width: calc(100% / 9 - 4px);
    padding: 0 calc(20px / 2);
  }
  .flex-equal-12-9 .Flex-set .col:last-child:nth-child(9n) {
    margin-right: 0;
  }
  .flex-equal-12-9 .Flex-set .col:last-child:nth-child(9n-1) {
    margin-right: calc((100% / 9 - 4px) * 1 + 4px * 9 * 1 / (9 - 1));
  }
  .flex-equal-12-9 .Flex-set .col:last-child:nth-child(9n) {
    margin-right: 0;
  }
  .flex-equal-12-9 .Flex-set .col:last-child:nth-child(9n-2) {
    margin-right: calc((100% / 9 - 4px) * 2 + 4px * 9 * 2 / (9 - 1));
  }
  .flex-equal-12-9 .Flex-set .col:last-child:nth-child(9n) {
    margin-right: 0;
  }
  .flex-equal-12-9 .Flex-set .col:last-child:nth-child(9n-3) {
    margin-right: calc((100% / 9 - 4px) * 3 + 4px * 9 * 3 / (9 - 1));
  }
  .flex-equal-12-9 .Flex-set .col:last-child:nth-child(9n) {
    margin-right: 0;
  }
  .flex-equal-12-9 .Flex-set .col:last-child:nth-child(9n-4) {
    margin-right: calc((100% / 9 - 4px) * 4 + 4px * 9 * 4 / (9 - 1));
  }
  .flex-equal-12-9 .Flex-set .col:last-child:nth-child(9n) {
    margin-right: 0;
  }
  .flex-equal-12-9 .Flex-set .col:last-child:nth-child(9n-5) {
    margin-right: calc((100% / 9 - 4px) * 5 + 4px * 9 * 5 / (9 - 1));
  }
  .flex-equal-12-9 .Flex-set .col:last-child:nth-child(9n) {
    margin-right: 0;
  }
  .flex-equal-12-9 .Flex-set .col:last-child:nth-child(9n-6) {
    margin-right: calc((100% / 9 - 4px) * 6 + 4px * 9 * 6 / (9 - 1));
  }
  .flex-equal-12-9 .Flex-set .col:last-child:nth-child(9n) {
    margin-right: 0;
  }
  .flex-equal-12-9 .Flex-set .col:last-child:nth-child(9n-7) {
    margin-right: calc((100% / 9 - 4px) * 7 + 4px * 9 * 7 / (9 - 1));
  }
  .flex-equal-12-9 .Flex-set .col:last-child:nth-child(9n) {
    margin-right: 0;
  }
  .flex-equal-12-9 .Flex-set .col:last-child:nth-child(9n-8) {
    margin-right: calc((100% / 9 - 4px) * 8 + 4px * 9 * 8 / (9 - 1));
  }
}
@media screen and (max-width: 767px) {
  .flex-equal-12-9 .Flex-set .col {
    -ms-flex-preferred-size: calc(100% / 2 - 2px);
        flex-basis: calc(100% / 2 - 2px);
    max-width: calc(100% / 2 - 2px);
    padding: 0 calc(20px / 2);
  }
  .flex-equal-12-9 .Flex-set .col:last-child:nth-child(12n-1) {
    margin-right: 0 !important;
  }
  .flex-equal-12-9 .Flex-set .col:last-child:nth-child(12n-2) {
    margin-right: 0 !important;
  }
  .flex-equal-12-9 .Flex-set .col:last-child:nth-child(12n-3) {
    margin-right: 0 !important;
  }
  .flex-equal-12-9 .Flex-set .col:last-child:nth-child(12n-4) {
    margin-right: 0 !important;
  }
  .flex-equal-12-9 .Flex-set .col:last-child:nth-child(12n-5) {
    margin-right: 0 !important;
  }
  .flex-equal-12-9 .Flex-set .col:last-child:nth-child(12n-6) {
    margin-right: 0 !important;
  }
  .flex-equal-12-9 .Flex-set .col:last-child:nth-child(12n-7) {
    margin-right: 0 !important;
  }
  .flex-equal-12-9 .Flex-set .col:last-child:nth-child(12n-8) {
    margin-right: 0 !important;
  }
  .flex-equal-12-9 .Flex-set .col:last-child:nth-child(12n-9) {
    margin-right: 0 !important;
  }
  .flex-equal-12-9 .Flex-set .col:last-child:nth-child(12n-10) {
    margin-right: 0 !important;
  }
  .flex-equal-12-9 .Flex-set .col:last-child:nth-child(12n-11) {
    margin-right: 0 !important;
  }
  .flex-equal-12-9 .Flex-set .col:last-child:nth-child(12n-12) {
    margin-right: 0 !important;
  }
}

@media screen and (max-width: 991px) {
  .flex-equal-12-8 .Flex-set .col {
    -ms-flex-preferred-size: calc(100% / 8 - 4px);
        flex-basis: calc(100% / 8 - 4px);
    max-width: calc(100% / 8 - 4px);
    padding: 0 calc(20px / 2);
  }
  .flex-equal-12-8 .Flex-set .col:last-child:nth-child(8n) {
    margin-right: 0;
  }
  .flex-equal-12-8 .Flex-set .col:last-child:nth-child(8n-1) {
    margin-right: calc((100% / 8 - 4px) * 1 + 4px * 8 * 1 / (8 - 1));
  }
  .flex-equal-12-8 .Flex-set .col:last-child:nth-child(8n) {
    margin-right: 0;
  }
  .flex-equal-12-8 .Flex-set .col:last-child:nth-child(8n-2) {
    margin-right: calc((100% / 8 - 4px) * 2 + 4px * 8 * 2 / (8 - 1));
  }
  .flex-equal-12-8 .Flex-set .col:last-child:nth-child(8n) {
    margin-right: 0;
  }
  .flex-equal-12-8 .Flex-set .col:last-child:nth-child(8n-3) {
    margin-right: calc((100% / 8 - 4px) * 3 + 4px * 8 * 3 / (8 - 1));
  }
  .flex-equal-12-8 .Flex-set .col:last-child:nth-child(8n) {
    margin-right: 0;
  }
  .flex-equal-12-8 .Flex-set .col:last-child:nth-child(8n-4) {
    margin-right: calc((100% / 8 - 4px) * 4 + 4px * 8 * 4 / (8 - 1));
  }
  .flex-equal-12-8 .Flex-set .col:last-child:nth-child(8n) {
    margin-right: 0;
  }
  .flex-equal-12-8 .Flex-set .col:last-child:nth-child(8n-5) {
    margin-right: calc((100% / 8 - 4px) * 5 + 4px * 8 * 5 / (8 - 1));
  }
  .flex-equal-12-8 .Flex-set .col:last-child:nth-child(8n) {
    margin-right: 0;
  }
  .flex-equal-12-8 .Flex-set .col:last-child:nth-child(8n-6) {
    margin-right: calc((100% / 8 - 4px) * 6 + 4px * 8 * 6 / (8 - 1));
  }
  .flex-equal-12-8 .Flex-set .col:last-child:nth-child(8n) {
    margin-right: 0;
  }
  .flex-equal-12-8 .Flex-set .col:last-child:nth-child(8n-7) {
    margin-right: calc((100% / 8 - 4px) * 7 + 4px * 8 * 7 / (8 - 1));
  }
}
@media screen and (max-width: 767px) {
  .flex-equal-12-8 .Flex-set .col {
    -ms-flex-preferred-size: calc(100% / 2 - 2px);
        flex-basis: calc(100% / 2 - 2px);
    max-width: calc(100% / 2 - 2px);
    padding: 0 calc(20px / 2);
  }
  .flex-equal-12-8 .Flex-set .col:last-child:nth-child(12n-1) {
    margin-right: 0 !important;
  }
  .flex-equal-12-8 .Flex-set .col:last-child:nth-child(12n-2) {
    margin-right: 0 !important;
  }
  .flex-equal-12-8 .Flex-set .col:last-child:nth-child(12n-3) {
    margin-right: 0 !important;
  }
  .flex-equal-12-8 .Flex-set .col:last-child:nth-child(12n-4) {
    margin-right: 0 !important;
  }
  .flex-equal-12-8 .Flex-set .col:last-child:nth-child(12n-5) {
    margin-right: 0 !important;
  }
  .flex-equal-12-8 .Flex-set .col:last-child:nth-child(12n-6) {
    margin-right: 0 !important;
  }
  .flex-equal-12-8 .Flex-set .col:last-child:nth-child(12n-7) {
    margin-right: 0 !important;
  }
  .flex-equal-12-8 .Flex-set .col:last-child:nth-child(12n-8) {
    margin-right: 0 !important;
  }
  .flex-equal-12-8 .Flex-set .col:last-child:nth-child(12n-9) {
    margin-right: 0 !important;
  }
  .flex-equal-12-8 .Flex-set .col:last-child:nth-child(12n-10) {
    margin-right: 0 !important;
  }
  .flex-equal-12-8 .Flex-set .col:last-child:nth-child(12n-11) {
    margin-right: 0 !important;
  }
  .flex-equal-12-8 .Flex-set .col:last-child:nth-child(12n-12) {
    margin-right: 0 !important;
  }
}

@media screen and (max-width: 991px) {
  .flex-equal-12-7 .Flex-set .col {
    -ms-flex-preferred-size: calc(100% / 7 - 4px);
        flex-basis: calc(100% / 7 - 4px);
    max-width: calc(100% / 7 - 4px);
    padding: 0 calc(20px / 2);
  }
  .flex-equal-12-7 .Flex-set .col:last-child:nth-child(7n) {
    margin-right: 0;
  }
  .flex-equal-12-7 .Flex-set .col:last-child:nth-child(7n-1) {
    margin-right: calc((100% / 7 - 4px) * 1 + 4px * 7 * 1 / (7 - 1));
  }
  .flex-equal-12-7 .Flex-set .col:last-child:nth-child(7n) {
    margin-right: 0;
  }
  .flex-equal-12-7 .Flex-set .col:last-child:nth-child(7n-2) {
    margin-right: calc((100% / 7 - 4px) * 2 + 4px * 7 * 2 / (7 - 1));
  }
  .flex-equal-12-7 .Flex-set .col:last-child:nth-child(7n) {
    margin-right: 0;
  }
  .flex-equal-12-7 .Flex-set .col:last-child:nth-child(7n-3) {
    margin-right: calc((100% / 7 - 4px) * 3 + 4px * 7 * 3 / (7 - 1));
  }
  .flex-equal-12-7 .Flex-set .col:last-child:nth-child(7n) {
    margin-right: 0;
  }
  .flex-equal-12-7 .Flex-set .col:last-child:nth-child(7n-4) {
    margin-right: calc((100% / 7 - 4px) * 4 + 4px * 7 * 4 / (7 - 1));
  }
  .flex-equal-12-7 .Flex-set .col:last-child:nth-child(7n) {
    margin-right: 0;
  }
  .flex-equal-12-7 .Flex-set .col:last-child:nth-child(7n-5) {
    margin-right: calc((100% / 7 - 4px) * 5 + 4px * 7 * 5 / (7 - 1));
  }
  .flex-equal-12-7 .Flex-set .col:last-child:nth-child(7n) {
    margin-right: 0;
  }
  .flex-equal-12-7 .Flex-set .col:last-child:nth-child(7n-6) {
    margin-right: calc((100% / 7 - 4px) * 6 + 4px * 7 * 6 / (7 - 1));
  }
}
@media screen and (max-width: 767px) {
  .flex-equal-12-7 .Flex-set .col {
    -ms-flex-preferred-size: calc(100% / 2 - 2px);
        flex-basis: calc(100% / 2 - 2px);
    max-width: calc(100% / 2 - 2px);
    padding: 0 calc(20px / 2);
  }
  .flex-equal-12-7 .Flex-set .col:last-child:nth-child(12n-1) {
    margin-right: 0 !important;
  }
  .flex-equal-12-7 .Flex-set .col:last-child:nth-child(12n-2) {
    margin-right: 0 !important;
  }
  .flex-equal-12-7 .Flex-set .col:last-child:nth-child(12n-3) {
    margin-right: 0 !important;
  }
  .flex-equal-12-7 .Flex-set .col:last-child:nth-child(12n-4) {
    margin-right: 0 !important;
  }
  .flex-equal-12-7 .Flex-set .col:last-child:nth-child(12n-5) {
    margin-right: 0 !important;
  }
  .flex-equal-12-7 .Flex-set .col:last-child:nth-child(12n-6) {
    margin-right: 0 !important;
  }
  .flex-equal-12-7 .Flex-set .col:last-child:nth-child(12n-7) {
    margin-right: 0 !important;
  }
  .flex-equal-12-7 .Flex-set .col:last-child:nth-child(12n-8) {
    margin-right: 0 !important;
  }
  .flex-equal-12-7 .Flex-set .col:last-child:nth-child(12n-9) {
    margin-right: 0 !important;
  }
  .flex-equal-12-7 .Flex-set .col:last-child:nth-child(12n-10) {
    margin-right: 0 !important;
  }
  .flex-equal-12-7 .Flex-set .col:last-child:nth-child(12n-11) {
    margin-right: 0 !important;
  }
  .flex-equal-12-7 .Flex-set .col:last-child:nth-child(12n-12) {
    margin-right: 0 !important;
  }
}

@media screen and (max-width: 991px) {
  .flex-equal-12-6 .Flex-set .col {
    -ms-flex-preferred-size: calc(100% / 6 - 4px);
        flex-basis: calc(100% / 6 - 4px);
    max-width: calc(100% / 6 - 4px);
    padding: 0 calc(20px / 2);
  }
  .flex-equal-12-6 .Flex-set .col:last-child:nth-child(6n) {
    margin-right: 0;
  }
  .flex-equal-12-6 .Flex-set .col:last-child:nth-child(6n-1) {
    margin-right: calc((100% / 6 - 4px) * 1 + 4px * 6 * 1 / (6 - 1));
  }
  .flex-equal-12-6 .Flex-set .col:last-child:nth-child(6n) {
    margin-right: 0;
  }
  .flex-equal-12-6 .Flex-set .col:last-child:nth-child(6n-2) {
    margin-right: calc((100% / 6 - 4px) * 2 + 4px * 6 * 2 / (6 - 1));
  }
  .flex-equal-12-6 .Flex-set .col:last-child:nth-child(6n) {
    margin-right: 0;
  }
  .flex-equal-12-6 .Flex-set .col:last-child:nth-child(6n-3) {
    margin-right: calc((100% / 6 - 4px) * 3 + 4px * 6 * 3 / (6 - 1));
  }
  .flex-equal-12-6 .Flex-set .col:last-child:nth-child(6n) {
    margin-right: 0;
  }
  .flex-equal-12-6 .Flex-set .col:last-child:nth-child(6n-4) {
    margin-right: calc((100% / 6 - 4px) * 4 + 4px * 6 * 4 / (6 - 1));
  }
  .flex-equal-12-6 .Flex-set .col:last-child:nth-child(6n) {
    margin-right: 0;
  }
  .flex-equal-12-6 .Flex-set .col:last-child:nth-child(6n-5) {
    margin-right: calc((100% / 6 - 4px) * 5 + 4px * 6 * 5 / (6 - 1));
  }
}
@media screen and (max-width: 767px) {
  .flex-equal-12-6 .Flex-set .col {
    -ms-flex-preferred-size: calc(100% / 2 - 2px);
        flex-basis: calc(100% / 2 - 2px);
    max-width: calc(100% / 2 - 2px);
    padding: 0 calc(20px / 2);
  }
  .flex-equal-12-6 .Flex-set .col:last-child:nth-child(12n-1) {
    margin-right: 0 !important;
  }
  .flex-equal-12-6 .Flex-set .col:last-child:nth-child(12n-2) {
    margin-right: 0 !important;
  }
  .flex-equal-12-6 .Flex-set .col:last-child:nth-child(12n-3) {
    margin-right: 0 !important;
  }
  .flex-equal-12-6 .Flex-set .col:last-child:nth-child(12n-4) {
    margin-right: 0 !important;
  }
  .flex-equal-12-6 .Flex-set .col:last-child:nth-child(12n-5) {
    margin-right: 0 !important;
  }
  .flex-equal-12-6 .Flex-set .col:last-child:nth-child(12n-6) {
    margin-right: 0 !important;
  }
  .flex-equal-12-6 .Flex-set .col:last-child:nth-child(12n-7) {
    margin-right: 0 !important;
  }
  .flex-equal-12-6 .Flex-set .col:last-child:nth-child(12n-8) {
    margin-right: 0 !important;
  }
  .flex-equal-12-6 .Flex-set .col:last-child:nth-child(12n-9) {
    margin-right: 0 !important;
  }
  .flex-equal-12-6 .Flex-set .col:last-child:nth-child(12n-10) {
    margin-right: 0 !important;
  }
  .flex-equal-12-6 .Flex-set .col:last-child:nth-child(12n-11) {
    margin-right: 0 !important;
  }
  .flex-equal-12-6 .Flex-set .col:last-child:nth-child(12n-12) {
    margin-right: 0 !important;
  }
}

@media screen and (max-width: 991px) {
  .flex-equal-12-5 .Flex-set .col {
    -ms-flex-preferred-size: calc(100% / 5 - 4px);
        flex-basis: calc(100% / 5 - 4px);
    max-width: calc(100% / 5 - 4px);
    padding: 0 calc(20px / 2);
  }
  .flex-equal-12-5 .Flex-set .col:last-child:nth-child(5n) {
    margin-right: 0;
  }
  .flex-equal-12-5 .Flex-set .col:last-child:nth-child(5n-1) {
    margin-right: calc((100% / 5 - 4px) * 1 + 4px * 5 * 1 / (5 - 1));
  }
  .flex-equal-12-5 .Flex-set .col:last-child:nth-child(5n) {
    margin-right: 0;
  }
  .flex-equal-12-5 .Flex-set .col:last-child:nth-child(5n-2) {
    margin-right: calc((100% / 5 - 4px) * 2 + 4px * 5 * 2 / (5 - 1));
  }
  .flex-equal-12-5 .Flex-set .col:last-child:nth-child(5n) {
    margin-right: 0;
  }
  .flex-equal-12-5 .Flex-set .col:last-child:nth-child(5n-3) {
    margin-right: calc((100% / 5 - 4px) * 3 + 4px * 5 * 3 / (5 - 1));
  }
  .flex-equal-12-5 .Flex-set .col:last-child:nth-child(5n) {
    margin-right: 0;
  }
  .flex-equal-12-5 .Flex-set .col:last-child:nth-child(5n-4) {
    margin-right: calc((100% / 5 - 4px) * 4 + 4px * 5 * 4 / (5 - 1));
  }
}
@media screen and (max-width: 767px) {
  .flex-equal-12-5 .Flex-set .col {
    -ms-flex-preferred-size: calc(100% / 2 - 2px);
        flex-basis: calc(100% / 2 - 2px);
    max-width: calc(100% / 2 - 2px);
    padding: 0 calc(20px / 2);
  }
  .flex-equal-12-5 .Flex-set .col:last-child:nth-child(12n-1) {
    margin-right: 0 !important;
  }
  .flex-equal-12-5 .Flex-set .col:last-child:nth-child(12n-2) {
    margin-right: 0 !important;
  }
  .flex-equal-12-5 .Flex-set .col:last-child:nth-child(12n-3) {
    margin-right: 0 !important;
  }
  .flex-equal-12-5 .Flex-set .col:last-child:nth-child(12n-4) {
    margin-right: 0 !important;
  }
  .flex-equal-12-5 .Flex-set .col:last-child:nth-child(12n-5) {
    margin-right: 0 !important;
  }
  .flex-equal-12-5 .Flex-set .col:last-child:nth-child(12n-6) {
    margin-right: 0 !important;
  }
  .flex-equal-12-5 .Flex-set .col:last-child:nth-child(12n-7) {
    margin-right: 0 !important;
  }
  .flex-equal-12-5 .Flex-set .col:last-child:nth-child(12n-8) {
    margin-right: 0 !important;
  }
  .flex-equal-12-5 .Flex-set .col:last-child:nth-child(12n-9) {
    margin-right: 0 !important;
  }
  .flex-equal-12-5 .Flex-set .col:last-child:nth-child(12n-10) {
    margin-right: 0 !important;
  }
  .flex-equal-12-5 .Flex-set .col:last-child:nth-child(12n-11) {
    margin-right: 0 !important;
  }
  .flex-equal-12-5 .Flex-set .col:last-child:nth-child(12n-12) {
    margin-right: 0 !important;
  }
}

@media screen and (max-width: 991px) {
  .flex-equal-12-4 .Flex-set .col {
    -ms-flex-preferred-size: calc(100% / 4 - 4px);
        flex-basis: calc(100% / 4 - 4px);
    max-width: calc(100% / 4 - 4px);
    padding: 0 calc(20px / 2);
  }
  .flex-equal-12-4 .Flex-set .col:last-child:nth-child(4n) {
    margin-right: 0 !important;
  }
  .flex-equal-12-4 .Flex-set .col:last-child:nth-child(4n-1) {
    margin-right: calc((100% / 4 - 4px) * 1 + 4px * 4 * 1 / (4 - 1));
  }
  .flex-equal-12-4 .Flex-set .col:last-child:nth-child(4n) {
    margin-right: 0 !important;
  }
  .flex-equal-12-4 .Flex-set .col:last-child:nth-child(4n-2) {
    margin-right: calc((100% / 4 - 4px) * 2 + 4px * 4 * 2 / (4 - 1));
  }
  .flex-equal-12-4 .Flex-set .col:last-child:nth-child(4n) {
    margin-right: 0 !important;
  }
  .flex-equal-12-4 .Flex-set .col:last-child:nth-child(4n-3) {
    margin-right: calc((100% / 4 - 4px) * 3 + 4px * 4 * 3 / (4 - 1));
  }
}
@media screen and (max-width: 767px) {
  .flex-equal-12-4 .Flex-set .col {
    -ms-flex-preferred-size: calc(100% / 2 - 2px);
        flex-basis: calc(100% / 2 - 2px);
    max-width: calc(100% / 2 - 2px);
    padding: 0 calc(20px / 2);
  }
  .flex-equal-12-4 .Flex-set .col:last-child:nth-child(12n-1) {
    margin-right: 0 !important;
  }
  .flex-equal-12-4 .Flex-set .col:last-child:nth-child(12n-2) {
    margin-right: 0 !important;
  }
  .flex-equal-12-4 .Flex-set .col:last-child:nth-child(12n-3) {
    margin-right: 0 !important;
  }
  .flex-equal-12-4 .Flex-set .col:last-child:nth-child(12n-4) {
    margin-right: 0 !important;
  }
  .flex-equal-12-4 .Flex-set .col:last-child:nth-child(12n-5) {
    margin-right: 0 !important;
  }
  .flex-equal-12-4 .Flex-set .col:last-child:nth-child(12n-6) {
    margin-right: 0 !important;
  }
  .flex-equal-12-4 .Flex-set .col:last-child:nth-child(12n-7) {
    margin-right: 0 !important;
  }
  .flex-equal-12-4 .Flex-set .col:last-child:nth-child(12n-8) {
    margin-right: 0 !important;
  }
  .flex-equal-12-4 .Flex-set .col:last-child:nth-child(12n-9) {
    margin-right: 0 !important;
  }
  .flex-equal-12-4 .Flex-set .col:last-child:nth-child(12n-10) {
    margin-right: 0 !important;
  }
  .flex-equal-12-4 .Flex-set .col:last-child:nth-child(12n-11) {
    margin-right: 0 !important;
  }
  .flex-equal-12-4 .Flex-set .col:last-child:nth-child(12n-12) {
    margin-right: 0 !important;
  }
}

@media screen and (max-width: 991px) {
  .flex-equal-12-3 .Flex-set .col {
    -ms-flex-preferred-size: calc(100% / 3 - 4px);
        flex-basis: calc(100% / 3 - 4px);
    max-width: calc(100% / 3 - 4px);
    padding: 0 calc(20px / 2);
  }
  .flex-equal-12-3 .Flex-set .col:last-child:nth-child(3n) {
    margin-right: 0 !important;
  }
  .flex-equal-12-3 .Flex-set .col:last-child:nth-child(3n-1) {
    margin-right: calc((100% / 3 - 4px) * 1 + 4px * 3 * 1 / (3 - 1));
  }
  .flex-equal-12-3 .Flex-set .col:last-child:nth-child(3n) {
    margin-right: 0 !important;
  }
  .flex-equal-12-3 .Flex-set .col:last-child:nth-child(3n-2) {
    margin-right: calc((100% / 3 - 4px) * 2 + 4px * 3 * 2 / (3 - 1));
  }
}
@media screen and (max-width: 767px) {
  .flex-equal-12-3 .Flex-set .col {
    -ms-flex-preferred-size: calc(100% / 2 - 2px);
        flex-basis: calc(100% / 2 - 2px);
    max-width: calc(100% / 2 - 2px);
    padding: 0 calc(20px / 2);
  }
  .flex-equal-12-3 .Flex-set .col:last-child:nth-child(12n-1) {
    margin-right: 0 !important;
  }
  .flex-equal-12-3 .Flex-set .col:last-child:nth-child(12n-2) {
    margin-right: 0 !important;
  }
  .flex-equal-12-3 .Flex-set .col:last-child:nth-child(12n-3) {
    margin-right: 0 !important;
  }
  .flex-equal-12-3 .Flex-set .col:last-child:nth-child(12n-4) {
    margin-right: 0 !important;
  }
  .flex-equal-12-3 .Flex-set .col:last-child:nth-child(12n-5) {
    margin-right: 0 !important;
  }
  .flex-equal-12-3 .Flex-set .col:last-child:nth-child(12n-6) {
    margin-right: 0 !important;
  }
  .flex-equal-12-3 .Flex-set .col:last-child:nth-child(12n-7) {
    margin-right: 0 !important;
  }
  .flex-equal-12-3 .Flex-set .col:last-child:nth-child(12n-8) {
    margin-right: 0 !important;
  }
  .flex-equal-12-3 .Flex-set .col:last-child:nth-child(12n-9) {
    margin-right: 0 !important;
  }
  .flex-equal-12-3 .Flex-set .col:last-child:nth-child(12n-10) {
    margin-right: 0 !important;
  }
  .flex-equal-12-3 .Flex-set .col:last-child:nth-child(12n-11) {
    margin-right: 0 !important;
  }
  .flex-equal-12-3 .Flex-set .col:last-child:nth-child(12n-12) {
    margin-right: 0 !important;
  }
}

@media screen and (max-width: 991px) {
  .flex-equal-12-2 .Flex-set .col {
    -ms-flex-preferred-size: calc(100% / 2 - 4px);
        flex-basis: calc(100% / 2 - 4px);
    max-width: calc(100% / 2 - 4px);
    padding: 0 calc(20px / 2);
  }
  .flex-equal-12-2 .Flex-set .col:last-child:nth-child(12n-1) {
    margin-right: 0 !important;
  }
  .flex-equal-12-2 .Flex-set .col:last-child:nth-child(12n-2) {
    margin-right: 0 !important;
  }
  .flex-equal-12-2 .Flex-set .col:last-child:nth-child(12n-3) {
    margin-right: 0 !important;
  }
  .flex-equal-12-2 .Flex-set .col:last-child:nth-child(12n-4) {
    margin-right: 0 !important;
  }
  .flex-equal-12-2 .Flex-set .col:last-child:nth-child(12n-5) {
    margin-right: 0 !important;
  }
  .flex-equal-12-2 .Flex-set .col:last-child:nth-child(12n-6) {
    margin-right: 0 !important;
  }
  .flex-equal-12-2 .Flex-set .col:last-child:nth-child(12n-7) {
    margin-right: 0 !important;
  }
  .flex-equal-12-2 .Flex-set .col:last-child:nth-child(12n-8) {
    margin-right: 0 !important;
  }
  .flex-equal-12-2 .Flex-set .col:last-child:nth-child(12n-9) {
    margin-right: 0 !important;
  }
  .flex-equal-12-2 .Flex-set .col:last-child:nth-child(12n-10) {
    margin-right: 0 !important;
  }
  .flex-equal-12-2 .Flex-set .col:last-child:nth-child(12n-11) {
    margin-right: 0 !important;
  }
  .flex-equal-12-2 .Flex-set .col:last-child:nth-child(12n-12) {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .flex-equal-12-2 .Flex-set .col {
    -ms-flex-preferred-size: calc(100% / 2 - 2px);
        flex-basis: calc(100% / 2 - 2px);
    max-width: calc(100% / 2 - 2px);
    padding: 0 calc(20px / 2);
  }
  .flex-equal-12-2 .Flex-set .col:last-child:nth-child(12n-1) {
    margin-right: 0 !important;
  }
  .flex-equal-12-2 .Flex-set .col:last-child:nth-child(12n-2) {
    margin-right: 0 !important;
  }
  .flex-equal-12-2 .Flex-set .col:last-child:nth-child(12n-3) {
    margin-right: 0 !important;
  }
  .flex-equal-12-2 .Flex-set .col:last-child:nth-child(12n-4) {
    margin-right: 0 !important;
  }
  .flex-equal-12-2 .Flex-set .col:last-child:nth-child(12n-5) {
    margin-right: 0 !important;
  }
  .flex-equal-12-2 .Flex-set .col:last-child:nth-child(12n-6) {
    margin-right: 0 !important;
  }
  .flex-equal-12-2 .Flex-set .col:last-child:nth-child(12n-7) {
    margin-right: 0 !important;
  }
  .flex-equal-12-2 .Flex-set .col:last-child:nth-child(12n-8) {
    margin-right: 0 !important;
  }
  .flex-equal-12-2 .Flex-set .col:last-child:nth-child(12n-9) {
    margin-right: 0 !important;
  }
  .flex-equal-12-2 .Flex-set .col:last-child:nth-child(12n-10) {
    margin-right: 0 !important;
  }
  .flex-equal-12-2 .Flex-set .col:last-child:nth-child(12n-11) {
    margin-right: 0 !important;
  }
  .flex-equal-12-2 .Flex-set .col:last-child:nth-child(12n-12) {
    margin-right: 0 !important;
  }
}

.flex-6-6 .col {
  -ms-flex-preferred-size: calc(8.3333333333% * 6 - 4px);
      flex-basis: calc(8.3333333333% * 6 - 4px);
  max-width: calc(8.3333333333% * 6 - 4px);
  padding: 0 calc(40px / 2);
  background: #027e98;
  color: #fff;
}

.flex-8-4 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-8-4 .col {
  -ms-flex-preferred-size: calc(8.3333333333% * 8 - 4px);
      flex-basis: calc(8.3333333333% * 8 - 4px);
  max-width: calc(8.3333333333% * 8 - 4px);
  padding: 0 calc(40px / 2);
  color: #fff;
}
.flex-8-4 .col:nth-child(2) {
  -ms-flex-preferred-size: calc(8.3333333333% * 4 - 4px);
      flex-basis: calc(8.3333333333% * 4 - 4px);
  max-width: calc(8.3333333333% * 4 - 4px);
  padding: 0 calc(40px / 2);
}

.flex-4-8 .col {
  -ms-flex-preferred-size: calc(8.3333333333% * 4 - 4px);
      flex-basis: calc(8.3333333333% * 4 - 4px);
  max-width: calc(8.3333333333% * 4 - 4px);
  padding: 0 calc(40px / 2);
  background: #027e98;
  color: #fff;
}
.flex-4-8 .col:nth-child(2) {
  -ms-flex-preferred-size: calc(8.3333333333% * 8 - 4px);
      flex-basis: calc(8.3333333333% * 8 - 4px);
  max-width: calc(8.3333333333% * 8 - 4px);
  padding: 0 calc(40px / 2);
}

.flex-4-4-4 .col {
  -ms-flex-preferred-size: calc(8.3333333333% * 4 - 4px);
      flex-basis: calc(8.3333333333% * 4 - 4px);
  max-width: calc(8.3333333333% * 4 - 4px);
  padding: 0 calc(40px / 2);
  background: #027e98;
  color: #fff;
}
.flex-4-4-4 .col:nth-child(2) {
  background: #ab005c;
}
.flex-4-4-4 .col:nth-child(2) p {
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 23px;
  height: calc(23px * 2);
  color: #fff;
}

.flex-3-3-3-3 .col {
  -ms-flex-preferred-size: calc(8.3333333333% * 3 - 4px);
      flex-basis: calc(8.3333333333% * 3 - 4px);
  max-width: calc(8.3333333333% * 3 - 4px);
  padding: 0 calc(40px / 2);
  background: #485b8a;
  color: #fff;
}
.flex-3-3-3-3 .col:nth-child(even) {
  background: #027e98;
}

.flex-3-3 .Flex-set {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-3-3 .col {
  -ms-flex-preferred-size: calc(8.3333333333% * 3 - 0px);
      flex-basis: calc(8.3333333333% * 3 - 0px);
  max-width: calc(8.3333333333% * 3 - 0px);
  padding: 0 calc(40px / 2);
  background: #027e98;
  color: #fff;
  margin: 4px;
}

.flex-4-4 .Flex-set {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-4-4 .col {
  -ms-flex-preferred-size: calc(8.3333333333% * 4 - 0px);
      flex-basis: calc(8.3333333333% * 4 - 0px);
  max-width: calc(8.3333333333% * 4 - 0px);
  padding: 0 calc(40px / 2);
  background: #027e98;
  color: #fff;
  margin: 4px;
}

.flex-5-5 .Flex-set {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-5-5 .col {
  -ms-flex-preferred-size: calc(8.3333333333% * 5 - 0px);
      flex-basis: calc(8.3333333333% * 5 - 0px);
  max-width: calc(8.3333333333% * 5 - 0px);
  padding: 0 calc(40px / 2);
  background: #027e98;
  color: #fff;
  margin: 4px;
}

.flex-7 .Flex-set {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-7 .col {
  -ms-flex-preferred-size: calc(8.3333333333% * 7 - 0px);
      flex-basis: calc(8.3333333333% * 7 - 0px);
  max-width: calc(8.3333333333% * 7 - 0px);
  padding: 0 calc(40px / 2);
  background: #027e98;
  color: #fff;
}

.flex-8 .Flex-set {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-8 .col {
  -ms-flex-preferred-size: calc(8.3333333333% * 8 - 0px);
      flex-basis: calc(8.3333333333% * 8 - 0px);
  max-width: calc(8.3333333333% * 8 - 0px);
  padding: 0 calc(40px / 2);
  background: #027e98;
  color: #fff;
}

.flex-9 .Flex-set {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-9 .col {
  -ms-flex-preferred-size: calc(8.3333333333% * 9 - 0px);
      flex-basis: calc(8.3333333333% * 9 - 0px);
  max-width: calc(8.3333333333% * 9 - 0px);
  padding: 0 calc(40px / 2);
  background: #027e98;
  color: #fff;
}

.flex-10 .Flex-set {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-10 .col {
  -ms-flex-preferred-size: calc(8.3333333333% * 10 - 0px);
      flex-basis: calc(8.3333333333% * 10 - 0px);
  max-width: calc(8.3333333333% * 10 - 0px);
  padding: 0 calc(40px / 2);
  background: #027e98;
  color: #fff;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.cp {
  font-size: 1.0666666em;
  line-height: 1.65em;
}
@media screen and (max-width: 575px) {
  .cp {
    font-size: 1.2em;
  }
}
.cp h1 {
  font-size: 2em;
}
.cp h2 {
  font-size: 1.75em;
  margin-bottom: 1.25em;
}
.cp h3 {
  font-size: 1.5em;
}
.cp h4 {
  font-size: 1.25em;
  margin-top: 0;
  margin-bottom: 1em;
}
.cp h5 {
  font-size: 1.125em;
  margin-top: 0;
  margin-bottom: 1em;
}
.cp h6 {
  font-size: 1.125em;
  margin-top: 0;
  margin-bottom: 1em;
}
.cp p {
  font-size: 1em;
  line-height: 1.85em;
  margin-top: 0;
}
.cp ul,
.cp ol {
  font-size: 1em;
  margin-bottom: 1em;
}
.cp ul li,
.cp ol li {
  margin-bottom: 0.5em;
}
.cp dd,
.cp th,
.cp td figure {
  font-size: 1em;
}
.cp blockquote {
  background: #f1f1f1;
  font-style: normal;
  display: block;
  font-size: 1em;
  border-left: 5px solid #559d38;
  padding: 2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0em 2em;
}
.cp img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .cp img {
    max-width: 100%;
    width: auto;
    clear: both;
  }
}

a:focus {
  outline: none;
  -webkit-box-shadow: 0 0px 0px 2px #f9b900 inset;
          box-shadow: 0 0px 0px 2px #f9b900 inset;
}
@media screen and (max-width: 767px) {
  a:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.accesskey {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 9;
  color: #222;
  font-size: 1em;
}
@media screen and (max-width: 767px) {
  .accesskey {
    display: none;
  }
}

a.goCenter {
  position: absolute;
  top: -2.2em;
  left: 50%;
  margin-left: -590px;
  padding: 0 0.5em;
  height: 2em;
  line-height: 2em;
  background: #f9b900;
  color: #fff;
  text-decoration: none;
  z-index: 999999999999;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0px 0px 4px 4px;
  color: #222;
}
@media screen and (max-width: 1200px) {
  a.goCenter {
    left: 10px;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  a.goCenter {
    display: none;
  }
}
a.goCenter:focus {
  outline: none;
  top: 0;
  opacity: 1;
  color: #222;
  background: #f9b900;
}
a.goCenter:hover {
  outline: none;
  top: 0;
  opacity: 1;
  color: #222;
  background: #71c673;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.no-js noscript {
  display: block;
  padding: 0.5em;
  border: 2px solid #559d38;
  background: #FFF;
  color: #666;
  overflow: hidden;
  line-height: 1.45em;
  font-size: 0.813em;
  margin: 0 0.5em 0.5em;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.no-js noscript a {
  color: #559d38;
}
.no-js noscript a:hover, .no-js noscript a:focus {
  color: #71c673;
}
.no-js .mpSlider .img-container {
  display: none;
}
.no-js .mpSlider .img-container img {
  -o-object-fit: cover;
     object-fit: cover;
}
.no-js .mpSlider .img-container:nth-child(1) {
  display: block;
}
.no-js .navigation {
  padding-right: 170px;
}
.no-js .navigation .language {
  width: auto;
  position: absolute;
  right: 160px;
}
.no-js .navigation .language > a {
  display: none;
}
.no-js .navigation .language ul {
  top: 0;
  width: 160px;
}
.no-js .navigation .language ul li {
  display: block;
  width: auto;
}
.no-js .search noscript {
  margin-left: 1%;
  margin-right: 1%;
}
.no-js .tabSet {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.no-js .tabSet .tabItem {
  width: 100%;
  display: block;
  position: relative;
  color: #000;
  margin-bottom: 0px;
  border-bottom: 3px solid #ddd;
}
.no-js .tabSet .tabItem > a {
  background: none;
  font-size: 1.5em;
  color: #000;
}
.no-js .tabSet .tabItem:before {
  display: none;
}
.no-js .tabSet .tabItem.active {
  color: #000;
  width: 100%;
  display: block;
  position: relative;
  border-bottom: 3px solid #ddd;
}
.no-js .tabSet .tabItem.active > a {
  color: #000;
  background: none;
}
.no-js .tabSet .tabContent {
  width: 100%;
  position: relative;
  display: block;
}
.no-js .cp_slider .img-container {
  display: inline-block;
  width: 30%;
  margin: 0 1% 1em;
}
@media screen and (max-width: 767px) {
  .no-js .cp_slider .img-container {
    width: 47%;
    margin: 0 1% 1em;
  }
}
.no-js .cp_slider .img-container img {
  -o-object-fit: cover;
     object-fit: cover;
}
.no-js .adSlider .img-container {
  display: inline-block;
  width: 22%;
  margin: 0 1% 1em;
  border: 1px solid #DDD;
}
@media screen and (max-width: 767px) {
  .no-js .adSlider .img-container {
    width: 47%;
    margin: 0 1% 1em;
  }
}
.no-js .adSlider .img-container img {
  -o-object-fit: cover;
     object-fit: cover;
}
.no-js img.lazy {
  display: none;
}
.no-js img.lazy + noscript img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

@media print {
  .main,
  .content, body {
    background: none;
  }
  /* -------------------------------不需要列印的區塊，請放置於這----//*/
  header,
  .fatfooter,
  footer,
  .accesskey,
  .submenu {
    display: none;
  }
  /* -------------------------------各別顯示設定----//*/
  body {
    background: transparent;
    float: none;
    width: 100%;
    -webkit-print-color-adjust: exact;
  }
  .wrapper {
    width: 100% !important;
  }
  .container {
    margin: 0px auto;
    max-width: 100% !important;
    width: 100% !important;
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .cp {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  h3:before,
  div.tag:before,
  .function_panel {
    display: none !important;
  }
  .inner_img {
    display: none;
  }
  .innerpage {
    margin-top: 0 !important;
    padding: 0 !important;
  }
  .main,
  .content {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100% !important;
    max-width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
    float: none;
    clear: both;
    zoom: 1;
    padding-top: 0px !important;
  }
  .main:before, .main:after,
  .content:before,
  .content:after {
    content: "";
    display: table;
  }
  .main:after,
  .content:after {
    clear: both;
  }
  .main img.float_left,
  .content img.float_left {
    float: right;
    max-width: 50%;
    margin: 0px 1em 1em 0;
  }
  .main img.float_right,
  .content img.float_right {
    float: right;
    max-width: 50%;
    margin: 0px 0 1em 1em;
  }
  .main a:link,
  .main a:visited,
  .main a,
  .content a:link,
  .content a:visited,
  .content a {
    background: transparent;
    color: #222;
    font-weight: bold;
    text-decoration: underline;
    text-align: left;
    word-wrap: break-word;
  }
  .main p a,
  .content p a {
    word-wrap: break-word;
  }
  .main p a[href^=http]:after,
  .content p a[href^=http]:after {
    content: " (" attr(href) ")";
    font-size: 90%;
  }
  .main p a[href^="#"]:after,
  .content p a[href^="#"]:after {
    display: none;
  }
  .main abbr[title]:after,
  .content abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .main table,
  .content table {
    background: #fff;
  }
  .main li,
  .content li {
    content: "» ";
  }
  /* 檔案下載*/
  .file_download a {
    display: block !important;
    clear: both !important;
    width: 100% !important;
  }
  .file_download .update,
  .file_download .file_view {
    float: none !important;
    width: 30% !important;
    display: inline-block !important;
    margin-left: 3em;
  }
  *,
  *:before,
  *:after,
  *:first-letter,
  p:first-line,
  div:first-line,
  blockquote:first-line,
  li:first-line {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  thead {
    display: table-header-group;
    /* 表格即使分頁也會顯示表頭 */
  }
  .lightbox_slider {
    page-break-inside: avoid;
    overflow: hidden;
    height: 6cm;
  }
  .lightbox_slider .cp_slider {
    text-align: center;
  }
  .lightbox_slider .cp_slider .slick-slide {
    width: 30%;
    height: 4cm;
    display: inline-block;
    background: #dedede;
    position: relative;
  }
  .lightbox_slider .cp_slider .slick-slide:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0px 0px 0px 1px #ccc;
            box-shadow: 0px 0px 0px 1px #ccc;
  }
  .lightbox_slider .cp_slider .slick-slide img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 4cm;
    display: inline-block;
    vertical-align: middle;
  }
}
br {
  font-family: unset !important;
  font: unset !important;
}

.gsc-control-cse {
  padding: 1rem !important;
  margin: 1em auto 2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #dddddd !important;
}

.gsc-control-cse.gsc-control-cse-zh-TW table td {
  padding: 0 0.5em !important;
}
.gsc-control-cse.gsc-control-cse-zh-TW table td.gsib_a, .gsc-control-cse.gsc-control-cse-zh-TW table td.gsib_b, .gsc-control-cse.gsc-control-cse-zh-TW table td.gsc-search-button {
  border: 0 !important;
}

.gsc-input-box {
  border: 0 !important;
}

.gsc-search-box.gsc-search-box-tools {
  margin-bottom: 2rem !important;
}

.table.gsc-search-box table td {
  border-bottom: 0 !important;
}

.gs-result .gs-title,
.gs-result .gs-title * {
  color: #559d38 !important;
}

.gsst_a .gscb_a {
  color: #ccc !important;
  line-height: 2rem !important;
}

.gs-webResult div.gs-visibleUrl {
  color: #5957ab !important;
}

.gsc-search-button.gsc-search-button-v2 {
  border: 0 !important;
}

.gsc-search-button-v2,
.gsc-search-button-v2:hover,
.gsc-search-button-v2:focus {
  background-color: #559d38 !important;
}

.gsc-tabHeader {
  font-size: 1rem !important;
}

.gsc-search-button-v2 svg {
  vertical-align: middle;
}

.gsc-result-info-container,
.gsc-orderby-container {
  border: 0 !important;
}

.gsc-selected-option {
  white-space: nowrap;
}

body {
  font-size: 1em;
  font-weight: normal;
  color: #222;
  line-height: 1.45em;
  font-family: Lato, "PingFang TC", "Helvetica Neue", Helvetica, 微軟正黑體, Arial, sans-serif;
  -webkit-text-size-adjust: none;
}

a {
  color: #4a3278;
  text-decoration: none;
}
a:hover, a:focus {
  color: #71c673;
  cursor: pointer;
}

kbd {
  background: #FFF;
  border-radius: 0.2em;
  color: #555;
  font-weight: bold;
  display: inline-block;
  padding: 0.1em 0.6em;
  font-size: 0.938em;
  font-family: sans-serif;
  margin-right: 0.4em;
  margin-bottom: 0.1em;
  vertical-align: middle;
  border-top: 1px solid #BBB;
  border-bottom: 3px solid #BBB;
  border-left: 2px solid #BBB;
  border-right: 2px solid #BBB;
}
kbd ~ kbd {
  margin-left: 0.4em;
}
kbd kbd {
  border: none;
}

.font_size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 12.5em;
          flex: 0 1 12.5em;
  padding: 0.3em;
}
.font_size span {
  font-size: 0.875em;
  color: #222;
  padding-top: 0.3em;
}
.font_size ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 6em;
          flex: 0 0 6em;
}
.font_size ul li {
  font-size: 1em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 2px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.font_size ul li a {
  display: block;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  background: #F1F1F1;
  width: 32px;
  height: 32px;
  color: #333;
}
.font_size ul li a:hover, .font_size ul li a:focus {
  background: #71c673;
  color: #FFF;
}
.font_size ul li a.active {
  background: #71c673;
  color: #FFF;
}
.font_size ul li a.active:hover, .font_size ul li a.active:focus {
  background: #71c673;
  color: #FFF;
}
.font_size ul li a.small {
  font-size: 0.938em;
}
.font_size ul li a.large {
  font-size: 1.125em;
}
@media screen and (max-width: 767px) {
  .font_size {
    display: none;
  }
}

.language {
  font-weight: bold;
  font-size: 0.75em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 140px;
          flex: 0 0 140px;
  width: 140px;
  padding-top: 0.2em;
  z-index: 9999;
}
.language > a {
  display: block;
  background: #555;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #FFF;
  padding: 0.2em 1em;
  position: relative;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.language > a:after {
  position: absolute;
  right: 0.8em;
  top: 1em;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 3px 0 3px;
  border-color: #ffffff transparent transparent transparent;
}
.language > a:before {
  position: absolute;
  width: 1px;
  height: 1.6em;
  right: 2em;
  top: 0.4em;
  content: "";
  border-left: 1px solid #DDD;
}
.language > a:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #444;
}
.language ul {
  background: #555;
  padding: 1em 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}
.language ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}
.language ul li a {
  display: block;
  color: #FFF;
  padding: 0.5em 0.5em 0.5em 1em;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.language ul li a:hover, .language ul li a:focus {
  background: RGBA(0, 0, 0, 0.3);
}

.btn_grp {
  text-align: center;
  padding: 1em 0;
}

.upload_grp .upload_btn, .btn {
  font-size: 1em;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  background-image: none;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  white-space: nowrap;
  line-height: normal;
  width: auto;
  padding: 0.65rem 1.5rem;
  min-width: 4em;
  margin: 0.25em 0.1em;
}
.upload_grp .upload_btn i, .btn i {
  margin-right: 0.2em;
  margin-left: -0.3em;
}

.btn {
  background: #555;
  border: 0;
  color: #222;
  text-shadow: none;
}
.btn:hover, .btn:focus {
  background: #3c3c3c;
  border: 0;
  cursor: pointer;
  color: #FFF;
  outline: none;
}
.btn:focus {
  -webkit-box-shadow: 0 0px 0px 2px #f9b900 !important;
          box-shadow: 0 0px 0px 2px #f9b900 !important;
}
.btn.active {
  background: #626262;
  cursor: pointer;
}
.btn:hover, .btn:focus {
  color: #222;
  outline: none;
}

.btn-green {
  background: #298729;
  border: 0;
  color: #FFF;
}
.btn-green:hover, .btn-green:focus {
  background: #1d601d;
  border: 0;
  cursor: pointer;
  color: #FFF;
  outline: none;
}
.btn-green:focus {
  -webkit-box-shadow: 0 0px 0px 2px #f9b900 !important;
          box-shadow: 0 0px 0px 2px #f9b900 !important;
}
.btn-green.active {
  background: #2f9b2f;
  cursor: pointer;
}

.btn-blue {
  background: #0066cc;
  border: 0;
  color: #FFF;
}
.btn-blue:hover, .btn-blue:focus {
  background: #004d99;
  border: 0;
  cursor: pointer;
  color: #FFF;
  outline: none;
}
.btn-blue:focus {
  -webkit-box-shadow: 0 0px 0px 2px #f9b900 !important;
          box-shadow: 0 0px 0px 2px #f9b900 !important;
}
.btn-blue.active {
  background: #0073e6;
  cursor: pointer;
}

.btn-yellow {
  background: #fec61c;
  border: 0;
  color: #333;
}
.btn-yellow:hover, .btn-yellow:focus {
  background: #e7ae01;
  border: 0;
  cursor: pointer;
  color: #FFF;
  outline: none;
}
.btn-yellow:focus {
  -webkit-box-shadow: 0 0px 0px 2px #f9b900 !important;
          box-shadow: 0 0px 0px 2px #f9b900 !important;
}
.btn-yellow.active {
  background: #fecd36;
  cursor: pointer;
}

.btn-orange {
  background: #fd5705;
  border: 0;
  color: #FFF;
}
.btn-orange:hover, .btn-orange:focus {
  background: #cd4502;
  border: 0;
  cursor: pointer;
  color: #FFF;
  outline: none;
}
.btn-orange:focus {
  -webkit-box-shadow: 0 0px 0px 2px #f9b900 !important;
          box-shadow: 0 0px 0px 2px #f9b900 !important;
}
.btn-orange.active {
  background: #fd681f;
  cursor: pointer;
}

.btn-red {
  background: #eb0202;
  border: 0;
  color: #FFF;
}
.btn-red:hover, .btn-red:focus {
  background: #b80202;
  border: 0;
  cursor: pointer;
  color: #FFF;
  outline: none;
}
.btn-red:focus {
  -webkit-box-shadow: 0 0px 0px 2px #f9b900 !important;
          box-shadow: 0 0px 0px 2px #f9b900 !important;
}
.btn-red.active {
  background: #fd0a0a;
  cursor: pointer;
}

.btn-purple {
  background: #8c248d;
  border: 0;
  color: #FFF;
}
.btn-purple:hover, .btn-purple:focus {
  background: #641a65;
  border: 0;
  cursor: pointer;
  color: #FFF;
  outline: none;
}
.btn-purple:focus {
  -webkit-box-shadow: 0 0px 0px 2px #f9b900 !important;
          box-shadow: 0 0px 0px 2px #f9b900 !important;
}
.btn-purple.active {
  background: #a029a2;
  cursor: pointer;
}

.btn-submit {
  background: #545292;
  border: 0;
  color: #FFF;
}
.btn-submit:hover, .btn-submit:focus {
  background: #414071;
  border: 0;
  cursor: pointer;
  color: #FFF;
  outline: none;
}
.btn-submit:focus {
  -webkit-box-shadow: 0 0px 0px 2px #f9b900 !important;
          box-shadow: 0 0px 0px 2px #f9b900 !important;
}
.btn-submit.active {
  background: #5d5ba2;
  cursor: pointer;
}

.btn-reset {
  color: #fff;
}

.btn-search {
  background: #71c673;
  border: 0;
  color: #222;
}
.btn-search:hover, .btn-search:focus {
  background: #4db74f;
  border: 0;
  cursor: pointer;
  color: #FFF;
  outline: none;
}
.btn-search:focus {
  -webkit-box-shadow: 0 0px 0px 2px #f9b900 !important;
          box-shadow: 0 0px 0px 2px #f9b900 !important;
}
.btn-search.active {
  background: #83cd85;
  cursor: pointer;
}

.btn-primary {
  background: #559d38 !important;
  color: #fff !important;
  border: solid 1px #559d38 !important;
}
.btn-primary:hover, .btn-primary:focus {
  background: #41772b !important;
  border: solid 1px #559d38 !important;
}

.btn-secondary {
  background: #fff !important;
  color: #366524 !important;
  border: solid 1px #559d38 !important;
  text-shadow: none !important;
}
.btn-secondary:hover, .btn-secondary:focus {
  color: #182c10 !important;
  background: #b5deff !important;
  border: solid 1px #b5deff !important;
}

.btn-normal {
  background: #f1f1f1 !important;
  color: #65656E !important;
  border: solid 1px #c3c3c3 !important;
  text-shadow: none !important;
}
.btn-normal:hover, .btn-normal:focus {
  color: #404046 !important;
  background: #c3c3c3 !important;
  border: solid 1px #c3c3c3 !important;
}

.btn-back {
  background: #555 !important;
  color: #fff !important;
  border: 1px solid #ddd !important;
}
.btn-back:hover, .btn-back:focus {
  background: #41772b !important;
  border: 1px solid #ddd !important;
}

.disabled,
[disabled] {
  opacity: 0.5;
  cursor: not-allowed !important;
  text-shadow: none;
}

.readonly,
[readonly] {
  opacity: 0.5;
  cursor: not-allowed !important;
  text-shadow: none;
}

.btn-xl {
  font-size: 1.5em;
}

.btn-lg {
  font-size: 1.25em;
}

.btn-sm {
  font-size: 0.938em;
}

.btn-xs {
  font-size: 0.75em;
}

.breadcrumb {
  font-size: 0.813em;
  margin: 0 0 1rem -4px;
  width: 100%;
}
.breadcrumb ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcrumb ul li {
  display: inline-block;
  margin: 0px 0.1em 0.1em 0px;
}
.breadcrumb ul li:first-child:before {
  content: "";
  display: inline-block;
  color: #666;
  margin-left: 0;
  padding: 0;
}
.breadcrumb a {
  color: #222;
  text-decoration: none;
}
.breadcrumb a:hover, .breadcrumb a:focus {
  color: #71c673;
  cursor: pointer;
}

.divider, .divider-vertical {
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-size: 0.813em;
  color: grey;
  text-shadow: 0 1px 1px #fff;
  display: block;
}

.divider {
  display: table;
  line-height: 1;
  margin: 20px 0;
}
.divider:after, .divider:before {
  content: "";
  display: table-cell;
  position: relative;
  top: 50%;
  width: 50%;
  background-repeat: no-repeat;
  background-image: url("../images/basic/divider.jpg");
}
.divider:before {
  background-position: right 1em top 50%;
}
.divider:after {
  background-position: left 1em top 50%;
}

.divider-vertical {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: auto;
  height: 50%;
  line-height: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.divider-vertical:after, .divider-vertical:before {
  content: "";
  position: absolute;
  left: 50%;
  z-index: 3;
  width: 0;
  height: calc(100% - 1.2rem);
  border-left: 1px solid #CFCFCF;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}
.divider-vertical:before {
  top: -100%;
}
.divider-vertical:after {
  bottom: 0;
}

hr {
  border: none;
  border-top: 1px solid #CFCFCF;
  margin: 1em 0px;
  display: block;
  clear: both;
}

img.img_rounded {
  border-radius: 10px;
}
img.img_circle {
  border-radius: 50%;
}
img:not([src]) {
  visibility: hidden;
  opacity: 0;
}
img.lazy {
  visibility: hidden;
}
img.loaded {
  visibility: visible;
  -webkit-animation: lazy_animation 0.5s ease-out;
          animation: lazy_animation 0.5s ease-out;
}

@-webkit-keyframes lazy_animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes lazy_animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*for IE */
.img-container {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.img-container:before {
  display: inline-block;
  content: "";
  padding-top: 75%;
}
.img-container img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
.img-container a {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.img-container a .caption {
  position: absolute;
  width: 100%;
  height: 3em;
  line-height: 3em;
  background: rgba(0, 0, 0, 0.45);
  padding: 0 1em;
  font-size: 1.25em;
  color: #FFF;
  margin: 0;
  bottom: 0;
  z-index: 2;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .img-container a .caption {
    width: 100%;
    height: 2em;
    line-height: 2em;
    left: 0;
    padding: 0 1em;
  }
}
.img-container a:focus:before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-box-shadow: 0 0px 0px 2px #71c673 inset;
          box-shadow: 0 0px 0px 2px #71c673 inset;
}
.img-container img {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.img-container iframe {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ie-object-contain, .ie-object-fill, .ie-object-cover, .ie-object-none {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
}
.ie-object-contain img, .ie-object-fill img, .ie-object-cover img, .ie-object-none img {
  opacity: 0;
  width: 0px;
  height: 0px;
}

.ie-object-none {
  background-size: auto;
}

.ie-object-cover {
  background-size: cover;
}

.ie-object-fill {
  background-size: 100% 100%;
}

.ie-object-contain {
  background-size: contain;
}

.fill {
  -o-object-fit: fill;
     object-fit: fill;
}

.contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.none {
  -o-object-fit: none;
     object-fit: none;
}

.scale-down {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

[class^=i_]:before {
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
  vertical-align: middle;
}

.i_add:before {
  background: url(../images/icon/icon_add.svg) center center no-repeat;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_apple:before {
  background: url(../images/icon/icon_apple.svg) center center no-repeat;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_arrow_left:before {
  background: url(../images/icon/icon_arrow_left.svg) center center no-repeat;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_arrow_right:before {
  background: url(../images/icon/icon_arrow_right.svg) center center no-repeat;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_arrow_up:before {
  background: url(../images/icon/icon_arrow_up.svg) center center no-repeat;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_arrow_down:before {
  background: url(../images/icon/icon_arrow_down.svg) center center no-repeat;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_bookmark:before {
  background: url(../images/icon/icon_bookmark.svg) center center no-repeat;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_chat:before {
  background: url(../images/icon/icon_chat.svg) center center no-repeat;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_check:before {
  background: url(../images/icon/icon_check.svg) center center no-repeat;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_clock:before {
  background: url(../images/icon/icon_clock.svg) center center no-repeat;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_close:before {
  background: url(../images/icon/icon_close.svg) center center no-repeat;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_edit:before {
  background: url(../images/icon/icon_edit.svg) center center no-repeat;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_facebook:before {
  background: url(../images/icon/icon_facebook.svg) center center no-repeat;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_googleplus:before {
  background: url(../images/icon/icon_googleplus.svg) center center no-repeat;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_grid:before {
  background: url(../images/icon/icon_grid.svg) center center no-repeat;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_heart:before {
  background: url(../images/icon/icon_heart.svg) center center no-repeat;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_home:before {
  background: url(../images/icon/icon_home.svg) center center no-repeat;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_info:before {
  background: url(../images/icon/icon_info.svg) center center no-repeat;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_link:before {
  background: url(../images/icon/icon_link.svg) center center no-repeat;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_linkedin:before {
  background: url(../images/icon/icon_linkedin.svg) center center no-repeat;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_lock:before {
  background: url(../images/icon/icon_lock.svg) center center no-repeat;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_mail:before {
  background: url(../images/icon/icon_mail.svg) center center no-repeat;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_rss:before {
  background: url(../images/icon/icon_rss.svg) center center no-repeat;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_setting:before {
  background: url(../images/icon/icon_setting.svg) center center no-repeat;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_star:before {
  background: url(../images/icon/icon_star.svg) center center no-repeat;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_twitter:before {
  background: url(../images/icon/icon_twitter.svg) center center no-repeat;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_video:before {
  background: url(../images/icon/icon_video.svg) center center no-repeat;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_vimeo:before {
  background: url(../images/icon/icon_vimeo.svg) center center no-repeat;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_youtube:before {
  background: url(../images/icon/icon_youtube.svg) center center no-repeat;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_global:before {
  background: url(../images/icon/icon_global.svg) center center no-repeat;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_trash:before {
  background: url(../images/icon/icon_trash.svg) center center no-repeat;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_sort:before {
  background: url(../images/icon/icon_sort.svg) center center no-repeat;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_move:before {
  background: url(../images/icon/icon_move.svg) center center no-repeat;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_layout:before {
  background: url(../images/icon/icon_layout.svg) center center no-repeat;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_copy:before {
  background: url(../images/icon/icon_copy.svg) center center no-repeat;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_view:before {
  background: url(../images/icon/icon_view.svg) center center no-repeat;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_man:before {
  background: url(../images/icon/icon_man.svg) center center no-repeat;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_calendar:before {
  background: url(../images/icon/icon_calendar.svg) center center no-repeat;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_search:before {
  background: url(../images/icon/icon_search.svg) center center no-repeat;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_pick:before {
  background: url(../images/icon/icon_pick.svg) center center no-repeat;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_calendar_color:before {
  background: url(../images/icon/icon_calendar_color.svg) center center no-repeat;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_dot:before {
  background: url(../images/icon/icon_dot.svg) center center no-repeat;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_photo:before {
  background: url(../images/icon/icon_photo.svg) center center no-repeat;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_order:before {
  background: url(../images/icon/icon_order.svg) center center no-repeat;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_top:before {
  background: url(../images/icon/icon_top.svg) center center no-repeat;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_minus:before {
  background: url(../images/icon/icon_minus.svg) center center no-repeat;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_play:before {
  background: url(../images/icon/icon_play.svg) center center no-repeat;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_reflash:before {
  background: url(../images/icon/icon_reflash.svg) center center no-repeat;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_add2:before {
  background: url(../images/icon/icon_add2.svg) center center no-repeat;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_apple2:before {
  background: url(../images/icon/icon_apple2.svg) center center no-repeat;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_arrow_left2:before {
  background: url(../images/icon/icon_arrow_left2.svg) center center no-repeat;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_arrow_right2:before {
  background: url(../images/icon/icon_arrow_right2.svg) center center no-repeat;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_arrow_up2:before {
  background: url(../images/icon/icon_arrow_up2.svg) center center no-repeat;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_arrow_down2:before {
  background: url(../images/icon/icon_arrow_down2.svg) center center no-repeat;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_bookmark2:before {
  background: url(../images/icon/icon_bookmark2.svg) center center no-repeat;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_chat2:before {
  background: url(../images/icon/icon_chat2.svg) center center no-repeat;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_check2:before {
  background: url(../images/icon/icon_check2.svg) center center no-repeat;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_clock2:before {
  background: url(../images/icon/icon_clock2.svg) center center no-repeat;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_close2:before {
  background: url(../images/icon/icon_close2.svg) center center no-repeat;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_edit2:before {
  background: url(../images/icon/icon_edit2.svg) center center no-repeat;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_facebook2:before {
  background: url(../images/icon/icon_facebook2.svg) center center no-repeat;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_googleplus2:before {
  background: url(../images/icon/icon_googleplus2.svg) center center no-repeat;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_grid2:before {
  background: url(../images/icon/icon_grid2.svg) center center no-repeat;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_heart2:before {
  background: url(../images/icon/icon_heart2.svg) center center no-repeat;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_home2:before {
  background: url(../images/icon/icon_home2.svg) center center no-repeat;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_info2:before {
  background: url(../images/icon/icon_info2.svg) center center no-repeat;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_link2:before {
  background: url(../images/icon/icon_link2.svg) center center no-repeat;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_linkedin2:before {
  background: url(../images/icon/icon_linkedin2.svg) center center no-repeat;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_lock2:before {
  background: url(../images/icon/icon_lock2.svg) center center no-repeat;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_mail2:before {
  background: url(../images/icon/icon_mail2.svg) center center no-repeat;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_rss2:before {
  background: url(../images/icon/icon_rss2.svg) center center no-repeat;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_setting2:before {
  background: url(../images/icon/icon_setting2.svg) center center no-repeat;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_star2:before {
  background: url(../images/icon/icon_star2.svg) center center no-repeat;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_twitter2:before {
  background: url(../images/icon/icon_twitter2.svg) center center no-repeat;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_video2:before {
  background: url(../images/icon/icon_video2.svg) center center no-repeat;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_vimeo2:before {
  background: url(../images/icon/icon_vimeo2.svg) center center no-repeat;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_youtube2:before {
  background: url(../images/icon/icon_youtube2.svg) center center no-repeat;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_global2:before {
  background: url(../images/icon/icon_global2.svg) center center no-repeat;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_trash2:before {
  background: url(../images/icon/icon_trash2.svg) center center no-repeat;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_sort2:before {
  background: url(../images/icon/icon_sort2.svg) center center no-repeat;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_move2:before {
  background: url(../images/icon/icon_move2.svg) center center no-repeat;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_layout2:before {
  background: url(../images/icon/icon_layout2.svg) center center no-repeat;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_copy2:before {
  background: url(../images/icon/icon_copy2.svg) center center no-repeat;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_view2:before {
  background: url(../images/icon/icon_view2.svg) center center no-repeat;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_man2:before {
  background: url(../images/icon/icon_man2.svg) center center no-repeat;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_calendar2:before {
  background: url(../images/icon/icon_calendar2.svg) center center no-repeat;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_search2:before {
  background: url(../images/icon/icon_search2.svg) center center no-repeat;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_pick2:before {
  background: url(../images/icon/icon_pick2.svg) center center no-repeat;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_calendar_color2:before {
  background: url(../images/icon/icon_calendar_color2.svg) center center no-repeat;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_dot2:before {
  background: url(../images/icon/icon_dot2.svg) center center no-repeat;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_photo2:before {
  background: url(../images/icon/icon_photo2.svg) center center no-repeat;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_order2:before {
  background: url(../images/icon/icon_order2.svg) center center no-repeat;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_top2:before {
  background: url(../images/icon/icon_top2.svg) center center no-repeat;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_minus2:before {
  background: url(../images/icon/icon_minus2.svg) center center no-repeat;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_play2:before {
  background: url(../images/icon/icon_play2.svg) center center no-repeat;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_reflash2:before {
  background: url(../images/icon/icon_reflash2.svg) center center no-repeat;
  background-size: contain;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

[tooltip] {
  position: relative;
}

[tooltip]:before,
[tooltip]:after {
  text-transform: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}

[tooltip]:before {
  content: "";
  border: 5px solid transparent;
  z-index: 1001;
}

[tooltip]:after {
  content: attr(tooltip);
  text-align: left;
  min-width: 150px;
  line-height: 1.5em;
  max-width: 300px;
  font-size: 0.813em;
  max-height: 5.182875em;
  overflow: hidden;
  padding: 0.5em;
  border-radius: 4px;
  -webkit-box-shadow: 0 1em 2em -0.5em rgba(0, 0, 0, 0.35);
          box-shadow: 0 1em 2em -0.5em rgba(0, 0, 0, 0.35);
  background: #333;
  color: #fff;
  z-index: 1000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

[tooltip]:hover:before,
[tooltip]:hover:after {
  display: block;
}

[tooltip=""]:before,
[tooltip=""]:after {
  display: none !important;
}

[tooltip]:not([flow]):before,
[tooltip][flow^=up]:before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #333;
}

[tooltip]:not([flow]):after,
[tooltip][flow^=up]:after {
  bottom: calc(100% + 5px);
}

[tooltip]:not([flow]):before,
[tooltip]:not([flow]):after,
[tooltip][flow^=up]:before,
[tooltip][flow^=up]:after {
  left: 50%;
  -webkit-transform: translate(-50%, -0.5em);
          transform: translate(-50%, -0.5em);
}

[tooltip][flow^=down]:before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #333;
}

[tooltip][flow^=down]:after {
  top: calc(100% + 5px);
}

[tooltip][flow^=down]:before,
[tooltip][flow^=down]:after {
  left: 50%;
  -webkit-transform: translate(-50%, 0.5em);
          transform: translate(-50%, 0.5em);
}

[tooltip][flow^=left]:before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #333;
  left: calc(0em - 5px);
  -webkit-transform: translate(-0.5em, -50%);
          transform: translate(-0.5em, -50%);
}

[tooltip][flow^=left]:after {
  top: 50%;
  right: calc(100% + 5px);
  -webkit-transform: translate(-0.5em, -50%);
          transform: translate(-0.5em, -50%);
}

[tooltip][flow^=right]:before {
  top: 50%;
  border-left-width: 0;
  border-right-color: #333;
  right: calc(0em - 5px);
  -webkit-transform: translate(0.5em, -50%);
          transform: translate(0.5em, -50%);
}

[tooltip][flow^=right]:after {
  top: 50%;
  left: calc(100% + 5px);
  -webkit-transform: translate(0.5em, -50%);
          transform: translate(0.5em, -50%);
}

@-webkit-keyframes tooltips-vert {
  to {
    opacity: 0.9;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

@keyframes tooltips-vert {
  to {
    opacity: 0.9;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@-webkit-keyframes tooltips-horz {
  to {
    opacity: 0.9;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@keyframes tooltips-horz {
  to {
    opacity: 0.9;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
/* FX All The Things */
[tooltip]:not([flow]):hover:before,
[tooltip]:not([flow]):hover:after,
[tooltip][flow^=up]:hover:before,
[tooltip][flow^=up]:hover:after,
[tooltip][flow^=down]:hover:before,
[tooltip][flow^=down]:hover:after {
  -webkit-animation: tooltips-vert 300ms ease-out forwards;
          animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^=left]:hover:before,
[tooltip][flow^=left]:hover:after,
[tooltip][flow^=right]:hover:before,
[tooltip][flow^=right]:hover:after {
  -webkit-animation: tooltips-horz 300ms ease-out forwards;
          animation: tooltips-horz 300ms ease-out forwards;
}

.tooltip {
  text-align: center;
  padding: 40px 0;
}
.tooltip span {
  display: inline-block;
  background: #DEDEDE;
  text-align: center;
  padding: 10px;
  width: 100px;
  height: 20px;
  line-height: 20px;
  vertical-align: baseline;
}
.tooltip p > em {
  color: red;
}

.category {
  text-align: left;
  margin: 1em auto;
}
.category ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.category ul li {
  margin: 0px 8px 10px 0px;
  display: block;
  float: left;
}
.category a {
  border: 1px solid #ccc;
  padding: 0 1em;
  line-height: 36px;
  display: block;
  color: #222;
  background: #eee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.category a:hover, .category a:focus {
  color: #222;
  background: #71c673;
  border: 1px solid #5fbf61;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.category a.active {
  color: #FFF;
  background: #4b347a;
  border: 1px solid #402c68;
}
.category a.active:hover, .category a.active:focus {
  color: #222;
  background: #71c673;
  border: 1px solid #5fbf61;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.category a span {
  font-size: 0.813em;
}
.category a span:before {
  content: "(";
  display: inline-block;
}
.category a span:after {
  content: ")";
  display: inline-block;
}

div.tag {
  padding: 0.5em 0;
  margin-bottom: 0.5em;
  position: relative;
}
div.tag:before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 1em;
  background: url(../images/basic/icon_tag.png) no-repeat center center;
  background-size: 16px;
}
div.tag ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 20px;
}
div.tag ul li {
  margin: 0 0.2em 0.2em 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
div.tag ul li a {
  display: block;
  font-size: 0.813em;
  color: #222;
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid #DDD;
  padding: 0.2em 0.5em;
}
div.tag ul li a:hover, div.tag ul li a:focus {
  color: #71c673;
  cursor: pointer;
}

.scrollToTop {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: url(../images/basic/top.png) no-repeat center top rgba(0, 0, 0, 0.4);
  text-align: center;
  color: #FFF;
  line-height: 50px;
  text-decoration: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  display: none;
  z-index: 99999999;
  text-indent: -999999px;
}
.scrollToTop:hover, .scrollToTop:focus {
  background: url(../images/basic/top.png) no-repeat center top rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: none;
          box-shadow: none;
}

a.file_doc {
  background: url(../images/basic/icon_doc.png) no-repeat center center;
  width: 26px;
  height: 28px;
  font-size: 0;
  overflow: hidden;
  vertical-align: middle;
  background-size: contain;
  display: inline-block;
}

a.file_docx {
  background: url(../images/basic/icon_docx.png) no-repeat center center;
  width: 26px;
  height: 28px;
  font-size: 0;
  overflow: hidden;
  vertical-align: middle;
  background-size: contain;
  display: inline-block;
}

a.file_odt {
  background: url(../images/basic/icon_odt.png) no-repeat center center;
  width: 26px;
  height: 28px;
  font-size: 0;
  overflow: hidden;
  vertical-align: middle;
  background-size: contain;
  display: inline-block;
}

a.file_xls {
  background: url(../images/basic/icon_xls.png) no-repeat center center;
  width: 26px;
  height: 28px;
  font-size: 0;
  overflow: hidden;
  vertical-align: middle;
  background-size: contain;
  display: inline-block;
}

a.file_xlsx {
  background: url(../images/basic/icon_xlsx.png) no-repeat center center;
  width: 26px;
  height: 28px;
  font-size: 0;
  overflow: hidden;
  vertical-align: middle;
  background-size: contain;
  display: inline-block;
}

a.file_csv {
  background: url(../images/basic/icon_csv.png) no-repeat center center;
  width: 26px;
  height: 28px;
  font-size: 0;
  overflow: hidden;
  vertical-align: middle;
  background-size: contain;
  display: inline-block;
}

a.file_ods {
  background: url(../images/basic/icon_ods.png) no-repeat center center;
  width: 26px;
  height: 28px;
  font-size: 0;
  overflow: hidden;
  vertical-align: middle;
  background-size: contain;
  display: inline-block;
}

a.file_ppt {
  background: url(../images/basic/icon_ppt.png) no-repeat center center;
  width: 26px;
  height: 28px;
  font-size: 0;
  overflow: hidden;
  vertical-align: middle;
  background-size: contain;
  display: inline-block;
}

a.file_pptx {
  background: url(../images/basic/icon_pptx.png) no-repeat center center;
  width: 26px;
  height: 28px;
  font-size: 0;
  overflow: hidden;
  vertical-align: middle;
  background-size: contain;
  display: inline-block;
}

a.file_odp {
  background: url(../images/basic/icon_odp.png) no-repeat center center;
  width: 26px;
  height: 28px;
  font-size: 0;
  overflow: hidden;
  vertical-align: middle;
  background-size: contain;
  display: inline-block;
}

a.file_zip {
  background: url(../images/basic/icon_zip.png) no-repeat center center;
  width: 26px;
  height: 28px;
  font-size: 0;
  overflow: hidden;
  vertical-align: middle;
  background-size: contain;
  display: inline-block;
}

a.file_txt {
  background: url(../images/basic/icon_txt.png) no-repeat center center;
  width: 26px;
  height: 28px;
  font-size: 0;
  overflow: hidden;
  vertical-align: middle;
  background-size: contain;
  display: inline-block;
}

a.file_mov {
  background: url(../images/basic/icon_mov.png) no-repeat center center;
  width: 26px;
  height: 28px;
  font-size: 0;
  overflow: hidden;
  vertical-align: middle;
  background-size: contain;
  display: inline-block;
}

a.file_mp3 {
  background: url(../images/basic/icon_mp3.png) no-repeat center center;
  width: 26px;
  height: 28px;
  font-size: 0;
  overflow: hidden;
  vertical-align: middle;
  background-size: contain;
  display: inline-block;
}

a.file_jpg {
  background: url(../images/basic/icon_jpg.png) no-repeat center center;
  width: 26px;
  height: 28px;
  font-size: 0;
  overflow: hidden;
  vertical-align: middle;
  background-size: contain;
  display: inline-block;
}

a.file_wmv {
  background: url(../images/basic/icon_wmv.png) no-repeat center center;
  width: 26px;
  height: 28px;
  font-size: 0;
  overflow: hidden;
  vertical-align: middle;
  background-size: contain;
  display: inline-block;
}

a.file_mp4 {
  background: url(../images/basic/icon_mp4.png) no-repeat center center;
  width: 26px;
  height: 28px;
  font-size: 0;
  overflow: hidden;
  vertical-align: middle;
  background-size: contain;
  display: inline-block;
}

a.file_pdf {
  background: url(../images/basic/icon_pdf.png) no-repeat center center;
  width: 26px;
  height: 28px;
  font-size: 0;
  overflow: hidden;
  vertical-align: middle;
  background-size: contain;
  display: inline-block;
}

a.file_other {
  background: url(../images/basic/icon_other.png) no-repeat center center;
  width: 26px;
  height: 28px;
  font-size: 0;
  overflow: hidden;
  vertical-align: middle;
  background-size: contain;
  display: inline-block;
}

.header {
  position: absolute;
  width: 100%;
  height: 90px;
  z-index: 1005;
  right: 0;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 991px) {
  .header {
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .header {
    position: fixed;
    width: 100%;
    height: 60px;
    background: rgb(0, 0, 0);
    z-index: 1006;
  }
}
.header > .container .searchCtrl, .header > .container .sidebarCtrl {
  width: 60px !important;
  height: 60px !important;
  position: absolute;
  top: 0px;
  display: block;
  font-size: 0em;
  padding: 15px;
  margin: 0;
  min-width: auto;
  min-height: auto;
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .header > .container .searchCtrl, .header > .container .sidebarCtrl {
    display: block !important;
  }
}
.header > .container {
  overflow: visible;
  height: 90px;
}
@media screen and (max-width: 767px) {
  .header > .container {
    height: 60px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header > .container .sidebarCtrl {
  display: none;
  left: 0px;
}
.header > .container .sidebarCtrl span {
  position: absolute;
  background: #fff;
  width: 50%;
  height: 2px;
  top: 18px;
  left: 50%;
  margin-left: -25%;
  display: block;
  border-radius: 5px;
}
.header > .container .sidebarCtrl span:nth-child(2) {
  top: 28px;
}
.header > .container .sidebarCtrl span:nth-child(3) {
  top: 38px;
}
.header > .container .searchCtrl {
  display: none;
  right: 0px;
  font-size: 0em;
}
.header > .container .searchCtrl:before {
  width: 40px;
  height: 40px;
  background: url(../images/icon_search_.svg) no-repeat center center;
  background-size: 28px;
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
}
.header h1 {
  float: left;
  margin: 25px 0 0 100px;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 2.125rem;
}
@media screen and (max-width: 1124px) {
  .header h1 {
    margin: 25px 0 0 70px;
  }
}
@media screen and (max-width: 991px) {
  .header h1 {
    margin: 8px 0 20px 70px;
  }
}
@media screen and (max-width: 767px) {
  .header h1 {
    margin: 0 auto;
    padding-top: 5px;
  }
}
.header h1 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
.header .navigation {
  float: right;
  clear: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 200px;
  margin-top: 10px;
}
@media screen and (max-width: 1124px) {
  .header .navigation {
    margin-right: 180px;
  }
}
@media screen and (max-width: 991px) {
  .header .navigation {
    margin-top: 12px;
    margin-right: 84px;
  }
}
@media screen and (max-width: 767px) {
  .header .navigation {
    display: none;
  }
}
.header .navigation .navlist {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 0;
}
.header .navigation .navlist > ul {
  padding: 0;
  margin: 0;
  font-size: 0.875em;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .navigation .navlist > ul > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 8px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .header .navigation .navlist > ul > li {
    margin-right: 4px;
  }
}
.header .navigation .navlist > ul > li > a {
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 0;
  line-height: 34px;
  width: 34px;
  height: 34px;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.header .navigation .navlist > ul > li > a:before {
  content: "";
  width: 34px;
  height: 34px;
  display: inline-block;
}
.header .navigation .navlist > ul > li > a:hover, .header .navigation .navlist > ul > li > a:focus {
  background: #71c673;
}
.header .navigation .navlist > ul > li.navHome > a:before {
  background: url(../images/mp/icon_home.svg) no-repeat center center;
  background-size: 16px;
}
.header .navigation .navlist > ul > li.navSitemap > a:before {
  background: url(../images/mp/icon_sitemap.svg) no-repeat center center;
  background-size: 16px;
}
.header .navigation .navlist > ul > li.navRss > a:before {
  background: url(../images/mp/icon_rss.svg) no-repeat center center;
  background-size: 16px;
}
.header .navigation .navlist > ul > li.navMail > a:before {
  background: url(../images/mp/icon_mail.svg) no-repeat center center;
  background-size: 16px;
}
.header .navigation .navlist > ul > li.navEn > a:before {
  content: "EN";
  font-size: 0.875rem;
  font-weight: bold;
  color: #4d84bb;
}

.navSearch,
.navFont {
  margin-right: 0;
}
.navSearch > a,
.navFont > a {
  width: 90px;
  height: 90px;
  border-radius: 0;
  background: #71c673;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  font-size: 0;
  line-height: 100%;
}
@media screen and (max-width: 991px) {
  .navSearch > a,
  .navFont > a {
    width: 34px;
    height: 34px;
    background: #fff;
    border-radius: 50%;
  }
}
.navSearch > a:before,
.navFont > a:before {
  position: relative;
  z-index: 9;
}
.navSearch > a:hover, .navSearch > a:focus,
.navFont > a:hover,
.navFont > a:focus {
  background: #fff;
}

.navSearch {
  position: absolute;
  top: 0;
  right: 90px;
}
@media screen and (max-width: 991px) {
  .navSearch {
    right: 50px;
    top: 12px;
  }
}
@media screen and (max-width: 767px) {
  .navSearch {
    display: none;
    width: 100%;
    right: 0;
    top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .navSearch > a {
    display: none;
  }
}
.navSearch > a:before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background: url(../images/icon_search.svg) no-repeat center center;
  background-size: 24px;
}
@media screen and (max-width: 991px) {
  .navSearch > a:before {
    width: 16px;
    height: 16px;
    background-size: 16px;
  }
}
.navSearch .search {
  position: absolute;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  vertical-align: top;
  font-size: 0.9375rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #222;
  z-index: 10;
  min-width: 402px;
  right: 0;
  top: 90px;
  padding: 0.8rem;
}
@media screen and (max-width: 991px) {
  .navSearch .search {
    top: 40px;
  }
}
.navSearch .search label {
  font-size: 0em;
}
@media screen and (max-width: 767px) {
  .navSearch .search label {
    display: none;
  }
}
.navSearch .search .form_grp {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0;
}
.navSearch .search .form_grp input {
  margin: 0;
  padding: 0 0.4em;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: auto;
  line-height: 36px;
  border-radius: 6px;
}
.navSearch .search .form_grp input[type=text]:focus {
  border: 1px solid #ff8205;
  -webkit-box-shadow: 0 0px 0px 1px #ff8205 !important;
          box-shadow: 0 0px 0px 1px #ff8205 !important;
}
.navSearch .search .form_grp input[type=submit] {
  min-width: auto;
  padding: 0 1em;
  border-radius: 300px;
}
.navSearch .search .btn_grp {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0 0 0 0.5em;
  margin: 0;
}
.navSearch .search .btn_grp input,
.navSearch .search .btn_grp input[type=submit] {
  min-width: auto;
  padding: 0 1em;
  border-radius: 300px;
  line-height: 36px;
  margin: 0;
  background: #ccc;
}
.navSearch .search .keywordHot {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
.navSearch .search .keywordHot ul {
  font-size: 0.9375rem;
  line-height: 1.65em;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style-type: none;
}
.navSearch .search .keywordHot ul li {
  margin: 0;
  padding: 0.5rem 0.5rem 0 0.5rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.navSearch .search .keywordHot ul a {
  color: #fff;
}
.navSearch .search .keywordHot ul a:hover {
  color: #71c673;
  text-decoration: underline;
}

.navFont {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 991px) {
  .navFont {
    right: 12px;
    top: 12px;
  }
}
@media screen and (max-width: 767px) {
  .navFont {
    display: none;
  }
}
.navFont:before {
  content: "";
  width: 1px;
  height: 18px;
  background: #222;
  position: absolute;
  left: 0;
  top: 36px;
  z-index: 9;
}
@media screen and (max-width: 991px) {
  .navFont:before {
    display: none;
  }
}
.navFont > a {
  color: #222;
  font-size: 0;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .navFont > a {
    font-size: 1rem;
  }
}
.navFont > a:before {
  content: "Aa";
  color: #222;
  font-size: 1.125rem;
  font-weight: bold;
}
.navFont > a:after {
  display: none;
}
.navFont .font_size {
  position: absolute;
  z-index: 999;
  background: #222;
  width: 100%;
  text-align: center;
  padding: 0;
}
.navFont .font_size ul {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.navFont .font_size ul li {
  display: block;
  margin: 0;
}
.navFont .font_size ul li a {
  width: 100%;
  background: transparent;
  border-radius: 0;
  color: #fff;
}
.navFont .font_size ul li a.active {
  background: #71c673;
  color: #fff;
}
.navFont .font_size ul li a:hover, .navFont .font_size ul li a:focus {
  color: #fff;
  background: #5e4795;
}

.header.fixed {
  position: fixed;
  width: 100%;
  height: 60px;
  right: 0;
  top: 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0 25px;
          box-shadow: rgba(0, 0, 0, 0.5) 0 0 25px;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1009;
}
@media screen and (max-width: 767px) {
  .header.fixed {
    background: #FFF;
  }
}
.header.fixed .container:before {
  display: none;
}
.header.fixed h1 {
  margin: 5px 0 0 30px;
}
.header.fixed .menu {
  right: 30px;
  top: 10px;
}
.header.fixed .menu > ul {
  margin-left: 0;
}
.header.fixed .menu > ul > li > a {
  color: #FFF;
}
.header.fixed .menu > ul > li:hover > a {
  color: #71c673;
}
.header.fixed .menu > ul > li:hover > a:after {
  border: 2px solid #71c673;
  border-bottom: none;
  border-left: none;
}
.header.fixed .navigation,
.header.fixed .navSearch,
.header.fixed .navFont {
  display: none;
}

.m_search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  z-index: 999;
  background: rgba(0, 0, 0, 0.8);
  top: 60px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.m_search label {
  font-size: 0em;
  line-height: 0;
}
.m_search .form_grp {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m_search .form_grp input[type=text] {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  border: 0;
  padding: 0.65rem 0.5rem;
  -ms-flex-item-align: center;
      align-self: center;
}
.m_search .form_grp .btn {
  padding: 0.65rem 1rem;
  margin-left: 6px;
}
.m_search .btn_grp {
  padding: 0;
}
.m_search .btn_grp input {
  padding: 0.65rem 0.5rem;
  background: #5e4795;
  color: #fff;
}
.m_search .keywordHot {
  width: 100%;
  margin-top: 0.5rem;
}
.m_search .keywordHot ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}
.m_search .keywordHot ul li {
  float: left;
  font-size: 1rem;
  margin-right: 0.5rem;
}
.m_search .keywordHot ul li a {
  color: #fff;
}

.menu {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  right: 200px;
  top: 48px;
  z-index: 9;
  width: 60%;
}
@media screen and (max-width: 1124px) {
  .menu {
    right: 180px;
  }
}
@media screen and (max-width: 991px) {
  .menu {
    right: 0;
    left: 60px;
    top: 56px;
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 767px) {
  .menu {
    display: none;
    right: 0;
    top: 0;
    position: relative;
  }
}
.menu > ul {
  margin: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transition: all 1s;
  transition: all 1s;
}
@media screen and (max-width: 991px) {
  .menu > ul {
    margin-left: 0;
    padding: 0;
  }
}
.menu > ul > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 16%;
          flex: 0 1 16%;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.menu > ul > li > a {
  display: block;
  padding: 0.5em 1rem;
  font-weight: bold;
  line-height: 160%;
  color: #fff;
  white-space: nowrap;
}
@media screen and (max-width: 1124px) {
  .menu > ul > li > a {
    padding: 0.5em 0.6rem;
  }
}
@media screen and (max-width: 820px) {
  .menu > ul > li > a {
    padding: 0.5em 0.4rem;
  }
}
.menu > ul > li.hasChild > a:after {
  content: "";
  width: 4px;
  height: 4px;
  display: inline-block;
  margin-left: 0.5em;
  vertical-align: middle;
  border: 2px solid rgba(255, 255, 255, 0.6);
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  border-bottom: none;
  border-left: none;
  margin-bottom: 0.2em;
}
.menu > ul > li:hover > a {
  color: #71c673;
}
.menu > ul > li:hover > a:after {
  border: 2px solid #71c673;
  border-bottom: none;
  border-left: none;
}
.menu ul li {
  position: relative;
}
.menu ul li a {
  display: block;
  outline: none;
  text-decoration: none;
  text-align: center;
}
.menu ul li ul {
  display: none;
  overflow: visible;
  width: 200px;
  background: rgba(0, 0, 0, 0.8);
  padding: 0;
  z-index: 999999;
  position: absolute;
  top: auto;
  left: 0;
  list-style: none;
  text-align: left;
  -webkit-animation: showMenu 0.3s ease-out;
          animation: showMenu 0.3s ease-out;
  font-size: 0.9375em;
  margin-left: -50px;
}
@media screen and (max-width: 991px) {
  .menu ul li ul {
    width: 100%;
    margin-left: 0;
  }
}
.menu ul li ul li {
  float: none;
}
.menu ul li ul li a {
  padding: 0.6em 1rem;
  color: #FFF;
  font-weight: bold;
  text-align: left;
}
.menu ul li ul li a:hover, .menu ul li ul li a:focus {
  background: #71c673;
}
.menu ul li ul li.hasChild > ul {
  z-index: 999;
  margin-left: 0;
}
.menu ul li ul li.hasChild > a {
  padding-right: 2em;
}
.menu ul li ul li.hasChild > a:hover, .menu ul li ul li.hasChild > a:focus {
  background: #559d38;
}
.menu ul li ul li.hasChild > a:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 1.2em;
  width: 6px;
  height: 6px;
  border: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-bottom: none;
  border-left: none;
}
.menu ul li ul ul {
  top: 0;
  left: 100%;
  -webkit-animation: none;
          animation: none;
  font-size: 1em;
}

.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999999;
  display: none;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sidebar .menu {
  display: block;
  height: auto;
}
.sidebar > .menu_overlay {
  background: RGBA(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 9;
  display: none;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}
.sidebar .m_area {
  width: 280px;
  padding: 3em 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #559d38;
  overflow: hidden;
  overflow-y: auto;
  z-index: 9999;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sidebar .m_area:before {
  content: "";
  width: 280px;
  position: absolute;
  top: 0;
  left: 0;
  color: #FFF;
  width: 100%;
  height: 3em;
  background: #559d38;
  padding: 0 1em;
  line-height: 3em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sidebar .m_area .menu {
  width: 100%;
  margin-bottom: 1em;
  background: #CCC;
  left: 0;
}
.sidebar .m_area .menu a {
  display: block;
  color: #222;
  text-decoration: none;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  text-align: left;
}
.sidebar .m_area .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sidebar .m_area .menu ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sidebar .m_area .menu ul li > a {
  padding: 0.5em 1em;
  min-height: 2em;
  line-height: 2em;
  background: #FFF;
  border-bottom: 1px solid #CCC;
}
.sidebar .m_area .menu ul li.hasChild > a {
  padding: 0.5em 1em;
  color: #222;
  background: #FFF;
  padding-right: 36px;
  position: relative;
}
.sidebar .m_area .menu ul li.hasChild > a:after {
  content: "";
  position: absolute;
  right: 16px;
  top: 1.25em;
  width: 5px;
  line-height: 1.25em;
  height: 5px;
  border: 2px solid #222;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: none;
  border-left: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sidebar .m_area .menu ul li ul {
  display: none;
  position: relative;
  width: 100%;
  background-color: transparent;
  font-size: 1em;
}
.sidebar .m_area .menu ul li ul li a {
  display: block;
  min-height: 1.5em;
  line-height: 1.5em;
  padding: 0.5em 1em 0.5em 2em !important;
  background: #eee;
}
.sidebar .m_area .menu ul li ul li a:hover, .sidebar .m_area .menu ul li ul li a:focus {
  color: #000;
  background: #ccc;
}
.sidebar .m_area .menu ul li ul li.hasChild > a {
  background: #eee;
}
.sidebar .m_area .menu ul li ul li ul {
  left: 0;
}
.sidebar .m_area .menu ul li ul li ul li a {
  background: rgba(0, 0, 0, 0.15) !important;
  padding: 0.5em 1em 0.5em 4em !important;
  border-bottom: 1px solid #BBB;
}
.sidebar .m_area .menu ul li ul li ul li a:hover, .sidebar .m_area .menu ul li ul li ul li a:focus {
  background: rgba(0, 0, 0, 0.25) !important;
}
.sidebar .m_area .menu ul li ul li ul li a:after {
  display: none !important;
}
.sidebar .navigation {
  position: relative;
  text-align: left;
}
.sidebar .navigation ul {
  float: none;
  width: 90%;
  margin: 1em auto;
  padding: 0;
  overflow: hidden;
  list-style: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: none;
  border-right: none;
}
.sidebar .navigation ul li {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sidebar .navigation ul li.navDep, .sidebar .navigation ul li.navSearch, .sidebar .navigation ul li.navFont {
  display: none;
}
.sidebar .navigation ul li:nth-child(odd):last-child {
  width: 100%;
}
.sidebar .navigation ul li a {
  display: block;
  height: 3em;
  line-height: 2em;
  padding: 0.5em 1em;
  font-size: 0.938em;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sidebar .navigation ul li a:nth-child(odd) {
  border-left: none;
  border-top: none;
}
.sidebar .navigation ul li a:hover, .sidebar .navigation ul li a:focus {
  background: #2c521d;
}
.sidebar button.sidebarClose {
  position: absolute;
  display: block;
  width: 3em !important;
  height: 3em !important;
  padding: 0;
  min-width: auto;
  top: 0px;
  right: 0px;
  margin: 0;
  text-indent: -9999px;
  border: none;
  background: none;
  border: none;
}
.sidebar button.sidebarClose:before {
  position: absolute;
  width: 15px;
  height: 15px;
  border: 3px solid #eee;
  content: "";
  top: 15px;
  right: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-right: none;
  border-top: none;
}

@-webkit-keyframes showMenu {
  0% {
    left: 20px;
  }
  100% {
    left: 0px;
  }
}

@keyframes showMenu {
  0% {
    left: 20px;
  }
  100% {
    left: 0px;
  }
}
.demo_fixed_sidebar {
  min-height: 300px;
}

.fixed_sidebar {
  background: RGBA(0, 0, 0, 0.6);
  width: 50px;
  min-height: 200px;
  position: fixed;
  z-index: 999;
  right: 0;
  top: 10%;
  margin: 0;
  padding: 0;
  border-radius: 6px 0 0 6px;
}
.fixed_sidebar ul {
  margin: 0;
  padding: 0;
}
.fixed_sidebar ul li {
  width: 50px;
  height: 50px;
  list-style: none;
}
.fixed_sidebar ul li a {
  display: block;
  padding: 0;
  height: 50px;
  line-height: 50px;
  position: relative;
  text-align: center;
  font-weight: bold;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  color: #fff;
  text-decoration: none;
}
.fixed_sidebar ul li a:before {
  position: absolute;
  content: attr(title);
  width: 10em;
  text-align: left;
  right: -10em;
  padding: 0 1em 0 1em;
  height: 50px;
  line-height: 50px;
  background: #00A688;
  color: #FFF;
  font-size: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: none;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  z-index: 9;
}
.fixed_sidebar ul li a:hover:before, .fixed_sidebar ul li a:focus:before {
  display: block;
  right: 0;
}
.fixed_sidebar ul li img {
  width: 24px;
  height: 24px;
  margin: 13px auto;
}

footer {
  padding: 0 3rem 36px 3rem;
  text-align: left;
  font-size: 0.9375rem;
  background: #555;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  clear: both;
  zoom: 1;
}
footer:before, footer:after {
  content: "";
  display: table;
}
footer:after {
  clear: both;
}
@media screen and (max-width: 991px) {
  footer {
    padding: 1rem 30px;
  }
}
footer .container {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .container:before, footer .container:after {
  display: none;
}
@media screen and (max-width: 767px) {
  footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer .accesskey {
  left: -25px;
}
footer .footer_left {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
footer .footer_left .social_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  footer .footer_left .social_icon {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer .footer_left .social_icon a {
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50%;
  border: 2px solid #fff;
  font-size: 0;
  margin-right: 1rem;
}
footer .footer_left .social_icon a.icon_fb {
  background: url(../images/mp/icon_facebook.svg) no-repeat center center;
  background-size: 24px;
}
footer .footer_left .social_icon a.icon_fb:hover {
  background: #559d38 url(../images/mp/icon_facebook.svg) no-repeat center center;
  background-size: 24px;
}
footer .footer_left .social_icon a.icon_youtube {
  background: url(../images/mp/icon_youtube.svg) no-repeat center center;
  background-size: 24px;
}
footer .footer_left .social_icon a.icon_youtube:hover {
  background: #559d38 url(../images/mp/icon_youtube.svg) no-repeat center center;
  background-size: 24px;
}
footer .footer_left .social_icon a.icon_line {
  background: url(../images/mp/icon_line.svg) no-repeat center center;
  background-size: 24px;
}
footer .footer_left .social_icon a.icon_line:hover {
  background: #559d38 url(../images/mp/icon_line.svg) no-repeat center center;
  background-size: 24px;
}
footer .footer_left .footer_link {
  margin-bottom: 4px;
}
footer .footer_left .footer_link ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  footer .footer_left .footer_link ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer .footer_left .footer_link ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
}
footer .footer_left .footer_link ul li:after {
  content: "|";
  color: #fff;
  margin: 2px 0.6rem;
  vertical-align: middle;
}
footer .footer_left .footer_link ul li:last-child:after {
  display: none;
}
footer .footer_left .footer_link ul li a {
  display: block;
  padding: 2px 0;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
footer .footer_left .footer_link ul li a:hover, footer .footer_left .footer_link ul li a:focus {
  text-decoration: underline;
}
footer .footer_left .copyright {
  color: #c3c3c3;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  footer .footer_left .copyright {
    text-align: center;
  }
}
footer .footer_left .update {
  color: #fff;
  font-size: 0.875rem;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  footer .footer_left .update {
    text-align: center;
  }
}
footer .footer_left .update em {
  font-style: normal;
  margin-right: 1rem;
}
footer .footer_right .footer_icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  footer .footer_right .footer_icon {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer .footer_right .footer_icon a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-left: 1rem;
}
footer .footer_right .footer_icon a:focus:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0px 0px 0px 1px #71c673 inset;
          box-shadow: 0px 0px 0px 1px #71c673 inset;
  z-index: 99;
}
footer .footer_right .footer_icon img {
  max-width: 120px;
}

.fatfooter {
  padding: 3em 3rem 30px 3rem;
  background: #555;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .fatfooter {
    padding: 3rem 3rem 0 3rem;
  }
}
@media screen and (max-width: 767px) {
  .fatfooter {
    padding: 3rem 30px 0 30px;
  }
}
.fatfooter .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.fatfooter .btn-fatfooter {
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
  color: #FFF;
  border: none;
  background: #222;
  position: absolute;
  right: calc(50% - 25px);
  top: -70px;
  z-index: 90;
  text-indent: -9999px;
  border-radius: 50%;
}
.fatfooter .btn-fatfooter:before {
  content: "";
  width: 12px;
  height: 12px;
  border: 2px solid #FFF;
  border-left: none;
  border-bottom: none;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  display: block;
  position: absolute;
  left: 18px;
  top: 20px;
}
.fatfooter .btn-fatfooter:hover, .fatfooter .btn-fatfooter:focus {
  background: #4a3278;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border: none;
  cursor: pointer;
}
.fatfooter .btn-fatfooter.close:before {
  -webkit-transform: rotate(135deg) !important;
          transform: rotate(135deg) !important;
  top: 15px;
}
.fatfooter .fatfooter_info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 280px;
          flex: 0 0 280px;
}
@media screen and (max-width: 767px) {
  .fatfooter .fatfooter_info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media screen and (max-width: 560px) {
  .fatfooter .fatfooter_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.fatfooter .fatfooter_info .fatfooter_logo {
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .fatfooter .fatfooter_info .fatfooter_logo {
    margin-top: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 160px;
            flex: 0 0 160px;
  }
}
@media screen and (max-width: 560px) {
  .fatfooter .fatfooter_info .fatfooter_logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    text-align: center;
  }
}
.fatfooter .fatfooter_info p {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.65);
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .fatfooter .fatfooter_info p {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-top: 0;
    margin-left: 1rem;
  }
}
@media screen and (max-width: 560px) {
  .fatfooter .fatfooter_info p {
    margin-left: 0;
    text-align: center;
  }
}
.fatfooter .fatfooter_info .fatfooter_link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .fatfooter .fatfooter_info .fatfooter_link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 120px;
            flex: 0 1 120px;
  }
}
.fatfooter .fatfooter_info .fatfooter_link a {
  padding: 10px;
  color: #fff;
  background: #487d27;
  margin: 0 0 0 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 767px) {
  .fatfooter .fatfooter_info .fatfooter_link a {
    margin: 0 0 10px 0;
    text-align: center;
  }
}
.fatfooter .fatfooter_info .fatfooter_link a:hover, .fatfooter .fatfooter_info .fatfooter_link a:focus {
  background: #4a3278;
}
.fatfooter nav {
  overflow: hidden;
  display: block;
  position: relative;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .fatfooter nav {
    display: none;
  }
}
.fatfooter nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .fatfooter nav > ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.fatfooter nav > ul > li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 16%;
          flex: 1 1 16%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .fatfooter nav > ul > li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 33%;
            flex: 1 1 33%;
    margin-bottom: 1rem;
  }
}
.fatfooter nav > ul > li a {
  line-height: 1.5;
  display: block;
  font-weight: bold;
  padding: 0.4em 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
}
.fatfooter nav > ul > li a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #71c673;
}
.fatfooter nav > ul > li > ul {
  display: block;
  margin: 0;
  padding: 0 1em 0 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .fatfooter nav > ul > li > ul {
    width: auto;
  }
}
.fatfooter nav > ul > li > ul > li a {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  font-weight: normal;
  text-align: left;
  font-size: 0.938em;
  line-height: 1.5em;
  padding: 0.5em 0;
  background: none;
}
@media screen and (max-width: 991px) {
  .fatfooter nav > ul > li > ul > li a {
    padding: 0.2em 0;
  }
}
.fatfooter nav > ul > li > ul > li a:hover {
  color: rgb(255, 255, 255);
  text-decoration: underline;
}
.fatfooter nav > ul > li > ul ul {
  display: none;
}

select::-ms-expand {
  display: none;
}

.necessary {
  font-size: 0.875em;
  color: #d00000;
  padding: 1px 6px;
  border-radius: 2px;
  margin: 0 6px;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 0 1px #d00000 inset;
          box-shadow: 0 0 0 1px #d00000 inset;
}
@media screen and (max-width: 767px) {
  .necessary {
    margin: 0 6px 0 0;
  }
}

.form_grid {
  border-top: 1px solid #ddd;
}
.form_grid .form_grp {
  border-bottom: 1px dashed #ddd;
  padding: 0.5em 0;
}

.flex-form {
  font-size: 0.938em;
  margin: 0.5em;
}
.flex-form .form_grp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex-form .form_grp.agree {
  border-bottom: none;
}
.flex-form .form_grp.agree label {
  float: left;
  width: auto;
  margin: 0 0.5em 0.5em 0;
}
.flex-form .form_title {
  max-width: 150px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  .flex-form .form_title {
    max-width: calc(100% - 0.6em);
    -ms-flex-preferred-size: calc(100% - 0.6em);
        flex-basis: calc(100% - 0.6em);
    margin: 0 0.3em 0.5em;
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.flex-form .form_title + .form_content.form_col-6-6, .flex-form .form_title + .form_content.form_col-4-4-4, .flex-form .form_title + .form_content.form_col-3-3-3-3, .flex-form .form_title + .form_content.form_col-3-9, .flex-form .form_title + .form_content.form_col-9-3, .flex-form .form_title + .form_content.form_col-3-3-6, .flex-form .form_title + .form_content.form_col-6-3-3, .flex-form .form_title + .form_content.form_col-2-10, .flex-form .form_title + .form_content.form_col-10-2, .flex-form .form_title + .form_content.form_col-4-8, .flex-form .form_title + .form_content.form_col-8-4, .flex-form .form_title + .form_content.form_col-2-2-8, .flex-form .form_title + .form_content.form_col-8-2-2 {
  -ms-flex-preferred-size: calc(100% - 150px);
      flex-basis: calc(100% - 150px);
  max-width: calc(100% - 150px);
  padding-top: 0;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .flex-form .form_title + .form_content.form_col-6-6, .flex-form .form_title + .form_content.form_col-4-4-4, .flex-form .form_title + .form_content.form_col-3-3-3-3, .flex-form .form_title + .form_content.form_col-3-9, .flex-form .form_title + .form_content.form_col-9-3, .flex-form .form_title + .form_content.form_col-3-3-6, .flex-form .form_title + .form_content.form_col-6-3-3, .flex-form .form_title + .form_content.form_col-2-10, .flex-form .form_title + .form_content.form_col-10-2, .flex-form .form_title + .form_content.form_col-4-8, .flex-form .form_title + .form_content.form_col-8-4, .flex-form .form_title + .form_content.form_col-2-2-8, .flex-form .form_title + .form_content.form_col-8-2-2 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.flex-form .form_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: calc(100% - 150px);
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  -ms-flex-preferred-size: calc(100% - 150px);
      flex-basis: calc(100% - 150px);
  position: relative;
  min-height: 1px;
  overflow: hidden;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .flex-form .form_content {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.flex-form .form_content *[class^=notice] {
  margin: 0 0.3em 0.3em 0.3em;
}
.flex-form .form_content.additional {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-form .form_content.additional .checkbox {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-form .form_content.form_col-6-6, .flex-form .form_content.form_col-4-4-4, .flex-form .form_content.form_col-3-3-3-3, .flex-form .form_content.form_col-3-9, .flex-form .form_content.form_col-9-3, .flex-form .form_content.form_col-3-3-6, .flex-form .form_content.form_col-6-3-3, .flex-form .form_content.form_col-2-10, .flex-form .form_content.form_col-10-2, .flex-form .form_content.form_col-4-8, .flex-form .form_content.form_col-8-4, .flex-form .form_content.form_col-2-2-8, .flex-form .form_content.form_col-8-2-2 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.flex-form .form_content.form_col-6-6 > .form_grp, .flex-form .form_content.form_col-4-4-4 > .form_grp, .flex-form .form_content.form_col-3-3-3-3 > .form_grp, .flex-form .form_content.form_col-3-9 > .form_grp, .flex-form .form_content.form_col-9-3 > .form_grp, .flex-form .form_content.form_col-3-3-6 > .form_grp, .flex-form .form_content.form_col-6-3-3 > .form_grp, .flex-form .form_content.form_col-2-10 > .form_grp, .flex-form .form_content.form_col-10-2 > .form_grp, .flex-form .form_content.form_col-4-8 > .form_grp, .flex-form .form_content.form_col-8-4 > .form_grp, .flex-form .form_content.form_col-2-2-8 > .form_grp, .flex-form .form_content.form_col-8-2-2 > .form_grp {
  border-bottom: 0;
  padding-top: 0;
}
.flex-form .form_content.form_col-6-6 label, .flex-form .form_content.form_col-4-4-4 label, .flex-form .form_content.form_col-3-3-3-3 label, .flex-form .form_content.form_col-3-9 label, .flex-form .form_content.form_col-9-3 label, .flex-form .form_content.form_col-3-3-6 label, .flex-form .form_content.form_col-6-3-3 label, .flex-form .form_content.form_col-2-10 label, .flex-form .form_content.form_col-10-2 label, .flex-form .form_content.form_col-4-8 label, .flex-form .form_content.form_col-8-4 label, .flex-form .form_content.form_col-2-2-8 label, .flex-form .form_content.form_col-8-2-2 label {
  position: relative;
  min-height: 1px;
  padding-left: 0.3em;
  padding-right: 0.3em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  .flex-form .form_content.form_col-6-6, .flex-form .form_content.form_col-4-4-4, .flex-form .form_content.form_col-3-3-3-3, .flex-form .form_content.form_col-3-9, .flex-form .form_content.form_col-9-3, .flex-form .form_content.form_col-3-3-6, .flex-form .form_content.form_col-6-3-3, .flex-form .form_content.form_col-2-10, .flex-form .form_content.form_col-10-2, .flex-form .form_content.form_col-4-8, .flex-form .form_content.form_col-8-4, .flex-form .form_content.form_col-2-2-8, .flex-form .form_content.form_col-8-2-2 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.flex-form .form_content.form_col-6-6 > .form_grp,
.flex-form .form_content.form_col-6-6 > input[type=text],
.flex-form .form_content.form_col-6-6 > select {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  width: 50%;
}
@media screen and (max-width: 575px) {
  .flex-form .form_content.form_col-6-6 > .form_grp,
  .flex-form .form_content.form_col-6-6 > input[type=text],
  .flex-form .form_content.form_col-6-6 > select {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
  }
}
.flex-form .form_content.form_col-4-4-4 > .form_grp,
.flex-form .form_content.form_col-4-4-4 > input[type=text],
.flex-form .form_content.form_col-4-4-4 > select {
  -ms-flex-preferred-size: 33.3333333333%;
      flex-basis: 33.3333333333%;
  width: 33.3333333333%;
}
@media screen and (max-width: 575px) {
  .flex-form .form_content.form_col-4-4-4 > .form_grp,
  .flex-form .form_content.form_col-4-4-4 > input[type=text],
  .flex-form .form_content.form_col-4-4-4 > select {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
  }
}
.flex-form .form_content.form_col-3-3-3-3 > .form_grp,
.flex-form .form_content.form_col-3-3-3-3 > input[type=text],
.flex-form .form_content.form_col-3-3-3-3 > select {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  width: 25%;
}
@media screen and (max-width: 767px) {
  .flex-form .form_content.form_col-3-3-3-3 > .form_grp,
  .flex-form .form_content.form_col-3-3-3-3 > input[type=text],
  .flex-form .form_content.form_col-3-3-3-3 > select {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .flex-form .form_content.form_col-3-3-3-3 > .form_grp,
  .flex-form .form_content.form_col-3-3-3-3 > input[type=text],
  .flex-form .form_content.form_col-3-3-3-3 > select {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
  }
}
.flex-form .form_content.form_col-3-9 > .form_grp,
.flex-form .form_content.form_col-3-9 > input[type=text],
.flex-form .form_content.form_col-3-9 > select {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  width: 25%;
}
@media screen and (max-width: 575px) {
  .flex-form .form_content.form_col-3-9 > .form_grp,
  .flex-form .form_content.form_col-3-9 > input[type=text],
  .flex-form .form_content.form_col-3-9 > select {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
  }
}
.flex-form .form_content.form_col-3-9 > .form_grp:nth-child(2),
.flex-form .form_content.form_col-3-9 > input[type=text]:nth-child(2),
.flex-form .form_content.form_col-3-9 > select:nth-child(2) {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  width: 75%;
}
@media screen and (max-width: 575px) {
  .flex-form .form_content.form_col-3-9 > .form_grp:nth-child(2),
  .flex-form .form_content.form_col-3-9 > input[type=text]:nth-child(2),
  .flex-form .form_content.form_col-3-9 > select:nth-child(2) {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
  }
}
.flex-form .form_content.form_col-9-3 > .form_grp,
.flex-form .form_content.form_col-9-3 > input[type=text],
.flex-form .form_content.form_col-9-3 > select {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  width: 75%;
}
@media screen and (max-width: 575px) {
  .flex-form .form_content.form_col-9-3 > .form_grp,
  .flex-form .form_content.form_col-9-3 > input[type=text],
  .flex-form .form_content.form_col-9-3 > select {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
  }
}
.flex-form .form_content.form_col-9-3 > .form_grp:nth-child(2),
.flex-form .form_content.form_col-9-3 > input[type=text]:nth-child(2),
.flex-form .form_content.form_col-9-3 > select:nth-child(2) {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  width: 25%;
}
@media screen and (max-width: 575px) {
  .flex-form .form_content.form_col-9-3 > .form_grp:nth-child(2),
  .flex-form .form_content.form_col-9-3 > input[type=text]:nth-child(2),
  .flex-form .form_content.form_col-9-3 > select:nth-child(2) {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
  }
}
.flex-form .form_content.form_col-3-3-6 > .form_grp,
.flex-form .form_content.form_col-3-3-6 > input[type=text],
.flex-form .form_content.form_col-3-3-6 > select {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}
@media screen and (max-width: 575px) {
  .flex-form .form_content.form_col-3-3-6 > .form_grp,
  .flex-form .form_content.form_col-3-3-6 > input[type=text],
  .flex-form .form_content.form_col-3-3-6 > select {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
.flex-form .form_content.form_col-3-3-6 > .form_grp:last-child,
.flex-form .form_content.form_col-3-3-6 > input[type=text]:last-child,
.flex-form .form_content.form_col-3-3-6 > select:last-child {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
@media screen and (max-width: 575px) {
  .flex-form .form_content.form_col-3-3-6 > .form_grp:last-child,
  .flex-form .form_content.form_col-3-3-6 > input[type=text]:last-child,
  .flex-form .form_content.form_col-3-3-6 > select:last-child {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.flex-form .form_content.form_col-6-3-3 > .form_grp,
.flex-form .form_content.form_col-6-3-3 > input[type=text],
.flex-form .form_content.form_col-6-3-3 > select {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}
@media screen and (max-width: 575px) {
  .flex-form .form_content.form_col-6-3-3 > .form_grp,
  .flex-form .form_content.form_col-6-3-3 > input[type=text],
  .flex-form .form_content.form_col-6-3-3 > select {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
.flex-form .form_content.form_col-6-3-3 > .form_grp:first-child,
.flex-form .form_content.form_col-6-3-3 > input[type=text]:first-child,
.flex-form .form_content.form_col-6-3-3 > select:first-child {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
@media screen and (max-width: 575px) {
  .flex-form .form_content.form_col-6-3-3 > .form_grp:first-child,
  .flex-form .form_content.form_col-6-3-3 > input[type=text]:first-child,
  .flex-form .form_content.form_col-6-3-3 > select:first-child {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.flex-form .form_content.form_col-4-8 > .form_grp,
.flex-form .form_content.form_col-4-8 > input[type=text],
.flex-form .form_content.form_col-4-8 > select {
  -ms-flex-preferred-size: 33.3333333333%;
      flex-basis: 33.3333333333%;
}
@media screen and (max-width: 575px) {
  .flex-form .form_content.form_col-4-8 > .form_grp,
  .flex-form .form_content.form_col-4-8 > input[type=text],
  .flex-form .form_content.form_col-4-8 > select {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
.flex-form .form_content.form_col-4-8 > .form_grp:last-child,
.flex-form .form_content.form_col-4-8 > input[type=text]:last-child,
.flex-form .form_content.form_col-4-8 > select:last-child {
  -ms-flex-preferred-size: 66.6666666667%;
      flex-basis: 66.6666666667%;
}
@media screen and (max-width: 575px) {
  .flex-form .form_content.form_col-4-8 > .form_grp:last-child,
  .flex-form .form_content.form_col-4-8 > input[type=text]:last-child,
  .flex-form .form_content.form_col-4-8 > select:last-child {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.flex-form .form_content.form_col-2-10 > .form_grp,
.flex-form .form_content.form_col-2-10 > input[type=text],
.flex-form .form_content.form_col-2-10 > select {
  -ms-flex-preferred-size: 16.6666666667%;
      flex-basis: 16.6666666667%;
  width: 16.6666666667%;
}
@media screen and (max-width: 575px) {
  .flex-form .form_content.form_col-2-10 > .form_grp,
  .flex-form .form_content.form_col-2-10 > input[type=text],
  .flex-form .form_content.form_col-2-10 > select {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
  }
}
.flex-form .form_content.form_col-2-10 > .form_grp:last-child,
.flex-form .form_content.form_col-2-10 > input[type=text]:last-child,
.flex-form .form_content.form_col-2-10 > select:last-child {
  -ms-flex-preferred-size: 83.3333333333%;
      flex-basis: 83.3333333333%;
  width: 83.3333333333%;
}
@media screen and (max-width: 575px) {
  .flex-form .form_content.form_col-2-10 > .form_grp:last-child,
  .flex-form .form_content.form_col-2-10 > input[type=text]:last-child,
  .flex-form .form_content.form_col-2-10 > select:last-child {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
  }
}
.flex-form .form_content.form_col-10-2 > .form_grp,
.flex-form .form_content.form_col-10-2 > input[type=text],
.flex-form .form_content.form_col-10-2 > select {
  -ms-flex-preferred-size: 16.6666666667%;
      flex-basis: 16.6666666667%;
  width: 16.6666666667%;
}
@media screen and (max-width: 575px) {
  .flex-form .form_content.form_col-10-2 > .form_grp,
  .flex-form .form_content.form_col-10-2 > input[type=text],
  .flex-form .form_content.form_col-10-2 > select {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 16.6666666667%;
  }
}
.flex-form .form_content.form_col-10-2 > .form_grp:first-child,
.flex-form .form_content.form_col-10-2 > input[type=text]:first-child,
.flex-form .form_content.form_col-10-2 > select:first-child {
  -ms-flex-preferred-size: 83.3333333333%;
      flex-basis: 83.3333333333%;
  width: 83.3333333333%;
}
@media screen and (max-width: 575px) {
  .flex-form .form_content.form_col-10-2 > .form_grp:first-child,
  .flex-form .form_content.form_col-10-2 > input[type=text]:first-child,
  .flex-form .form_content.form_col-10-2 > select:first-child {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
  }
}
.flex-form .form_content.form_col-2-2-8 > .form_grp,
.flex-form .form_content.form_col-2-2-8 > input[type=text],
.flex-form .form_content.form_col-2-2-8 > select {
  -ms-flex-preferred-size: 16.6666666667%;
      flex-basis: 16.6666666667%;
}
@media screen and (max-width: 575px) {
  .flex-form .form_content.form_col-2-2-8 > .form_grp,
  .flex-form .form_content.form_col-2-2-8 > input[type=text],
  .flex-form .form_content.form_col-2-2-8 > select {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
.flex-form .form_content.form_col-2-2-8 > .form_grp:last-child,
.flex-form .form_content.form_col-2-2-8 > input[type=text]:last-child,
.flex-form .form_content.form_col-2-2-8 > select:last-child {
  -ms-flex-preferred-size: 66.6666666667%;
      flex-basis: 66.6666666667%;
}
@media screen and (max-width: 575px) {
  .flex-form .form_content.form_col-2-2-8 > .form_grp:last-child,
  .flex-form .form_content.form_col-2-2-8 > input[type=text]:last-child,
  .flex-form .form_content.form_col-2-2-8 > select:last-child {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.flex-form .form_content.form_col-8-2-2 > .form_grp,
.flex-form .form_content.form_col-8-2-2 > input[type=text],
.flex-form .form_content.form_col-8-2-2 > select {
  -ms-flex-preferred-size: 16.6666666667%;
      flex-basis: 16.6666666667%;
}
@media screen and (max-width: 575px) {
  .flex-form .form_content.form_col-8-2-2 > .form_grp,
  .flex-form .form_content.form_col-8-2-2 > input[type=text],
  .flex-form .form_content.form_col-8-2-2 > select {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
.flex-form .form_content.form_col-8-2-2 > .form_grp:first-child,
.flex-form .form_content.form_col-8-2-2 > input[type=text]:first-child,
.flex-form .form_content.form_col-8-2-2 > select:first-child {
  -ms-flex-preferred-size: 66.6666666667%;
      flex-basis: 66.6666666667%;
}
@media screen and (max-width: 575px) {
  .flex-form .form_content.form_col-8-2-2 > .form_grp:first-child,
  .flex-form .form_content.form_col-8-2-2 > input[type=text]:first-child,
  .flex-form .form_content.form_col-8-2-2 > select:first-child {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.flex-form .form_content.form_inline.form_col-6-6 > .form_grp,
.flex-form .form_content.form_inline.form_col-6-6 > input[type=text],
.flex-form .form_content.form_inline.form_col-6-6 > select {
  -ms-flex-preferred-size: calc(50% - 0.6em);
      flex-basis: calc(50% - 0.6em);
}
@media screen and (max-width: 575px) {
  .flex-form .form_content.form_inline.form_col-6-6 > .form_grp,
  .flex-form .form_content.form_inline.form_col-6-6 > input[type=text],
  .flex-form .form_content.form_inline.form_col-6-6 > select {
    -ms-flex-preferred-size: calc(100% - 0.6em);
        flex-basis: calc(100% - 0.6em);
  }
}
.flex-form .form_content.form_inline.form_col-4-4-4 > .form_grp,
.flex-form .form_content.form_inline.form_col-4-4-4 > input[type=text],
.flex-form .form_content.form_inline.form_col-4-4-4 > select {
  -ms-flex-preferred-size: calc(33.3333333333% - 0.6em);
      flex-basis: calc(33.3333333333% - 0.6em);
}
@media screen and (max-width: 575px) {
  .flex-form .form_content.form_inline.form_col-4-4-4 > .form_grp,
  .flex-form .form_content.form_inline.form_col-4-4-4 > input[type=text],
  .flex-form .form_content.form_inline.form_col-4-4-4 > select {
    -ms-flex-preferred-size: calc(100% - 0.6em);
        flex-basis: calc(100% - 0.6em);
  }
}
.flex-form .form_content.form_inline.form_col-3-3-3-3 > .form_grp,
.flex-form .form_content.form_inline.form_col-3-3-3-3 > input[type=text],
.flex-form .form_content.form_inline.form_col-3-3-3-3 > select {
  -ms-flex-preferred-size: calc(25% - 0.6em);
      flex-basis: calc(25% - 0.6em);
}
@media screen and (max-width: 575px) {
  .flex-form .form_content.form_inline.form_col-3-3-3-3 > .form_grp,
  .flex-form .form_content.form_inline.form_col-3-3-3-3 > input[type=text],
  .flex-form .form_content.form_inline.form_col-3-3-3-3 > select {
    -ms-flex-preferred-size: calc(100% - 0.6em);
        flex-basis: calc(100% - 0.6em);
  }
}
.flex-form .form_content.form_inline.form_col-3-9 > .form_grp,
.flex-form .form_content.form_inline.form_col-3-9 > input[type=text],
.flex-form .form_content.form_inline.form_col-3-9 > select {
  -ms-flex-preferred-size: calc(25% - 0.6em);
      flex-basis: calc(25% - 0.6em);
}
@media screen and (max-width: 575px) {
  .flex-form .form_content.form_inline.form_col-3-9 > .form_grp,
  .flex-form .form_content.form_inline.form_col-3-9 > input[type=text],
  .flex-form .form_content.form_inline.form_col-3-9 > select {
    -ms-flex-preferred-size: calc(100% - 0.6em);
        flex-basis: calc(100% - 0.6em);
  }
}
.flex-form .form_content.form_inline.form_col-3-9 > .form_grp:nth-child(2),
.flex-form .form_content.form_inline.form_col-3-9 > input[type=text]:nth-child(2),
.flex-form .form_content.form_inline.form_col-3-9 > select:nth-child(2) {
  -ms-flex-preferred-size: calc(75% - 0.6em);
      flex-basis: calc(75% - 0.6em);
}
@media screen and (max-width: 575px) {
  .flex-form .form_content.form_inline.form_col-3-9 > .form_grp:nth-child(2),
  .flex-form .form_content.form_inline.form_col-3-9 > input[type=text]:nth-child(2),
  .flex-form .form_content.form_inline.form_col-3-9 > select:nth-child(2) {
    -ms-flex-preferred-size: calc(100% - 0.6em);
        flex-basis: calc(100% - 0.6em);
  }
}
.flex-form .form_content.form_inline.form_col-9-3 > .form_grp,
.flex-form .form_content.form_inline.form_col-9-3 > input[type=text],
.flex-form .form_content.form_inline.form_col-9-3 > select {
  -ms-flex-preferred-size: calc(75% - 0.6em);
      flex-basis: calc(75% - 0.6em);
}
@media screen and (max-width: 575px) {
  .flex-form .form_content.form_inline.form_col-9-3 > .form_grp,
  .flex-form .form_content.form_inline.form_col-9-3 > input[type=text],
  .flex-form .form_content.form_inline.form_col-9-3 > select {
    -ms-flex-preferred-size: calc(100% - 0.6em);
        flex-basis: calc(100% - 0.6em);
  }
}
.flex-form .form_content.form_inline.form_col-9-3 > .form_grp:nth-child(2),
.flex-form .form_content.form_inline.form_col-9-3 > input[type=text]:nth-child(2),
.flex-form .form_content.form_inline.form_col-9-3 > select:nth-child(2) {
  -ms-flex-preferred-size: calc(25% - 0.6em);
      flex-basis: calc(25% - 0.6em);
}
@media screen and (max-width: 575px) {
  .flex-form .form_content.form_inline.form_col-9-3 > .form_grp:nth-child(2),
  .flex-form .form_content.form_inline.form_col-9-3 > input[type=text]:nth-child(2),
  .flex-form .form_content.form_inline.form_col-9-3 > select:nth-child(2) {
    -ms-flex-preferred-size: calc(100% - 0.6em);
        flex-basis: calc(100% - 0.6em);
  }
}
.flex-form .form_content.form_inline.form_col-3-3-6 > .form_grp,
.flex-form .form_content.form_inline.form_col-3-3-6 > input[type=text],
.flex-form .form_content.form_inline.form_col-3-3-6 > select {
  -ms-flex-preferred-size: calc(25% - 0.6em);
      flex-basis: calc(25% - 0.6em);
}
@media screen and (max-width: 575px) {
  .flex-form .form_content.form_inline.form_col-3-3-6 > .form_grp,
  .flex-form .form_content.form_inline.form_col-3-3-6 > input[type=text],
  .flex-form .form_content.form_inline.form_col-3-3-6 > select {
    -ms-flex-preferred-size: calc(50% - 0.6em);
        flex-basis: calc(50% - 0.6em);
  }
}
.flex-form .form_content.form_inline.form_col-3-3-6 > .form_grp:last-child,
.flex-form .form_content.form_inline.form_col-3-3-6 > input[type=text]:last-child,
.flex-form .form_content.form_inline.form_col-3-3-6 > select:last-child {
  -ms-flex-preferred-size: calc(50% - 0.6em);
      flex-basis: calc(50% - 0.6em);
}
@media screen and (max-width: 575px) {
  .flex-form .form_content.form_inline.form_col-3-3-6 > .form_grp:last-child,
  .flex-form .form_content.form_inline.form_col-3-3-6 > input[type=text]:last-child,
  .flex-form .form_content.form_inline.form_col-3-3-6 > select:last-child {
    -ms-flex-preferred-size: calc(100% - 0.6em);
        flex-basis: calc(100% - 0.6em);
  }
}
.flex-form .form_content.form_inline.form_col-6-3-3 > .form_grp,
.flex-form .form_content.form_inline.form_col-6-3-3 > input[type=text],
.flex-form .form_content.form_inline.form_col-6-3-3 > select {
  -ms-flex-preferred-size: calc(25% - 0.6em);
      flex-basis: calc(25% - 0.6em);
}
@media screen and (max-width: 575px) {
  .flex-form .form_content.form_inline.form_col-6-3-3 > .form_grp,
  .flex-form .form_content.form_inline.form_col-6-3-3 > input[type=text],
  .flex-form .form_content.form_inline.form_col-6-3-3 > select {
    -ms-flex-preferred-size: calc(50% - 0.6em);
        flex-basis: calc(50% - 0.6em);
  }
}
.flex-form .form_content.form_inline.form_col-6-3-3 > .form_grp:first-child,
.flex-form .form_content.form_inline.form_col-6-3-3 > input[type=text]:first-child,
.flex-form .form_content.form_inline.form_col-6-3-3 > select:first-child {
  -ms-flex-preferred-size: calc(50% - 0.6em);
      flex-basis: calc(50% - 0.6em);
}
@media screen and (max-width: 575px) {
  .flex-form .form_content.form_inline.form_col-6-3-3 > .form_grp:first-child,
  .flex-form .form_content.form_inline.form_col-6-3-3 > input[type=text]:first-child,
  .flex-form .form_content.form_inline.form_col-6-3-3 > select:first-child {
    -ms-flex-preferred-size: calc(100% - 0.6em);
        flex-basis: calc(100% - 0.6em);
  }
}
.flex-form .form_content.form_inline.form_col-4-8 > .form_grp,
.flex-form .form_content.form_inline.form_col-4-8 > input[type=text],
.flex-form .form_content.form_inline.form_col-4-8 > select {
  -ms-flex-preferred-size: calc(33.3333333333% - 0.6em);
      flex-basis: calc(33.3333333333% - 0.6em);
}
@media screen and (max-width: 575px) {
  .flex-form .form_content.form_inline.form_col-4-8 > .form_grp,
  .flex-form .form_content.form_inline.form_col-4-8 > input[type=text],
  .flex-form .form_content.form_inline.form_col-4-8 > select {
    -ms-flex-preferred-size: calc(100% - 0.6em);
        flex-basis: calc(100% - 0.6em);
  }
}
.flex-form .form_content.form_inline.form_col-4-8 > .form_grp:last-child,
.flex-form .form_content.form_inline.form_col-4-8 > input[type=text]:last-child,
.flex-form .form_content.form_inline.form_col-4-8 > select:last-child {
  -ms-flex-preferred-size: calc(66.6666666667% - 0.6em);
      flex-basis: calc(66.6666666667% - 0.6em);
}
@media screen and (max-width: 575px) {
  .flex-form .form_content.form_inline.form_col-4-8 > .form_grp:last-child,
  .flex-form .form_content.form_inline.form_col-4-8 > input[type=text]:last-child,
  .flex-form .form_content.form_inline.form_col-4-8 > select:last-child {
    -ms-flex-preferred-size: calc(100% - 0.6em);
        flex-basis: calc(100% - 0.6em);
  }
}
.flex-form .form_content.form_inline.form_col-2-10 > .form_grp,
.flex-form .form_content.form_inline.form_col-2-10 > input[type=text],
.flex-form .form_content.form_inline.form_col-2-10 > select {
  -ms-flex-preferred-size: calc(16.6666666667% - 0.6em);
      flex-basis: calc(16.6666666667% - 0.6em);
}
@media screen and (max-width: 575px) {
  .flex-form .form_content.form_inline.form_col-2-10 > .form_grp,
  .flex-form .form_content.form_inline.form_col-2-10 > input[type=text],
  .flex-form .form_content.form_inline.form_col-2-10 > select {
    -ms-flex-preferred-size: calc(100% - 0.6em);
        flex-basis: calc(100% - 0.6em);
  }
}
.flex-form .form_content.form_inline.form_col-2-10 > .form_grp:last-child,
.flex-form .form_content.form_inline.form_col-2-10 > input[type=text]:last-child,
.flex-form .form_content.form_inline.form_col-2-10 > select:last-child {
  -ms-flex-preferred-size: calc(83.3333333333% - 0.6em);
      flex-basis: calc(83.3333333333% - 0.6em);
}
@media screen and (max-width: 575px) {
  .flex-form .form_content.form_inline.form_col-2-10 > .form_grp:last-child,
  .flex-form .form_content.form_inline.form_col-2-10 > input[type=text]:last-child,
  .flex-form .form_content.form_inline.form_col-2-10 > select:last-child {
    -ms-flex-preferred-size: calc(100% - 0.6em);
        flex-basis: calc(100% - 0.6em);
  }
}
.flex-form .form_content.form_inline.form_col-10-2 > .form_grp,
.flex-form .form_content.form_inline.form_col-10-2 > input[type=text],
.flex-form .form_content.form_inline.form_col-10-2 > select {
  -ms-flex-preferred-size: calc(16.6666666667% - 0.6em);
      flex-basis: calc(16.6666666667% - 0.6em);
}
@media screen and (max-width: 575px) {
  .flex-form .form_content.form_inline.form_col-10-2 > .form_grp,
  .flex-form .form_content.form_inline.form_col-10-2 > input[type=text],
  .flex-form .form_content.form_inline.form_col-10-2 > select {
    -ms-flex-preferred-size: calc(100% - 0.6em);
        flex-basis: calc(100% - 0.6em);
  }
}
.flex-form .form_content.form_inline.form_col-10-2 > .form_grp:first-child,
.flex-form .form_content.form_inline.form_col-10-2 > input[type=text]:first-child,
.flex-form .form_content.form_inline.form_col-10-2 > select:first-child {
  -ms-flex-preferred-size: calc(83.3333333333% - 0.6em);
      flex-basis: calc(83.3333333333% - 0.6em);
}
@media screen and (max-width: 575px) {
  .flex-form .form_content.form_inline.form_col-10-2 > .form_grp:first-child,
  .flex-form .form_content.form_inline.form_col-10-2 > input[type=text]:first-child,
  .flex-form .form_content.form_inline.form_col-10-2 > select:first-child {
    -ms-flex-preferred-size: calc(100% - 0.6em);
        flex-basis: calc(100% - 0.6em);
  }
}
.flex-form .form_content.form_inline.form_col-2-2-8 > .form_grp,
.flex-form .form_content.form_inline.form_col-2-2-8 > input[type=text],
.flex-form .form_content.form_inline.form_col-2-2-8 > select {
  -ms-flex-preferred-size: calc(16.6666666667% - 0.6em);
      flex-basis: calc(16.6666666667% - 0.6em);
}
@media screen and (max-width: 575px) {
  .flex-form .form_content.form_inline.form_col-2-2-8 > .form_grp,
  .flex-form .form_content.form_inline.form_col-2-2-8 > input[type=text],
  .flex-form .form_content.form_inline.form_col-2-2-8 > select {
    -ms-flex-preferred-size: calc(50% - 0.6em);
        flex-basis: calc(50% - 0.6em);
  }
}
.flex-form .form_content.form_inline.form_col-2-2-8 > .form_grp:last-child,
.flex-form .form_content.form_inline.form_col-2-2-8 > input[type=text]:last-child,
.flex-form .form_content.form_inline.form_col-2-2-8 > select:last-child {
  -ms-flex-preferred-size: calc(66.6666666667% - 0.6em);
      flex-basis: calc(66.6666666667% - 0.6em);
}
@media screen and (max-width: 575px) {
  .flex-form .form_content.form_inline.form_col-2-2-8 > .form_grp:last-child,
  .flex-form .form_content.form_inline.form_col-2-2-8 > input[type=text]:last-child,
  .flex-form .form_content.form_inline.form_col-2-2-8 > select:last-child {
    -ms-flex-preferred-size: calc(100% - 0.6em);
        flex-basis: calc(100% - 0.6em);
  }
}
.flex-form .form_content.form_inline.form_col-8-2-2 > .form_grp,
.flex-form .form_content.form_inline.form_col-8-2-2 > input[type=text],
.flex-form .form_content.form_inline.form_col-8-2-2 > select {
  -ms-flex-preferred-size: calc(16.6666666667% - 0.6em);
      flex-basis: calc(16.6666666667% - 0.6em);
}
@media screen and (max-width: 575px) {
  .flex-form .form_content.form_inline.form_col-8-2-2 > .form_grp,
  .flex-form .form_content.form_inline.form_col-8-2-2 > input[type=text],
  .flex-form .form_content.form_inline.form_col-8-2-2 > select {
    -ms-flex-preferred-size: calc(50% - 0.6em);
        flex-basis: calc(50% - 0.6em);
  }
}
.flex-form .form_content.form_inline.form_col-8-2-2 > .form_grp:first-child,
.flex-form .form_content.form_inline.form_col-8-2-2 > input[type=text]:first-child,
.flex-form .form_content.form_inline.form_col-8-2-2 > select:first-child {
  -ms-flex-preferred-size: calc(66.6666666667% - 0.6em);
      flex-basis: calc(66.6666666667% - 0.6em);
}
@media screen and (max-width: 575px) {
  .flex-form .form_content.form_inline.form_col-8-2-2 > .form_grp:first-child,
  .flex-form .form_content.form_inline.form_col-8-2-2 > input[type=text]:first-child,
  .flex-form .form_content.form_inline.form_col-8-2-2 > select:first-child {
    -ms-flex-preferred-size: calc(100% - 0.6em);
        flex-basis: calc(100% - 0.6em);
  }
}
.flex-form .form_content .help {
  font-size: 0.813em;
  color: #888;
  padding: 0 0.5em;
}
.flex-form .form_content .form_grp {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  min-height: 2.5em;
  margin: 0;
}
.flex-form .form_content .form_grp .form_content {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .flex-form .form_content .form_grp .form_content {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.flex-form .form_content .form_grp .form_content.form_inline input[type=text],
.flex-form .form_content .form_grp .form_content.form_inline input[type=tel],
.flex-form .form_content .form_grp .form_content.form_inline select,
.flex-form .form_content .form_grp .form_content.form_inline .checkbox {
  width: auto;
  min-width: 100px;
  display: inline-block;
}
@media screen and (max-width: 575px) {
  .flex-form .form_content .form_grp .form_content.form_inline input[type=text],
  .flex-form .form_content .form_grp .form_content.form_inline input[type=tel],
  .flex-form .form_content .form_grp .form_content.form_inline select,
  .flex-form .form_content .form_grp .form_content.form_inline .checkbox {
    width: calc(100% - 0.6em);
    display: block;
  }
}
.flex-form .form_content .form_grp:first-child {
  padding-top: 0;
}
.flex-form .form_content .form_grp:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.flex-form .form_content .tel input[type=text]:first-child,
.flex-form .form_content .tel input[type=tel]:first-child {
  background: url(../images/icon/icon_add.svg) no-repeat 0.5em center;
  background-size: 12px;
  padding-left: 1.5em;
}
.flex-form .form_content .tel input[type=text]:first-child,
.flex-form .form_content .tel select:first-child,
.flex-form .form_content .tel input[type=tel]:first-child {
  width: 100px !important;
}
.flex-form .form_content .tel input[type=text]:first-child ~ input,
.flex-form .form_content .tel select:first-child ~ input,
.flex-form .form_content .tel input[type=tel]:first-child ~ input {
  width: calc(100% - 200px);
}
@media screen and (max-width: 575px) {
  .flex-form .form_content .tel input[type=text]:first-child ~ input,
  .flex-form .form_content .tel select:first-child ~ input,
  .flex-form .form_content .tel input[type=tel]:first-child ~ input {
    width: 100% !important;
    display: block !important;
  }
}
.flex-form .form_content .birthday select {
  display: inline-block;
  margin-right: 0.5em;
  -moz-text-align-last: center;
       text-align-last: center;
}
@media screen and (max-width: 575px) {
  .flex-form .form_content .birthday select {
    width: 88% !important;
    min-width: 88% !important;
    display: inline-block !important;
    -moz-text-align-last: left;
         text-align-last: left;
  }
}
.flex-form .form_content .birthday select option {
  text-align: center;
}
.flex-form .form_content .address select {
  min-width: 100px;
}
.flex-form .form_content .address select option {
  text-align: center;
}
@media screen and (max-width: 575px) {
  .flex-form .form_content .address select {
    width: 100px;
    display: inline-block !important;
  }
}
.flex-form .form_content .address input[type=text] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media screen and (max-width: 767px) {
  .flex-form .form_content .address input[type=text] {
    display: block !important;
    width: calc(100% - 0.6em) !important;
  }
}
.flex-form .form_content .datepick {
  position: relative;
}
@media screen and (max-width: 575px) {
  .flex-form .form_content .datepick {
    width: 100%;
    display: block;
    padding-right: 0;
  }
}
.flex-form .form_content .datepick + .datepick {
  margin-left: 0.3em;
  margin-right: 0;
  padding-right: 0;
}
.flex-form .form_content .datepick + .datepick:before {
  content: "~";
  font-size: 1.5em;
  color: #777;
}
@media screen and (max-width: 575px) {
  .flex-form .form_content .datepick + .datepick {
    margin-left: 0em;
  }
  .flex-form .form_content .datepick + .datepick:before {
    display: none;
  }
}
.flex-form .form_content .datepick i {
  position: absolute;
  padding: 0.37em 0.1em !important;
  right: 1em;
  top: 0.4em;
  min-width: 1em;
  background: none;
  border: none;
  width: auto;
  pointer-events: none;
}
.flex-form .form_content .datepick i:hover, .flex-form .form_content .datepick i:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none !important;
}
.flex-form .form_content .datepick > input[type=text],
.flex-form .form_content .datepick > input[type=date] {
  width: 10em;
}
@media screen and (max-width: 575px) {
  .flex-form .form_content .datepick > input[type=text],
  .flex-form .form_content .datepick > input[type=date] {
    width: calc(100% - 0.6em);
  }
}
.flex-form .form_content .datepick > input[type=text] {
  padding-right: 2em;
}
.flex-form .btn_grp {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-form .btn,
.flex-form input[type=submit],
.flex-form input[type=reset],
.flex-form input[type=button],
.flex-form input[type=search] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.flex-form .form_grp,
.flex-form .check_grp,
.flex-form .radio_grp,
.flex-form .btn_grp,
.flex-form .upload_grp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .flex-form .form_grp,
  .flex-form .check_grp,
  .flex-form .radio_grp,
  .flex-form .btn_grp,
  .flex-form .upload_grp {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.flex-form .check_grp label,
.flex-form .radio_grp label {
  position: relative;
  z-index: 1;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-form .check_grp label input:checked ~ span:after,
.flex-form .radio_grp label input:checked ~ span:after {
  position: absolute;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: #54caff;
  content: "";
  left: 0.35em;
  top: 0.3em;
  z-index: -1;
  -webkit-animation: ripple 0.35s linear;
          animation: ripple 0.35s linear;
}
.flex-form .check_grp.form_inline label,
.flex-form .radio_grp.form_inline label {
  margin: 0.2em 0.5em 0 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  margin-right: 1em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-form .form_grp.form_inline label,
.flex-form .upload_grp.form_inline label {
  display: inline-block;
  margin-right: 0.5em;
}
.flex-form .form_grp.form_inline > input,
.flex-form .form_grp.form_inline > textarea,
.flex-form .form_grp.form_inline > select,
.flex-form .form_grp.form_inline > .input-i,
.flex-form .upload_grp.form_inline > input,
.flex-form .upload_grp.form_inline > textarea,
.flex-form .upload_grp.form_inline > select,
.flex-form .upload_grp.form_inline > .input-i {
  width: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.flex-form .form_grp.form_inline input[type=checkbox],
.flex-form .form_grp.form_inline input[type=radio],
.flex-form .upload_grp.form_inline input[type=checkbox],
.flex-form .upload_grp.form_inline input[type=radio] {
  width: 1em;
}

.form_inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form_inline label {
  vertical-align: middle;
  margin: 0 0.5em 0 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form_inline label ~ input, .form_inline label ~ textarea {
  width: auto;
  vertical-align: middle;
}
.form_inline input[type=text],
.form_inline input[type=password],
.form_inline select,
.form_inline textarea,
.form_inline button,
.form_inline .btn,
.form_inline input[type=submit],
.form_inline input[type=reset],
.form_inline input[type=button],
.form_inline input[type=search],
.form_inline .input-i {
  width: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.form_inline .form_grp,
.form_inline .check_grp,
.form_inline .radio_grp,
.form_inline .btn_grp,
.form_inline .upload_grp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0.5em;
  width: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.form_inline .btn_grp {
  padding: 0;
}
.form_inline .btn_grp .btn,
.form_inline .btn_grp input[type=submit],
.form_inline .btn_grp input[type=reset],
.form_inline .btn_grp input[type=button],
.form_inline .btn_grp input[type=search] {
  margin: 0.3em;
  padding: 0.45em 1em;
}

label,
legend {
  display: inline-block;
  margin: 0 0 0.5em 0;
}
@media screen and (max-width: 575px) {
  label,
  legend {
    display: block;
  }
}
label.inline input,
label.inline select,
label.inline textarea,
legend.inline input,
legend.inline select,
legend.inline textarea {
  width: auto;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

input,
textarea,
select,
button {
  color: #222;
  font-size: 1rem;
  border: 1px solid #ccc;
  padding: 0.5rem;
  background: #fff;
  vertical-align: middle;
  margin: 0.3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

input,
select,
textarea,
.input-i {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (max-width: 767px) {
  input,
  select,
  textarea,
  .input-i {
    width: 100%;
  }
}

.input-i input {
  width: calc(100% - 0.6em);
}

input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=file]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=mail]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999999;
}
input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=file]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=mail]::-moz-placeholder,
input[type=number]::-moz-placeholder {
  /* Firefox 19+ */
  color: #999999;
}
input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=file]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=mail]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder {
  /* IE 10+ */
  color: #999999;
}
input[type=text]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=file]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=mail]:-moz-placeholder,
input[type=number]:-moz-placeholder {
  /* Firefox 18- */
  color: #999999;
}

textarea {
  color: #222;
  font-size: 1rem;
  border: 1px solid #ccc;
  padding: 0.5rem;
  background: #fff;
  vertical-align: middle;
  margin: 0.3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  height: 5em;
  overflow-y: scroll;
}
@media screen and (max-width: 575px) {
  textarea {
    width: 100%;
  }
}

input[type=text]:focus,
input[type=reset]:focus,
input[type=file]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
  border: 1px solid #8d8cbe;
  -webkit-box-shadow: 0px 0px 0px 2px #8d8cbe;
          box-shadow: 0px 0px 0px 2px #8d8cbe;
  outline: none;
}

select {
  line-height: 2.4em;
  padding: 0 24px 0 0.5em;
  border: 1px solid #ccc;
  background: #fff url(../images/icon/icon_select_arrow.png) no-repeat right center;
  background-size: 16px;
}
select option {
  outline: none;
  border: none;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

input[type=checkbox],
input[type=radio] {
  font-size: 1em;
  margin: 0.3em;
  width: 1em;
  height: 1em;
  background-color: #f7f6ee;
  border: 2px solid #ccc;
}

input[type=radio] {
  border-radius: 50%;
}

input[type=checkbox]:checked,
input[type=checkbox]:focus,
input[type=radio]:checked,
input[type=radio]:focus {
  border-color: #545292;
  background-color: #545292;
  outline: none;
}

input[type=checkbox]:checked {
  background-image: url(../images/basic/icon_checked.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 98%;
  -webkit-box-shadow: #545292 0 0 0 2px;
          box-shadow: #545292 0 0 0 2px;
  border-radius: 2px;
}

input[type=radio]:checked {
  -webkit-box-shadow: #fff 0 0 0 3px inset, #545292 0 0 0 2px;
          box-shadow: #fff 0 0 0 3px inset, #545292 0 0 0 2px;
}

input[type=radio]:focus {
  border-color: #545292;
  background-color: #545292;
  -webkit-box-shadow: #fff 0 0 0 3px inset, #545292 0 0 0 2px;
          box-shadow: #fff 0 0 0 3px inset, #545292 0 0 0 2px;
}

input[type=checkbox]:focus {
  border-color: #545292;
  background-color: #545292;
  -webkit-box-shadow: #545292 0 0 0 2px;
          box-shadow: #545292 0 0 0 2px;
}

.upload_grp {
  position: relative;
}
.upload_grp input[readonly],
.upload_grp input[disable] {
  background: transparent;
  color: #666;
}
.upload_grp .upload_btn {
  position: absolute;
  overflow: hidden;
  top: 1px;
  right: 3px;
  background: #545292;
  border: 0;
  color: #fff;
  padding: 0.2em 1em !important;
  border-radius: 4px;
}
.upload_grp .upload_btn:hover, .upload_grp .upload_btn:focus {
  background: #414071;
  border: 0;
  cursor: pointer;
  color: #FFF;
  outline: none;
}
.upload_grp .upload_btn:focus {
  -webkit-box-shadow: 0 0px 0px 2px #f9b900 !important;
          box-shadow: 0 0px 0px 2px #f9b900 !important;
}
.upload_grp .upload_btn.active {
  background: #5d5ba2;
  cursor: pointer;
}
.upload_grp .upload_btn:hover, .upload_grp .upload_btn:focus {
  cursor: pointer !important;
}

input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 1.25em;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

img.captcha {
  display: inline-block;
  vertical-align: middle;
  max-height: 2.5em;
  margin: 0 0.5em 0.3em 0.3em;
}
img.captcha + input {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
img.captcha ~ .btn {
  margin-top: -1px;
}
img.captcha ~ img {
  display: inline-block;
  vertical-align: middle;
  max-height: 2.4em;
  margin-bottom: 0.5em;
}

abbr[title] {
  border-bottom: none;
  text-decoration: none;
}

.input-i {
  position: relative;
}
.input-i i {
  position: absolute;
  padding: 0.2em 0 !important;
  left: 0.5em;
  top: 0.6em;
  background: none;
  border-right: 1px solid #ccc;
  width: 2.4em;
  pointer-events: none;
}
.input-i i:before {
  width: 2.2em;
  text-align: center;
}
.input-i i + input {
  padding: 0.5em 0.5em 0.5em 3em;
}
.input-i input {
  padding: 0.5em 3em 0.5em 0.5em;
}
.input-i input + i {
  border-right: none;
  border-left: 1px solid #ccc;
  right: 0.5em;
  left: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 575px) {
  table {
    width: 100%;
  }
}
table th,
table td {
  padding: 0.5em;
  text-align: left;
}
table td {
  border: #ddd 1px solid;
  word-break: break-all;
}
table td a {
  word-break: break-all;
}
table th {
  background-color: #f3f3f3;
  color: #333;
  border: #ccc 1px solid;
  text-align: center;
  white-space: nowrap;
}
table.table_hover tr:hover {
  background: #f3f3f3;
}
table.table_sprite tr:nth-child(even) {
  background: #f5f5f5;
}

@media screen and (max-width: 575px) {
  .table_list {
    background-color: transparent !important;
  }
  .table_list thead,
  .table_list tbody,
  .table_list th,
  .table_list td,
  .table_list tr {
    display: block;
  }
  .table_list thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .table_list tr {
    border: 1px solid #ccc;
    margin-bottom: 10px;
  }
  .table_list td {
    border: none !important;
    border-bottom: 1px solid #eee !important;
    position: relative;
    padding-left: 35% !important;
    white-space: normal;
    text-align: left;
  }
  .table_list td:before {
    content: attr(data-title);
    position: absolute;
    top: 0.5em;
    left: 0.5em;
    width: 30%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
    color: #000;
  }
}

.fix_th_table {
  margin: 1em 0;
}
@media screen and (max-width: 767px) {
  .fix_th_table {
    position: relative;
    width: 100%;
    overflow: hidden !important;
  }
}
@media screen and (max-width: 767px) {
  .fix_th_table table {
    display: block;
    width: 100%;
    overflow-x: scroll;
    padding-bottom: 1em;
  }
}
.fix_th_table th,
.fix_th_table td {
  width: 10em;
  padding: 0.8em 0;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .fix_th_table th,
  .fix_th_table td {
    display: inline-block;
    margin-right: -6px;
    margin-left: 0;
    margin-top: -1px;
  }
}
.fix_th_table th:first-child {
  width: 8em;
  white-space: normal;
}
@media screen and (max-width: 767px) {
  .fix_th_table th:first-child {
    position: absolute !important;
    left: 0;
    top: auto;
  }
}
@media screen and (max-width: 767px) {
  .fix_th_table tr {
    display: block;
    clear: both;
    white-space: nowrap;
    width: auto;
    padding-left: 8em;
  }
  .fix_th_table tr:first-child {
    border-top: #ddd 1px solid;
  }
}

@media screen and (max-width: 767px) {
  .table_wrapper {
    width: 100%;
    display: block;
    overflow: hidden;
    overflow-x: auto;
    padding-bottom: 1em;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate3d(0, 0, 0);
    clear: both;
    zoom: 1;
  }
  .table_wrapper:before, .table_wrapper:after {
    content: "";
    display: table;
  }
  .table_wrapper:after {
    clear: both;
  }
  .table_wrapper table {
    width: 100%;
    min-width: 600px;
  }
}

.scroltable {
  min-width: 600px !important;
}

.scroltable-wrapper {
  position: relative;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(0, 0, 0);
  overflow-y: hidden;
}

.scroltable-container {
  overflow: auto;
}

.scroltable-nav {
  display: none;
  position: absolute;
  width: 60px;
  height: 100%;
  cursor: pointer;
  z-index: 9;
}

.scroltable-nav.scroltable-nav-left {
  left: 0;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0));
}
.scroltable-nav.scroltable-nav-left .tablearrow_left {
  position: fixed;
  left: 0em;
  top: 0em;
  display: none;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .scroltable-nav.scroltable-nav-left .tablearrow_left {
    display: block;
  }
}
.scroltable-nav.scroltable-nav-left .tablearrow_left:before {
  position: absolute;
  top: 0em;
  left: -0.2em;
  width: 30px;
  height: 30px;
  background: url(../vendor/scrolltable/images/arrow-left.png) no-repeat 10px center;
  content: "";
  z-index: 2;
}

.scroltable-nav.scroltable-nav-right {
  right: 0;
  background: rgba(255, 255, 255, 0);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
.scroltable-nav.scroltable-nav-right .tablearrow_right {
  position: fixed;
  top: 0em;
  right: 0em;
  display: none;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .scroltable-nav.scroltable-nav-right .tablearrow_right {
    display: block;
  }
}
.scroltable-nav.scroltable-nav-right .tablearrow_right:before {
  position: absolute;
  top: 0em;
  right: -0.2em;
  width: 30px;
  height: 30px;
  background: url(../vendor/scrolltable/images/arrow-right.png) no-repeat right 10px center;
  content: "";
  z-index: 2;
}

@-webkit-keyframes arrow_left {
  from {
    left: -0.2em;
  }
  to {
    left: 0.3em;
  }
}

@keyframes arrow_left {
  from {
    left: -0.2em;
  }
  to {
    left: 0.3em;
  }
}
@-webkit-keyframes arrow_right {
  from {
    right: -0.2em;
  }
  to {
    right: 0.3em;
  }
}
@keyframes arrow_right {
  from {
    right: -0.2em;
  }
  to {
    right: 0.3em;
  }
}
.lp {
  padding: 0;
  line-height: 1.6em;
  font-size: 1rem;
}
.lp .list_title {
  color: #444;
  display: block;
  font-weight: normal;
  margin-bottom: 0.5rem;
}
.lp .list_title a {
  display: block;
  position: relative;
  color: #444;
}
.lp .list_title a:hover {
  color: #559d38;
}
.lp time {
  display: inline-block;
  margin: 0;
  color: #222;
  font-weight: 500;
}
.lp .list_dep {
  font-weight: bold;
  color: #559d38;
  display: inline-block;
}
.lp .list_dep a {
  display: block;
  color: #559d38;
  padding: 2px 0.5rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.lp .list_dep a:hover {
  color: #fff;
  background: #559d38;
  border-radius: 6px;
}

.lp .list {
  border-top: 4px solid #559d38;
}
.lp .list > ul,
.lp .list ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.lp .list > ul > li,
.lp .list ol > li {
  position: relative;
  padding: 1em 0.4em 1em 2.8em;
  border-bottom: 1px solid #DDD;
}
.lp .list > ul > li .num,
.lp .list ol > li .num {
  width: 2.2em;
  text-align: left;
  position: absolute;
  top: 1em;
  left: 0.4em;
}
.lp .list > ul > li .num:after,
.lp .list ol > li .num:after {
  content: ".";
  display: inline-block;
}
.lp .list > ul > li .list_text,
.lp .list ol > li .list_text {
  margin-bottom: 0.5em;
}
.lp .list > ul > li .list_dep,
.lp .list ol > li .list_dep {
  display: inline-block;
  margin-left: 0.5em;
}

.lp .list_table th {
  border-left: 0;
  border-right: 0;
  border-bottom: 3px solid #559d38;
  line-height: 200%;
  background: #eee;
}
.lp .list_table td {
  border-left: 0;
  border-right: 0;
}
.lp .list_table td.date {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lp .list_table td.date {
    text-align: left;
  }
}
.lp .list_table td.center {
  text-align: center;
}
.lp .list_table td.num {
  text-align: center;
  color: #666;
}
@media screen and (max-width: 767px) {
  .lp .list_table td.num {
    text-align: left;
  }
}

.lp .list_album {
  margin: 1em auto;
}
.lp .list_album ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lp .list_album ul li {
  width: 32%;
  margin-bottom: 1.2em;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 767px) {
  .lp .list_album ul li {
    width: 48%;
  }
}
@media screen and (max-width: 480px) {
  .lp .list_album ul li {
    width: 100%;
  }
}
.lp .list_album ul li:last-child:nth-child(3n-1) {
  margin-right: 34%;
}
@media screen and (max-width: 767px) {
  .lp .list_album ul li:last-child:nth-child(3n-1) {
    margin-right: 0;
  }
}
.lp .list_album ul li:last-child:nth-child(3n-2) {
  margin-right: 68%;
}
@media screen and (max-width: 767px) {
  .lp .list_album ul li:last-child:nth-child(3n-2) {
    margin-right: 0;
  }
}
.lp .list_album ul li .list_block {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.lp .list_album ul li .list_block a {
  display: block;
  background: #fff;
  border: 1px solid #ddd;
  padding: 14px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.lp .list_album ul li .list_block a .list_pic {
  margin-bottom: 0.5em;
  display: block;
}
.lp .list_album ul li .list_block a .list_pic img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -o-object-fit: contain;
     object-fit: contain;
}
.lp .list_album ul li .list_block a .list_text {
  padding: 0 2px;
  position: relative;
  display: block;
  letter-spacing: 0.05rem;
}
.lp .list_album ul li .list_block a .list_text .list_title {
  font-weight: bold;
  color: #222;
  padding-bottom: 6px;
  border-bottom: 2px solid #559d38;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.lp .list_album ul li .list_block a .list_text p {
  margin-top: 0;
  color: #444;
  font-size: 0.9375rem;
}
.lp .list_album ul li .list_block a:hover, .lp .list_album ul li .list_block a:focus {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.lp .list_album ul li .list_block a:hover .list_pic img, .lp .list_album ul li .list_block a:focus .list_pic img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.lp .list_album ul li .list_block a:hover .list_text .list_title, .lp .list_album ul li .list_block a:focus .list_text .list_title {
  color: #559d38;
}
.lp .list_album ul li .list_block a:focus {
  border: 1px solid #f9b900;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), 0 0 2px 0 #f9b900 inset;
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), 0 0 2px 0 #f9b900 inset;
}

.lp .list_album2 {
  margin: 1em auto;
}
.lp .list_album2 ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.lp .list_album2 ul li {
  width: 100%;
  margin-bottom: 1rem;
  background: #fff;
  border: 1px solid #ddd;
  padding: 14px;
}
.lp .list_album2 ul li .list_block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .lp .list_album2 ul li .list_block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.lp .list_album2 ul li .list_block .list_pic {
  margin-right: 1.2em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .lp .list_album2 ul li .list_block .list_pic {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.lp .list_album2 ul li .list_block .list_pic img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .lp .list_album2 ul li .list_block .list_pic img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.lp .list_album2 ul li .list_block .list_pic img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.lp .list_album2 ul li .list_block .list_text {
  padding: 5px 0;
  position: relative;
  display: block;
  letter-spacing: 0.05rem;
}
.lp .list_album2 ul li .list_block .list_text .list_title {
  font-weight: bold;
  color: #222;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 0;
}
.lp .list_album2 ul li .list_block .list_text .list_title a {
  color: #222;
}
.lp .list_album2 ul li .list_block .list_text .list_title a:hover {
  color: #559d38;
}
.lp .list_album2 ul li .list_block .list_text p {
  padding-top: 6px;
  border-top: 2px solid #559d38;
  margin-top: 4px;
  color: #444;
  font-size: 0.9375rem;
}
.lp .list_album2 ul li .list_block .list_text p a {
  color: #444;
}
.lp .list_album2 ul li .list_block .list_text p a:hover {
  color: #559d38;
}

.lp .list_qa {
  overflow: hidden;
}
.lp .list_qa > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.lp .list_qa > ul > li {
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.lp .list_qa > ul > li:nth-child(even) .question a {
  background: #F5F5F5;
}
.lp .list_qa .list_q {
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.lp .list_qa .list_q a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lp .list_qa .list_q a:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #5b5b5b;
  border-left: 2px solid #5b5b5b;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  right: 20px;
  top: 35px;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  margin-top: -10px;
}
.lp .list_qa .list_q a.active:after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.lp .list_qa .list_q a:focus {
  -webkit-box-shadow: 0 0px 0px 2px #559d38 inset;
          box-shadow: 0 0px 0px 2px #559d38 inset;
}
.lp .list_qa .list_q a:focus .text {
  color: #559d38;
}
.lp .list_qa .list_q .num {
  background: #559d38;
  color: #fff;
  font-size: 1.375em;
  padding: 0.8em;
  vertical-align: middle;
  width: 4em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .lp .list_qa .list_q .num {
    padding: 1em 0.5rem;
  }
}
.lp .list_qa .list_q .text {
  font-size: 1.125em;
  padding: 1em 3em 1em 1em;
  vertical-align: top;
  color: #444;
  font-weight: bold;
}
.lp .list_qa .list_q .text img {
  vertical-align: text-bottom;
  margin-left: 5px;
}
.lp .list_qa .list_a {
  padding: 10px 20px 20px 20px;
  clear: both;
  border-top: 1px solid #ccc;
}
.lp .list_qa .list_a .text {
  line-height: 160%;
}
.lp .list_qa .list_a .text p {
  margin-top: 10px;
}
.lp .list_qa .list_a .dep {
  text-align: right;
  color: #559d38;
  margin-bottom: 1em;
  margin-right: 10px;
}
.lp .list_qa .list_a .dep:before {
  content: "【 ";
}
.lp .list_qa .list_a .dep:after {
  content: "】";
}
.lp .list_qa .list_a time {
  float: right;
}

.lp .list_calendar > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.lp .list_calendar > ul > li {
  width: 100%;
  margin-bottom: 1rem;
  background: #fff;
  border: 1px solid #ddd;
  padding: 14px;
}
.lp .list_calendar > ul > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .lp .list_calendar > ul > li a {
    display: block;
  }
}
.lp .list_calendar > ul > li .calendar_date {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 15px;
  margin-top: 8px;
  display: block;
  text-align: right;
  color: #62469a;
  width: 80px;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lp .list_calendar > ul > li .calendar_date {
    display: block;
    width: 100%;
    margin-top: 0;
    text-align: left;
    padding-bottom: 6px;
    border-bottom: 3px solid #ccc;
    margin-bottom: 6px;
  }
}
.lp .list_calendar > ul > li .calendar_date:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 0 20px;
  border-color: transparent transparent transparent #5957ab;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .lp .list_calendar > ul > li .calendar_date:before {
    display: none;
  }
}
.lp .list_calendar > ul > li .calendar_date span {
  display: block;
  font-size: 1.75em;
}
@media screen and (max-width: 767px) {
  .lp .list_calendar > ul > li .calendar_date span {
    display: inline-block;
    font-size: 1em;
  }
}
.lp .list_calendar > ul > li .calendar_info {
  border-left: 3px solid #ccc;
  padding-left: 20px;
  padding-top: 6px;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lp .list_calendar > ul > li .calendar_info {
    padding-left: 0;
    border-left: 0;
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
    display: block;
  }
}
.lp .list_calendar > ul > li .calendar_info .calendar_category {
  display: inline-block;
  background: #62469a;
  color: #fff;
  padding: 2px 8px;
  margin-bottom: 8px;
  border-radius: 2px;
}
.lp .list_calendar > ul > li .calendar_info .calendar_title {
  color: #222;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 5px;
  font-size: 1.125em;
}
.lp .list_calendar > ul > li .calendar_info ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #444;
  font-size: 0.9375rem;
}
.lp .list_calendar > ul > li .calendar_info ul li {
  margin-bottom: 3px;
}
.lp .list_calendar > ul > li .calendar_info ul li span {
  font-weight: bold;
}
.lp .list_calendar > ul > li .calendar_pic {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  margin-left: 20px;
  display: block;
}
@media screen and (max-width: 767px) {
  .lp .list_calendar > ul > li .calendar_pic {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0.5em;
  }
}
.lp .list_calendar > ul > li .calendar_pic img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .lp .list_calendar > ul > li .calendar_pic img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.sub_menu ul, .sub_menu ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 0;
  padding: 1em 0;
  list-style-type: none;
}
.sub_menu li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 48%;
          flex: 1 1 48%;
  margin-bottom: 10px;
  border-radius: 5px;
}
.sub_menu li:nth-child(odd) {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .sub_menu li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .sub_menu li:nth-child(odd) {
    margin-right: 0;
  }
}
.sub_menu li a {
  border-radius: 4px;
  border: 2px solid #DDD;
  padding: 1em 1em 1em 2.5em;
  display: block;
  vertical-align: top;
  position: relative;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #222;
  text-decoration: none;
}
.sub_menu li a:hover, .sub_menu li a:focus {
  color: #71c673;
  cursor: pointer;
}
.sub_menu li a .num {
  position: absolute;
  width: 1em;
  top: 1em;
  left: 0.5em;
  text-align: right;
}
.sub_menu li a .num:after {
  content: ".";
}
.sub_menu li a:hover, .sub_menu li a:focus {
  border: 2px solid #559d38;
  color: #559d38;
}

.tabSet {
  max-width: 100%;
  margin: 1em auto;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .tabSet {
    width: auto;
    height: auto !important;
  }
}

.tabs {
  position: relative;
}
.tabs > .tabItem {
  float: left;
  margin: 0;
  padding: 0;
  font-size: 1em;
  line-height: 1;
}
.tabs > .tabItem.active > a {
  background-color: #559d38;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .tabs > .tabItem {
    float: none;
  }
  .tabs > .tabItem > a {
    width: 100% !important;
    border-bottom: 1px solid #888;
  }
  .tabs > .tabItem.active > a {
    border-color: #bbb;
  }
}
.tabs > .tabItem > a {
  display: block;
  padding: 16px 0 14px;
  text-align: center;
  background-color: #aaa;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tabs > .tabItem > a:hover {
  background: #559d38;
}

.example-2 .tabItem > a:hover {
  background: #5957ab;
}
.example-2 .tabItem.active > a {
  background: #5957ab;
}

.active + .tabContent {
  display: block;
}

.tabContent {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  clear: both;
  padding: 30px 20px;
  display: none;
}
@media screen and (max-width: 767px) {
  .tabContent {
    position: static;
  }
}
.tabContent ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tabContent li {
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 0;
  padding: 0;
  line-height: 1.6;
  border-bottom: 1px #CCC dashed;
}
@media screen and (max-width: 767px) {
  .tabContent li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
.tabContent li a {
  color: #222;
  text-decoration: none;
}
.tabContent li a:hover, .tabContent li a:focus {
  color: #71c673;
  cursor: pointer;
}
.tabContent li time {
  display: inline-block;
  margin: 0 0 0 1em;
  font-size: 0.813em;
  color: #666;
}

.thumbnail {
  -webkit-box-shadow: 0 0 3em -1.5em rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 3em -1.5em rgba(0, 0, 0, 0.5);
  background: #FFF;
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.thumbnail:hover {
  -webkit-box-shadow: 0 12px 3em -1em rgba(0, 0, 0, 0.5);
          box-shadow: 0 12px 3em -1em rgba(0, 0, 0, 0.5);
}
.thumbnail a {
  display: block;
  color: #555;
  text-decoration: none;
  position: relative;
}
.thumbnail a:hover, .thumbnail a:focus {
  color: #71c673;
  cursor: pointer;
}
.thumbnail a:focus:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 0px 1px #71c673 inset;
          box-shadow: 0px 0px 0px 1px #71c673 inset;
}
.thumbnail .img-container {
  overflow: hidden;
  margin-bottom: 0.5em;
}
.thumbnail .img-container:before {
  display: inline-block;
  content: "";
  padding-top: 75%;
}
.thumbnail .img-container img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
.thumbnail h2, .thumbnail h3, .thumbnail h4 {
  margin: 0.2em 0;
}
.thumbnail .caption {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 1em;
}
.thumbnail .btn_grp {
  padding: 0.2em 0;
}
.thumbnail hr {
  width: 90%;
  margin: 0.1em auto 1em;
}

.modal {
  position: fixed;
  display: none;
  width: 400px;
  height: 300px;
  background: #FFF;
  z-index: 99999999;
  top: 5%;
  left: 50%;
  margin-left: -200px;
  padding: 1em 1em 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  -webkit-box-shadow: 1px 1px 15px RGBA(0, 0, 0, 0.5);
          box-shadow: 1px 1px 15px RGBA(0, 0, 0, 0.5);
  -webkit-animation: scaleUp 0.5s ease-out;
          animation: scaleUp 0.5s ease-out;
}
.modal h2 {
  border-bottom: 1px solid #559d38;
  padding-bottom: 0.5em;
}
.modal .close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px !important;
  min-width: auto;
  height: 30px;
  font-size: 0em;
  border: none;
  display: block;
  padding: 0;
  background: url(../images/basic/icon_close.svg) no-repeat center center;
}
.modal .close:hover, .modal .close:focus {
  cursor: pointer;
}

@-webkit-keyframes scaleUp {
  0% {
    -webkit-transform: scale(1) translateY(-50px);
            transform: scale(1) translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1) translateY(0px);
            transform: scale(1) translateY(0px);
    opacity: 1;
  }
}

@keyframes scaleUp {
  0% {
    -webkit-transform: scale(1) translateY(-50px);
            transform: scale(1) translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1) translateY(0px);
            transform: scale(1) translateY(0px);
    opacity: 1;
  }
}
.modal_overlay {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: RGBA(0, 0, 0, 0.5);
  z-index: 99999998;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-slide a:focus:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  -webkit-box-shadow: 0px 0px 0px 2px #f9b900 inset;
          box-shadow: 0px 0px 0px 2px #f9b900 inset;
}

/* ---箭頭的樣式--- */
.slick-prev,
.slick-next {
  font-size: 0em;
  line-height: 0em;
  position: absolute;
  top: 40%;
  display: block;
  width: 36px !important;
  height: 66px !important;
  padding: 0 !important;
  min-width: auto;
  z-index: 2;
  cursor: pointer;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  border-radius: 0;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  border: none !important;
  outline: none;
  -webkit-box-shadow: 0px 0px 0px 2px #f9b900 inset;
          box-shadow: 0px 0px 0px 2px #f9b900 inset;
}
@media screen and (max-width: 767px) {
  .slick-prev,
  .slick-next {
    height: 50px !important;
  }
}

/* 上一則 位置 圖片*/
.slick-prev {
  left: 10px;
  background: url("../images/slick/icon_arrow_left.png") center center no-repeat RGBA(255, 255, 255, 0.5);
  background-size: 30px 30px;
  /* 箭頭 hover及focus 樣式 */
}
.slick-prev:hover, .slick-prev:focus {
  background: url("../images/slick/icon_arrow_left_inverse.png") center center no-repeat RGBA(0, 0, 0, 0.5);
  background-size: 30px 30px;
}
.slick-prev:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* 下一則 位置 圖片*/
.slick-next {
  right: 10px;
  background: url("../images/slick/icon_arrow_right.png") center center no-repeat RGBA(255, 255, 255, 0.5);
  background-size: 30px 30px;
  /* 箭頭 hover及focus 樣式 */
}
.slick-next:hover, .slick-next:focus {
  background: url("../images/slick/icon_arrow_right_inverse.png") center center no-repeat RGBA(0, 0, 0, 0.5);
  background-size: 30px 30px;
}
.slick-next:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* 沒有無限輪播時，滑到最兩邊資料時，箭頭暗掉 */
.slick-disabled {
  opacity: 0.25;
}

/* ---點的樣式---*/
.slick-dots {
  position: absolute;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 0;
  margin: 0;
  z-index: 9;
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.slick-dots li {
  position: relative;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0em;
  line-height: 0em;
  display: block;
  cursor: pointer;
  border: 0;
  outline: none;
}

/* ---點的位置、大小、顏色---*/
.slick-dots {
  /* 位置距離 */
  bottom: 20px;
}
.slick-dots li {
  /* 兩點的距離 */
  margin: 0 6px;
  width: 12px;
  height: 12px;
}
.slick-dots li button {
  /* 點的顏色 */
  background: #c4c4c4;
  opacity: 0.4;
  width: 12px;
  height: 12px;
  border-radius: 25px;
}
.slick-dots li button:before {
  display: none;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  opacity: 1;
  /* 點hover的顏色 */
  background: #71c673;
}
.slick-dots li button:focus {
  opacity: 1;
  /* 點focus的顏色 */
  background: #71c673;
}
.slick-dots li.slick-active {
  width: 3.5rem;
}
.slick-dots li.slick-active button {
  opacity: 1;
  /* 點 active 的顏色 */
  background: #545292;
  width: 3.5rem;
}
.slick-dots li.slick-active button:hover {
  /* 點 active  hover的顏色 */
  background: #71c673;
}
.slick-dots li.slick-active button:focus {
  /* 點 active  focus的顏色 */
  background: #71c673;
}

.lightbox_slider_block {
  background: #fff;
  padding: 1em 0;
  clear: both;
}
.lightbox_slider_block h3 {
  font-size: 1.5em;
  padding: 12px 0px 15px 0px;
  margin: 0.5em 0px 1.2em;
  border-bottom: 1px solid #559d38;
}
.lightbox_slider_block .cppic_slider {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.lightbox_slider_block .img-container {
  margin: 0px 15px;
  overflow: hidden;
  overflow: hidden;
}
.lightbox_slider_block .img-container:before {
  display: inline-block;
  content: "";
  padding-top: 75%;
}
.lightbox_slider_block .img-container img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
.lightbox_slider_block .img-container img {
  -o-object-fit: contain;
     object-fit: contain;
}
.lightbox_slider_block .caption {
  padding: 0.5em !important;
  position: absolute;
  background: rgba(0, 0, 0, 0.75) !important;
  color: #fff;
  bottom: -2em !important;
  left: 0;
  font-size: 0.938em !important;
  height: 2em !important;
  line-height: 1 !important;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.lightbox_slider_block .slick-dots {
  bottom: -60px;
}
.lightbox_slider_block .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 10px;
}
.lightbox_slider_block .slick-prev {
  left: -10px;
  top: 35%;
}
.lightbox_slider_block .slick-next {
  right: -10px;
  top: 35%;
}
.lightbox_slider_block a {
  color: #555;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lightbox_slider_block a:hover .caption, .lightbox_slider_block a:focus .caption {
  bottom: 0 !important;
}

/*  slick-lightbox  */
.slick-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 999999;
  width: 100%;
  height: 100%;
  background: black;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.slick-lightbox .slick-loading .slick-list {
  background-color: transparent;
}
.slick-lightbox .slick-prev {
  left: 5px;
  background: url(../vendor/slick/icon_arrow_left.png) center center no-repeat;
  background-size: 80%;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .slick-lightbox .slick-prev {
    top: 44%;
  }
}
.slick-lightbox .slick-next {
  right: 5px;
  background: url(../vendor/slick/icon_arrow_right.png) center center no-repeat;
  background-size: 80%;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .slick-lightbox .slick-next {
    top: 44%;
  }
}

.slick-lightbox-hide {
  opacity: 0;
}
.slick-lightbox-hide.slick-lightbox-ie {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.slick-lightbox-hide-init {
  position: absolute;
  top: -9999px;
  opacity: 0;
}
.slick-lightbox-hide-init.slick-lightbox-ie {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.slick-lightbox-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slick-lightbox-slick-item {
  text-align: center;
  overflow: hidden;
}
.slick-lightbox-slick-item:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}

.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  display: block;
  text-align: center;
}

.slick-lightbox-slick-item-inner {
  display: inline-block;
  vertical-align: middle;
  max-width: 90%;
  max-height: 90%;
}

.slick-lightbox-slick-img {
  margin: 0 auto 1em;
  display: block;
  max-width: 100%;
  max-height: 100%;
}
@media screen and (max-width: 767px) {
  .slick-lightbox-slick-img {
    max-width: 85%;
    max-height: 85%;
  }
}

.slick-lightbox-slick-caption {
  margin: 20px 0 0;
  color: white;
}

.slick-lightbox-close {
  position: fixed;
  top: 10px;
  right: 10px;
  display: block;
  height: 45px;
  width: 45px;
  line-height: 0;
  font-size: 0em;
  cursor: pointer;
  background: transparent;
  color: transparent;
  padding: 0;
  border: none;
  min-width: auto;
}
.slick-lightbox-close:focus {
  outline: none;
}
.slick-lightbox-close:before {
  content: "";
  height: 6px;
  width: 32px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 18px;
  background: #ddd;
  left: 6px;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.slick-lightbox-close:after {
  content: "";
  height: 6px;
  width: 32px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 18px;
  background: #ddd;
  left: 6px;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.slick-lightbox-close:hover, .slick-lightbox-close:focus {
  background: none;
  margin-top: 0;
  border: none;
}
.slick-lightbox-close:hover:before, .slick-lightbox-close:hover:after, .slick-lightbox-close:focus:before, .slick-lightbox-close:focus:after {
  background: #fff;
}

.Syncing_slider {
  position: relative;
}
.Syncing_slider h3 {
  font-size: 1.5em;
  padding: 12px 0px 15px 0px;
  margin: 0.5em 0px 1.2em;
  border-bottom: 1px solid #559d38;
}
.Syncing_slider .slick-slide {
  position: relative;
}
.Syncing_slider .controls {
  text-align: center;
  font-weight: bold;
  max-width: 100px;
  color: #fff;
  padding: 0.2em 0.5em;
  margin: 0px auto;
  background: #559d38;
  border-radius: 20px;
  text-shadow: 1px 1px 2px RGBA(0, 0, 0, 0.8);
}
.Syncing_slider .img-container {
  overflow: hidden;
}
.Syncing_slider .img-container:before {
  display: inline-block;
  content: "";
  padding-top: 56.25%;
}
.Syncing_slider .img-container img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
.Syncing_slider .img-container img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.Syncing_slider p {
  position: absolute;
  background: RGBA(0, 0, 0, 0.55);
  text-align: center;
  color: #fff;
  padding: 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  bottom: 0px;
  width: 100%;
  height: 2.5em;
  line-height: 1.5em;
  margin: 0px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .Syncing_slider p {
    display: none;
  }
}
.Syncing_slider .slick-next {
  background: url(../vendor/slick/icon_arrow_right.png) center center no-repeat;
  background-size: 80%;
}
@media screen and (max-width: 767px) {
  .Syncing_slider .slick-next {
    right: 0.5em;
  }
}
.Syncing_slider .slick-prev {
  background: url(../vendor/slick/icon_arrow_left.png) center center no-repeat;
  background-size: 80%;
}
@media screen and (max-width: 767px) {
  .Syncing_slider .slick-prev {
    left: 0.5em;
  }
}
.Syncing_slider .Slider-for {
  width: 80%;
  min-width: 260px;
  max-width: 800px;
  margin: 1em auto;
  position: relative;
}
.Syncing_slider .Slider-nav {
  width: 80%;
  min-width: 260px;
  max-width: 800px;
  margin: 1em auto;
  position: relative;
  /*正在動作的縮圖*/
  position: relative;
}
.Syncing_slider .Slider-nav .img-container p {
  display: none;
}
.Syncing_slider .Slider-nav .slick-slide.slick-current {
  opacity: 1;
}
.Syncing_slider .slick-dots {
  display: none !important;
}

.function_panel {
  margin: 0.2em 0;
  padding: 0.5em 0 0.5em;
  min-height: 35px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  text-align: right;
  position: relative;
}
@media screen and (max-width: 767px) {
  .function_panel {
    margin: 0.6em 0;
    padding: 0.5em 0 0.5em;
    text-align: center;
  }
}
.function_panel .adSearch {
  float: left;
}
@media screen and (max-width: 767px) {
  .function_panel .adSearch {
    float: none;
    margin-bottom: 1rem;
  }
}
.function_panel .adSearch .adSearch_btn a {
  line-height: 40px;
  padding: 0 1em 0 2.5em;
  background: #71c673 url(../images/icon_search.svg) no-repeat 16px center;
  background-size: 16px;
  color: #222;
  display: block;
  border-radius: 2px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 500;
}
.function_panel .adSearch .adSearch_btn a:hover, .function_panel .adSearch .adSearch_btn a:focus {
  background: #545292 url(../images/icon_search_.svg) no-repeat 16px center;
  background-size: 16px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}
.function_panel .adSearch .adSearch_form {
  position: absolute;
  left: 0;
  right: 0;
  top: 56px;
  padding: 1rem 1.5rem;
  background: #e6e6e6;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  border-top: 4px solid #545292;
  display: none;
  z-index: 999;
}
.function_panel .adSearch .adSearch_form .form_grid {
  border-top: 0;
  margin: 0;
  font-size: 1em;
}
.function_panel .adSearch .adSearch_form .form_grid .form_grp {
  border-bottom: 1px solid #ccc;
}
.function_panel .adSearch .adSearch_form .form_grid .form_title {
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .function_panel .adSearch .adSearch_form .form_grid .form_title {
    text-align: left;
  }
}
.function_panel .adSearch .adSearch_form .form_grid .form_content {
  text-align: left;
}
.function_panel .adSearch .adSearch_form .form_grid .btn_grp {
  padding-bottom: 0.5rem;
}
.function_panel .adSearch .adSearch_form .form_grid .btn_grp button {
  margin: 0 4px;
}
.function_panel .publish_time {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 100px;
  display: block;
  color: #666;
}
.function_panel .publish_time span {
  font-size: 0.938em;
}
@media screen and (max-width: 767px) {
  .function_panel .publish_time span {
    display: none;
  }
}
.function_panel .publish_time time {
  font-family: georgia;
  font-size: 1.125em;
}
@media screen and (max-width: 767px) {
  .function_panel .publish_time time {
    font-size: 0.938em;
  }
}
.function_panel .publish_time:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  top: 0.3em;
  background: url(../images/basic/icon_time.png) no-repeat center center;
  background-size: 12px;
}
.function_panel .share {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  position: relative;
}
.function_panel .share .shareButton {
  font-size: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: block;
  position: relative;
  background: #545292;
}
.function_panel .share .shareButton:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 60%;
  top: 20%;
  left: 20%;
  background: url(../images/basic/icon_share.svg) no-repeat center center;
  background-size: 16px;
}
.function_panel .share .shareButton:hover, .function_panel .share .shareButton:focus {
  background: #71c673;
}
.function_panel .share .shareButton:hover:before, .function_panel .share .shareButton:focus:before {
  background: url(../images/basic/icon_share_.svg) no-repeat center center;
  background-size: 16px;
}
.function_panel .share ul {
  display: none;
  position: absolute;
  top: 1.8em;
  left: -2px;
  padding: 8px 6px;
  background: #fff;
  -webkit-box-shadow: 2px 2px 5px RGBA(0, 0, 0, 0.2);
          box-shadow: 2px 2px 5px RGBA(0, 0, 0, 0.2);
  border-radius: 6px;
  z-index: 999;
  height: auto;
}
.function_panel .share ul li {
  display: block;
  margin: 0 auto 0.5em;
}
.function_panel .share ul li:last-child {
  margin-bottom: 0;
}
.function_panel .share ul li a {
  background: transparent;
  display: block;
  padding: 0;
  width: 32px;
  height: 32px;
}
.function_panel .share ul li a img {
  width: 32px;
  height: 32px;
  margin: 0 auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.function_panel .share ul li a:hover, .function_panel .share ul li a:focus {
  background: transparent;
}
.function_panel .share ul li a:hover img, .function_panel .share ul li a:focus img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.function_panel .share ul li a:focus img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.function_panel .function {
  display: inline-block;
  vertical-align: top;
  height: 40px;
  margin: 0;
}
.function_panel .function ul li {
  width: 40px;
  height: 40px;
  font-size: 1em;
  float: left;
  display: block;
  margin: 0 0.2em;
}
.function_panel .function ul li a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  background: #555;
  font-size: 0;
  line-height: 40px;
  position: relative;
}
.function_panel .function ul li a:hover, .function_panel .function ul li a:focus {
  background: #71c673;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.function_panel .function ul li a:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 60%;
  top: 20%;
  left: 20%;
}
.function_panel .function ul li.back a:before {
  background: url(../images/basic/icon_back.svg) no-repeat center center;
  background-size: 16px;
}
.function_panel .function ul li.back a:hover:before {
  background: url(../images/basic/icon_back_.svg) no-repeat center center;
  background-size: 16px;
}
.function_panel .function ul li.print a:before {
  background: url(../images/basic/icon_printer.png) no-repeat center center;
  background-size: 16px;
}
.function_panel .function ul li.print a:hover:before {
  background: url(../images/basic/icon_printer_.png) no-repeat center center;
  background-size: 16px;
}
@media screen and (max-width: 767px) {
  .function_panel .function ul li.print {
    display: none;
  }
}
.function_panel .function ul li.rss a:before {
  background: url(../images/basic/icon_rss.svg) no-repeat center center;
  background-size: 16px;
}
.function_panel .function ul li.rss a:hover:before {
  background: url(../images/basic/icon_rss_.svg) no-repeat center center;
  background-size: 16px;
}
.function_panel .function ul li.forward a:before {
  background: url(../images/basic/icon_forward.svg) no-repeat center center;
  background-size: 16px;
}
.function_panel .function ul li.forward a:hover:before {
  background: url(../images/basic/icon_forward_.svg) no-repeat center center;
  background-size: 16px;
}

div.function ul li.icon_forward a:before, div.function ul li.icon_print a:before, div.function ul li.icon_back a:before {
  vertical-align: middle;
  content: "";
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.5em;
  display: inline-block;
}

div.function {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0.5em 0;
}
div.function ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  list-style-type: none;
}
div.function ul li {
  margin: 0 0px 0px 3px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
div.function ul li button,
div.function ul li a {
  font-size: 0.813em;
  display: block;
  padding: 0.2em 1em;
  background: #666;
  border-color: #666;
  color: #fff;
  border-radius: 4px;
}
div.function ul li button:hover, div.function ul li button:focus,
div.function ul li a:hover,
div.function ul li a:focus {
  background: #71c673;
  border-color: #71c673;
}
div.function ul li.icon_back a:before {
  background: url(../images/basic/icon_back.svg) no-repeat center center;
  background-size: 16px;
}
div.function ul li.icon_print a:before {
  background: url(../images/basic/icon_print.svg) no-repeat center center;
  background-size: 20px;
}
div.function ul li.icon_forward a:before {
  background: url(../images/basic/icon_forward.svg) no-repeat center bottom;
  background-size: 20px;
}

.pagination {
  margin: 0.5em auto;
  padding: 0;
  display: block;
  text-align: center;
  font-size: 0.938em;
}
.pagination .form_inline {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination span {
  color: #3b7822;
  margin: 0px 0.5em;
}
.pagination .page {
  margin: 10px auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pagination .page li {
  min-width: 40px;
  height: 40px;
  margin: 2px;
  list-style: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.pagination .page li a {
  border-radius: 3px;
  padding: 6px 10px;
  font-weight: 700;
  display: block;
  white-space: nowrap;
  font-size: 1em;
  color: #222;
  background: #eee;
  border: #ccc solid 1px;
}
.pagination .page li a:hover, .pagination .page li a:focus {
  color: #fff !important;
  background: #545292;
  border: #4b4982 solid 1px;
}
.pagination .page li.active a {
  color: #222 !important;
  background: #71c673;
  border: #5fbf61 solid 1px;
}
.pagination .page li.last a:after, .pagination .page li.last a:before, .pagination .page li.next a:before, .pagination .page li.prev a:before, .pagination .page li.first a:after, .pagination .page li.first a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border: 2px solid #666;
  border-left: none;
  border-bottom: none;
}
.pagination .page li.first a, .pagination .page li.prev a, .pagination .page li.next a, .pagination .page li.last a {
  text-indent: -9999px;
  position: relative;
}
.pagination .page li.first a:hover:before, .pagination .page li.first a:hover:after, .pagination .page li.first a:focus:before, .pagination .page li.first a:focus:after, .pagination .page li.prev a:hover:before, .pagination .page li.prev a:hover:after, .pagination .page li.prev a:focus:before, .pagination .page li.prev a:focus:after, .pagination .page li.next a:hover:before, .pagination .page li.next a:hover:after, .pagination .page li.next a:focus:before, .pagination .page li.next a:focus:after, .pagination .page li.last a:hover:before, .pagination .page li.last a:hover:after, .pagination .page li.last a:focus:before, .pagination .page li.last a:focus:after {
  border: 2px solid #FFF;
  border-left: none;
  border-bottom: none;
}
.pagination .page li.first a:before {
  margin-left: -6px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.pagination .page li.first a:after {
  margin-left: 0px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.pagination .page li.prev a:before {
  margin-left: -2px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.pagination .page li.next a:before {
  margin-left: -6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.pagination .page li.last a:before {
  margin-left: -3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.pagination .page li.last a:after {
  margin-left: -9px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.pagination .total {
  padding: 0em;
  display: inline-block;
  vertical-align: middle;
}
.pagination .total select {
  margin: 0px 0.5em;
}
@media screen and (max-width: 767px) {
  .pagination .total select {
    margin: 0px;
  }
}
.pagination .total .btn {
  min-width: auto;
  padding: 0.5em 1em !important;
}
.pagination .items {
  display: inline-block;
  vertical-align: middle;
}
.pagination .items a {
  padding: 0 5px;
  color: #559d38;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .pagination .total select.form-control {
    margin: 0px 0px;
    text-align: center;
  }
}
*[class^=notice] {
  padding: 0.4em 2.5em;
  display: block;
  width: 100%;
  font-size: 0.938em;
  margin: 0.2em 0;
  position: relative;
  color: #666;
  background-color: #f2f2f2;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  border: none;
}
*[class^=notice]:before {
  position: absolute;
  top: 0.7em;
  left: 0.8em;
  display: block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  content: "";
}
*[class^=notice]:before img {
  width: 100%;
}
*[class^=notice] a.close {
  position: absolute;
  width: 12px;
  height: 12px;
  top: 0.8em;
  right: 1em;
  display: block;
  opacity: 0.5;
}
*[class^=notice] a.close:hover, *[class^=notice] a.close:focus {
  opacity: 1;
}
*[class^=notice] a.close img {
  display: block;
  width: 12px;
  height: 12px;
  margin: 0;
}

*[class*=notice_info] {
  color: #00529B;
  background-color: #ceecfa;
}
*[class*=notice_info]:before {
  background: url(../images/basic/icon_info.svg) no-repeat center center;
  background-size: 15px;
}

*[class*=notice_success] {
  color: #4F8A10;
  background-color: #DFF2BF;
}
*[class*=notice_success]:before {
  background: url(../images/basic/icon_success.svg) no-repeat center center;
  background-size: 15px;
}

*[class*=notice_warning] {
  color: #c74302;
  background-color: #fdf6d9;
}
*[class*=notice_warning]:before {
  background: url(../images/basic/icon_warning.svg) no-repeat center center;
  background-size: 15px;
}

*[class*=notice_error] {
  color: #D8000C;
  background-color: #fff0e0;
}
*[class*=notice_error]:before {
  background: url(../images/basic/icon_error.svg) no-repeat center center;
  background-size: 15px;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #d6d5d6;
}
body.noscroll {
  position: static !important;
  width: 100%;
  height: 100%;
  overflow: hidden !important;
  overflow-y: hidden !important;
  margin: 0;
  padding: 0;
}

.hidden {
  display: none;
}

.wrapper {
  width: 1200px;
  margin: 0px auto;
  background: #fff;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .wrapper {
    overflow: hidden;
    overflow-y: auto;
  }
}

.container {
  padding: 0;
  margin: 0 auto;
  max-width: 1200px;
}

.main {
  position: relative;
  margin: 0 auto;
  padding: 3.5rem 60px 0 60px;
}
@media screen and (max-width: 767px) {
  .main {
    padding: 0 30px;
  }
}
.main .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.main .container .accesskey {
  margin-top: 50px;
}
.main h2 {
  line-height: 1.25em;
}
.main.small_size {
  font-size: 0.938em;
}
.main.large_size {
  font-size: 1.125em;
}
.main h1.title,
.main h2.title {
  line-height: 1.25em;
  margin: 1.8em 0 0.4em 0;
  color: #4a3278;
}
@media screen and (max-width: 767px) {
  .main h1.title,
  .main h2.title {
    margin: 0 0 0.4em 0;
  }
}

.inner_img {
  width: 100%;
  height: 300px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .inner_img {
    display: none;
  }
}
.inner_img img {
  width: 100%;
  height: 300px;
}
.inner_img:before {
  content: "";
  width: 443px;
  height: 131px;
  display: block;
  background: url(../images/mp/decopic.png) no-repeat 0 0;
  position: absolute;
  right: -100px;
  z-index: 99;
  bottom: -80px;
}
.inner_img:after {
  content: "";
  width: 100%;
  height: 50px;
  display: block;
  position: absolute;
  left: 0;
  background: #dedede;
  bottom: -50px;
}

.innerpage {
  padding: 14px 60px 20px 60px;
}
@media screen and (max-width: 991px) {
  .innerpage {
    padding: 14px 30px 20px 30px;
  }
}
@media screen and (max-width: 767px) {
  .innerpage {
    padding: 70px 30px 20px 30px;
  }
}
.innerpage > .container .accesskey {
  left: -30px;
  margin-top: 0;
  top: -2px;
}
.innerpage .center_block {
  padding-bottom: 3rem;
  width: 100%;
  display: block;
}
.innerpage .left_block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 260px;
          flex: 0 0 260px;
  max-width: 260px;
  margin-right: 40px;
  margin-top: 36px;
}
.innerpage .left_block.hidden + .center_block {
  max-width: 100%;
}
.innerpage .left_block + .center_block {
  max-width: calc(100% - 300px);
  width: auto;
}
@media screen and (max-width: 991px) {
  .innerpage .left_block {
    display: none;
  }
  .innerpage .left_block + .center_block {
    max-width: 100%;
  }
}

.left_block {
  padding-bottom: 2em;
  -ms-flex-preferred-size: 240px;
      flex-basis: 240px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 2em;
}
@media screen and (max-width: 767px) {
  .left_block {
    float: none;
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 1em;
    padding-bottom: 0;
  }
}
.left_block + .center_block {
  max-width: 798px;
}
.left_block nav .left_title {
  background: #4b347a;
  padding: 0.7em 1em;
  text-align: center;
  color: #fff;
  font-size: 1.25em;
  font-weight: normal;
  letter-spacing: 1px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .left_block nav .left_title {
    font-size: 1em;
    text-align: left;
    position: relative;
  }
  .left_block nav .left_title:before {
    content: "";
    width: 5px;
    height: 5px;
    display: block;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    vertical-align: middle;
    position: absolute;
    top: 18px;
    right: 15px;
  }
}
.left_block nav > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 2px solid #ccc;
  border-top: 0;
}
@media screen and (max-width: 767px) {
  .left_block nav > ul {
    display: none;
  }
}
.left_block nav > ul > li {
  border-bottom: 1px solid #ccc;
}
.left_block nav > ul > li:last-child {
  border-bottom: 0;
}
.left_block nav > ul > li > a {
  padding: 0.6em 1em 0.6em 2em;
  display: block;
  color: #444;
  font-weight: bold;
  position: relative;
}
.left_block nav > ul > li > a:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #444;
  display: block;
  position: absolute;
  left: 15px;
  top: 17px;
}
.left_block nav > ul > li > a:hover, .left_block nav > ul > li > a:focus {
  background: #71c673;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.left_block nav > ul > li > a:hover:before, .left_block nav > ul > li > a:focus:before {
  content: "";
  border-color: transparent transparent transparent #444;
}
.left_block nav > ul > li > a.active {
  color: #fff;
  background: #545292;
}
.left_block nav > ul > li > a.active:before {
  content: "";
  border-color: transparent transparent transparent #fff;
}
.left_block nav > ul > li > a.active:hover {
  color: #444;
  background: #71c673;
}
.left_block nav > ul > li > a.active:hover:before {
  content: "";
  border-color: transparent transparent transparent #444;
}
.left_block nav > ul > li ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.875em;
  background: #f5f5f5;
}
.left_block nav > ul > li ul li {
  border-top: 1px dotted #ccc;
}
.left_block nav > ul > li ul li a {
  padding: 0.6em 1em 0.6em 2.1em;
  display: block;
  color: #444;
  position: relative;
}
.left_block nav > ul > li ul li a:before {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  border-right: 2px solid #515151;
  border-top: 2px solid #515151;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  vertical-align: middle;
  position: absolute;
  left: 13px;
  top: 17px;
}
.left_block nav > ul > li ul li a.active {
  color: #222;
  background: #ddd;
}
.left_block nav > ul > li ul li a:hover, .left_block nav > ul > li ul li a:focus {
  color: #4b347a;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.fp {
  margin: 1em auto 2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.5em 4em 1em;
  border: 1px solid #ddd;
  border-top: 3px solid #559d38;
  position: relative;
}
@media screen and (max-width: 767px) {
  .fp {
    padding: 1.5em 1em 1em;
  }
}
.fp .form_grid {
  margin: 0;
}
.fp .form_grid .form_grp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .fp .form_grid .form_grp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.fp .form_grid .form_grp .form_title {
  max-width: 200px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  padding-left: 0;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .fp .form_grid .form_grp .form_title {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    text-align: left;
    max-width: 100%;
  }
}
.fp .form_grid .form_grp .form_content {
  padding-right: 0;
  max-width: calc(100% - 200px);
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  -ms-flex-preferred-size: calc(100% - 200px);
      flex-basis: calc(100% - 200px);
}
@media screen and (max-width: 767px) {
  .fp .form_grid .form_grp .form_content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }
}
.fp .form_grid .form_grp .form_content input {
  margin-left: 0;
  margin-top: 0;
}
.fp .form_grid .form_grp .form_content img.captcha {
  margin-left: 0;
}
.fp .form_grid .form_grp .form_content a.refresh,
.fp .form_grid .form_grp .form_content a.play {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  white-space: nowrap;
  line-height: 38px;
  padding: 0 1.5em 0 2.5em;
  margin: 0 0em 0.3em 0.5em;
  border: 1px solid #ccc;
  color: #444;
  border-radius: 2px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  background: #fff;
}
.fp .form_grid .form_grp .form_content a.refresh:hover,
.fp .form_grid .form_grp .form_content a.play:hover {
  background: #444;
  border: 1px solid #222;
  color: #fff;
}
.fp .form_grid .form_grp .form_content a.refresh:hover:before,
.fp .form_grid .form_grp .form_content a.play:hover:before {
  -webkit-filter: invert(1);
          filter: invert(1);
}
@media screen and (max-width: 767px) {
  .fp .form_grid .form_grp .form_content a.refresh {
    margin-left: 0;
  }
}
.fp .form_grid .form_grp .form_content a.refresh:before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  background: url(../images/basic/icon_refresh.png) no-repeat 0 0;
  background-size: 16px;
  left: 1em;
  top: 10px;
  opacity: 0.5;
}
.fp .form_grid .form_grp .form_content a.play:before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  background: url(../images/basic/icon_play.png) no-repeat 0 0;
  background-size: 16px;
  left: 1em;
  top: 10px;
  opacity: 0.5;
}
.fp .form_grid .btn_grp {
  display: block;
}

.np ul,
.np ol {
  overflow: hidden;
  padding: 1em 0;
  margin: 0;
  overflow: hidden;
}
.np li {
  display: block;
  width: 49%;
  margin: 0 2% 1em 0;
  float: left;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.np li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: #559d38;
}
.np li:nth-child(even) {
  margin-right: 0px;
}
@media screen and (max-width: 767px) {
  .np li {
    float: none;
    width: 96%;
    margin: 0px auto 10px;
  }
  .np li:nth-child(even) {
    width: 96%;
    margin-right: auto;
  }
}
.np li a {
  border: 1px solid #ddd;
  border-left: 1px solid #559d38;
  padding: 1em 1em 1em 2em;
  display: block;
  vertical-align: top;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  color: #222;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.np li a:hover, .np li a:focus {
  color: #71c673;
  cursor: pointer;
}
.np li a .num {
  position: absolute;
  width: 1em;
  top: 1em;
  left: 0.5em;
  text-align: right;
}
.np li a .num:after {
  content: ".";
  display: inline-block;
}
.np li a:hover, .np li a:focus {
  border: 1px solid #4b8a31;
  color: #fff;
  background: #559d38;
}

.process {
  clear: both;
  overflow: hidden;
  padding-top: 1em;
  padding-bottom: 3em;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .process {
    width: 100%;
    padding-bottom: 1rem;
  }
}
.process ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.process ul li {
  float: left;
  position: relative;
  width: 20%;
  text-align: center;
}
.process ul li:before {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: 3px solid #999;
  display: block;
  position: absolute;
  top: 23px;
  left: -50%;
  z-index: 9;
}
.process ul li .step {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: block;
  background: #767676;
  line-height: 50px;
  text-align: center;
  color: #fff;
  margin: 0 auto 1em auto;
  position: relative;
  z-index: 11;
  font-weight: bold;
}
.process ul li .text {
  color: #767676;
}
.process ul li:first-child:before {
  display: none;
}
.process ul li.active:before {
  content: "";
  border-bottom: 3px dashed #5957ab;
}
.process ul li.active:after {
  content: "";
  width: 56px;
  height: 56px;
  border: 2px solid #5957ab;
  border-radius: 50%;
  display: block;
  position: absolute;
  z-index: 10;
  left: 50%;
  margin-left: -30px;
  top: -5px;
  background: #fff;
}
.process ul li.active .step {
  background: #5957ab;
}
.process ul li.active .text {
  color: #5957ab;
}
.process ul li.active ~ li:before {
  border-bottom: 3px solid #559d38;
}
.process ul li.active ~ li .step {
  background: #559d38;
}
.process ul li.active ~ li .text {
  color: #559d38;
}

.reservation .confirm {
  padding: 1.5em 3em 1em;
  line-height: 180%;
  margin: 1em auto 2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #e8e8e8 url(../images/servicebg.jpg) no-repeat right top;
  border-top: 3px solid #559d38;
}
@media screen and (max-width: 767px) {
  .reservation .confirm {
    padding: 1.5rem;
  }
}
.reservation .confirm p {
  margin-top: 0;
}
.reservation .confirm .form_grid {
  border-top: 1px solid #ccc;
}
.reservation .confirm .form_grid .form_grp .form_content {
  width: 100%;
  display: block;
  text-align: center;
}

.reservation_notice {
  padding: 3em 4em;
  background: #444;
  color: #fff;
  border-radius: 3px;
  line-height: 170%;
  letter-spacing: 0.08em;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .reservation_notice {
    padding: 1.5rem;
  }
}
.reservation_notice h3 {
  margin-top: 0;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #888;
  position: relative;
  padding-left: 20px;
}
.reservation_notice h3:before {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  border-top: 2px solid #fec003;
  border-right: 2px solid #fec003;
  position: absolute;
  left: 0;
  top: 9px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 10;
}
.reservation_notice p {
  margin-top: 0;
}
.reservation_notice em {
  font-style: normal;
  color: #fec003;
  text-align: justify;
}

.reservation_form h3,
.reservation_form legend {
  margin: 0;
  padding-bottom: 10px;
  padding-left: 20px;
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  color: #559d38;
  font-size: 1.25em;
}
.reservation_form h3:before,
.reservation_form legend:before {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  border-top: 2px solid #559d38;
  border-right: 2px solid #559d38;
  position: absolute;
  left: 0;
  top: 7px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 10;
}
.reservation_form h3 ~ .form_grid,
.reservation_form legend ~ .form_grid {
  margin-top: 0;
}
.reservation_form fieldset {
  margin-bottom: 15px;
}
.reservation_form fieldset ~ fieldset {
  border-top: 1px solid #ccc;
}
.reservation_form form.form_grid {
  padding: 0;
  line-height: 180%;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: none;
  border-top: 0;
}
.reservation_form form.form_grid .form_group {
  padding: 1.5em;
  line-height: 180%;
  margin: 0 auto 2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #e8e8e8 url(../images/servicebg.jpg) no-repeat right top;
  border-top: 3px solid #559d38;
}
.reservation_form form.form_grid .form_grp:last-child {
  border-bottom: 0;
}
.reservation_form form.form_grid .form_grp .form_title {
  max-width: 22%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22%;
          flex: 0 0 22%;
}
@media screen and (max-width: 767px) {
  .reservation_form form.form_grid .form_grp .form_title {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.reservation_form form.form_grid .form_grp .form_content {
  max-width: 78%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 78%;
          flex: 0 0 78%;
}
@media screen and (max-width: 767px) {
  .reservation_form form.form_grid .form_grp .form_content {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.reservation_form form.form_grid .form_grp .form_content .form_grp {
  border-bottom: 1px dashed #ccc !important;
}
.reservation_form form.form_grid .form_grp .form_content .form_grp:last-child {
  border-bottom: 0 !important;
}
.reservation_form form.form_grid .form_grp .form_content .form_grp .form_title {
  width: 25%;
}
.reservation_form form.form_grid .form_grp .form_content .form_grp .form_content {
  width: 75%;
}
.reservation_form form.form_grid .form_grp .form_content input.wauto {
  width: auto;
  min-width: 50%;
  margin-left: 0;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .reservation_form form.form_grid .form_grp .form_content input.wauto {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.reservation_form form.form_grid .form_grp .form_content a.send {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  white-space: nowrap;
  line-height: 36px;
  padding: 0 1.5em 0 3.2em;
  margin: 0 0em 0.3em 0.5em;
  border: 1px solid #ccc;
  color: #444;
  border-radius: 0.2em;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .reservation_form form.form_grid .form_grp .form_content a.send {
    margin: 0 0em 0.3em 0;
  }
}
.reservation_form form.form_grid .form_grp .form_content a.send:before {
  content: "";
  width: 28px;
  height: 16px;
  display: block;
  position: absolute;
  background: url(../images/basic/icon_send.png) no-repeat 0 0;
  background-size: contain;
  left: 1em;
  top: 10px;
  opacity: 0.6;
}
.reservation_form form.form_grid .form_grp .form_content a.send:hover {
  background: #444;
  border: 1px solid #222;
  color: #fff;
}
.reservation_form form.form_grid .form_grp .form_content a.send:hover:before {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.reservation_form form.form_grid .form_grp .form_content a.upload {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  white-space: nowrap;
  line-height: 36px;
  padding: 0 1.5em 0 2.8em;
  margin: 0 0em 0.3em 0.5em;
  border: 1px solid #ccc;
  color: #444;
  border-radius: 0.2em;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  background: #fff;
}
.reservation_form form.form_grid .form_grp .form_content a.upload:before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  background: url(../images/basic/icon_upload.png) no-repeat 0 0;
  background-size: contain;
  left: 1em;
  top: 10px;
  opacity: 0.6;
}
.reservation_form form.form_grid .form_grp .form_content a.upload:hover {
  background: #444;
  border: 1px solid #222;
  color: #fff;
}
.reservation_form form.form_grid .form_grp .form_content a.upload:hover:before {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.reservation_form form.form_grid .form_grp .form_content select,
.reservation_form form.form_grid .form_grp .form_content input[type=date],
.reservation_form form.form_grid .form_grp .form_content input[type=time] {
  width: auto;
  min-width: 40%;
}
.reservation_form form.form_grid .form_grp .form_content select ~ span,
.reservation_form form.form_grid .form_grp .form_content input[type=date] ~ span,
.reservation_form form.form_grid .form_grp .form_content input[type=time] ~ span {
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .reservation_form form.form_grid .form_grp .form_content select ~ span,
  .reservation_form form.form_grid .form_grp .form_content input[type=date] ~ span,
  .reservation_form form.form_grid .form_grp .form_content input[type=time] ~ span {
    margin-left: 0;
    display: block;
  }
}
.reservation_form form.form_grid .form_grp .form_content .check_grp.form_inline label {
  margin-right: 1em;
  white-space: nowrap;
}
.reservation_form form.form_grid .form_grp .form_content .file_list {
  width: 540px;
}
@media screen and (max-width: 991px) {
  .reservation_form form.form_grid .form_grp .form_content .file_list {
    width: 100%;
  }
}
.reservation_form form.form_grid .form_grp .form_content .file_list ol {
  list-style-position: inside;
  padding: 0 5px;
  margin: 0;
}
.reservation_form form.form_grid .form_grp .form_content .file_list ol li {
  padding: 5px;
  border-bottom: 1px dotted #ccc;
  position: relative;
  white-space: nowrap;
}
.reservation_form form.form_grid .form_grp .form_content .file_list ol li span {
  margin-left: 5px;
  color: #777;
  font-size: 0.875em;
}
.reservation_form form.form_grid .form_grp .form_content .file_list ol li a.delete {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 0.4em;
  right: 0.3em;
  display: block;
  opacity: 0.5;
  background: #ccc url(../images/icon/icon_trash.svg) no-repeat center center;
  background-size: 16px;
  border-radius: 3px;
}
.reservation_form form.form_grid .form_grp .form_content .file_list ol li a.delete:hover, .reservation_form form.form_grid .form_grp .form_content .file_list ol li a.delete:focus {
  opacity: 1;
}
.reservation_form form.form_grid .form_grp .form_content .file_list ol li a.delete img {
  display: block;
  width: 12px;
  height: 12px;
  margin: 0;
}
.reservation_form form.form_grid .btn_grp {
  margin: 0;
  padding: 0;
  display: block;
}

.reservation_result {
  padding: 2em 3em 3em 3em;
  line-height: 180%;
  margin: 0 auto 2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #e8e8e8 url(../images/servicebg.jpg) no-repeat right top;
  border-top: 3px solid #559d38;
  letter-spacing: 0.08em;
}
.reservation_result ul,
.reservation_result ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.reservation_result ul li,
.reservation_result ol li {
  padding: 0.6em 0.5em;
  border-bottom: 1px solid #ccc;
}
.reservation_result ul li span,
.reservation_result ol li span {
  font-weight: bold;
  width: 120px;
  display: inline-block;
  color: #559d38;
}
.reservation_result ul li span:after,
.reservation_result ol li span:after {
  content: "：";
}

.reservation_result {
  padding: 2em 3em 3em 3em;
  line-height: 180%;
  margin: 0 auto 2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #e8e8e8 url(../images/servicebg.jpg) no-repeat right top;
  border-top: 3px solid #559d38;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .reservation_result {
    padding: 1.5rem !important;
  }
}
.reservation_result ul,
.reservation_result ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.reservation_result ul li,
.reservation_result ol li {
  padding: 0.6em 0.5em;
  border-bottom: 1px solid #ccc;
}
.reservation_result ul li span,
.reservation_result ol li span {
  font-weight: bold;
  width: 120px;
  display: inline-block;
  color: #559d38;
}
.reservation_result ul li span:after,
.reservation_result ol li span:after {
  content: "：";
}

.consultant {
  border-top: 4px solid #559d38;
  padding-top: 10px;
}
.consultant ul {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.consultant ul li {
  -ms-flex-preferred-size: calc(100% / 12 - 0px);
      flex-basis: calc(100% / 12 - 0px);
  max-width: calc(100% / 12 - 0px);
  padding: 0 calc(6px / 2);
  padding: 4px;
}
.consultant ul li:last-child:nth-child(12n) {
  margin-right: 0;
}
.consultant ul li:last-child:nth-child(12n-1) {
  margin-right: calc((100% / 12 - 0px) * 1 + 0px * 12 * 1 / (12 - 1));
}
.consultant ul li:last-child:nth-child(12n) {
  margin-right: 0;
}
.consultant ul li:last-child:nth-child(12n-2) {
  margin-right: calc((100% / 12 - 0px) * 2 + 0px * 12 * 2 / (12 - 1));
}
.consultant ul li:last-child:nth-child(12n) {
  margin-right: 0;
}
.consultant ul li:last-child:nth-child(12n-3) {
  margin-right: calc((100% / 12 - 0px) * 3 + 0px * 12 * 3 / (12 - 1));
}
.consultant ul li:last-child:nth-child(12n) {
  margin-right: 0;
}
.consultant ul li:last-child:nth-child(12n-4) {
  margin-right: calc((100% / 12 - 0px) * 4 + 0px * 12 * 4 / (12 - 1));
}
.consultant ul li:last-child:nth-child(12n) {
  margin-right: 0;
}
.consultant ul li:last-child:nth-child(12n-5) {
  margin-right: calc((100% / 12 - 0px) * 5 + 0px * 12 * 5 / (12 - 1));
}
.consultant ul li:last-child:nth-child(12n) {
  margin-right: 0;
}
.consultant ul li:last-child:nth-child(12n-6) {
  margin-right: calc((100% / 12 - 0px) * 6 + 0px * 12 * 6 / (12 - 1));
}
.consultant ul li:last-child:nth-child(12n) {
  margin-right: 0;
}
.consultant ul li:last-child:nth-child(12n-7) {
  margin-right: calc((100% / 12 - 0px) * 7 + 0px * 12 * 7 / (12 - 1));
}
.consultant ul li:last-child:nth-child(12n) {
  margin-right: 0;
}
.consultant ul li:last-child:nth-child(12n-8) {
  margin-right: calc((100% / 12 - 0px) * 8 + 0px * 12 * 8 / (12 - 1));
}
.consultant ul li:last-child:nth-child(12n) {
  margin-right: 0;
}
.consultant ul li:last-child:nth-child(12n-9) {
  margin-right: calc((100% / 12 - 0px) * 9 + 0px * 12 * 9 / (12 - 1));
}
.consultant ul li:last-child:nth-child(12n) {
  margin-right: 0;
}
.consultant ul li:last-child:nth-child(12n-10) {
  margin-right: calc((100% / 12 - 0px) * 10 + 0px * 12 * 10 / (12 - 1));
}
.consultant ul li:last-child:nth-child(12n) {
  margin-right: 0;
}
.consultant ul li:last-child:nth-child(12n-11) {
  margin-right: calc((100% / 12 - 0px) * 11 + 0px * 12 * 11 / (12 - 1));
}
.consultant ul li a {
  text-decoration: underline;
}
.consultant ul li a:hover, .consultant ul li a:focus {
  text-decoration: none;
}

.blockTitle {
  font-size: 1.875rem;
  text-align: center;
  color: #559d38;
  font-size: 2rem;
  margin-bottom: 2rem;
  margin-top: 0;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .blockTitle {
    margin-bottom: 1rem;
  }
}
.blockTitle span {
  display: block;
  color: #5957ab;
  font-size: 1.75rem;
  font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .blockTitle span {
    font-size: 1.5rem;
    line-height: 120%;
  }
}

.more {
  margin-top: 1.5rem;
  font-weight: 500;
}
.more a {
  color: #5e4795;
  border: 1px solid #5e4795;
  background: #e2e2e9;
  line-height: 3rem;
  display: inline-block;
  padding: 0 2rem;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.more a:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: #559d38;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform-origin: 50% 50% 0;
          transform-origin: 50% 50% 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  border-radius: 2px;
}
.more a span {
  line-height: 3rem;
  position: relative;
  z-index: 9;
  color: #5e4795;
}
.more a:hover, .more a:focus {
  background: #559d38;
}
.more a:hover:before, .more a:focus:before {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.more a:hover span, .more a:focus span {
  color: #fff;
}

.topAlert {
  position: absolute;
  width: 60px;
  height: 100%;
  z-index: 1008;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 2s;
  transition: all 2s;
  left: -60px;
}
.topAlert.in {
  left: 0;
}
@media screen and (max-width: 767px) {
  .topAlert {
    width: 100%;
    height: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    z-index: 1005;
    -webkit-transition: none;
    transition: none;
  }
}
.topAlert:before {
  content: "";
  width: 60px;
  height: 100%;
  display: block;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 11;
}
@media screen and (max-width: 767px) {
  .topAlert:before {
    display: none;
  }
}
.topAlert > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .topAlert > ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
  }
}
.topAlert > ul > li {
  padding: 6px 0 10px 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 767px) {
  .topAlert > ul > li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 33.333%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }
}
.topAlert > ul > li:after {
  content: "";
  margin: 12px auto 0 auto;
  width: 12px;
  height: 3px;
  display: inline-block;
  background: #559d38;
  z-index: 12;
}
@media screen and (max-width: 767px) {
  .topAlert > ul > li:after {
    display: none;
  }
}
.topAlert > ul > li > a {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
      writing-mode: vertical-lr;
  padding: 20px;
  color: #559d38;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 12;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 767px) {
  .topAlert > ul > li > a {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #fff;
    line-height: 60px;
    padding: 0;
  }
}
.topAlert > ul > li > a.active, .topAlert > ul > li > a:hover, .topAlert > ul > li > a:focus {
  background: #559d38;
  color: #fff;
}
.topAlert > ul > li:last-child:after {
  display: none;
}
.topAlert > ul > li .alertBlock {
  position: absolute;
  z-index: 9;
  left: -300px;
  top: 0;
  width: 360px;
  height: 100%;
  background: #559d38;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 80px 60px;
}
@media screen and (max-width: 991px) {
  .topAlert > ul > li .alertBlock {
    padding: 80px 50px;
  }
}
@media screen and (max-width: 767px) {
  .topAlert > ul > li .alertBlock {
    width: 100%;
    height: auto;
    left: 0;
    top: -600px;
    padding: 30px;
  }
}
.topAlert > ul > li .alertBlock:before {
  content: "";
  width: 160px;
  height: 50px;
  display: block;
  background: url("../images/mp/logo.png") no-repeat 0 0;
  position: absolute;
  left: 40px;
  top: 25px;
}
@media screen and (max-width: 767px) {
  .topAlert > ul > li .alertBlock:before {
    display: none;
  }
}
.topAlert > ul > li .alertBlock.active {
  left: 60px;
}
@media screen and (max-width: 767px) {
  .topAlert > ul > li .alertBlock.active {
    left: 0;
    top: 60px;
  }
}
.topAlert > ul > li .alertBlock .alertClose {
  font-size: 0;
  line-height: 100%;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: transparent;
}
@media screen and (max-width: 767px) {
  .topAlert > ul > li .alertBlock .alertClose {
    right: 0;
    top: auto;
    bottom: 0;
    font-size: 1rem;
    color: #fff;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    width: auto;
    height: auto;
    padding: 8px 16px;
  }
}
.topAlert > ul > li .alertBlock .alertClose:before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  background: url(../images/basic/icon_close.svg) no-repeat center center;
  background-size: 30px;
}
@media screen and (max-width: 767px) {
  .topAlert > ul > li .alertBlock .alertClose:before {
    display: none;
  }
}
.topAlert > ul > li .alertBlock .alertClose:hover, .topAlert > ul > li .alertBlock .alertClose:focus {
  background: rgba(0, 0, 0, 0.3);
}
.topAlert > ul > li .alertBlock .alertTxt {
  width: 100%;
  height: 500px;
  color: #fff;
  letter-spacing: 0.05rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 991px) {
  .topAlert > ul > li .alertBlock .alertTxt {
    height: auto;
  }
}
.topAlert > ul > li .alertBlock .alertTxt a {
  color: #fff;
}
.topAlert > ul > li .alertBlock .alertTxt p,
.topAlert > ul > li .alertBlock .alertTxt div {
  line-height: 160%;
  margin-top: 0;
}
.topAlert > ul > li .alertBlock .alertTxt ul {
  font-size: 1.125rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.topAlert > ul > li .alertBlock .alertTxt ul li {
  line-height: 160%;
  margin: 0.5rem 0;
}
.topAlert > ul > li .alertBlock .alertTxt .more a {
  color: #fff;
  border: 1px solid #fff;
  padding: 0 1rem;
  background: transparent;
}
.topAlert > ul > li .alertBlock .alertTxt .more a span {
  color: #fff;
}
.topAlert > ul > li .alertBlock .alertTxt .more a:hover:before, .topAlert > ul > li .alertBlock .alertTxt .more a:focus:before {
  background: #fff;
}
.topAlert > ul > li .alertBlock .alertTxt .more a:hover span, .topAlert > ul > li .alertBlock .alertTxt .more a:focus span {
  color: #559d38;
}
.topAlert > ul > li.alert a {
  color: #e25123;
}
.topAlert > ul > li.alert a.active, .topAlert > ul > li.alert a:hover, .topAlert > ul > li.alert a:focus {
  color: #fff;
  background: #e25123;
}
.topAlert > ul > li.alert:after {
  background: #e25123;
}
.topAlert > ul > li.alert .alertBlock {
  background: #e25123;
}
.topAlert > ul > li.alert .alertBlock .alertTxt .more a:hover span {
  color: #e25123;
}

.linkBlock {
  position: fixed;
  right: 0;
  top: 250px;
  z-index: 1004;
  background: rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 991px) {
  .linkBlock {
    display: none;
  }
}
.linkBlock ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.linkBlock ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.linkBlock ul li:last-child {
  border-bottom: 0;
}
.linkBlock ul li a {
  padding: 8px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
.linkBlock ul li a span {
  margin-right: 8px;
}
.linkBlock ul li a span img {
  vertical-align: middle;
}
.linkBlock ul li a:hover, .linkBlock ul li a:focus, .linkBlock ul li a.active {
  background: #5957ab;
}

.weatherBlock {
  position: absolute;
  top: 100px;
  right: 32px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .weatherBlock {
    right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .weatherBlock {
    top: 70px;
    right: 40px;
  }
}
.weatherBlock .weather_icon {
  width: 68px;
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.weatherBlock .weather_icon img {
  width: 56px;
  height: auto;
}
.weatherBlock .temperature {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 100%;
  text-align: center;
  overflow: hidden;
  padding: 6px 0;
  font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
}
.weatherBlock .temperature span {
  font-size: 2.25rem;
  line-height: 100%;
  vertical-align: top;
}
.weatherBlock .today {
  font-size: 0.8125rem;
  font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
}

.hero {
  position: relative;
}
@media screen and (max-width: 767px) {
  .hero {
    padding-top: 60px;
  }
}
.hero:before {
  content: "";
  width: 100%;
  height: 131px;
  display: block;
  background-image: url(../images/mp/decopic5.png);
  background-position: 0 0;
  position: absolute;
  left: 0;
  z-index: 1002;
  bottom: -60px;
  -webkit-animation-name: wave;
          animation-name: wave;
  -webkit-animation-duration: 100s;
          animation-duration: 100s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@media screen and (max-width: 991px) {
  .hero:before {
    display: none;
  }
}
.hero .deco {
  width: 443px;
  height: 131px;
  display: block;
  background: url(../images/mp/decopic4.png) no-repeat 0 0;
  position: absolute;
  left: -100px;
  z-index: 1001;
  bottom: -60px;
  font-size: 0;
  line-height: 100%;
}
@media screen and (max-width: 991px) {
  .hero .deco {
    left: -200px;
    bottom: -80px;
    background: url(../images/mp/decopic.png) no-repeat 0 0;
  }
}
@media screen and (max-width: 767px) {
  .hero .deco {
    display: none;
  }
}

@-webkit-keyframes wave {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: -2000px 0;
  }
  100% {
    background-position: 0 0;
  }
}

@keyframes wave {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: -2000px 0;
  }
  100% {
    background-position: 0 0;
  }
}
@media screen and (max-width: 767px) {
  .mpSliderBlock {
    margin-top: 60px;
  }
}
.mpSliderBlock .mpSlider .img-container {
  overflow: hidden;
  line-height: 0;
}
.mpSliderBlock .mpSlider .img-container:before {
  display: inline-block;
  content: "";
  padding-top: 55.25%;
}
.mpSliderBlock .mpSlider .img-container img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
.mpSliderBlock .mpSlider .slick-dots {
  bottom: 25px;
  height: 18px;
  z-index: 1003;
}
.mpSliderBlock .mpSlider .slick-dots li button {
  background: #fff;
  opacity: 1;
}
.mpSliderBlock .mpSlider .slick-dots li button:hover, .mpSliderBlock .mpSlider .slick-dots li button:focus {
  background: #71c673;
}
.mpSliderBlock .mpSlider .slick-dots li.slick-active button {
  background: #545292;
}
.mpSliderBlock .mpSlider .slick-prev,
.mpSliderBlock .mpSlider .slick-next {
  top: 45%;
}
.mpSliderBlock .mpSlider .slick-prev {
  left: 70px;
}
@media screen and (max-width: 767px) {
  .mpSliderBlock .mpSlider .slick-prev {
    left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .topSliderBlock {
    width: 50%;
    float: right;
  }
}
.topSliderBlock .opentopSlider {
  position: absolute;
  right: 0px;
  bottom: 0;
  width: 140px;
  height: 70px;
  display: block;
  color: #090909;
  z-index: 1003;
  background: #fff;
  line-height: 70px;
  padding-left: 50px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 991px) {
  .topSliderBlock .opentopSlider {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .topSliderBlock .opentopSlider {
    position: relative;
    width: 100%;
    bottom: auto;
    right: 0;
    height: 50px;
    line-height: 50px;
    padding-left: 0;
    border-bottom: 1px solid #222;
    border-left: 1px solid #222;
    text-align: center;
  }
}
.topSliderBlock .opentopSlider:before {
  content: "";
  background: url(../images/icon_horn.svg) no-repeat 0 0;
  width: 22px;
  height: 22px;
  background-size: 100%;
  position: absolute;
  left: 16px;
  top: 24px;
}
@media screen and (max-width: 767px) {
  .topSliderBlock .opentopSlider:before {
    display: none;
  }
}
.topSliderBlock .opentopSlider:after {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  height: 32px;
  background: #090909;
  top: 20px;
}
@media screen and (max-width: 767px) {
  .topSliderBlock .opentopSlider:after {
    display: none;
  }
}
.topSliderBlock .opentopSlider:hover, .topSliderBlock .opentopSlider:focus {
  background: #85c47b;
}
.topSliderBlock .topSlider {
  display: none;
  content: "";
  width: 340px;
  height: auto;
  background: rgba(0, 0, 0, 0.9);
  position: absolute;
  right: 80px;
  top: 110px;
  z-index: 1003;
}
@media screen and (max-width: 767px) {
  .topSliderBlock .topSlider {
    right: 0;
    top: 60px;
    width: 100%;
  }
}
.topSliderBlock .topSlider ul.slick-slider {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  margin: 4px 4px 40px 4px;
  max-width: 1000px;
}
@media screen and (max-width: 767px) {
  .topSliderBlock .topSlider ul.slick-slider {
    margin: 4px 4px 60px 4px;
  }
}
.topSliderBlock .topSlider ul.slick-slider li .img-container {
  overflow: hidden;
}
.topSliderBlock .topSlider ul.slick-slider li .img-container:before {
  display: inline-block;
  content: "";
  padding-top: 100%;
}
.topSliderBlock .topSlider ul.slick-slider li .img-container img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
.topSliderBlock .topSlider .slick-dots {
  bottom: -20px;
}
@media screen and (max-width: 767px) {
  .topSliderBlock .topSlider .slick-dots {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    bottom: -28px;
  }
}
.topSliderBlock .topSlider .slick-prev {
  left: 0;
}
.topSliderBlock .topSlider .slick-next {
  right: 0;
}
.topSliderBlock .topSlider .topSliderClose {
  font-size: 0;
  line-height: 100%;
  position: absolute;
  right: -48px;
  top: 0;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: rgba(0, 0, 0, 0.9);
}
.topSliderBlock .topSlider .topSliderClose:before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  background: url(../images/basic/icon_close.svg) no-repeat center center;
  background-size: 30px;
}
@media screen and (max-width: 767px) {
  .topSliderBlock .topSlider .topSliderClose {
    top: auto;
    bottom: 5px;
    right: 5px;
    background: transparent;
  }
}
.topSliderBlock .topSlider .topSliderClose:hover, .topSliderBlock .topSlider .topSliderClose:focus {
  background: #5957ab;
}

@media screen and (max-width: 767px) {
  .liveVideoBlock {
    width: 50%;
    float: left;
  }
}
.liveVideoBlock .openliveVideo {
  position: absolute;
  right: 140px;
  bottom: 0;
  width: 140px;
  height: 70px;
  display: block;
  color: #090909;
  z-index: 1003;
  background: #fff;
  line-height: 70px;
  padding-left: 45px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 991px) {
  .liveVideoBlock .openliveVideo {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .liveVideoBlock .openliveVideo {
    position: relative;
    width: 100%;
    bottom: auto;
    right: 0;
    height: 50px;
    line-height: 50px;
    padding-left: 60px;
    border-bottom: 1px solid #222;
    text-align: center;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .liveVideoBlock .openliveVideo {
    padding-left: 0;
  }
}
.liveVideoBlock .openliveVideo:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 16px;
  top: 25px;
  border: 1px solid #090909;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 767px) {
  .liveVideoBlock .openliveVideo:before {
    display: none;
  }
}
.liveVideoBlock .openliveVideo:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #090909;
  position: absolute;
  left: 24px;
  top: 32px;
}
@media screen and (max-width: 767px) {
  .liveVideoBlock .openliveVideo:after {
    display: none;
  }
}
.liveVideoBlock .openliveVideo:hover, .liveVideoBlock .openliveVideo:focus {
  background: #85c47b;
}
.liveVideoBlock .liveVideo {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1009;
  background: rgba(0, 0, 0, 0.9);
}
.liveVideoBlock .liveVideo .video-container {
  position: relative;
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.liveVideoBlock .liveVideo .video-container iframe {
  width: 560px;
  height: 315px;
}
@media screen and (max-width: 767px) {
  .liveVideoBlock .liveVideo .video-container iframe {
    width: 90%;
    height: 240px;
  }
}
.liveVideoBlock .liveVideo .videoClose {
  font-size: 0;
  line-height: 100%;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.liveVideoBlock .liveVideo .videoClose:before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  background: url(../images/basic/icon_close.svg) no-repeat center center;
  background-size: 30px;
}
.liveVideoBlock .liveVideo .videoClose:hover, .liveVideoBlock .liveVideo .videoClose:focus {
  background: rgba(0, 0, 0, 0.3);
}

.infoBlock {
  padding: 0 0 115px 0;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  clear: both;
  position: relative;
  z-index: 9;
  display: none;
}
@media screen and (max-width: 900px) {
  .infoBlock {
    padding: 30px 0 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .infoBlock {
    padding: 30px 0;
  }
}
.infoBlock .deco {
  width: 443px;
  height: 131px;
  display: block;
  background: url(../images/mp/decopic.png) no-repeat 0 0;
  position: absolute;
  right: -100px;
  z-index: 10;
  bottom: 40px;
  font-size: 0;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  .infoBlock .deco {
    display: none;
  }
}
.infoBlock .blockTitle {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .infoBlock .blockTitle {
    text-align: center;
  }
}
.infoBlock .infoText {
  width: calc(100% - 565px);
  float: left;
}
@media screen and (max-width: 900px) {
  .infoBlock .infoText {
    width: 35%;
  }
}
@media screen and (max-width: 767px) {
  .infoBlock .infoText {
    width: 100%;
    float: none;
  }
}
.infoBlock .infoText .info_title {
  font-size: 1.375rem;
  font-weight: bold;
  margin-top: 60px;
}
@media screen and (max-width: 900px) {
  .infoBlock .infoText .info_title {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .infoBlock .infoText .info_title {
    text-align: center;
  }
}
.infoBlock .infoText .info_text {
  position: relative;
  color: #1a1a1a;
}
.infoBlock .infoText .info_text:after {
  content: "";
  display: block;
  background: #d1e4c9 url(../images/mp/decopic2.png) no-repeat -280px 400px;
  position: absolute;
  left: -60px;
  right: -100px;
  bottom: -350px;
  top: 0;
  z-index: 9;
  background-size: 160%;
}
@media screen and (max-width: 991px) {
  .infoBlock .infoText .info_text:after {
    bottom: -150px;
    background-size: auto;
  }
}
@media screen and (max-width: 767px) {
  .infoBlock .infoText .info_text:after {
    bottom: -220px;
  }
}
.infoBlock .infoText .info_text p {
  position: relative;
  z-index: 10;
  padding-top: 20px;
  margin-bottom: 0;
  color: #333;
  line-height: 200%;
}
@media screen and (max-width: 991px) {
  .infoBlock .infoText .info_text p {
    line-height: 180%;
  }
}
.infoBlock .infoText .more {
  z-index: 10;
  margin-top: 36px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .infoBlock .infoText .more {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .infoBlock .infoText .more {
    margin-bottom: 2rem;
  }
}
.infoBlock .infoPic {
  width: 535px;
  float: right;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 900px) {
  .infoBlock .infoPic {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .infoBlock .infoPic {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 900px) {
  .infoBlock .infoPic img {
    overflow: hidden;
  }
  .infoBlock .infoPic img:before {
    display: inline-block;
    content: "";
    padding-top: 68.0373831776%;
  }
  .infoBlock .infoPic img img {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .infoBlock .infoPic img {
    width: 100%;
  }
}

.albumSliderBlock {
  position: relative;
  width: 50%;
  z-index: 10;
  padding-top: 72px;
}
@media screen and (max-width: 767px) {
  .albumSliderBlock {
    width: 100%;
    padding-top: 0;
    margin-bottom: 85px;
  }
}
.albumSliderBlock .albumSlider .img-container {
  overflow: hidden;
}
.albumSliderBlock .albumSlider .img-container:before {
  display: inline-block;
  content: "";
  padding-top: 67.4074074074%;
}
.albumSliderBlock .albumSlider .img-container img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
.albumSliderBlock .albumSlider .albumSlider_text {
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, 0.45);
  padding: 1em 4rem 0.6rem 1rem;
  margin: 0;
  bottom: 0;
  z-index: 2;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.albumSliderBlock .albumSlider .albumSlider_text .caption {
  font-size: 1.125rem;
  position: relative;
  background: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0;
  height: auto;
  line-height: 100%;
  color: #fff;
  text-align: left;
  margin-block: 4px;
}
.albumSliderBlock .albumSlider .albumSlider_text time {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  display: inline-block;
  font-size: 1rem;
  font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
}
.albumSliderBlock .slick-dots {
  bottom: -20px;
}
@media screen and (max-width: 767px) {
  .albumSliderBlock .slick-dots {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.albumSliderBlock .slick-prev,
.albumSliderBlock .slick-next {
  top: auto;
  bottom: -60px;
  width: 60px !important;
  height: 60px !important;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .albumSliderBlock .slick-prev,
  .albumSliderBlock .slick-next {
    height: 60px !important;
  }
}
.albumSliderBlock .slick-prev {
  left: 0;
  background: url("../images/slick/icon_arrow_left_inverse.png") center center no-repeat #5957ab;
  background-size: 30px 30px;
  /* 箭頭 hover及focus 樣式 */
}
.albumSliderBlock .slick-prev:hover, .albumSliderBlock .slick-prev:focus {
  background: url("../images/slick/icon_arrow_left_inverse.png") center center no-repeat #487d27;
  background-size: 30px 30px;
}
.albumSliderBlock .slick-next {
  left: 70px;
  right: auto;
  background: url("../images/slick/icon_arrow_right_inverse.png") center center no-repeat #5957ab;
  background-size: 30px 30px;
  /* 箭頭 hover及focus 樣式 */
}
.albumSliderBlock .slick-next:hover, .albumSliderBlock .slick-next:focus {
  background: url("../images/slick/icon_arrow_right_inverse.png") center center no-repeat #487d27;
  background-size: 30px 30px;
}

.tabNewsBlock {
  width: 50%;
  position: relative;
  z-index: 11;
}
@media screen and (max-width: 767px) {
  .tabNewsBlock {
    width: 100%;
  }
}
.tabNewsBlock .blockTitle {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .tabNewsBlock .blockTitle {
    text-align: center;
  }
}
.tabNewsBlock .tabSet {
  position: relative;
  overflow: visible;
  padding: 1rem 0;
}
@media screen and (max-width: 767px) {
  .tabNewsBlock .tabSet {
    padding: 2rem 0;
  }
}
.tabNewsBlock .tabSet:before {
  content: "";
  position: absolute;
  left: -50px;
  right: -60px;
  top: 0;
  bottom: 95px;
  display: block;
  z-index: 10;
  background: #5e4795;
}
@media screen and (max-width: 767px) {
  .tabNewsBlock .tabSet:before {
    left: -60px;
    right: -60px;
    bottom: 0;
  }
}
.tabNewsBlock .tabSet:after {
  content: "";
  position: absolute;
  left: 0;
  right: -60px;
  top: 0;
  bottom: 0;
  display: block;
  z-index: 9;
  background: #ccc;
}
@media screen and (max-width: 767px) {
  .tabNewsBlock .tabSet:after {
    display: none;
  }
}
.tabNewsBlock .tabSet .tabs {
  position: relative;
  z-index: 11;
}
.tabNewsBlock .tabSet .tabs .tabItem.active {
  border-bottom: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  .tabNewsBlock .tabSet .tabs .tabItem.active {
    border-bottom: 0;
  }
}
.tabNewsBlock .tabSet .tabs .tabItem.active a {
  background: transparent;
}
@media screen and (max-width: 767px) {
  .tabNewsBlock .tabSet .tabs .tabItem.active a {
    background: #fff;
    color: #487d27;
    border-bottom: 0;
  }
}
.tabNewsBlock .tabSet .tabs .tabItem.active a:hover, .tabNewsBlock .tabSet .tabs .tabItem.active a:focus {
  background: #5957ab;
}
.tabNewsBlock .tabSet .tabs .tabItem a {
  font-size: 1.0625rem;
  padding: 0.5rem 1.2rem;
  background: transparent;
}
@media screen and (max-width: 767px) {
  .tabNewsBlock .tabSet .tabs .tabItem a {
    font-size: 1.25rem;
    padding: 1rem;
    background: #fff;
    color: #487d27;
  }
}
.tabNewsBlock .tabSet .tabs .tabItem a:hover, .tabNewsBlock .tabSet .tabs .tabItem a:focus {
  background: #5957ab;
}
@media screen and (max-width: 767px) {
  .tabNewsBlock .tabSet .tabs .tabItem a:hover, .tabNewsBlock .tabSet .tabs .tabItem a:focus {
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .tabNewsBlock .tabSet .tabs .tabItem a:hover span, .tabNewsBlock .tabSet .tabs .tabItem a:focus span {
    color: #fff;
  }
}
.tabNewsBlock .tabSet .tabs .tabContent.news {
  padding: 1rem 0 0 0;
}
@media screen and (max-width: 767px) {
  .tabNewsBlock .tabSet .tabs .tabContent.news {
    padding: 1rem 0;
  }
}
.tabNewsBlock .tabSet .tabs .tabContent.news ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0.5rem 0;
}
.tabNewsBlock .tabSet .tabs .tabContent.news ul li:last-child {
  border-bottom: 0;
}
.tabNewsBlock .tabSet .tabs .tabContent.news ul li .news_txt {
  line-height: 160%;
  margin-bottom: 4px;
}
.tabNewsBlock .tabSet .tabs .tabContent.news ul li .news_txt a {
  color: #fff;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tabNewsBlock .tabSet .tabs .tabContent.news ul li .news_txt a:hover, .tabNewsBlock .tabSet .tabs .tabContent.news ul li .news_txt afocus {
  color: #d1e4c9;
}
.tabNewsBlock .tabSet .tabs .tabContent.news ul li time {
  margin: 0;
  padding: 0 14px;
  color: #333;
  background: #fff;
  display: inline-block;
  font-size: 1rem;
  font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
}
.tabNewsBlock .tabSet .tabs .tabContent.news ul li .news_dep {
  display: inline-block;
  margin: 0 0 0 -5px;
  padding: 0 14px;
  color: #fff;
  background: #000;
}
.tabNewsBlock .tabSet .tabs .tabContent.news .more {
  margin-top: 2.5rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .tabNewsBlock .tabSet .tabs .tabContent.news .more {
    margin-top: 1rem;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .tabNewsBlock .tabSet .tabs .tabContent.news .more a {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
  }
  .tabNewsBlock .tabSet .tabs .tabContent.news .more a span {
    color: #fff;
  }
}

.bannerSliderBlock {
  padding: 60px 100px;
  width: 100%;
  clear: both;
  position: relative;
}
@media screen and (max-width: 991px) {
  .bannerSliderBlock {
    padding: 30px 0 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .bannerSliderBlock {
    padding: 30px 30px 60px 30px;
    margin-bottom: 20px;
  }
}
.bannerSliderBlock .deco {
  width: 443px;
  height: 131px;
  display: block;
  background: url(../images/mp/decopic.png) no-repeat 0 0;
  position: absolute;
  right: -180px;
  z-index: 9;
  bottom: 15px;
  font-size: 0;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  .bannerSliderBlock .deco {
    display: none;
  }
}
.bannerSliderBlock .bannerSlider {
  width: 75%;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .bannerSliderBlock .bannerSlider {
    width: 100%;
  }
}
.bannerSliderBlock .bannerSlider .img-container {
  overflow: hidden;
}
.bannerSliderBlock .bannerSlider .img-container:before {
  display: inline-block;
  content: "";
  padding-top: 39.9153737659%;
}
.bannerSliderBlock .bannerSlider .img-container img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
.bannerSliderBlock .bannerSlider .slick-dots {
  bottom: -30px;
}
.bannerSliderBlock .bannerSlider .slick-prev {
  left: -60px;
  margin: 0;
  top: 37%;
}
.bannerSliderBlock .bannerSlider .slick-next {
  right: -60px;
  margin: 0;
  top: 37%;
}

.serviceBlock,
.travelBlock {
  padding: 3rem 60px;
  width: 100%;
  position: relative;
  margin-top: 2rem;
}
@media screen and (max-width: 1200px) {
  .serviceBlock,
  .travelBlock {
    padding: 0 0 3rem 0;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .serviceBlock,
  .travelBlock {
    padding: 0 0 2rem 0;
  }
}
.serviceBlock:before,
.travelBlock:before {
  content: "";
  background: #d6e4cd;
  position: absolute;
  left: -60px;
  right: -60px;
  bottom: 0;
  top: 200px;
  display: block;
}
@media screen and (max-width: 767px) {
  .serviceBlock:before,
  .travelBlock:before {
    top: 130px;
  }
}
.serviceBlock .more,
.travelBlock .more {
  text-align: center;
  margin: 1rem 0 0 0;
}
.serviceBlock ul,
.travelBlock ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.serviceBlock ul li,
.travelBlock ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
  margin-bottom: 25px;
  min-height: 90px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1080px) {
  .serviceBlock ul li,
  .travelBlock ul li {
    min-height: 100px;
  }
}
@media screen and (max-width: 991px) {
  .serviceBlock ul li,
  .travelBlock ul li {
    min-height: 110px;
  }
}
@media screen and (max-width: 900px) {
  .serviceBlock ul li,
  .travelBlock ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 49%;
            flex: 0 1 49%;
    min-height: 110px;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .serviceBlock ul li,
  .travelBlock ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    min-height: 90px;
  }
}
.serviceBlock ul li .service,
.travelBlock ul li .service {
  height: 100%;
}
.serviceBlock ul li .service a,
.travelBlock ul li .service a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #487d27;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 9;
}
.serviceBlock ul li .service a .service_pic,
.travelBlock ul li .service a .service_pic {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 40%;
          flex: 0 1 40%;
  min-height: 90px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1080px) {
  .serviceBlock ul li .service a .service_pic,
  .travelBlock ul li .service a .service_pic {
    min-height: 100px;
  }
}
@media screen and (max-width: 991px) {
  .serviceBlock ul li .service a .service_pic,
  .travelBlock ul li .service a .service_pic {
    min-height: 110px;
  }
}
@media screen and (max-width: 900px) {
  .serviceBlock ul li .service a .service_pic,
  .travelBlock ul li .service a .service_pic {
    min-height: 110px;
  }
}
.serviceBlock ul li .service a .service_pic img,
.travelBlock ul li .service a .service_pic img {
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 9;
}
.serviceBlock ul li .service a .service_pic:before,
.travelBlock ul li .service a .service_pic:before {
  content: "";
  width: 100%;
  height: 100px;
  display: block;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  opacity: 0.3;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.serviceBlock ul li .service a .service_title,
.travelBlock ul li .service a .service_title {
  text-align: center;
  font-size: 1.375rem;
  color: #fff;
  font-weight: bold;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: relative;
}
.serviceBlock ul li .service a .service_title:before,
.travelBlock ul li .service a .service_title:before {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  display: block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 30px;
  top: 0.5rem;
}
.serviceBlock ul li .service a:hover, .serviceBlock ul li .service a:focus,
.travelBlock ul li .service a:hover,
.travelBlock ul li .service a:focus {
  background: #5957ab;
}
.serviceBlock ul li .service a:hover .service_pic:before, .serviceBlock ul li .service a:focus .service_pic:before,
.travelBlock ul li .service a:hover .service_pic:before,
.travelBlock ul li .service a:focus .service_pic:before {
  opacity: 0;
}
.serviceBlock ul li .service_detail,
.travelBlock ul li .service_detail {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  left: 0;
  top: 100%;
  background: #5957ab;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
}
.serviceBlock ul li .service_detail.active,
.travelBlock ul li .service_detail.active {
  top: 0;
}
.serviceBlock ul li .service_detail .service_title,
.travelBlock ul li .service_detail .service_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.serviceBlock ul li .service_detail .service_title a,
.travelBlock ul li .service_detail .service_title a {
  text-align: center;
  font-size: 1.375rem;
  color: #fff;
  font-weight: bold;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: block;
  white-space: nowrap;
  padding: 0 44px;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 991px) {
  .serviceBlock ul li .service_detail .service_title a,
  .travelBlock ul li .service_detail .service_title a {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .serviceBlock ul li .service_detail .service_title a,
  .travelBlock ul li .service_detail .service_title a {
    padding: 0 10px;
  }
}
.serviceBlock ul li .service_detail .service_link,
.travelBlock ul li .service_detail .service_link {
  padding: 10px 2rem;
  color: rgba(255, 255, 255, 0.5);
  border-left: 2px solid #fff;
}
@media screen and (max-width: 991px) {
  .serviceBlock ul li .service_detail .service_link,
  .travelBlock ul li .service_detail .service_link {
    padding: 10px 20px;
  }
}
.serviceBlock ul li .service_detail .service_link a,
.travelBlock ul li .service_detail .service_link a {
  color: #fff;
}
.serviceBlock ul li .service_detail .service_link a:last-child:before,
.travelBlock ul li .service_detail .service_link a:last-child:before {
  display: none;
}
.serviceBlock ul li .service_detail .service_link a:hover, .serviceBlock ul li .service_detail .service_link a:focus,
.travelBlock ul li .service_detail .service_link a:hover,
.travelBlock ul li .service_detail .service_link a:focus {
  color: #d1e4c9;
  text-decoration: underline;
}

.videoBlock {
  width: 540px;
  margin-top: 110px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1150px) {
  .videoBlock {
    width: 460px;
  }
}
@media screen and (max-width: 991px) {
  .videoBlock {
    width: 400px;
  }
}
@media screen and (max-width: 900px) {
  .videoBlock {
    width: 350px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 850px) {
  .videoBlock {
    width: 100%;
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .videoBlock {
    margin-top: 30px;
  }
}
.videoBlock .blockTitle {
  text-align: left;
  margin-top: 0;
}
@media screen and (max-width: 850px) {
  .videoBlock .blockTitle {
    text-align: center;
  }
}
.videoBlock .videoSlider .img-container {
  overflow: hidden;
}
.videoBlock .videoSlider .img-container:before {
  display: inline-block;
  content: "";
  padding-top: 57.4074074074%;
}
.videoBlock .videoSlider .img-container img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
.videoBlock .videoSlider .slick-dots {
  display: none;
}
.videoBlock .more {
  text-align: center;
}

.magazineBlock {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-top: 110px;
  padding: 70px 0;
  text-align: center;
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 900px) {
  .magazineBlock {
    padding: 40px 0;
    margin-top: 60px;
  }
}
@media screen and (max-width: 850px) {
  .magazineBlock {
    margin-top: 40px;
  }
}
.magazineBlock .deco {
  width: 443px;
  height: 131px;
  display: block;
  background: url(../images/mp/decopic.png) no-repeat 0 0;
  position: absolute;
  right: -80px;
  z-index: 10;
  bottom: -75px;
  font-size: 0%;
  line-height: 100%;
}
.magazineBlock:after {
  content: "";
  display: block;
  background: #d1e4c9 url(../images/mp/decopic3.png) no-repeat -35px -10px;
  position: absolute;
  left: -60px;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 9;
}
@media screen and (max-width: 850px) {
  .magazineBlock:after {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .magazineBlock:after {
    left: -30px;
    right: -30px;
    background: #d1e4c9 url(../images/mp/decopic3.png) no-repeat 0 -10px;
    background-size: 100%;
  }
}
.magazineBlock .magazine_pic {
  position: relative;
  z-index: 10;
}
.magazineBlock .magazine_pic img {
  width: 314px;
  height: auto;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.magazineBlock .more {
  z-index: 10;
  position: relative;
}

.statisticsBlock {
  width: 100%;
  clear: both;
  margin-top: 4.375rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .statisticsBlock {
    margin-top: 30px;
  }
}
.statisticsBlock:after {
  content: "";
  width: 446px;
  height: 550px;
  background: #d1e4c9 url(../images/mp/decopic3.png) no-repeat -35px bottom;
  position: absolute;
  left: -60px;
  top: 140px;
  z-index: 9;
}
@media screen and (max-width: 991px) {
  .statisticsBlock:after {
    width: 310px;
  }
}
@media screen and (max-width: 767px) {
  .statisticsBlock:after {
    display: none;
  }
}
.statisticsBlock .blockTitle {
  text-align: left;
  margin: 0 0 60px 0;
}
@media screen and (max-width: 767px) {
  .statisticsBlock .blockTitle {
    text-align: center;
    margin: 0 0 1rem 0;
  }
}
.statisticsBlock ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  margin-left: -60px;
  padding: 85px 0;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .statisticsBlock ul {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .statisticsBlock ul li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 33.33%;
            flex: 1 1 33.33%;
  }
}
.statisticsBlock ul li a.statistics {
  width: 480px;
  padding-left: 220px;
  padding-right: 56px;
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #487d27;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  z-index: 12;
}
@media screen and (max-width: 991px) {
  .statisticsBlock ul li a.statistics {
    width: 330px;
    padding-left: 110px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .statisticsBlock ul li a.statistics {
    padding: 10px;
    width: 100%;
    background: #d6e4cd;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 90px;
  }
}
.statisticsBlock ul li a.statistics:before {
  content: "";
  width: 86px;
  height: 86px;
  display: block;
  position: absolute;
  left: 130px;
  background: url(../images/mp/icon_chart1.png) no-repeat;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 991px) {
  .statisticsBlock ul li a.statistics:before {
    left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .statisticsBlock ul li a.statistics:before {
    display: none;
  }
}
.statisticsBlock ul li a.statistics:hover {
  background: #5957ab;
  color: #fff;
}
.statisticsBlock ul li a.statistics:hover:before {
  background: url(../images/mp/icon_chart1_.png) no-repeat;
}
.statisticsBlock ul li a.statistics.active {
  background: #487d27;
  color: #fff;
}
.statisticsBlock ul li a.statistics.active:before {
  background: url(../images/mp/icon_chart1_.png) no-repeat;
}
.statisticsBlock ul li a.statistics .number {
  text-align: left;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .statisticsBlock ul li a.statistics .number {
    text-align: center;
  }
}
.statisticsBlock ul li a.statistics .number em {
  font-size: 2.375rem;
  font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .statisticsBlock ul li a.statistics .number em {
    font-size: 1.125rem;
  }
}
.statisticsBlock ul li a.statistics .title {
  font-size: 1.125rem;
  text-align: left;
  font-weight: bold;
  margin-top: 8px;
}
.statisticsBlock ul li:nth-child(2) a.statistics:before {
  background: url(../images/mp/icon_chart2.png) no-repeat;
}
.statisticsBlock ul li:nth-child(2) a.statistics.active:before,
.statisticsBlock ul li:nth-child(2) a.statistics:hover:before {
  background: url(../images/mp/icon_chart2_.png) no-repeat;
}
.statisticsBlock ul li:nth-child(3) a.statistics:before {
  background: url(../images/mp/icon_chart3.png) no-repeat;
}
.statisticsBlock ul li:nth-child(3) a.statistics.active:before,
.statisticsBlock ul li:nth-child(3) a.statistics:hover:before {
  background: url(../images/mp/icon_chart3_.png) no-repeat;
}
.statisticsBlock ul li .chart {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
}
@media screen and (max-width: 991px) {
  .statisticsBlock ul li .chart {
    width: 55%;
  }
}
@media screen and (max-width: 767px) {
  .statisticsBlock ul li .chart {
    width: 100%;
    top: 100px;
  }
}
.statisticsBlock ul li .chart .source {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .statisticsBlock ul li .chart .source {
    text-align: center;
  }
}
.statisticsBlock ul li .chart h3 {
  font-size: 1.5rem;
  text-align: center;
}
.statisticsBlock ul li .chart .img-container {
  overflow: hidden;
}
.statisticsBlock ul li .chart .img-container:before {
  display: inline-block;
  content: "";
  padding-top: 64.6153846154%;
}
.statisticsBlock ul li .chart .img-container img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
.statisticsBlock ul li .more {
  text-align: center;
}
.statisticsBlock ul li .more a {
  color: #fff;
  border: 1px solid #5957ab;
  background: #5957ab;
}
.statisticsBlock ul li .more a span {
  color: #fff;
}
.statisticsBlock ul li .more a:hover, .statisticsBlock ul li .more a:focus {
  border: 1px solid #559d38;
}

.adBlock {
  margin: 4.375rem 0;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .adBlock {
    margin: 0;
  }
}
.adBlock .adSlider {
  padding: 0 40px;
}
.adBlock .adSlider .slick-prev {
  left: 0;
  top: 0;
}
.adBlock .adSlider .slick-next {
  right: 0;
  top: 0;
}
.adBlock .adSlider .img-container {
  width: 186px;
  height: 74px;
  margin: 0px 8px;
}
.adBlock .adSlider .img-container a {
  display: block;
  text-align: center;
}
.adBlock .adSlider .img-container a img {
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.adBlock .adSlider .img-container:focus:before {
  content: "";
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-box-shadow: 0 0px 0px 3px #559d38 inset;
          box-shadow: 0 0px 0px 3px #559d38 inset;
}

.contactBlock {
  width: 100%;
  margin: 10px 85px 64px 85px;
}
@media screen and (max-width: 991px) {
  .contactBlock {
    margin: 10px 0 64px 0;
  }
}
@media screen and (max-width: 767px) {
  .contactBlock {
    margin: 30px 0 40px 0;
  }
}
.contactBlock .blockTitle {
  text-align: center;
}
.contactBlock .contact {
  background: #000;
}
.contactBlock .contact ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 767px) {
  .contactBlock .contact ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.contactBlock .contact ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 18%;
          flex: 0 1 18%;
  height: 90px;
}
@media screen and (max-width: 991px) {
  .contactBlock .contact ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 16%;
            flex: 0 1 16%;
  }
}
@media screen and (max-width: 767px) {
  .contactBlock .contact ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33.33%;
            flex: 0 1 33.33%;
  }
}
.contactBlock .contact ul li a {
  height: 100%;
  color: #fff;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.contactBlock .contact ul li a span {
  padding: 10px 26px;
  border: 1px solid #fff;
  border-radius: 2px;
  margin-left: 1rem;
}
@media screen and (max-width: 991px) {
  .contactBlock .contact ul li a span {
    padding: 10px 5px;
    margin-left: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .contactBlock .contact ul li a span {
    padding: 10px 16px;
  }
}
.contactBlock .contact ul li a:after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  display: block;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  margin-top: 8px;
}
.contactBlock .contact ul li a:hover, .contactBlock .contact ul li a:focus {
  background: #559d38;
}
.contactBlock .contact ul li:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  background: #5957ab;
}
.contactBlock .contact ul li:last-child a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contactBlock .contact ul li:last-child a:after {
  display: none;
}

.rb_button {
  width: 50px;
  position: fixed;
  right: 10px;
  bottom: 60px;
}
.rb_button img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-bottom: 4px;
}

.cp ul,
.cp ol {
  margin-bottom: 0.5em;
}
.cp blockquote {
  margin-left: 0;
  margin-right: 0;
}
.cp .pic {
  float: left;
  margin: 0px 1em 1em 0;
  width: auto;
  width: 45%;
  max-width: 400px;
  background: #eee;
  overflow: hidden;
  padding: 0.5em 0.5em 0.2em;
}
.cp .pic img {
  float: none;
  width: 100%;
  margin: 0;
  display: block;
}
.cp .pic span {
  text-align: center;
  display: block;
  font-size: 0.938em;
}
@media screen and (max-width: 767px) {
  .cp .pic {
    float: none;
    max-width: 100%;
    width: auto;
    margin: 0px auto;
    display: block;
    margin-bottom: 0.5em;
  }
}
.cp table {
  background: #fff;
  margin-top: 0.5em;
  margin-bottom: 1rem;
  border-top: 3px solid #559d38;
}
.cp table p {
  margin-bottom: 0;
}
.cp img.float_left {
  float: left;
  margin: 0px 1em 1em 0;
  width: auto;
  max-width: 55%;
}
@media screen and (max-width: 767px) {
  .cp img.float_left {
    float: none;
    max-width: 100%;
    margin: 0px auto;
  }
}
.cp img.float_right {
  float: right;
  margin: 0px 0 1em 1em;
  width: auto;
  max-width: 55%;
}
@media screen and (max-width: 767px) {
  .cp img.float_right {
    float: none;
    max-width: 100%;
    margin: 0px auto;
  }
}
.cp a {
  color: #4a3278;
  text-decoration: none;
  text-decoration: underline;
}
.cp a:hover, .cp a:focus {
  color: #71c673;
  cursor: pointer;
}
.cp a:hover {
  text-decoration: none;
}
.cp .chief_left {
  float: left;
  margin: 0px 2% 1em 0;
  width: auto;
  width: 28%;
  background: #f1f1f1;
  overflow: hidden;
  padding: 0.5em 0.5em 0.2em;
}
.cp .chief_left img {
  float: none;
  width: 100%;
  margin: 0;
  display: block;
}
.cp .chief_left span {
  text-align: center;
  display: block;
  font-size: 0.938em;
}
@media screen and (max-width: 767px) {
  .cp .chief_left {
    float: none;
    max-width: 100%;
    width: auto;
    margin: 0px auto;
    display: block;
    margin-bottom: 0.5em;
  }
}
.cp .chief_right {
  overflow: hidden;
  width: 70%;
}
@media screen and (max-width: 767px) {
  .cp .chief_right {
    width: 100%;
  }
}
.cp .chief_right .chief_title {
  margin-top: 0;
  padding: 20px;
  margin: 0 0 15px;
  background: #f1f1f1 url(../images/mp/decopic.png) no-repeat 110% -10px;
  border-left: 4px solid #62469a;
}
@media screen and (max-width: 767px) {
  .cp .chief_right .chief_title {
    padding: 10px 20px;
    background: #f1f1f1;
  }
}

.lightbox_slider,
.file_download,
.web_link {
  margin: 0 auto 1.5em;
}
.lightbox_slider h3,
.file_download h3,
.web_link h3 {
  font-size: 1.25em;
  padding: 10px 0;
  margin: 0 0 15px;
  border-bottom: 3px solid #559d38;
  position: relative;
}
.lightbox_slider h3:before,
.file_download h3:before,
.web_link h3:before {
  content: "";
  width: 10px;
  height: 16px;
  display: inline-block;
  background: #ccc;
  border-radius: 15px;
  margin-right: 0.5rem;
  margin-left: 5px;
}

.lightbox_slider {
  clear: both;
  margin: 0 auto 3em;
}
.lightbox_slider .cp_slider {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.lightbox_slider .img-container {
  margin: 0px 15px;
  overflow: hidden;
  overflow: hidden;
}
.lightbox_slider .img-container:before {
  display: inline-block;
  content: "";
  padding-top: 75%;
}
.lightbox_slider .img-container img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
.lightbox_slider .img-container img {
  -o-object-fit: contain;
     object-fit: contain;
}
.lightbox_slider .caption {
  padding: 0.5em !important;
  position: absolute;
  background: rgba(0, 0, 0, 0.75) !important;
  color: #fff;
  bottom: -2em !important;
  left: 0;
  font-size: 0.938em !important;
  height: 2em !important;
  line-height: 1 !important;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.lightbox_slider .slick-dots {
  bottom: -20px !important;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .lightbox_slider .slick-dots {
    bottom: -20px !important;
    padding: 0;
  }
}
.lightbox_slider .slick-dots li {
  height: 10px;
  margin: 0 10px;
}
.lightbox_slider .slick-prev {
  left: -30px;
  background: none;
}
.lightbox_slider .slick-next {
  right: -30px;
  background: none;
}
.lightbox_slider a {
  color: #555;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lightbox_slider a:hover .caption, .lightbox_slider a:focus .caption {
  bottom: 0 !important;
}

.file_download {
  clear: both;
  zoom: 1;
}
.file_download:before, .file_download:after {
  content: "";
  display: table;
}
.file_download:after {
  clear: both;
}
.file_download ul {
  counter-reset: counter;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.file_download li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 1.5em;
  border-bottom: 1px solid #ddd;
  clear: both;
  overflow: hidden;
  padding-bottom: 0.5em;
}
.file_download li:before {
  position: absolute;
  top: 0.6em;
  left: 0.5em;
  text-align: right;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #999;
  content: "";
}
.file_download li span {
  font-size: 0.875em;
  margin-top: 8px;
  margin-right: 1em;
  color: #767676;
}
@media screen and (max-width: 767px) {
  .file_download li span {
    display: block;
    margin-right: 0;
    margin-bottom: 0.2em;
  }
}
.file_download li span a {
  margin-right: 4px;
}

.web_link {
  clear: both;
  zoom: 1;
}
.web_link:before, .web_link:after {
  content: "";
  display: table;
}
.web_link:after {
  clear: both;
}
.web_link ol,
.web_link ul {
  counter-reset: counter;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .web_link ol,
  .web_link ul {
    margin-left: 0;
  }
}
.web_link li {
  position: relative;
  border-bottom: 1px solid #ddd;
}
.web_link li a {
  padding: 0.6em 0px 0.6em 35px;
  position: relative;
  height: auto;
  line-height: 1.45em;
  display: block;
  color: #222;
  text-decoration: none;
}
.web_link li a:hover, .web_link li a:focus {
  color: #71c673;
  cursor: pointer;
}
.web_link li a:before {
  position: absolute;
  top: 11px;
  left: 0px;
  text-align: right;
  width: 30px;
  counter-increment: counter;
  content: counters(counter, ".") " . ";
}

.publish_info {
  font-size: 0.875em;
  line-height: 1.5em;
  list-style: none;
  margin: 0 0 0.7em 0;
  padding: 1.5em;
  background: #555;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.publish_info ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .publish_info ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.publish_info li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .publish_info li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
}
@media screen and (max-width: 767px) {
  .publish_info li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin-bottom: 0.5em;
  }
}
.publish_info li a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: underline;
}
.publish_info li a:hover {
  text-decoration: none;
}

/* sitemap */
.sitemap {
  margin: 0px auto 1em;
}
.sitemap p {
  font-size: 0.813em;
}
.sitemap p kbd {
  border: 1px solid #aaa;
  background: transparent;
  color: #222;
  padding: 0 0.3em;
  margin: 0 0.2em 0.1em;
}
.sitemap p kbd kbd {
  border: none;
}
.sitemap .accesskeyDefine {
  padding: 1em 2em;
  background: #eee;
  border-radius: 6px;
}
.sitemap .accesskeyDefine li {
  margin-bottom: 0.2em;
}

.cascading {
  border-top: 1px solid #ccc;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  box-sizing: border-box;
}
.cascading ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cascading li {
  line-height: 1.5;
  width: 25%;
  display: inline-block;
  vertical-align: top;
  margin: 0 -5px 1em 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 0.5em;
}
.cascading li a {
  margin: 0.2em 0;
  color: #222;
  padding: 0.5em;
  display: block;
  font-size: 1.25em;
  font-weight: bold;
  border-bottom: 2px solid #559d38;
}
.cascading li a:hover, .cascading li a:focus {
  color: #559d38 !important;
  text-decoration: none;
}
.cascading li ul {
  padding-left: 1em;
}
.cascading li ul li {
  width: 100%;
  display: block;
  margin-bottom: 0;
  padding: 0;
}
.cascading li ul li a {
  display: block;
  font-size: 1em;
  padding: 0.2em 0;
  border-bottom: 1px dotted #ccc;
  background-color: transparent;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .cascading {
    width: 100%;
    margin: 0px auto;
    padding: 0;
  }
  .cascading li {
    width: 100%;
  }
}

.leftblock_banner {
  padding: 0 0 20px 0;
}
.leftblock_banner .item {
  min-height: 100px;
  color: #666;
  text-align: center;
  line-height: 100px;
  font-size: 1.5em;
  font-weight: bold;
  background-color: #eee;
  margin-bottom: 10px;
}

.leftblock_list {
  padding: 0 0 20px 0;
}
.leftblock_list h2 {
  margin: 0 0 1em;
  padding: 0.5em;
  text-align: center;
  color: #fff;
  background-color: #666;
  font-size: 1.25em;
}
.leftblock_list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.leftblock_list ul li {
  margin: 0 0 5px;
  padding: 0 0 5px;
  border-bottom: 1px solid #ccc;
}
.leftblock_list ul li time {
  display: inline-block;
  vertical-align: middle;
}
.leftblock_list ul li .dept {
  display: inline-block;
  padding: 0px 10px;
  background-color: #666;
  color: #fff;
  font-size: 0.813em;
  border-radius: 4px;
}
.leftblock_list ul li a {
  display: block;
  padding: 5px 0;
  line-height: 1.4em;
  font-size: 0.938em;
  color: #333;
}
.leftblock_list ul li a:hover {
  color: #71c673;
}

.leftblock_nodemenu {
  padding: 0 0 20px 0;
}
.leftblock_nodemenu h2 {
  margin: 0 0 1em;
  padding: 0.5em;
  text-align: center;
  color: #fff;
  background-color: #666;
  font-size: 1.25em;
}
.leftblock_nodemenu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.leftblock_nodemenu ul li {
  margin: 0 0 5px;
  padding: 0 0 5px;
  border-bottom: 1px solid #ccc;
}
.leftblock_nodemenu ul li a {
  display: block;
  padding: 10px 0;
  line-height: 1.4em;
  font-size: 0.938em;
  color: #333;
}
.leftblock_nodemenu ul li a:hover {
  color: #71c673;
}/*# sourceMappingURL=keelung_gov.css.map */