@charset "UTF-8";
.breadcrumb ul li:before {
  content: " / ";
  display: inline-block;
  padding: 0px 4px;
  margin: 0px 5px 0px 5px;
  color: #CCC;
}

.sitemap, .publish_info_down, .publish_info_top, .pagination, div.function, .slick-lightbox-slick-caption, .thumbnail .btn_grp, .tabSet, .fatfooter, .search.m_search .keywordHot, .header .navigation, .header, div.tag, .category, .divider, .divider-vertical, .container, .row {
  clear: both;
  zoom: 1;
}
.sitemap:before, .publish_info_down:before, .publish_info_top:before, .pagination:before, div.function:before, .slick-lightbox-slick-caption:before, .thumbnail .btn_grp:before, .tabSet:before, .fatfooter:before, .search.m_search .keywordHot:before, .header .navigation:before, .header:before, div.tag:before, .category:before, .divider:before, .divider-vertical:before, .container:before, .row:before, .sitemap:after, .publish_info_down:after, .publish_info_top:after, .pagination:after, div.function:after, .slick-lightbox-slick-caption:after, .thumbnail .btn_grp:after, .tabSet:after, .fatfooter:after, .search.m_search .keywordHot: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_down:after, .publish_info_top:after, .pagination:after, div.function:after, .slick-lightbox-slick-caption:after, .thumbnail .btn_grp:after, .tabSet:after, .fatfooter:after, .search.m_search .keywordHot:after, .header .navigation:after, .header:after, div.tag:after, .category:after, .divider:after, .divider-vertical:after, .container:after, .row:after {
  clear: both;
}

.Flex-set {
  box-sizing: border-box;
  display: flex;
  flex-flow: row wrap;
  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 {
  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] {
  border: 1px solid #0066cc;
  background: rgb(102, 178.5, 255);
  min-height: 200px;
  color: rgb(21.25, 21.25, 21.25);
  text-align: center;
  line-height: 200px;
  font-size: 1.5em;
  font-weight: bold;
  box-sizing: border-box;
}
.demosection + .demosection {
  padding-top: 2em;
}
.demosection + .bg {
  background: rgb(200.6536312849, 231.6480446927, 233.3463687151);
}
.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-of-type(2n) {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .col-8-4 .col:nth-of-type(2n) {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .col-8-4 .col:nth-of-type(2n) {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 1400px) {
  .col-8-4 .col:nth-of-type(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-of-type(2n) {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .col-4-8 .col:nth-of-type(2n) {
    float: left;
    width: 66.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-4-8 .col:nth-of-type(2n) {
    float: left;
    width: 66.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-4-8 .col:nth-of-type(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 {
  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 {
    justify-content: center;
  }
  .flex-equal-2 .Flex-set .col {
    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 {
  flex-flow: row wrap;
}
.flex-equal-3 .Flex-set .col {
  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 {
  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;
    box-sizing: border-box;
  }
  .flex-equal-3 .Flex-set .col {
    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 {
    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 {
    justify-content: center;
  }
  .flex-equal-3 .Flex-set .col {
    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 {
    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 {
  flex-flow: row wrap;
}
.flex-equal-4 .Flex-set .col {
  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 {
    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;
    box-sizing: border-box;
  }
  .flex-equal-4 .Flex-set .col {
    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 {
  flex-flow: row wrap;
}
.flex-equal-5 .Flex-set .col {
  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;
    box-sizing: border-box;
  }
  .flex-equal-5 .Flex-set .col {
    margin-top: 0.25em;
    margin-bottom: 0.25em;
    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 {
    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;
  box-sizing: border-box;
}
.flex-equal-5-3-1 .Flex-set .col {
  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 {
    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 {
    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 {
  flex-flow: row wrap;
}
.flex-equal-6 .Flex-set .col {
  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;
    box-sizing: border-box;
  }
  .flex-equal-6 .Flex-set .col {
    margin-top: 0.25em;
    margin-bottom: 0.25em;
    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 {
    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;
  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 {
  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 {
    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 {
    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 {
    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;
    box-sizing: border-box;
  }
  .flex-equal-6-3-1 .Flex-set .col {
    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 {
    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 {
  flex-flow: row wrap;
}
.flex-equal-7 .Flex-set .col {
  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;
    box-sizing: border-box;
  }
  .flex-equal-7 .Flex-set .col {
    margin-top: 0.25em;
    margin-bottom: 0.25em;
    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 {
    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 {
  flex-flow: row wrap;
}
.flex-equal-8 .Flex-set .col {
  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;
    box-sizing: border-box;
  }
  .flex-equal-8 .Flex-set .col {
    margin-top: 0.25em;
    margin-bottom: 0.25em;
    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 {
    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 {
  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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
  flex-flow: row wrap;
}
.flex-equal-9 .Flex-set .col {
  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;
    box-sizing: border-box;
  }
  .flex-equal-9 .Flex-set .col {
    margin-top: 0.25em;
    margin-bottom: 0.25em;
    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 {
    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 {
  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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
  flex-flow: row wrap;
}
.flex-equal-10 .Flex-set .col {
  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;
    box-sizing: border-box;
  }
  .flex-equal-10 .Flex-set .col {
    margin-top: 0.25em;
    margin-bottom: 0.25em;
    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 {
    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 {
  flex-flow: row wrap;
}
.flex-equal-11 .Flex-set .col {
  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;
    box-sizing: border-box;
  }
  .flex-equal-11 .Flex-set .col {
    margin-top: 0.25em;
    margin-bottom: 0.25em;
    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 {
    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;
  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 {
  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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
  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 .col {
  flex-basis: calc(8.3333333333% * 8 - 4px);
  max-width: calc(8.3333333333% * 8 - 4px);
  padding: 0 calc(40px / 2);
  background: #027e98;
  color: #fff;
}
.flex-8-4 .col:nth-child(2) {
  flex-basis: calc(8.3333333333% * 4 - 4px);
  max-width: calc(8.3333333333% * 4 - 4px);
  padding: 0 calc(40px / 2);
}

.flex-4-8 .col {
  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) {
  flex-basis: calc(8.3333333333% * 8 - 4px);
  max-width: calc(8.3333333333% * 8 - 4px);
  padding: 0 calc(40px / 2);
}

.flex-4-4-4 .col {
  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 {
  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 {
  justify-content: center;
}
.flex-3-3 .col {
  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 {
  justify-content: center;
}
.flex-4-4 .col {
  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 {
  justify-content: center;
}
.flex-5-5 .col {
  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 {
  justify-content: center;
}
.flex-7 .col {
  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 {
  justify-content: center;
}
.flex-8 .col {
  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 {
  justify-content: center;
}
.flex-9 .col {
  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 {
  justify-content: center;
}
.flex-10 .col {
  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 {
  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] {
  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;
  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 #337c80;
  padding: 2em;
  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;
  box-shadow: 0 0px 0px 2px #fec003 inset;
}
@media screen and (max-width: 767px) {
  a:focus {
    box-shadow: none;
  }
}

.accesskey {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 9;
  color: #fff;
  font-size: 1em;
}
@media screen and (max-width: 767px) {
  .accesskey {
    display: none;
  }
}

.goCenter {
  position: absolute;
  top: -2.2em;
  left: 50%;
  margin-left: -480px;
  padding: 0 0.5em;
  height: 2em;
  line-height: 2em;
  background-color: #ccc;
  color: #fff;
  text-decoration: none;
  z-index: 999999999999;
  opacity: 0;
  transition: 0.5s;
  border-radius: 0px 0px 4px 4px;
}
@media screen and (max-width: 767px) {
  .goCenter {
    display: none;
  }
}
.goCenter:hover, .goCenter:focus {
  outline: none;
  top: 0;
  opacity: 1;
}

.no-js noscript {
  display: block;
  padding: 0.5em;
  border: 2px solid #337c80;
  background: #FFF;
  color: #666;
  overflow: hidden;
  line-height: 1.45em;
  font-size: 0.813em;
  margin: 0 0.5em 0.5em;
  border-radius: 4px;
  box-sizing: border-box;
}
.no-js noscript a {
  color: #337c80;
}
.no-js noscript a:hover, .no-js noscript a:focus {
  color: #337c80;
}
.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;
}

br {
  font-family: unset !important;
  font: unset !important;
}

.gsc-control-cse {
  padding: 1rem 0 !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: #337c80 !important;
}

.gsst_a .gscb_a {
  color: #ccc !important;
  line-height: 2rem !important;
}

.gs-webResult div.gs-visibleUrl {
  color: #338049 !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: #337c80 !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: #337c80;
  text-decoration: none;
  transition: 0.5s;
}
a:hover, a:focus {
  color: #337c80;
  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: flex;
  flex: 0 1 9.5em;
  flex-basis: 9.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: flex;
  flex: 0 0 6em;
}
.font_size ul li {
  font-size: 1em;
  flex: 0 0 auto;
  margin: 2px;
  align-items: center;
}
.font_size ul li a {
  display: block;
  text-align: center;
  line-height: 28px;
  border-radius: 50%;
  background: #F1F1F1;
  width: 28px;
  height: 28px;
  color: #333;
  font-size: 0.938em;
}
.font_size ul li a:hover, .font_size ul li a:focus {
  background: #337c80;
  color: #FFF;
}
.font_size ul li a.active {
  background: #337c80;
  color: #FFF;
}
.font_size ul li a.active:hover, .font_size ul li a.active:focus {
  background: #337c80;
  color: #FFF;
}
.font_size ul li a.small {
  font-size: 0.938em;
}
.font_size ul li a.medium {
  font-size: 1em;
}
.font_size ul li a.large {
  font-size: 1.063em;
}
@media screen and (max-width: 767px) {
  .font_size {
    display: none;
  }
}

.language {
  font-weight: bold;
  font-size: 0.75em;
  flex: 0 0 140px;
  width: 140px;
  padding-top: 0.2em;
  z-index: 9999;
}
.language > a {
  display: block;
  background: #555;
  box-sizing: border-box;
  color: #FFF;
  padding: 0.2em 1em;
  position: relative;
  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 {
  box-shadow: none;
  background: #444;
}
.language ul {
  background: #555;
  padding: 1em 1.5em;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}
.language ul li {
  flex: 1;
  box-sizing: border-box;
  margin: 0;
}
.language ul li a {
  display: block;
  color: #FFF;
  padding: 0.5em 0.5em 0.5em 1em;
  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;
  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.5em 1.5em;
  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: #e0e0e0;
  border: 1px solid #e0e0e0;
  color: #222;
  text-shadow: none;
}
.btn:hover {
  background: rgb(198.5, 198.5, 198.5);
  border: 1px solid #adadad;
  cursor: pointer;
  color: #FFF;
  outline: none;
}
.btn:focus {
  background: rgb(198.5, 198.5, 198.5);
  border: 1px solid #adadad;
  cursor: pointer;
  color: #FFF;
  outline: none;
  box-shadow: 0 0px 0px 2px #fec003 !important;
}
.btn.active {
  background: rgb(236.75, 236.75, 236.75);
  cursor: pointer;
}
.btn:hover, .btn:focus {
  color: #222;
  outline: none;
}

.btn-green {
  background: #298729;
  border: 1px solid #298729;
  color: #FFF;
}
.btn-green:hover {
  background: rgb(29.1193181818, 95.8806818182, 29.1193181818);
  border: 1px solid rgb(17.2386363636, 56.7613636364, 17.2386363636);
  cursor: pointer;
  color: #FFF;
  outline: none;
}
.btn-green:focus {
  background: rgb(29.1193181818, 95.8806818182, 29.1193181818);
  border: 1px solid rgb(17.2386363636, 56.7613636364, 17.2386363636);
  cursor: pointer;
  color: #FFF;
  outline: none;
  box-shadow: 0 0px 0px 2px #fec003 !important;
}
.btn-green.active {
  background: rgb(46.9403409091, 154.5596590909, 46.9403409091);
  cursor: pointer;
}

.btn-blue {
  background: #0066cc;
  border: 1px solid #0066cc;
  color: #FFF;
}
.btn-blue:hover {
  background: rgb(0, 76.5, 153);
  border: 1px solid #003366;
  cursor: pointer;
  color: #FFF;
  outline: none;
}
.btn-blue:focus {
  background: rgb(0, 76.5, 153);
  border: 1px solid #003366;
  cursor: pointer;
  color: #FFF;
  outline: none;
  box-shadow: 0 0px 0px 2px #fec003 !important;
}
.btn-blue.active {
  background: rgb(0, 114.75, 229.5);
  cursor: pointer;
}

.btn-yellow {
  background: rgb(254.1007905138, 198.3498023715, 28.3992094862);
  border: 1px solid rgb(254.1007905138, 198.3498023715, 28.3992094862);
  color: #333;
}
.btn-yellow:hover {
  background: rgb(230.5849802372, 173.8537549407, 0.9150197628);
  border: 1px solid rgb(179.7865612648, 135.5533596838, 0.7134387352);
  cursor: pointer;
  color: #FFF;
  outline: none;
}
.btn-yellow:focus {
  background: rgb(230.5849802372, 173.8537549407, 0.9150197628);
  border: 1px solid rgb(179.7865612648, 135.5533596838, 0.7134387352);
  cursor: pointer;
  color: #FFF;
  outline: none;
  box-shadow: 0 0px 0px 2px #fec003 !important;
}
.btn-yellow.active {
  background: rgb(254.2015810277, 204.6996047431, 53.7984189723);
  cursor: pointer;
}

.btn-orange {
  background: #cf4b0c;
  border: 1px solid #cf4b0c;
  color: #FFF;
}
.btn-orange:hover {
  background: rgb(158.7945205479, 57.5342465753, 9.2054794521);
  border: 1px solid rgb(110.5890410959, 40.0684931507, 6.4109589041);
  cursor: pointer;
  color: #FFF;
  outline: none;
}
.btn-orange:focus {
  background: rgb(158.7945205479, 57.5342465753, 9.2054794521);
  border: 1px solid rgb(110.5890410959, 40.0684931507, 6.4109589041);
  cursor: pointer;
  color: #FFF;
  outline: none;
  box-shadow: 0 0px 0px 2px #fec003 !important;
}
.btn-orange.active {
  background: rgb(231.102739726, 83.7328767123, 13.397260274);
  cursor: pointer;
}

.btn-red {
  background: #eb0202;
  border: 1px solid #eb0202;
  color: #FFF;
}
.btn-red:hover {
  background: rgb(184.4303797468, 1.5696202532, 1.5696202532);
  border: 1px solid rgb(133.8607594937, 1.1392405063, 1.1392405063);
  cursor: pointer;
  color: #FFF;
  outline: none;
}
.btn-red:focus {
  background: rgb(184.4303797468, 1.5696202532, 1.5696202532);
  border: 1px solid rgb(133.8607594937, 1.1392405063, 1.1392405063);
  cursor: pointer;
  color: #FFF;
  outline: none;
  box-shadow: 0 0px 0px 2px #fec003 !important;
}
.btn-red.active {
  background: rgb(252.9113924051, 9.5886075949, 9.5886075949);
  cursor: pointer;
}

.btn-purple {
  background: rgb(140.1315789474, 36.2006578947, 141.2993421053);
  border: 1px solid rgb(140.1315789474, 36.2006578947, 141.2993421053);
  color: #FFF;
}
.btn-purple:hover {
  background: rgb(99.8684210526, 25.7993421053, 100.7006578947);
  border: 1px solid rgb(59.6052631579, 15.3980263158, 60.1019736842);
  cursor: pointer;
  color: #FFF;
  outline: none;
}
.btn-purple:focus {
  background: rgb(99.8684210526, 25.7993421053, 100.7006578947);
  border: 1px solid rgb(59.6052631579, 15.3980263158, 60.1019736842);
  cursor: pointer;
  color: #FFF;
  outline: none;
  box-shadow: 0 0px 0px 2px #fec003 !important;
}
.btn-purple.active {
  background: rgb(160.2631578947, 41.4013157895, 161.5986842105);
  cursor: pointer;
}

.btn-submit {
  background: rgb(58.2653631285, 141.6648044693, 146.2346368715);
  border: 1px solid rgb(58.2653631285, 141.6648044693, 146.2346368715);
  color: #FFF;
}
.btn-submit:hover {
  background: rgb(43.7346368715, 106.3351955307, 109.7653631285);
  border: 1px solid rgb(29.2039106145, 71.0055865922, 73.2960893855);
  cursor: pointer;
  color: #FFF;
  outline: none;
}
.btn-submit:focus {
  background: rgb(43.7346368715, 106.3351955307, 109.7653631285);
  border: 1px solid rgb(29.2039106145, 71.0055865922, 73.2960893855);
  cursor: pointer;
  color: #FFF;
  outline: none;
  box-shadow: 0 0px 0px 2px #fec003 !important;
}
.btn-submit.active {
  background: rgb(65.530726257, 159.3296089385, 164.469273743);
  cursor: pointer;
}

.btn-reset {
  color: rgb(72.25, 72.25, 72.25);
}

.btn-search {
  background: #337c80;
  border: 1px solid #337c80;
  color: #FFF;
}
.btn-search:hover {
  background: rgb(36.469273743, 88.6703910615, 91.530726257);
  border: 1px solid rgb(21.938547486, 53.3407821229, 55.061452514);
  cursor: pointer;
  color: #FFF;
  outline: none;
}
.btn-search:focus {
  background: rgb(36.469273743, 88.6703910615, 91.530726257);
  border: 1px solid rgb(21.938547486, 53.3407821229, 55.061452514);
  cursor: pointer;
  color: #FFF;
  outline: none;
  box-shadow: 0 0px 0px 2px #fec003 !important;
}
.btn-search.active {
  background: rgb(58.2653631285, 141.6648044693, 146.2346368715);
  cursor: pointer;
}

.btn-primary {
  background: #337c80 !important;
  color: #fff !important;
  border: solid 1px #337c80 !important;
}
.btn-primary:hover, .btn-primary:focus {
  background: rgb(36.469273743, 88.6703910615, 91.530726257) !important;
  border: solid 1px #337c80 !important;
}

.btn-secondary {
  background: #fff !important;
  color: rgb(29.2039106145, 71.0055865922, 73.2960893855) !important;
  border: solid 1px #337c80 !important;
  text-shadow: none !important;
}
.btn-secondary:hover, .btn-secondary:focus {
  color: rgb(7.4078212291, 18.0111731844, 18.5921787709) !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: rgb(64.3815165877, 64.3815165877, 70.1184834123) !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: rgb(36.469273743, 88.6703910615, 91.530726257) !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 {
  border-bottom: 1px solid #EEE;
  padding: 0.5em 0em;
  font-size: 0.938em;
  margin: 5px auto 5px;
}
.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: #545454;
  text-decoration: none;
}
.breadcrumb a:hover {
  color: #337c80;
}

.divider, .divider-vertical {
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-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;
  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;
  animation: lazy_animation 0.5s ease-out;
}

@keyframes lazy_animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*for IE */
.img-container {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #F1F1F1;
}
.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;
  left: 0;
  right: 0;
  z-index: 2;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  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;
  box-shadow: 0 0px 0px 2px #337c80 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;
          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;
  box-shadow: 0 1em 2em -0.5em rgba(0, 0, 0, 0.35);
  background: #333;
  color: #fff;
  z-index: 1000;
  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%;
  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%;
  transform: translate(-50%, 0.5em);
}

[tooltip][flow^=left]:before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #333;
  left: calc(0em - 5px);
  transform: translate(-0.5em, -50%);
}

[tooltip][flow^=left]:after {
  top: 50%;
  right: calc(100% + 5px);
  transform: translate(-0.5em, -50%);
}

[tooltip][flow^=right]:before {
  top: 50%;
  border-left-width: 0;
  border-right-color: #333;
  right: calc(0em - 5px);
  transform: translate(0.5em, -50%);
}

[tooltip][flow^=right]:after {
  top: 50%;
  left: calc(100% + 5px);
  transform: translate(0.5em, -50%);
}

@keyframes tooltips-vert {
  to {
    opacity: 0.9;
    transform: translate(-50%, 0);
  }
}
@keyframes tooltips-horz {
  to {
    opacity: 0.9;
    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 {
  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 {
  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 5px 5px 0px;
  display: block;
  float: left;
}
.category a {
  padding: 0.7em 1em 0.5em;
  display: block;
  color: #333;
  box-sizing: border-box;
  border-radius: 5px;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}
.category a:hover, .category a:focus {
  color: #FFF;
  background: #337c80;
  box-shadow: none;
}
.category a.active {
  color: #FFF;
  background: #337c80;
  position: relative;
}
.category a.active:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: 0 0px 0px 2px #fec003;
  border-radius: 5px;
  display: none;
}
.category a.active:focus:before {
  display: block;
}
.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: flex;
  flex-wrap: wrap;
  margin-left: 20px;
}
div.tag ul li {
  margin: 0 0.2em 0.2em 0;
  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: #337c80;
  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;
  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);
  box-shadow: none;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

.align-baseline {
  vertical-align: baseline;
}

.word_nowrap {
  white-space: nowrap;
}

span.file_doc a {
  color: #fff;
  font-weight: bold;
  padding: 1em 0.8em !important;
  border-radius: 3px;
  min-width: 50px;
  text-align: center;
}
span.file_doc a:hover, span.file_doc a:focus {
  color: #fff;
}

span.file_docx a {
  color: #fff;
  font-weight: bold;
  padding: 1em 0.8em !important;
  border-radius: 3px;
  min-width: 50px;
  text-align: center;
}
span.file_docx a:hover, span.file_docx a:focus {
  color: #fff;
}

span.file_odt a {
  color: #fff;
  font-weight: bold;
  padding: 1em 0.8em !important;
  border-radius: 3px;
  min-width: 50px;
  text-align: center;
}
span.file_odt a:hover, span.file_odt a:focus {
  color: #fff;
}

span.file_xls a {
  color: #fff;
  font-weight: bold;
  padding: 1em 0.8em !important;
  border-radius: 3px;
  min-width: 50px;
  text-align: center;
}
span.file_xls a:hover, span.file_xls a:focus {
  color: #fff;
}

span.file_xlsx a {
  color: #fff;
  font-weight: bold;
  padding: 1em 0.8em !important;
  border-radius: 3px;
  min-width: 50px;
  text-align: center;
}
span.file_xlsx a:hover, span.file_xlsx a:focus {
  color: #fff;
}

span.file_csv a {
  color: #fff;
  font-weight: bold;
  padding: 1em 0.8em !important;
  border-radius: 3px;
  min-width: 50px;
  text-align: center;
}
span.file_csv a:hover, span.file_csv a:focus {
  color: #fff;
}

span.file_ods a {
  color: #fff;
  font-weight: bold;
  padding: 1em 0.8em !important;
  border-radius: 3px;
  min-width: 50px;
  text-align: center;
}
span.file_ods a:hover, span.file_ods a:focus {
  color: #fff;
}

span.file_ppt a {
  color: #fff;
  font-weight: bold;
  padding: 1em 0.8em !important;
  border-radius: 3px;
  min-width: 50px;
  text-align: center;
}
span.file_ppt a:hover, span.file_ppt a:focus {
  color: #fff;
}

span.file_pptx a {
  color: #fff;
  font-weight: bold;
  padding: 1em 0.8em !important;
  border-radius: 3px;
  min-width: 50px;
  text-align: center;
}
span.file_pptx a:hover, span.file_pptx a:focus {
  color: #fff;
}

span.file_odp a {
  color: #fff;
  font-weight: bold;
  padding: 1em 0.8em !important;
  border-radius: 3px;
  min-width: 50px;
  text-align: center;
}
span.file_odp a:hover, span.file_odp a:focus {
  color: #fff;
}

span.file_zip a {
  color: #fff;
  font-weight: bold;
  padding: 1em 0.8em !important;
  border-radius: 3px;
  min-width: 50px;
  text-align: center;
}
span.file_zip a:hover, span.file_zip a:focus {
  color: #fff;
}

span.file_txt a {
  color: #fff;
  font-weight: bold;
  padding: 1em 0.8em !important;
  border-radius: 3px;
  min-width: 50px;
  text-align: center;
}
span.file_txt a:hover, span.file_txt a:focus {
  color: #fff;
}

span.file_mov a {
  color: #fff;
  font-weight: bold;
  padding: 1em 0.8em !important;
  border-radius: 3px;
  min-width: 50px;
  text-align: center;
}
span.file_mov a:hover, span.file_mov a:focus {
  color: #fff;
}

span.file_mp3 a {
  color: #fff;
  font-weight: bold;
  padding: 1em 0.8em !important;
  border-radius: 3px;
  min-width: 50px;
  text-align: center;
}
span.file_mp3 a:hover, span.file_mp3 a:focus {
  color: #fff;
}

span.file_jpg a {
  color: #fff;
  font-weight: bold;
  padding: 1em 0.8em !important;
  border-radius: 3px;
  min-width: 50px;
  text-align: center;
}
span.file_jpg a:hover, span.file_jpg a:focus {
  color: #fff;
}

span.file_wmv a {
  color: #fff;
  font-weight: bold;
  padding: 1em 0.8em !important;
  border-radius: 3px;
  min-width: 50px;
  text-align: center;
}
span.file_wmv a:hover, span.file_wmv a:focus {
  color: #fff;
}

span.file_mp4 a {
  color: #fff;
  font-weight: bold;
  padding: 1em 0.8em !important;
  border-radius: 3px;
  min-width: 50px;
  text-align: center;
}
span.file_mp4 a:hover, span.file_mp4 a:focus {
  color: #fff;
}

span.file_pdf a {
  color: #fff;
  font-weight: bold;
  padding: 1em 0.8em !important;
  border-radius: 3px;
  min-width: 50px;
  text-align: center;
}
span.file_pdf a:hover, span.file_pdf a:focus {
  color: #fff;
}

span.file_other a {
  color: #fff;
  font-weight: bold;
  padding: 1em 0.8em !important;
  border-radius: 3px;
  min-width: 50px;
  text-align: center;
}
span.file_other a:hover, span.file_other a:focus {
  color: #fff;
}

span.file_rar a {
  color: #fff;
  font-weight: bold;
  padding: 1em 0.8em !important;
  border-radius: 3px;
  min-width: 50px;
  text-align: center;
}
span.file_rar a:hover, span.file_rar a:focus {
  color: #fff;
}

span.file_doc a, span.file_docx a, span.file_odt a {
  background: #275cb7;
}
span.file_doc a:hover, span.file_doc a:focus, span.file_docx a:hover, span.file_docx a:focus, span.file_odt a:hover, span.file_odt a:focus {
  background: rgb(34.5202702703, 81.4324324324, 161.9797297297);
}
span.file_xls a, span.file_xlsx a, span.file_csv a, span.file_ods a {
  background: #387947;
}
span.file_xls a:hover, span.file_xls a:focus, span.file_xlsx a:hover, span.file_xlsx a:focus, span.file_csv a:hover, span.file_csv a:focus, span.file_ods a:hover, span.file_ods a:focus {
  background: rgb(47.9322033898, 103.5677966102, 60.7711864407);
}
span.file_ppt a, span.file_pptx a, span.file_odp a, span.file_pdf a {
  background: #c55a3b;
}
span.file_ppt a:hover, span.file_ppt a:focus, span.file_pptx a:hover, span.file_pptx a:focus, span.file_odp a:hover, span.file_odp a:focus, span.file_pdf a:hover, span.file_pdf a:focus {
  background: rgb(177.8661417323, 80.7657480315, 52.6338582677);
}
span.file_pdf a {
  background: #c00;
}
span.file_pdf a:hover, span.file_pdf a:focus {
  background: rgb(178.5, 0, 0);
}
span.file_zip a, span.file_rar a {
  background: #eb712e;
}
span.file_zip a:hover, span.file_zip a:focus, span.file_rar a:hover, span.file_rar a:focus {
  background: rgb(232.7729257642, 97.1877729258, 22.7270742358);
}
span.file_txt a, span.file_other a {
  background: #555;
}
span.file_txt a:hover, span.file_txt a:focus, span.file_other a:hover, span.file_other a:focus {
  background: rgb(72.25, 72.25, 72.25);
}
span.file_mov a {
  background: #009999;
}
span.file_mov a:hover, span.file_mov a:focus {
  background: rgb(0, 127.5, 127.5);
}
span.file_mp3 a, span.file_mp4 a {
  background: #088ecc;
}
span.file_mp3 a:hover, span.file_mp3 a:focus, span.file_mp4 a:hover, span.file_mp4 a:focus {
  background: rgb(7.0377358491, 124.9198113208, 179.4622641509);
}
span.file_jpg a {
  background: #6c29a4;
}
span.file_jpg a:hover, span.file_jpg a:focus {
  background: rgb(94.5658536585, 35.9, 143.6);
}
span.file_wmv a {
  background: #430a1f;
}
span.file_wmv a:hover, span.file_wmv a:focus {
  background: rgb(44.8116883117, 6.6883116883, 20.7337662338);
}

.header {
  position: relative;
  z-index: 99;
  background: #FFF;
  background-image: url("../images/headerbg.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .header {
    position: fixed;
    width: 100%;
    box-shadow: 0px 2px 5px RGBA(0, 0, 0, 0.3);
  }
}
.header.chinesenewyear {
  background-image: url("../images/header_chinesenewyear_e.png");
  background-size: auto;
  background-position: center top;
}
@media screen and (max-width: 767px) {
  .header.chinesenewyear {
    background-position: left -10px;
  }
}
@media screen and (max-width: 575px) {
  .header.chinesenewyear {
    background-position: -200px -10px;
  }
}
.header.newyear {
  background-image: url("../images/header_newyear_e.png");
  background-size: auto;
  background-position: center top;
}
@media screen and (max-width: 1399px) {
  .header.newyear {
    background-position: left top;
  }
}
@media screen and (max-width: 767px) {
  .header.newyear {
    background-position: 100%;
  }
}
.header.laborday {
  background-image: url("../images/header_laborday_e.png");
  background-size: auto;
  background-position: center top;
}
@media (max-width: 1200px) {
  .header.laborday {
    background-position: 60px top;
  }
}
@media screen and (max-width: 767px) {
  .header.laborday {
    background-image: url("../images/header_laborday_e2.png");
    background-position: center;
    background-size: 100%;
  }
}
.header.dragon_boat {
  background-image: url("../images/header_dragon_boat_e.png");
  background-size: auto;
  background-position: center top;
}
@media (max-width: 1200px) {
  .header.dragon_boat {
    background-position: right top;
  }
}
@media screen and (max-width: 767px) {
  .header.dragon_boat {
    background-image: url("../images/header_dragon_boat_e2.png");
    background-position: center;
    background-size: 100%;
  }
}
.header.mid_autumn {
  background-image: url("../images/header_mid_autumn_e.png");
  background-size: auto;
  background-position: center top;
}
@media (max-width: 1200px) {
  .header.mid_autumn {
    background-position: right top;
  }
}
@media screen and (max-width: 767px) {
  .header.mid_autumn {
    background-image: url("../images/header_mid_autumn_e2.png");
    background-position: center;
    background-size: 100%;
  }
}
.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;
  box-shadow: none;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .header > .container .searchCtrl, .header > .container .sidebarCtrl {
    display: block !important;
    background: rgba(255, 255, 255, 0.8);
  }
}
.header > .container {
  max-width: 1200px;
  overflow: visible;
  position: relative;
  padding: 0;
}
.header > .container .sidebarCtrl {
  display: none;
  left: 0px;
}
.header > .container .sidebarCtrl span {
  position: absolute;
  background: #337c80;
  width: 50%;
  height: 3px;
  top: 20px;
  left: 50%;
  margin-left: -25%;
  display: block;
}
.header > .container .sidebarCtrl span:nth-child(2) {
  top: 28px;
}
.header > .container .sidebarCtrl span:nth-child(3) {
  top: 36px;
}
.header > .container .searchCtrl {
  display: none;
  right: 0px;
  top: 0px;
  font-size: 0.562em;
  width: 50px;
  padding: 36px 0 0 0;
  color: #337c80;
}
.header > .container .searchCtrl:before {
  width: 40px;
  height: 40px;
  background: url("../images/icon_search.svg") no-repeat center center;
  background-size: 35px;
  opacity: 1;
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
}
.header > .container .customerCtrl {
  display: none;
}
.header h1 {
  float: left;
  width: 450px;
  height: 72px;
  margin: 0 0 20px;
  padding: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 1399px) {
  .header h1 {
    margin: 0 0 20px 30px;
  }
}
.header h1 a {
  display: inline-block;
}
.header h1 img {
  display: block;
  width: 450px;
  height: 72px;
}
@media screen and (max-width: 767px) {
  .header h1 {
    padding: 2px 60px;
    width: 100%;
    text-align: center;
    height: 60px;
    margin: 0;
  }
  .header h1 img {
    width: 100%;
    height: 60px;
    margin: 0px auto;
  }
}
.header .navigation {
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
}
@media screen and (max-width: 767px) {
  .header .navigation {
    display: none;
  }
}
.header .navigation.have_language {
  padding-right: 160px;
}
.header .navigation .navlist {
  flex: 1 1 auto;
  margin: 0.1em 0.5em 0 0;
}
.header .navigation .navlist ul {
  padding: 0;
  margin: 0;
  font-size: 0.875em;
  list-style: none;
  display: flex;
  justify-content: flex-end;
}
.header .navigation .navlist li {
  flex: 0 0 auto;
  position: relative;
}
.header .navigation .navlist li:first-child:before {
  display: none;
}
.header .navigation .navlist li:before {
  content: "";
  width: 1px;
  height: 12px;
  background-color: #333;
  position: absolute;
  left: 0;
  top: 12px;
}
.header .navigation .navlist li a {
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #222;
  text-decoration: none;
}
.header .navigation .navlist li a:hover, .header .navigation .navlist li a:focus {
  color: #337c80;
  cursor: pointer;
}
.header .navigation .language {
  position: absolute;
  right: 15px;
  top: 0.35em;
  font-size: 0.75em;
}
.header .navigation .font_size {
  flex: 0 1 7em;
  flex-basis: 7em;
}
.header .navigation .font_size span {
  font-size: 0;
}
.header .functionbtn_block {
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}
.header .functionbtn_block button {
  margin: 0 10px 0 0;
}
.header .functionbtn_block .menu_btn {
  background-image: url("../images/icon_menu.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 36px;
  height: 36px;
  font-size: 0;
  border: none;
  padding: 0;
  color: #fff;
  background-color: transparent;
}
.header .functionbtn_block .search_btn {
  background-image: url("../images/icon_search.svg");
  background-repeat: no-repeat;
  background-position: center 5px;
  background-size: 40px;
  width: 50px;
  font-size: 0.688em;
  font-weight: bolder;
  border: none;
  padding: 36px 0 0 0;
  color: #337c80;
  background-color: transparent;
  cursor: pointer;
  display: block;
}
@media screen and (max-width: 767px) {
  .header .functionbtn_block .search_btn {
    display: none;
  }
}
.header .functionbtn_block .customer_service_btn {
  background-image: url("../images/icon_customer_service.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  height: 36px;
  font-size: 0;
  border: none;
  padding: 0;
  color: #fff;
  background-color: transparent;
}

.search {
  justify-content: space-between;
  flex-wrap: wrap;
  vertical-align: top;
  font-size: 1em;
  margin: 1em 0.5em;
  box-sizing: border-box;
  position: absolute;
  width: auto;
  top: 45px;
  right: 0;
  background-color: #7ed5e0;
  padding: 17px 20px 0px;
  border-radius: 10px;
  z-index: 100;
  display: none;
}
@media screen and (max-width: 767px) {
  .search {
    display: none;
  }
}
.search .leftblock {
  float: left;
  width: 100%;
}
.search .leftblock .form_grp {
  float: left;
  margin: 0 0 1em;
}
.search .leftblock .form_grp label {
  font-size: 0;
  line-height: 1em;
  float: left;
}
.search .leftblock .form_grp input[type=text] {
  background-color: #fff;
  border: 1px solid #fff;
  margin: 0;
  width: 150px;
}
.search .leftblock .form_grp input[type=text]:focus {
  background-color: rgb(254.8063241107, 242.7984189723, 206.1936758893);
}
.search .leftblock .form_grp input {
  margin: 0 5px 0 0;
  padding: 0.3em;
  box-shadow: none;
  width: auto;
}
.search .leftblock .form_grp input[type=submit] {
  min-width: auto;
  padding: 0.3em 0.8em;
}
.search .leftblock .form_grp input:focus {
  box-shadow: 0 0px 0px 2px #fec003;
}
.search .leftblock .btn_grp {
  float: left;
  padding: 0;
  margin: 0;
}
.search .leftblock .btn_grp input, .search .leftblock .btn_grp input[type=submit] {
  min-width: auto;
  padding: 0.3em 0.8em;
  margin: 0;
}
.search .leftblock .keywordHot {
  clear: both;
  float: none;
  margin: 0 0 10px 0;
}
.search .leftblock .keywordHot .title {
  margin-bottom: 2px;
  font-weight: bolder;
}
.search .leftblock .keywordHot ul {
  line-height: 1.65em;
  margin: 0 0 8px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style-type: none;
}
.search .leftblock .keywordHot ul li {
  margin: 0;
  padding: 0 1em 0 0;
  flex: 0 0 auto;
  position: relative;
}
.search .leftblock .keywordHot ul li:after {
  content: "、";
  color: #222;
  position: absolute;
  right: 0px;
  top: 0px;
}
.search .leftblock .keywordHot ul li:last-child:after {
  display: none;
}
.search .leftblock .keywordHot ul a {
  color: #222;
}
.search .leftblock .keywordHot ul a:hover {
  text-decoration: underline;
}
.search .rightblock {
  float: left;
  width: 40%;
}
@media screen and (max-width: 991px) {
  .search .rightblock {
    width: 100%;
    padding-top: 20px;
    border-top: 1px solid #fff;
  }
}
.search .rightblock .important_link {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: stretch;
}
.search .rightblock .important_link div {
  flex: none;
  flex-basis: 46%;
  margin: 0 2%;
  color: #000;
  position: relative;
}
.search .rightblock .important_link div a {
  color: #000;
  background-color: rgba(255, 255, 255, 0.4);
  display: block;
  padding: 8px;
  border-radius: 10px;
  transition: 0.5s;
  height: 100%;
  text-align: center;
}
.search .rightblock .important_link div a img {
  width: 100%;
  height: 54px;
  margin-bottom: 8px;
  display: block;
}
.search .rightblock .important_link div a:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.search.m_search {
  width: 100% !important;
  max-width: 100% !important;
  min-width: auto;
  padding: 1em;
  display: block;
  height: auto;
  position: fixed;
  top: 60px;
  left: 0;
  z-index: 98;
  background: #7ed5e0;
  display: none;
  margin: 0;
  border-radius: 0;
}
.search.m_search label {
  font-size: 0em;
  line-height: 0;
}
.search.m_search .form_grp {
  display: flex;
  float: none;
  margin: 0;
}
.search.m_search .form_grp label {
  display: none;
  flex: 0 0 0%;
}
.search.m_search .form_grp input {
  margin: 0.5em;
  padding: 0.5em;
  flex: 1 1 50%;
}
.search.m_search .form_grp input[type=submit] {
  flex: 0 1 15%;
  margin: 0;
}
.search.m_search .form_grp input[type=text] {
  margin: 0 7px 0 0;
}
.search.m_search .btn_grp {
  flex: 1 1 auto;
  padding: 0.5em 0;
  box-sizing: border-box;
  float: none;
  margin: 0 0 10px;
}
.search.m_search .btn_grp input {
  width: 100% !important;
  padding: 0.6em 0.5em !important;
  margin: 0;
}
.search.m_search .keywordHot ul {
  justify-content: flex-start;
}
.search.m_search .keywordHot a {
  color: #FFF;
}
.search.m_search .keywordHot a:hover, .search.m_search .keywordHot a:focus {
  color: #337c80;
}

.hamburger_menu {
  padding: 0;
  border: none;
}
@media screen and (max-width: 767px) {
  .hamburger_menu {
    display: none;
  }
}
.hamburger_menu .line {
  width: 28px;
  height: 3px;
  background-color: #337c80;
  display: block;
  margin: 5px auto;
  transition: all 0.3s ease-in-out;
}

.menu_close {
  padding: 0;
  border: none;
  position: fixed;
  top: 1em;
  right: 1em;
  background-color: transparent;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .menu_close {
    display: none;
  }
}
.menu_close .line {
  width: 30px;
  height: 3px;
  background-color: #fff;
  display: block;
  margin: 5px auto;
  transition: all 0.3s ease-in-out;
}
.menu_close .line:nth-child(2) {
  opacity: 0;
}
.menu_close .line:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}
.menu_close .line:nth-child(3) {
  transform: translateY(-11px) rotate(-45deg);
}

.header.fixed {
  position: fixed;
  width: 100%;
  right: 0;
  top: 0;
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 25px;
  background: rgba(0, 0, 0, 0.9);
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .header.fixed {
    background: #FFF;
  }
}
.header.fixed .menu > ul > li > a {
  color: #FFF;
}
.header.fixed .megamenu > ul > li > a {
  color: #FFF;
}

.menu {
  box-sizing: border-box;
  position: relative;
  z-index: 99;
  clear: both;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 4em 0;
  display: none;
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  .menu {
    display: none;
  }
}
.menu > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.menu > ul > li {
  flex: 0 1 18%;
  flex-basis: 18%;
  margin: 0 1%;
}
@media screen and (max-width: 991px) {
  .menu > ul > li {
    flex: 0 1 19%;
    flex-basis: 19%;
  }
}
.menu > ul > li > a {
  display: block;
  padding: 0 1em 5px;
  min-height: 2.5em;
  font-weight: bold;
  line-height: 1.5em;
  color: rgb(58.2653631285, 146.2346368715, 83.3994413408);
  font-size: 1.25em;
  border-bottom: 2px solid #fff;
}
.menu > ul > li.hasChild > a:after {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  top: 10px;
  right: 0;
  border: 2px solid #338049;
  transform: rotate(135deg);
  border-bottom: none;
  border-left: none;
}
.menu > ul > li:hover > a {
  color: rgb(65.530726257, 164.469273743, 93.7988826816);
  border-bottom: 2px solid rgb(65.530726257, 164.469273743, 93.7988826816);
}
.menu > ul > li:hover > a:after {
  border: rgb(65.530726257, 164.469273743, 93.7988826816);
  border: 2px solid #338049;
  transform: rotate(135deg);
  border-bottom: none;
  border-left: none;
}
.menu ul li {
  position: relative;
}
.menu ul li a {
  display: block;
  outline: none;
  text-decoration: none;
}
.menu ul li ul {
  overflow: visible;
  width: 99%;
  padding: 1em 0 0 0;
  z-index: 999999;
  position: absolute;
  top: auto;
  left: 0;
  list-style: none;
  text-align: left;
  font-size: 0.875em;
}
.menu ul li ul li {
  float: none;
}
.menu ul li ul li a {
  padding: 0.6em 1.2em;
  color: #fff;
  font-weight: bold;
}
.menu ul li ul li a:hover, .menu ul li ul li a:focus {
  background: #338049;
}
.menu ul li ul li.hasChild > ul {
  z-index: 999;
}
.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: #338049;
}
.menu ul li ul li.hasChild > a:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 1.3em;
  width: 6px;
  height: 6px;
  border: 2px solid #fff;
  transform: rotate(45deg);
  border-bottom: none;
  border-left: none;
}
.menu ul li ul ul {
  top: 0;
  left: 100%;
  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);
  box-sizing: border-box;
}
.sidebar .menu {
  display: block;
  position: relative;
  width: auto;
  height: auto;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  padding: 0;
  overflow-y: 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: #337c80;
  overflow: hidden;
  overflow-y: auto;
  z-index: 9999;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(0, 0, 0);
  box-sizing: border-box;
}
.sidebar .m_area:before {
  content: "";
  width: 280px;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  width: 100%;
  height: 3em;
  background: #337c80;
  padding: 0 1em;
  line-height: 3em;
  box-sizing: border-box;
}
.sidebar .m_area .menu {
  width: 100%;
  box-shadow: 0px 0px 4px RGBA(0, 0, 0, 0.4);
  margin-bottom: 1em;
  background: #ccc;
}
.sidebar .m_area .menu a {
  display: block;
  color: #222;
  text-decoration: none;
  transition: 0.4s ease-out;
  text-align: left;
}
.sidebar .m_area .menu ul {
  display: flex;
}
.sidebar .m_area .menu ul li {
  flex: 1 1 100%;
  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;
  transform: rotate(45deg);
  border-top: none;
  border-left: none;
  transition: 0.3s;
}
.sidebar .m_area .menu ul li ul {
  display: none;
  position: relative;
  width: 100%;
  background-color: transparent;
  font-size: 1em;
  padding: 0;
}
.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: 50%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.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);
  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: rgb(21.938547486, 53.3407821229, 55.061452514);
}
.sidebar .navigation .language {
  position: relative;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
.sidebar .navigation .language a {
  padding: 0.6em 1em;
  background: rgba(0, 0, 0, 0.4);
}
.sidebar .navigation .language a:after {
  top: 1.3em;
}
.sidebar .navigation .language a:before {
  top: 0.8em;
}
.sidebar .navigation .language ul {
  width: 100%;
  margin: 0;
  position: relative;
  top: 0;
  padding: 0;
  border: none;
  background: none;
}
.sidebar .navigation .language ul li {
  width: 100% !important;
}
.sidebar .navigation .language ul li a {
  border: none;
  background: rgba(0, 0, 0, 0.4);
}
.sidebar button.popular_btn {
  border: 2px solid #337c80;
  background-color: #fff;
  color: #337c80;
  font-weight: bold;
  padding: 0.5em 0.5em;
  transition: 0.5s;
  display: block;
  width: 90%;
  margin: 1em auto;
}
.sidebar button.popular_btn:hover {
  background: rgb(21.938547486, 53.3407821229, 55.061452514);
  color: #fff;
}
.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;
  transform: rotate(45deg);
  border-right: none;
  border-top: none;
}

@keyframes showMenu {
  0% {
    left: 20px;
  }
  100% {
    left: 0px;
  }
}
.megamenu {
  box-sizing: border-box;
  position: relative;
  z-index: 99;
  clear: both;
}
@media screen and (max-width: 767px) {
  .megamenu {
    display: none;
  }
}
.megamenu > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.megamenu > ul > li {
  flex: 0 1 auto;
}
.megamenu > ul > li > a {
  display: block;
  padding: 0 1.2em;
  min-height: 2.5em;
  font-weight: bold;
  line-height: 2.5em;
  color: #222;
  font-size: 1.125em;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (max-width: 991px) {
  .megamenu > ul > li > a {
    padding: 0 0.8em;
  }
}
@media (max-width: 880px) {
  .megamenu > ul > li > a {
    padding: 0 0.3em;
  }
}
.megamenu > ul > li.hasChild > a:after {
  content: "";
  width: 4px;
  height: 4px;
  display: inline-block;
  margin-left: 0.5em;
  vertical-align: middle;
  border: 2px solid #888888;
  transform: rotate(135deg);
  border-bottom: none;
  border-left: none;
  margin-bottom: 0.2em;
}
.megamenu > ul > li:hover > a {
  color: #337c80;
}
.megamenu > ul > li:hover > a:before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #337c80;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.megamenu ul li a {
  display: block;
  outline: none;
  text-decoration: none;
}
.megamenu ul li ul {
  display: flex;
  overflow: visible;
  width: 100%;
  background: rgb(213, 229, 232);
  background: linear-gradient(0deg, rgb(213, 229, 232) 0%, rgb(227, 235, 238) 100%, rgb(103, 172, 176) 158%);
  padding: 20px 15px;
  margin: 0;
  z-index: 999999;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  list-style: none;
  text-align: left;
  align-items: flex-start;
  flex-wrap: wrap;
  border-bottom: 4px solid #337c80;
}
.megamenu ul li ul li {
  flex: none;
  flex-basis: 23%;
  margin: 0 1%;
  padding: 0;
}
.megamenu ul li ul li a {
  padding: 0.6em 1.2em;
  color: #222;
  font-weight: bold;
  box-sizing: border-box;
  font-size: 1.125em;
}
.megamenu ul li ul li a:hover, .megamenu ul li ul li a:focus {
  background-color: #c8e3e1;
}
.megamenu ul li ul li ul {
  margin: 0 0 20px;
  padding: 0 !important;
  background: #fff;
}
.megamenu ul li ul li ul li {
  margin: 0;
  padding: 0;
}
.megamenu ul li ul li ul li a {
  padding: 0.8em 1.2em;
  color: #000;
}
.megamenu ul li ul li ul li a:hover, .megamenu ul li ul li ul li a:focus {
  color: #fff;
}
.megamenu ul li ul li ul li ul {
  margin: 0;
  padding: 0 !important;
}
.megamenu ul li ul li ul li ul li a {
  padding: 0.8em 1.2em 0.8em 2.2em;
}
.megamenu ul li ul li.hasChild > ul {
  position: relative;
  z-index: 999;
  top: 0;
  left: 0;
  animation: none;
  display: block;
}
.megamenu ul li ul li.hasChild > ul li {
  display: block;
  width: 100%;
}
.megamenu ul li ul li.hasChild > ul li > a:hover, .megamenu ul li ul li.hasChild > ul li > a:focus {
  background: #337c80;
}
.megamenu ul li ul ul {
  top: 0;
  left: 100%;
  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);
  box-sizing: border-box;
}
.sidebar .megamenu {
  display: block;
}
.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: #337c80;
  overflow: hidden;
  overflow-y: auto;
  z-index: 9999;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(0, 0, 0);
  box-sizing: border-box;
}
.sidebar .m_area:before {
  content: "";
  width: 280px;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  width: 100%;
  height: 3em;
  background: #337c80;
  padding: 0 1em;
  line-height: 3em;
  box-sizing: border-box;
}
.sidebar .m_area .megamenu {
  width: 100%;
  box-shadow: 0px 0px 4px RGBA(0, 0, 0, 0.4);
  margin-bottom: 1em;
  background: #ccc;
}
.sidebar .m_area .megamenu a {
  display: block;
  color: #222;
  text-decoration: none;
  transition: 0.4s ease-out;
  text-align: left;
}
.sidebar .m_area .megamenu ul {
  display: flex;
}
.sidebar .m_area .megamenu ul li {
  flex: 1 1 100%;
  flex-direction: column;
}
.sidebar .m_area .megamenu ul li > a {
  padding: 0.5em 1em;
  min-height: 2em;
  line-height: 2em;
  background: #fff;
  border-bottom: 1px solid #ccc;
}
.sidebar .m_area .megamenu ul li.hasChild > a {
  padding: 0.5em 1em;
  color: #222;
  background: #fff;
  padding-right: 36px;
  position: relative;
}
.sidebar .m_area .megamenu ul li.hasChild > a.open:after {
  transform: rotate(45deg);
}
.sidebar .m_area .megamenu 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;
  transform: rotate(-45deg);
  border-top: none;
  border-left: none;
  transition: 0.3s;
}
.sidebar .m_area .megamenu ul li ul {
  display: none;
  position: relative;
  width: 100%;
  padding: 0;
  background-color: transparent;
  font-size: 0.938em;
}
.sidebar .m_area .megamenu 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;
  border-radius: 0;
  position: relative;
}
.sidebar .m_area .megamenu ul li ul li a:hover, .sidebar .m_area .megamenu ul li ul li a:focus {
  color: #000;
  background: #ccc;
}
.sidebar .m_area .megamenu ul li ul li a.specialZoneStyle {
  padding: 0.5em 1em 0.5em 2em !important;
}
.sidebar .m_area .megamenu ul li ul li a.specialZoneStyle:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #f6b801;
  position: absolute;
  left: 16px;
  top: 16px;
}
.sidebar .m_area .megamenu ul li ul li.hasChild > a {
  background: #eee;
}
.sidebar .m_area .megamenu ul li ul li 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 .megamenu ul li ul li li a:hover, .sidebar .m_area .megamenu ul li ul li li a:focus {
  background: rgba(0, 0, 0, 0.25) !important;
}
.sidebar .m_area .megamenu ul li ul li 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: 50%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.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);
  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: rgb(21.938547486, 53.3407821229, 55.061452514);
}
.sidebar .navigation .language {
  position: relative;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
.sidebar .navigation .language a {
  padding: 0.6em 1em;
  background: rgba(0, 0, 0, 0.4);
}
.sidebar .navigation .language a:after {
  top: 1.3em;
}
.sidebar .navigation .language a:before {
  top: 0.8em;
}
.sidebar .navigation .language ul {
  width: 100%;
  margin: 0;
  position: relative;
  top: 0;
  padding: 0;
  border: none;
  background: none;
}
.sidebar .navigation .language ul li {
  width: 100% !important;
}
.sidebar .navigation .language ul li a {
  border: none;
  background: rgba(0, 0, 0, 0.4);
}
.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;
  transform: rotate(45deg);
  border-right: none;
  border-top: none;
}

@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;
  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;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: none;
  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 {
  box-sizing: border-box;
  clear: both;
  text-align: left;
  font-size: 0.938em;
  padding: 0;
  background-color: #dddddd;
  position: relative;
}
footer .container {
  max-width: 100%;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
footer a {
  text-decoration: none;
  color: #337c80;
}
footer a:hover, footer a:focus {
  color: #337c80;
  text-decoration: underline;
}
footer .footer_whitebg {
  background-color: #fff;
  flex: auto;
  flex-basis: 100%;
  padding: 40px 0;
}
footer .footer_whitebg .footer_group_top {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 1399px) {
  footer .footer_whitebg .footer_group_top {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer_whitebg .footer_group_top {
    display: block;
  }
}
footer .footer_whitebg .footer_group_top .footer_logo {
  flex: none;
  flex-basis: 50%;
  max-width: 50%;
}
footer .footer_whitebg .footer_group_top .footer_logo img {
  width: 80%;
}
@media screen and (max-width: 767px) {
  footer .footer_whitebg .footer_group_top .footer_logo {
    flex-basis: 100%;
    max-width: 100%;
    text-align: center;
  }
  footer .footer_whitebg .footer_group_top .footer_logo img {
    width: 60%;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 575px) {
  footer .footer_whitebg .footer_group_top .footer_logo img {
    width: 80%;
  }
}
@media (max-width: 400px) {
  footer .footer_whitebg .footer_group_top .footer_logo img {
    width: 100%;
  }
}
footer .footer_whitebg .footer_group_top .footer_share {
  flex: auto;
}
@media screen and (max-width: 767px) {
  footer .footer_whitebg .footer_group_top .footer_share {
    flex-basis: 100%;
    max-width: 100%;
    text-align: center;
  }
}
footer .footer_whitebg .footer_group_top .footer_share ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  footer .footer_whitebg .footer_group_top .footer_share ul {
    justify-content: center;
  }
}
footer .footer_whitebg .footer_group_top .footer_share ul li {
  margin: 0 5px;
}
footer .footer_whitebg .footer_group_top .footer_share ul li img {
  width: 50px;
  height: 50px;
}
footer .footer_content {
  flex: auto;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  padding: 40px 0;
}
@media screen and (max-width: 1399px) {
  footer .footer_content {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer_content {
    display: block;
  }
}
footer .footer_content .footer_info {
  flex: auto;
}
@media screen and (max-width: 767px) {
  footer .footer_content .footer_info {
    flex: auto;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
footer .footer_content .footer_icon {
  flex: 0 0 300px;
  flex-basis: 300px;
  max-width: 300px;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  footer .footer_content .footer_icon {
    flex: auto;
    flex-basis: 100%;
    max-width: 100%;
  }
}
footer .footer_link {
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both;
  display: flex;
  margin-bottom: 15px;
}
@media screen and (max-width: 575px) {
  footer .footer_link {
    flex-direction: column;
  }
}
footer .footer_link li {
  flex: 0 1 auto;
  margin: 0px 5px 5px 0px;
}
@media screen and (max-width: 575px) {
  footer .footer_link li {
    flex: 1 1 100%;
  }
}
footer .footer_link li a {
  display: block;
  padding: 0.5em 1em;
  background: #ccc;
  color: #222;
  border-radius: 4px;
  text-align: center;
  transition: all 0.3s ease-out;
}
footer .footer_link li a:hover, footer .footer_link li a:focus {
  background: #666;
  color: #fff;
  text-decoration: none;
}
footer p {
  line-height: 1.7em;
  margin: 0 0 5px;
}
footer .update,
footer .counter {
  display: inline-block;
  margin-right: 5px;
}
footer .update em,
footer .counter em {
  font-style: normal;
  color: #337c80;
  padding: 0 0.5em;
}
footer .footer_icon a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-left: 8px;
}
footer .footer_icon a:focus:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0px 0px 0px 1px #337c80 inset;
  z-index: 99;
}
footer .footer_icon img {
  max-width: 120px;
}

.fatfooter {
  overflow: hidden;
  padding-bottom: 1em;
  margin: 0 auto;
  background-color: #0c6d73;
  background-image: url("../images/fatfooter_bg.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .fatfooter {
    display: none;
  }
}
.fatfooter .container {
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
.fatfooter .btn-fatfooter {
  font-size: 0.813em;
  display: block;
  min-width: 4em;
  color: #FFF;
  border: none;
  background: rgb(202, 76, 4);
  background: linear-gradient(160deg, rgb(202, 76, 4) 19%, rgb(189, 78, 15) 77%);
  position: absolute;
  top: -4px;
  right: 1%;
  z-index: 90;
  text-indent: -9999px;
  border-radius: 0;
}
.fatfooter .btn-fatfooter:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border: 2px solid #FFF;
  border-left: none;
  border-bottom: none;
  transform: rotate(-45deg);
  left: 50%;
  top: 12px;
  margin-left: -6px;
  transition: 0.3s ease-out;
}
.fatfooter .btn-fatfooter:hover, .fatfooter .btn-fatfooter:focus {
  background: #000;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  border: none;
  box-shadow: none;
  outline: none;
  border: none;
  cursor: pointer;
}
.fatfooter .btn-fatfooter.close:before {
  transform: rotate(135deg) !important;
  top: 5px;
}
.fatfooter nav {
  overflow: hidden;
  display: block;
  position: relative;
  padding: 5em 0;
  box-sizing: border-box;
}
.fatfooter nav ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 991px) {
  .fatfooter nav ul {
    flex-wrap: wrap;
  }
}
.fatfooter nav ul li {
  flex: none;
  flex-basis: 23%;
  margin: 0 1%;
  box-sizing: border-box;
  font-size: 1.125em;
}
@media screen and (max-width: 991px) {
  .fatfooter nav ul li {
    flex-basis: 23%;
    margin: 0 1%;
  }
}
.fatfooter nav ul li a {
  line-height: 1.5;
  display: block;
  font-weight: bold;
  padding: 0.5em 0px;
  letter-spacing: 0.05em;
  box-sizing: border-box;
  color: #fff;
}
.fatfooter nav ul li a:hover {
  box-shadow: none;
  color: #ffe926;
}
.fatfooter nav ul li a:focus {
  color: #ffe926;
}
.fatfooter nav ul li ul {
  display: block;
  margin: 0;
  padding: 5px 1em 0 0;
  border-top: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  .fatfooter nav ul li ul {
    width: auto;
  }
}
.fatfooter nav ul li ul li {
  font-size: 0.875em;
}
.fatfooter nav ul li ul li a {
  display: block;
  color: #fff;
  font-weight: normal;
  text-align: left;
  font-size: 0.938em;
  line-height: 1.5em;
  padding: 0.5em 0;
  background: none;
  border-bottom: none;
  letter-spacing: 0;
}
.fatfooter nav ul li ul ul {
  display: none;
}

select::-ms-expand {
  display: none;
}

.necessary {
  color: red;
  margin: 0px 0.2em;
}

.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: flex;
  flex-wrap: wrap;
}
.flex-form .form_grp.agree {
  border-bottom: none;
}
.flex-form .form_grp.agree label {
  width: auto;
  margin: 0 0.5em 0.5em 0;
}
.flex-form .form_title {
  max-width: 180px;
  flex: 0 0 180px;
  align-self: flex-start;
  padding: 0.3em 15px;
}
@media screen and (max-width: 767px) {
  .flex-form .form_title {
    max-width: 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;
    box-sizing: border-box;
  }
}
.flex-form .form_title + .form_content[class*=form_col] {
  flex-basis: calc(100% - 180px);
  max-width: calc(100% - 180px);
  padding-top: 0;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .flex-form .form_title + .form_content[class*=form_col] {
    flex-basis: 100%;
    max-width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
  }
}
.flex-form .form_content {
  display: flex;
  max-width: calc(100% - 180px);
  flex: auto;
  flex-basis: calc(100% - 180px);
  position: relative;
  min-height: 1px;
  overflow: hidden;
  flex-wrap: wrap;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .flex-form .form_content {
    max-width: 100%;
    flex-basis: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
  }
}
.flex-form .form_content *[class^=notice] {
  margin: 0 0.3em 0.3em 0.3em;
  width: calc(100% - 0.6em);
}
.flex-form .form_content.additional {
  flex-wrap: nowrap;
  align-items: center;
}
.flex-form .form_content.additional .checkbox {
  flex: 1 0 auto;
  width: auto;
  display: inline-flex;
  align-items: center;
}
.flex-form .form_content.additional .checkbox label {
  margin-bottom: 0;
}
.flex-form .form_content .help {
  font-size: 0.813em;
  color: #888;
  padding: 0 0.5em;
}
.flex-form .form_content .form_grp {
  flex: 0 0 100%;
  min-height: 2.5em;
  margin: 0;
}
.flex-form .form_content .form_grp .form_content {
  flex-shrink: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .flex-form .form_content .form_grp .form_content {
    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] {
  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.2em;
  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 {
  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 [class*=form_col] {
  flex-basis: 100%;
  max-width: 100%;
  align-items: center;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}
.flex-form [class*=form_col] > .form_grp {
  border-bottom: 0;
  padding-top: 0;
}
.flex-form [class*=form_col] label {
  position: relative;
  min-height: 1px;
  padding-left: 0.3em;
  padding-right: 0.3em;
  box-sizing: border-box;
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  .flex-form [class*=form_col] {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
}
.flex-form .form_col-6-6 > .form_grp {
  width: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-6-6 > .form_grp {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.flex-form .form_col-6-6 > input,
.flex-form .form_col-6-6 > select,
.flex-form .form_col-6-6 > label {
  width: calc(50% - 0.6em);
  flex-basis: calc(50% - 0.6em);
  max-width: calc(50% - 0.6em);
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-6-6 > input,
  .flex-form .form_col-6-6 > select,
  .flex-form .form_col-6-6 > label {
    width: calc(100% - 0.6em);
    flex-basis: calc(100% - 0.6em);
    max-width: calc(100% - 0.6em);
  }
}
.flex-form .form_col-4-4-4 > .form_grp {
  width: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-4-4-4 > .form_grp {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.flex-form .form_col-4-4-4 > input,
.flex-form .form_col-4-4-4 > select,
.flex-form .form_col-4-4-4 > label {
  width: calc(33.333% - 0.6em);
  flex-basis: calc(33.333% - 0.6em);
  max-width: calc(33.333% - 0.6em);
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-4-4-4 > input,
  .flex-form .form_col-4-4-4 > select,
  .flex-form .form_col-4-4-4 > label {
    width: calc(100% - 0.6em);
    flex-basis: calc(100% - 0.6em);
    max-width: calc(100% - 0.6em);
  }
}
.flex-form .form_col-3-3-3-3 > .form_grp {
  width: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
@media screen and (max-width: 767px) {
  .flex-form .form_col-3-3-3-3 > .form_grp {
    width: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-3-3-3-3 > .form_grp {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.flex-form .form_col-3-3-3-3 > input,
.flex-form .form_col-3-3-3-3 > select,
.flex-form .form_col-3-3-3-3 > label {
  width: calc(25% - 0.6em);
  flex-basis: calc(25% - 0.6em);
  max-width: calc(25% - 0.6em);
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-3-3-3-3 > input,
  .flex-form .form_col-3-3-3-3 > select,
  .flex-form .form_col-3-3-3-3 > label {
    width: calc(100% - 0.6em);
    flex-basis: calc(100% - 0.6em);
    max-width: calc(100% - 0.6em);
  }
}
.flex-form .form_col-2-2-2-2-2-2 > .form_grp {
  width: 16.6666666667%;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}
@media screen and (max-width: 767px) {
  .flex-form .form_col-2-2-2-2-2-2 > .form_grp {
    width: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
.flex-form .form_col-2-2-2-2-2-2 > input,
.flex-form .form_col-2-2-2-2-2-2 > select,
.flex-form .form_col-2-2-2-2-2-2 > label {
  width: calc(16.6666666667% - 0.6em);
  flex-basis: calc(16.6666666667% - 0.6em);
  max-width: calc(16.6666666667% - 0.6em);
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-2-2-2-2-2-2 > input,
  .flex-form .form_col-2-2-2-2-2-2 > select,
  .flex-form .form_col-2-2-2-2-2-2 > label {
    width: calc(50% - 0.6em);
    flex-basis: calc(50% - 0.6em);
    max-width: calc(50% - 0.6em);
  }
}
.flex-form .form_col-3-9 > .form_grp {
  width: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-3-9 > .form_grp {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.flex-form .form_col-3-9 > .form_grp:nth-child(2) {
  width: 75%;
  flex-basis: 75%;
  max-width: 75%;
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-3-9 > .form_grp:nth-child(2) {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.flex-form .form_col-3-9 > input,
.flex-form .form_col-3-9 > select,
.flex-form .form_col-3-9 > label {
  width: calc(25% - 0.6em);
  max-width: calc(25% - 0.6em);
  flex-basis: calc(25% - 0.6em);
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-3-9 > input,
  .flex-form .form_col-3-9 > select,
  .flex-form .form_col-3-9 > label {
    width: calc(25% - 0.6em);
    max-width: calc(25% - 0.6em);
    flex-basis: calc(100% - 0.6em);
  }
}
.flex-form .form_col-3-9 > input:nth-child(2),
.flex-form .form_col-3-9 > select:nth-child(2),
.flex-form .form_col-3-9 > label:nth-child(2) {
  width: calc(75% - 0.6em);
  flex-basis: calc(75% - 0.6em);
  max-width: calc(75% - 0.6em);
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-3-9 > input:nth-child(2),
  .flex-form .form_col-3-9 > select:nth-child(2),
  .flex-form .form_col-3-9 > label:nth-child(2) {
    width: calc(100% - 0.6em);
    flex-basis: calc(100% - 0.6em);
    max-width: calc(100% - 0.6em);
  }
}
.flex-form .form_col-9-3 > .form_grp {
  flex-basis: 75%;
  max-width: 75%;
  width: 75%;
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-9-3 > .form_grp {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}
.flex-form .form_col-9-3 > .form_grp:nth-child(2) {
  flex-basis: 25%;
  max-width: 25%;
  width: 25%;
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-9-3 > .form_grp:nth-child(2) {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}
.flex-form .form_col-9-3 > input,
.flex-form .form_col-9-3 > select,
.flex-form .form_col-9-3 > label {
  width: calc(75% - 0.6em);
  max-width: calc(75% - 0.6em);
  flex-basis: calc(75% - 0.6em);
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-9-3 > input,
  .flex-form .form_col-9-3 > select,
  .flex-form .form_col-9-3 > label {
    width: calc(100% - 0.6em);
    max-width: calc(100% - 0.6em);
    flex-basis: calc(100% - 0.6em);
  }
}
.flex-form .form_col-9-3 > input:nth-child(2),
.flex-form .form_col-9-3 > select:nth-child(2),
.flex-form .form_col-9-3 > label:nth-child(2) {
  width: calc(25% - 0.6em);
  max-width: calc(25% - 0.6em);
  flex-basis: calc(25% - 0.6em);
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-9-3 > input:nth-child(2),
  .flex-form .form_col-9-3 > select:nth-child(2),
  .flex-form .form_col-9-3 > label:nth-child(2) {
    width: calc(100% - 0.6em);
    max-width: calc(100% - 0.6em);
    flex-basis: calc(100% - 0.6em);
  }
}
.flex-form .form_col-3-3-6 > .form_grp {
  width: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-3-3-6 > .form_grp {
    width: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
.flex-form .form_col-3-3-6 > .form_grp:last-child {
  width: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-3-3-6 > .form_grp:last-child {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.flex-form .form_col-3-3-6 > input,
.flex-form .form_col-3-3-6 > select,
.flex-form .form_col-3-3-6 > label {
  width: calc(25% - 0.6em);
  max-width: calc(25% - 0.6em);
  flex-basis: calc(25% - 0.6em);
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-3-3-6 > input,
  .flex-form .form_col-3-3-6 > select,
  .flex-form .form_col-3-3-6 > label {
    width: calc(50% - 0.6em);
    max-width: calc(50% - 0.6em);
    flex-basis: calc(50% - 0.6em);
  }
}
.flex-form .form_col-3-3-6 > input:last-child,
.flex-form .form_col-3-3-6 > select:last-child,
.flex-form .form_col-3-3-6 > label:last-child {
  width: calc(50% - 0.6em);
  max-width: calc(50% - 0.6em);
  flex-basis: calc(50% - 0.6em);
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-3-3-6 > input:last-child,
  .flex-form .form_col-3-3-6 > select:last-child,
  .flex-form .form_col-3-3-6 > label:last-child {
    width: calc(100% - 0.6em);
    max-width: calc(100% - 0.6em);
    flex-basis: calc(100% - 0.6em);
  }
}
.flex-form .form_col-6-3-3 > .form_grp,
.flex-form .form_col-6-3-3 > input[type=text],
.flex-form .form_col-6-3-3 > select {
  width: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-6-3-3 > .form_grp,
  .flex-form .form_col-6-3-3 > input[type=text],
  .flex-form .form_col-6-3-3 > select {
    width: 50%;
    max-width: 50%;
    flex-basis: 50%;
  }
}
.flex-form .form_col-6-3-3 > .form_grp:first-child,
.flex-form .form_col-6-3-3 > input[type=text]:first-child,
.flex-form .form_col-6-3-3 > select:first-child {
  width: 50%;
  max-width: 50%;
  flex-basis: 50%;
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-6-3-3 > .form_grp:first-child,
  .flex-form .form_col-6-3-3 > input[type=text]:first-child,
  .flex-form .form_col-6-3-3 > select:first-child {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
  }
}
.flex-form .form_col-4-8 > .form_grp {
  width: 33.3333333333%;
  max-width: 33.3333333333%;
  flex-basis: 33.3333333333%;
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-4-8 > .form_grp {
    width: 50%;
    max-width: 50%;
    flex-basis: 50%;
  }
}
.flex-form .form_col-4-8 > .form_grp:last-child {
  width: 66.6666666667%;
  max-width: 66.6666666667%;
  flex-basis: 66.6666666667%;
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-4-8 > .form_grp:last-child {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
  }
}
.flex-form .form_col-4-8 > input,
.flex-form .form_col-4-8 > select,
.flex-form .form_col-4-8 > label {
  width: calc(33.3333333333% - 0.6em);
  max-width: calc(33.3333333333% - 0.6em);
  flex-basis: calc(33.3333333333% - 0.6em);
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-4-8 > input,
  .flex-form .form_col-4-8 > select,
  .flex-form .form_col-4-8 > label {
    width: calc(100% - 0.6em);
    max-width: calc(100% - 0.6em);
    flex-basis: calc(100% - 0.6em);
  }
}
.flex-form .form_col-4-8 > input:last-child,
.flex-form .form_col-4-8 > select:last-child,
.flex-form .form_col-4-8 > label:last-child {
  width: calc(66.6666666667% - 0.6em);
  max-width: calc(66.6666666667% - 0.6em);
  flex-basis: calc(66.6666666667% - 0.6em);
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-4-8 > input:last-child,
  .flex-form .form_col-4-8 > select:last-child,
  .flex-form .form_col-4-8 > label:last-child {
    width: calc(100% - 0.6em);
    max-width: calc(100% - 0.6em);
    flex-basis: calc(100% - 0.6em);
  }
}
.flex-form .form_col-2-10 > .form_grp {
  width: 16.6666666667%;
  max-width: 16.6666666667%;
  flex-basis: 16.6666666667%;
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-2-10 > .form_grp {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
  }
}
.flex-form .form_col-2-10 > .form_grp:last-child {
  max-width: 83.3333333333%;
  flex-basis: 83.3333333333%;
  width: 83.3333333333%;
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-2-10 > .form_grp:last-child {
    max-width: 100%;
    flex-basis: 100%;
    width: 100%;
  }
}
.flex-form .form_col-2-10 > input,
.flex-form .form_col-2-10 > select,
.flex-form .form_col-2-10 > label {
  width: calc(16.6666666667% - 0.6em);
  max-width: calc(16.6666666667% - 0.6em);
  flex-basis: calc(16.6666666667% - 0.6em);
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-2-10 > input,
  .flex-form .form_col-2-10 > select,
  .flex-form .form_col-2-10 > label {
    width: calc(100% - 0.6em);
    max-width: calc(100% - 0.6em);
    flex-basis: calc(100% - 0.6em);
  }
}
.flex-form .form_col-2-10 > input:last-child,
.flex-form .form_col-2-10 > select:last-child,
.flex-form .form_col-2-10 > label:last-child {
  width: calc(83.3333333333% - 0.6em);
  max-width: calc(83.3333333333% - 0.6em);
  flex-basis: calc(83.3333333333% - 0.6em);
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-2-10 > input:last-child,
  .flex-form .form_col-2-10 > select:last-child,
  .flex-form .form_col-2-10 > label:last-child {
    width: calc(100% - 0.6em);
    max-width: calc(100% - 0.6em);
    flex-basis: calc(100% - 0.6em);
  }
}
.flex-form .form_col-10-2 > .form_grp {
  width: 16.6666666667%;
  max-width: 16.6666666667%;
  flex-basis: 16.6666666667%;
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-10-2 > .form_grp {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
  }
}
.flex-form .form_col-10-2 > .form_grp:first-child {
  width: 83.3333333333%;
  max-width: 83.3333333333%;
  flex-basis: 83.3333333333%;
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-10-2 > .form_grp:first-child {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
  }
}
.flex-form .form_col-10-2 > input,
.flex-form .form_col-10-2 > select,
.flex-form .form_col-10-2 > label {
  width: calc(16.6666666667% - 0.6em);
  max-width: calc(16.6666666667% - 0.6em);
  flex-basis: calc(16.6666666667% - 0.6em);
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-10-2 > input,
  .flex-form .form_col-10-2 > select,
  .flex-form .form_col-10-2 > label {
    width: calc(100% - 0.6em);
    max-width: calc(100% - 0.6em);
    flex-basis: calc(100% - 0.6em);
  }
}
.flex-form .form_col-10-2 > input:first-child,
.flex-form .form_col-10-2 > select:first-child,
.flex-form .form_col-10-2 > label:first-child {
  width: calc(83.3333333333% - 0.6em);
  max-width: calc(83.3333333333% - 0.6em);
  flex-basis: calc(83.3333333333% - 0.6em);
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-10-2 > input:first-child,
  .flex-form .form_col-10-2 > select:first-child,
  .flex-form .form_col-10-2 > label:first-child {
    width: calc(100% - 0.6em);
    max-width: calc(100% - 0.6em);
    flex-basis: calc(100% - 0.6em);
  }
}
.flex-form .form_col-2-2-8 > .form_grp {
  width: 16.6666666667%;
  max-width: 16.6666666667%;
  flex-basis: 16.6666666667%;
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-2-2-8 > .form_grp {
    width: 50%;
    max-width: 50%;
    flex-basis: 50%;
  }
}
.flex-form .form_col-2-2-8 > .form_grp:last-child {
  width: 66.6666666667%;
  max-width: 66.6666666667%;
  flex-basis: 66.6666666667%;
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-2-2-8 > .form_grp:last-child {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
  }
}
.flex-form .form_col-2-2-8 > input,
.flex-form .form_col-2-2-8 > select,
.flex-form .form_col-2-2-8 > label {
  width: calc(16.6666666667% - 0.6em);
  max-width: calc(16.6666666667% - 0.6em);
  flex-basis: calc(16.6666666667% - 0.6em);
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-2-2-8 > input,
  .flex-form .form_col-2-2-8 > select,
  .flex-form .form_col-2-2-8 > label {
    width: calc(50% - 0.6em);
    max-width: calc(50% - 0.6em);
    flex-basis: calc(50% - 0.6em);
  }
}
.flex-form .form_col-2-2-8 > input:last-child,
.flex-form .form_col-2-2-8 > select:last-child,
.flex-form .form_col-2-2-8 > label:last-child {
  width: calc(66.6666666667% - 0.6em);
  max-width: calc(66.6666666667% - 0.6em);
  flex-basis: calc(66.6666666667% - 0.6em);
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-2-2-8 > input:last-child,
  .flex-form .form_col-2-2-8 > select:last-child,
  .flex-form .form_col-2-2-8 > label:last-child {
    width: calc(100% - 0.6em);
    max-width: calc(100% - 0.6em);
    flex-basis: calc(100% - 0.6em);
  }
}
.flex-form .form_col-8-2-2 > .form_grp {
  width: 16.6666666667%;
  max-width: 16.6666666667%;
  flex-basis: 16.6666666667%;
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-8-2-2 > .form_grp {
    width: 50%;
    max-width: 50%;
    flex-basis: 50%;
  }
}
.flex-form .form_col-8-2-2 > .form_grp:first-child {
  width: 66.6666666667%;
  max-width: 66.6666666667%;
  flex-basis: 66.6666666667%;
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-8-2-2 > .form_grp:first-child {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
  }
}
.flex-form .form_col-8-2-2 > input,
.flex-form .form_col-8-2-2 > select,
.flex-form .form_col-8-2-2 > label {
  width: calc(16.6666666667% - 0.6em);
  max-width: calc(16.6666666667% - 0.6em);
  flex-basis: calc(16.6666666667% - 0.6em);
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-8-2-2 > input,
  .flex-form .form_col-8-2-2 > select,
  .flex-form .form_col-8-2-2 > label {
    width: calc(50% - 0.6em);
    max-width: calc(50% - 0.6em);
    flex-basis: calc(50% - 0.6em);
  }
}
.flex-form .form_col-8-2-2 > input:first-child,
.flex-form .form_col-8-2-2 > select:first-child,
.flex-form .form_col-8-2-2 > label:first-child {
  width: calc(66.6666666667% - 0.6em);
  max-width: calc(66.6666666667% - 0.6em);
  flex-basis: calc(66.6666666667% - 0.6em);
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-8-2-2 > input:first-child,
  .flex-form .form_col-8-2-2 > select:first-child,
  .flex-form .form_col-8-2-2 > label:first-child {
    width: calc(100% - 0.6em);
    max-width: calc(100% - 0.6em);
    flex-basis: calc(100% - 0.6em);
  }
}
.flex-form .btn_grp {
  justify-content: center;
  margin-top: 0.5em;
}
.flex-form .btn_grp .btn,
.flex-form .btn_grp .btn-reset,
.flex-form .btn_grp .btn-submit,
.flex-form .btn_grp input[type=submit],
.flex-form .btn_grp input[type=reset],
.flex-form .btn_grp input[type=button],
.flex-form .btn_grp input[type=search] {
  margin: 0.3em;
}
.flex-form .btn,
.flex-form input[type=submit],
.flex-form input[type=reset],
.flex-form input[type=button],
.flex-form input[type=search] {
  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: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 0.3em 0;
}
@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 {
    flex-wrap: wrap;
  }
}
.flex-form .check_grp label,
.flex-form .radio_grp label {
  position: relative;
  z-index: 1;
  flex-basis: 100%;
  display: flex;
  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;
  animation: ripple 0.35s linear;
}
.flex-form .check_grp.form_inline label,
.flex-form .radio_grp.form_inline label {
  margin: 0 0.5em 0 0;
  flex-basis: auto;
  margin-right: 1em;
  display: inline-flex;
  align-items: center;
}
.flex-form.form_inline .check_grp label,
.flex-form.form_inline .radio_grp label,
.flex-form .form_inline .check_grp label,
.flex-form .form_inline .radio_grp label {
  flex-basis: auto;
}
.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;
  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: flex;
  flex-wrap: wrap;
  align-items: center;
}
.form_inline label {
  vertical-align: middle;
  margin: 0 0.5em 0 0;
  flex: 0 1 auto;
  display: flex;
  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;
  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: flex;
  margin-right: 0.5em;
  width: 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;
  position: relative;
  min-height: 1px;
  padding-left: 0.3em;
  padding-right: 0.3em;
  box-sizing: border-box;
}
@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;
}
label.label_hidden,
legend.label_hidden {
  font-size: 0;
  line-height: 1;
  width: 0;
  flex-basis: 0 !important;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

input,
textarea,
select,
button {
  color: #222;
  font-size: 1em;
  border: 1px solid #ccc;
  padding: 0.5em;
  background: #fff;
  vertical-align: middle;
  margin: 0.3em;
  box-sizing: border-box;
  border-radius: 5px;
  transition: all 0.3s ease-out;
}

input,
select,
textarea {
  width: calc(100% - 0.6em);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (max-width: 767px) {
  input,
  select,
  textarea {
    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: 1em;
  border: 1px solid #ccc;
  padding: 0.5em;
  background: #fff;
  vertical-align: middle;
  margin: 0.3em;
  box-sizing: border-box;
  border-radius: 5px;
  transition: all 0.3s ease-out;
  height: 5em;
  overflow-y: scroll;
}
@media screen and (max-width: 575px) {
  textarea {
    width: 100%;
  }
}

button:focus,
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 rgb(254.4031620553, 217.3992094862, 104.5968379447);
  box-shadow: 0px 0px 0px 2px rgb(254.4031620553, 217.3992094862, 104.5968379447);
  outline: none;
}

select {
  line-height: 1.35em;
  padding: 0.5em 24px 0.5em 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: #fec003;
  background-color: #fec003;
  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%;
  box-shadow: #fec003 0 0 0 2px;
  border-radius: 2px;
}

input[type=radio]:checked {
  box-shadow: #fff 0 0 0 3px inset, #fec003 0 0 0 2px;
}

input[type=radio]:focus {
  border-color: #fec003;
  background-color: #fec003;
  box-shadow: #fff 0 0 0 3px inset, #fec003 0 0 0 2px;
}

input[type=checkbox]:focus {
  border-color: #fec003;
  background-color: #fec003;
  box-shadow: #fec003 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: 10px;
  right: 0.5em;
  background: #fec003;
  border: 1px solid #fec003;
  color: #fff;
  padding: 0.2em 1em !important;
  border-radius: 4px;
}
.upload_grp .upload_btn:hover {
  background: rgb(205.185770751, 154.7035573123, 0.814229249);
  border: 1px solid rgb(154.3873517787, 116.4031620553, 0.6126482213);
  cursor: pointer;
  color: #FFF;
  outline: none;
}
.upload_grp .upload_btn:focus {
  background: rgb(205.185770751, 154.7035573123, 0.814229249);
  border: 1px solid rgb(154.3873517787, 116.4031620553, 0.6126482213);
  cursor: pointer;
  color: #FFF;
  outline: none;
  box-shadow: 0 0px 0px 2px #fec003 !important;
}
.upload_grp .upload_btn.active {
  background: rgb(254.1007905138, 198.3498023715, 28.3992094862);
  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.3 0.5em 0.3em 0.3em;
}
img.captcha + input {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
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;
  width: 100%;
}
.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 tr:hover {
  background-color: white;
}
table th,
table td {
  padding: 0.8em 0.5em;
  text-align: left;
}
table td {
  border: #ddd 1px solid;
  overflow-wrap: break-word;
}
table td a {
  word-break: break-all;
}
table th {
  background-color: #337c80;
  color: #fff;
  border: #ddd 1px solid;
  text-align: center;
  white-space: nowrap;
  padding: 0.8em 0.5em;
}
table.table_hover tr:hover {
  background: #f3f3f3;
}
table.table_sprite tr:nth-child(even) {
  background: #f5f5f5;
}

.table_list {
  padding: 0 0 1em;
}
@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;
    white-space: normal;
    text-align: left;
  }
  .table_list td:before {
    content: attr(data-title) "：";
    display: inline-block;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
    color: #337c80;
  }
}

.epaperTb {
  padding: 0 0 1em;
}
@media screen and (max-width: 575px) {
  .epaperTb {
    background-color: transparent !important;
  }
  .epaperTb thead,
  .epaperTb tbody,
  .epaperTb th,
  .epaperTb td,
  .epaperTb tr {
    display: block;
  }
  .epaperTb thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .epaperTb tr {
    border: 1px solid #ccc;
    margin-bottom: 10px;
  }
  .epaperTb td {
    border: none !important;
    border-bottom: 1px solid #eee !important;
    position: relative;
    white-space: normal;
    text-align: left;
  }
  .epaperTb td:before {
    content: attr(data-title) "";
    display: inline-block;
    padding-right: 0;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
    color: #337c80;
  }
}

.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;
    clear: both;
    overflow: hidden;
    overflow-x: auto;
    padding-bottom: 1em;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate3d(0, 0, 0);
  }
  .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: 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: 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;
}

@keyframes arrow_left {
  from {
    left: -0.2em;
  }
  to {
    left: 0.3em;
  }
}
@keyframes arrow_right {
  from {
    right: -0.2em;
  }
  to {
    right: 0.3em;
  }
}
.lp table td a {
  color: #222;
  text-decoration: none;
}
.lp table td a:hover, .lp table td a:focus {
  color: #337c80;
  cursor: pointer;
}
.lp table td.date {
  text-align: center;
  color: #666;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .lp table td.date {
    text-align: left;
  }
}
.lp table td.num {
  text-align: center;
  color: #666;
}
@media screen and (max-width: 767px) {
  .lp table td.num {
    text-align: left;
  }
}
.lp .list > ul, .lp .list ol {
  list-style-type: none;
  padding: 0;
  border-top: 2px solid #337c80;
}
.lp .list > ul > li, .lp .list ol > li {
  padding: 1em 0;
  border-bottom: 1px solid #DDD;
  position: relative;
}
.lp .list > ul > li .tag, .lp .list ol > li .tag {
  margin-left: 2em;
}
.lp .list > ul > li > a, .lp .list ol > li > a {
  display: block;
  padding-left: 2em;
  position: relative;
  line-height: 1.45em;
  color: #222;
}
.lp .list > ul > li > a:hover, .lp .list ol > li > a:hover {
  color: #337c80;
}
.lp .list > ul > li > a .num, .lp .list ol > li > a .num {
  width: 1.5em;
  text-align: right;
  position: absolute;
  top: 0;
  left: 0;
}
.lp .list > ul > li > a .num:after, .lp .list ol > li > a .num:after {
  content: ".";
  display: inline-block;
}
.lp .list > ul > li span.dept, .lp .list ol > li span.dept {
  display: inline-block;
  font-size: 0.938em;
}
@media screen and (max-width: 767px) {
  .lp .list > ul > li span.dept, .lp .list ol > li span.dept {
    display: block;
  }
}
.lp .list > ul > li time, .lp .list ol > li time {
  display: block;
  color: #AAA;
  font-size: 0.938em;
}

.sub_menu {
  margin-bottom: 1em;
}
.sub_menu ul, .sub_menu ol {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0;
  padding: 1em 0;
  list-style-type: none;
}
.sub_menu li {
  flex: 1 1 100%;
  margin-bottom: 10px;
  border-radius: 0;
}
.sub_menu li a {
  border-radius: 5px;
  border: 2px solid #DDD;
  padding: 1em 1em 1em 2.5em;
  display: block;
  vertical-align: top;
  position: relative;
  height: 100%;
  box-sizing: border-box;
  background-color: #fff;
  color: #222;
  text-decoration: none;
}
.sub_menu li a:hover, .sub_menu li a:focus {
  color: #337c80;
  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 #337c80;
  color: #337c80;
}

.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;
  display: block;
  padding: 16px 0 14px;
  text-align: center;
  background-color: #aaa;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  transition: none;
  border-radius: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
  border: none;
}
.tabs > .tabItem.active {
  background-color: #337c80;
  color: #FFF;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.tabs > .tabItem:hover, .tabs > .tabItem:focus {
  background: #337c80;
}
@media screen and (max-width: 767px) {
  .tabs > .tabItem {
    float: none;
    width: 100% !important;
    border-bottom: 1px solid #888;
  }
  .tabs > .tabItem.active {
    border-color: #bbb;
  }
}
.tabs.newstab > .tabItem {
  background-color: transparent;
  color: #222;
  padding: 16px 0 16px;
  font-size: 1.313em;
  letter-spacing: 0.05em;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .tabs.newstab > .tabItem {
    padding: 16px 0;
  }
}
.tabs.newstab > .tabItem.active {
  color: #337c80;
  border-bottom: 3px solid #337c80;
}
@media screen and (max-width: 767px) {
  .tabs.newstab > .tabItem.active {
    background-image: none;
    padding: 16px 0;
    background-color: #337c80;
    color: #fff;
  }
}
.tabs.newstab > .tabItem:hover, .tabs.newstab > .tabItem:focus {
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .tabs.newstab > .tabItem:hover, .tabs.newstab > .tabItem:focus {
    background-color: #337c80;
  }
}
.tabs.newstab > .tabItem:focus {
  box-shadow: 0px 0px 0px 2px #fed969 inset;
}
.tabs.frequentlyQA_tab > .tabItem {
  background-color: transparent;
  color: #222;
  padding: 20px 0px 16px;
  font-size: 1.313em;
  letter-spacing: 0.05em;
}
.tabs.frequentlyQA_tab > .tabItem.active {
  background-color: #2e7b82;
  border-radius: 5px 5px 0 0;
  color: #fff;
}
.tabs.cptab > .tabItem {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
  color: #222;
  padding: 0;
  font-size: 1.125em;
  height: 68px;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 1.75em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 767px) {
  .tabs.cptab > .tabItem {
    padding: 16px 0;
    border-bottom: none;
    height: auto;
  }
}
.tabs.cptab > .tabItem.active {
  color: #FFF;
  background: #337c80;
}
@media screen and (max-width: 767px) {
  .tabs.cptab > .tabItem.active {
    padding: 16px 0px;
  }
}
.tabs.cptab > .tabItem:hover, .tabs.cptab > .tabItem:focus {
  color: #FFF;
  background: #337c80;
}
@media screen and (max-width: 767px) {
  .tabs.cptab > .tabItem:hover, .tabs.cptab > .tabItem:focus {
    background-color: #337c80;
  }
}
.tabs.themetab > .tabItem {
  background-color: rgb(127.7150837989, 204.2849162011, 149.5921787709);
  border-radius: 5px;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
  color: #222;
  padding: 0;
  font-size: 1.125em;
  height: 68px;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 1.75em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 767px) {
  .tabs.themetab > .tabItem {
    padding: 16px 0;
    border-bottom: none;
    height: auto;
  }
}
.tabs.themetab > .tabItem.active {
  color: #FFF;
  background: #337c80;
}
@media screen and (max-width: 767px) {
  .tabs.themetab > .tabItem.active {
    padding: 16px 0px;
  }
}
.tabs.themetab > .tabItem:hover, .tabs.themetab > .tabItem:focus {
  color: #FFF;
  background: #337c80;
}
@media screen and (max-width: 767px) {
  .tabs.themetab > .tabItem:hover, .tabs.themetab > .tabItem:focus {
    background-color: #337c80;
  }
}
.tabs.plantab > .tabItem {
  background-color: rgb(127.7150837989, 204.2849162011, 149.5921787709);
  border-radius: 5px;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
  color: #222;
  padding: 0;
  font-size: 1.125em;
  height: 68px;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 1.75em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 767px) {
  .tabs.plantab > .tabItem {
    padding: 16px 0;
    border-bottom: none;
    height: auto;
  }
}
.tabs.plantab > .tabItem.active {
  color: #FFF;
  background: #337c80;
}
@media screen and (max-width: 767px) {
  .tabs.plantab > .tabItem.active {
    padding: 16px 0px;
  }
}
.tabs.plantab > .tabItem:hover, .tabs.plantab > .tabItem:focus {
  color: #FFF;
  background: #337c80;
}
@media screen and (max-width: 767px) {
  .tabs.plantab > .tabItem:hover, .tabs.plantab > .tabItem:focus {
    background-color: #337c80;
  }
}

.example-2 .tabItem:hover {
  background: #338049;
}
.example-2 .tabItem.active {
  background: #338049;
}

.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;
}
.tabContent li {
  margin: 0 0 1.3em 0;
  padding: 0 0 5px;
  line-height: 1.7em;
  border-bottom: 1px #CCC dashed;
}
.tabContent li a {
  color: #222;
  text-decoration: none;
}
.tabContent li a:hover, .tabContent li a:focus {
  color: #337c80;
  cursor: pointer;
}
.tabContent li time {
  display: inline-block;
  margin: 0 0 0 1em;
  color: #666;
}

.newstab .tabContent ul {
  margin: 0 0 30px;
  list-style: none;
}
.newstab .tabContent ul li {
  padding: 5px 0;
  margin: 0 0 1em 0;
  position: relative;
  border-bottom: 1px solid #ddd;
}
.newstab .tabContent ul li a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  padding: 0 150px 0 0;
  color: #000;
}
.newstab .tabContent ul li a:hover {
  color: #337c80;
}
.newstab .tabContent ul li time {
  position: absolute;
  width: 100px;
  right: 0;
  top: 5px;
  text-align: center;
}

.frequentlyQA_tab .tabContent {
  background: rgb(46, 123, 130);
  background: linear-gradient(138deg, rgb(46, 123, 130) 0%, rgb(38, 131, 130) 100%, rgb(103, 172, 176) 158%);
  z-index: 1;
}
.frequentlyQA_tab .tabContent:before {
  content: "";
  background-image: url("../images/QA_tabContent_bg.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .frequentlyQA_tab .tabContent:before {
    display: none;
  }
}

.cptab .tabContent {
  border-radius: 5px;
  background-color: #eee;
  margin: 0 8px;
  padding: 30px 30px;
}
.cptab .tabContent ul {
  margin: 0 0 30px 40px;
  list-style: initial;
}
.cptab .tabContent ul.publish_info_down {
  list-style: none;
  padding: 5px;
}
.cptab .tabContent ul.publish_info_down li {
  line-height: 1.2em;
}
.cptab .tabContent ul li {
  padding: 5px 0;
  margin: 0;
  position: relative;
  border-bottom: none;
}
.cptab .tabContent ul li a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  padding: 0 150px 0 0;
  color: #000;
}
.cptab .tabContent ul li a:hover {
  color: #337c80;
}
.cptab .tabContent ul li time {
  position: absolute;
  width: 100px;
  right: 0;
  top: 5px;
  text-align: center;
}
.cptab .tabContent .file_download ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cptab .tabContent .file_download ul li {
  padding: 0.5em 0 0.5em 1.5em;
  border-bottom: solid 1px #ccc;
}
.cptab .tabContent .file_download ul li:before {
  content: "·";
  font-size: 2em;
  font-weight: bold;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0.32em;
  left: 0.1em;
  color: #666;
}
.cptab .tabContent .web_link ol li {
  margin: 0;
  border-bottom: solid 1px #ccc;
}

.themetab .tabContent {
  border-radius: 5px;
  background-color: #eee;
  margin: 0 8px;
  padding: 20px 30px 30px;
}
.themetab .tabContent p {
  line-height: 1.7em;
  margin: 0 0 20px;
}
.themetab .tabContent ul {
  margin: 0 0 30px 40px;
  list-style: initial;
}
.themetab .tabContent ul li {
  padding: 5px 0;
  margin: 0;
  position: relative;
  border-bottom: none;
}
.themetab .tabContent ul li a {
  color: #337c80;
  padding: 0;
  text-decoration: underline;
}
.themetab .tabContent ul li a:hover {
  color: #337c80;
  text-decoration: none;
}

.plantab .tabContent {
  border-radius: 5px;
  background-color: #eee;
  margin: 0;
  padding: 40px 30px;
}
.plantab .tabContent p {
  line-height: 1.7em;
  margin: 0 0 20px;
}
.plantab .tabContent h3 {
  color: #333;
  position: relative;
  padding: 12px 0px 10px 0px;
  margin: 0.2em 0px 1em;
}
.plantab .tabContent h3:before {
  display: none;
}
.plantab .tabContent ul {
  margin-left: 30px;
}
.plantab .tabContent ul li {
  border-bottom: none;
}
.plantab .tabContent ul li ol {
  margin: 1em 0 0;
}
.plantab .tabContent ul li ol li {
  margin-bottom: 1em;
}
.plantab .tabContent ul li ol li:last-child {
  margin: 0;
}
.plantab .tabContent .file_download ul {
  margin-left: 0;
}
.plantab .tabContent .file_download ul li {
  margin: 0;
  border-bottom: solid 1px #ccc;
}
.plantab .tabContent .web_link ol,
.plantab .tabContent .web_link ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.plantab .tabContent .web_link ol li,
.plantab .tabContent .web_link ul li {
  position: relative;
  padding: 0.5em 0;
  padding-left: 1.5em;
  margin: 0;
  border-bottom: solid 1px #ccc;
}
.plantab .tabContent .web_link ol li a,
.plantab .tabContent .web_link ul li a {
  padding: 0.2em 0px;
  display: block;
  color: #222;
  text-decoration: none;
}
.plantab .tabContent .web_link ol li a:hover, .plantab .tabContent .web_link ol li a:focus,
.plantab .tabContent .web_link ul li a:hover,
.plantab .tabContent .web_link ul li a:focus {
  color: #337c80;
  cursor: pointer;
}
.plantab .tabContent .publish_info_down {
  padding: 0.6em 0.5em 0.3em;
}
.plantab .tabContent .publish_info_down li {
  margin-bottom: 5px;
  border: none;
}
.plantab .tabContent .precaution_listgroup .precaution_list .title a {
  padding: 20px 30px 15px 40px;
  background: rgb(32, 129, 121);
  background: linear-gradient(135deg, rgb(32, 129, 121) 0%, rgb(25, 90, 94) 100%, rgb(103, 172, 176) 158%);
  color: #fff;
  font-size: 1.125em;
  border-radius: 5px;
  margin-bottom: 15px;
  position: relative;
  display: block;
}
.plantab .tabContent .precaution_listgroup .precaution_list .title a:before {
  content: "";
  border: 2px solid #fff;
  width: 8px;
  height: 8px;
  border-bottom: none;
  border-left: none;
  position: absolute;
  left: 15px;
  top: 26px;
  transform: rotate(45deg);
}
.plantab .tabContent .precaution_listgroup .precaution_list .precaution_content {
  display: none;
}
.plantab .tabContent .precaution_listgroup .precaution_list .precaution_content .pic img {
  max-width: 650px;
}

.thumbnail {
  box-shadow: 0 0 3em -1.5em rgba(0, 0, 0, 0.5);
  background: #FFF;
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.thumbnail:hover {
  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: #337c80;
  cursor: pointer;
}
.thumbnail a:focus:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  box-shadow: 0px 0px 0px 1px #337c80 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;
  box-sizing: border-box;
  border-radius: 8px;
  box-shadow: 1px 1px 15px RGBA(0, 0, 0, 0.5);
  animation: scaleUp 0.5s ease-out;
}
.modal h2 {
  border-bottom: 1px solid #337c80;
  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;
}

@keyframes scaleUp {
  0% {
    transform: scale(1) translateY(-50px);
    opacity: 0;
  }
  100% {
    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;
  box-sizing: border-box;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  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 {
  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;
  box-shadow: 0px 0px 0px 2px #fec003 inset;
}

/* ---箭頭的樣式--- */
.slick-prev,
.slick-next {
  font-size: 0em;
  line-height: 0em;
  position: absolute;
  top: 35%;
  display: block;
  width: 40px !important;
  height: 60px !important;
  padding: 0 !important;
  min-width: auto;
  z-index: 2;
  cursor: pointer;
  border: none;
  outline: none;
  box-shadow: none;
  transition: 0.3s ease-out;
}
.slick-prev:hover,
.slick-next:hover {
  border: none !important;
  outline: none;
}
.slick-prev:focus,
.slick-next:focus {
  border: none !important;
  outline: none;
  box-shadow: 0px 0px 0px 2px #fec003 inset;
}

/* 上一則 位置 圖片*/
.slick-prev {
  left: 0;
  background: url("../images/slick/icon_arrow_left.svg") center center no-repeat;
  background-size: 18px 30px;
  width: 50px !important;
  height: 50px !important;
  border-radius: 50%;
  transition: 0.5s;
  /* 箭頭 hover及focus 樣式 */
}
.slick-prev:hover, .slick-prev:focus {
  background: url("../images/slick/icon_arrow_left.svg") center center no-repeat;
  background-size: 30px 30px;
  left: 10px;
  background-color: #ccc;
  box-shadow: none;
}

/* 下一則 位置 圖片*/
.slick-next {
  right: 0;
  background: url("../images/slick/icon_arrow_right.svg") center center no-repeat;
  background-size: 18px 30px;
  width: 50px !important;
  height: 50px !important;
  border-radius: 50%;
  transition: 0.5s;
  /* 箭頭 hover及focus 樣式 */
}
.slick-next:hover, .slick-next:focus {
  background: url("../images/slick/icon_arrow_right.svg") center center no-repeat;
  background-size: 18px 30px;
  right: 10px;
  background-color: #ccc;
  box-shadow: none;
}

/* 沒有無限輪播時，滑到最兩邊資料時，箭頭暗掉 */
.slick-disabled {
  opacity: 0.25;
}

/* ---點的樣式---*/
.slick-dots {
  position: absolute;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0;
  margin: 0;
  z-index: 9;
  list-style: none;
  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 10px;
}
.slick-dots li button {
  /* 點的顏色 */
  background: #666;
  opacity: 0.4;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  opacity: 1;
  /* 點hover的顏色 */
  background: #21baff;
}
.slick-dots li button:focus {
  opacity: 1;
  /* 點focus的顏色 */
  background: #ff3e4d;
}
.slick-dots li.slick-active button {
  opacity: 1;
  /* 點 active 的顏色 */
  background: #337c80;
}
.slick-dots li.slick-active button:hover {
  /* 點 active  hover的顏色 */
  background: #ff3e4d;
}
.slick-dots li.slick-active button:focus {
  /* 點 active  focus的顏色 */
  background: #ff3e4d;
}

.mpSlider {
  width: 100%;
  padding-bottom: 3em;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}
.mpSlider .img-container {
  overflow: hidden;
}
.mpSlider .img-container:before {
  display: inline-block;
  content: "";
  padding-top: 40%;
}
.mpSlider .img-container 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) {
  .mpSlider .img-container {
    overflow: hidden;
  }
  .mpSlider .img-container:before {
    display: inline-block;
    content: "";
    padding-top: 60%;
  }
  .mpSlider .img-container img {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
  }
}
.mpSlider .slick-prev {
  top: 45%;
}
@media screen and (max-width: 767px) {
  .mpSlider .slick-prev {
    top: 35%;
    left: 2%;
  }
}
.mpSlider .slick-next {
  top: 45%;
}
@media screen and (max-width: 767px) {
  .mpSlider .slick-next {
    top: 35%;
    right: 2%;
  }
}

.adSlider {
  position: relative;
  min-height: 1px;
  padding-left: 35px;
  padding-right: 35px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .adSlider {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
}
.adSlider .slick-prev {
  left: 0;
  top: 0;
}
.adSlider .slick-next {
  right: 0;
  top: 0;
}
.adSlider .img-container {
  width: 165px;
  height: 55px;
  margin: 0px 15px;
}
.adSlider .img-container a {
  display: block;
}
.adSlider .img-container a img {
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.lightbox_slider {
  background: #fff;
  padding: 1em 0;
  clear: both;
}
.lightbox_slider h3 {
  font-size: 1.5em;
  padding: 12px 0px 15px 0px;
  margin: 0.5em 0px 1.2em;
  border-bottom: 1px solid #337c80;
}
.lightbox_slider .cp_slider {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  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;
  transition: 0.3s ease-out;
}
.lightbox_slider .slick-dots {
  bottom: -30px !important;
}
@media screen and (max-width: 767px) {
  .lightbox_slider .slick-dots {
    bottom: -40px !important;
    padding: 0;
  }
}
.lightbox_slider .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 10px;
}
.lightbox_slider .slick-prev {
  left: -15px;
}
.lightbox_slider .slick-next {
  right: -15px;
}
.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;
}

.lightbox_slider_block {
  width: 100%;
  margin: 0 auto 2em;
  clear: both;
}
.lightbox_slider_block h3 {
  font-size: 1.5em;
  padding: 12px 0px 10px 0px;
  margin: 0.2em 0px 1em;
  border-bottom: 3px solid #434242;
}
.lightbox_slider_block .cppic_slider {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  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 .img-container a .caption {
  padding: 0.3em 0.5em !important;
  position: absolute;
  background: rgba(0, 0, 0, 0.75) !important;
  color: #fff;
  bottom: 0 !important;
  left: 0;
  right: 0;
  font-size: 0.938em !important;
  height: 3.5em !important;
  width: 100%;
  transition: 0.3s ease-out;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.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%;
}
/*  slick-lightbox  */
.slick-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 999999;
  width: 100%;
  height: 100%;
  background: black;
  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;
}
.slick-lightbox .slick-next {
  right: 5px;
  background: url(../vendor/slick/icon_arrow_right.png) center center no-repeat;
  background-size: 80%;
  z-index: 9;
}

.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: 90%;
  max-height: 90%;
}

.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;
  transform: rotate(45deg);
  position: absolute;
  top: 18px;
  background: #ddd;
  left: 6px;
  transition: 0.3s all ease-out;
}
.slick-lightbox-close:after {
  content: "";
  height: 6px;
  width: 32px;
  transform: rotate(-45deg);
  position: absolute;
  top: 18px;
  background: #ddd;
  left: 6px;
  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 {
  margin: 0 auto 2em;
  clear: both;
  position: relative;
}
.Syncing_slider h3 {
  font-size: 1.5em;
  padding: 12px 0px 10px 0px;
  margin: 0.2em 0px 1em;
  border-bottom: 3px solid #434242;
}
.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: #666;
  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;
  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("../images/slick/icon_arrow_right.svg") center center no-repeat;
  background-size: 30px 30px;
}
.Syncing_slider .slick-next:hover, .Syncing_slider .slick-next:focus {
  background-color: #ccc;
}
@media screen and (max-width: 767px) {
  .Syncing_slider .slick-next {
    right: 0.5em;
  }
}
@media screen and (max-width: 575px) {
  .Syncing_slider .slick-next {
    top: 23%;
  }
}
.Syncing_slider .slick-prev {
  background: url("../images/slick/icon_arrow_left.svg") center center no-repeat;
  background-size: 30px 30px;
}
.Syncing_slider .slick-prev:hover, .Syncing_slider .slick-prev:focus {
  background-color: #ccc;
}
@media screen and (max-width: 767px) {
  .Syncing_slider .slick-prev {
    left: 0.5em;
  }
}
@media screen and (max-width: 575px) {
  .Syncing_slider .slick-prev {
    top: 23%;
  }
}
.Syncing_slider .Slider-for {
  width: 100%;
  min-width: 260px;
  max-width: 800px;
  margin: 1em auto;
  position: relative;
  padding: 5px;
  border-radius: 5px;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.Syncing_slider .Slider-nav {
  width: 100%;
  min-width: 260px;
  max-width: 800px;
  margin: 1em auto;
  position: relative;
  padding: 5px;
  border-radius: 5px;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  /*正在動作的縮圖*/
  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;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .function_panel {
    margin: 0.6em 0;
    padding: 0.5em 0 0.5em;
  }
}
.function_panel .share {
  flex: 0 0 auto;
}
.function_panel .function {
  flex: 0 0 auto;
}
.function_panel .publish_time {
  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;
}

div.function ul li.icon_forward a:before, div.function ul li.icon_print a:before {
  vertical-align: middle;
  content: "";
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.5em;
  display: inline-block;
}

div.function {
  box-sizing: border-box;
  margin: 0.5em 0 2em;
}
div.function ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  list-style-type: none;
}
div.function ul li {
  margin: 0 0px 0px 3px;
  flex: 0 0 auto;
}
div.function ul li button,
div.function ul li a {
  font-size: 0.938em;
  display: block;
  padding: 8px 16px;
  background: #e2e2e2;
  border-color: #e2e2e2;
  color: #222;
  position: relative;
  transition: 0.5s;
}
div.function ul li button:hover, div.function ul li button:focus,
div.function ul li a:hover,
div.function ul li a:focus {
  color: #fff;
  background: #000;
  border-color: #000;
}
div.function ul li.icon_back a {
  padding: 8px 16px 8px 33px;
}
div.function ul li.icon_back a:before {
  content: "";
  border: 8px solid #222;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  position: absolute;
  left: 5px;
  top: 12px;
}
div.function ul li.icon_back a:hover:before {
  border: 8px solid #fff;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
div.function ul li.icon_back a:focus:before {
  border-color: #fff;
  border: 8px solid #fff;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
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;
}

.function_panel .font_size {
  padding: 0;
  flex: initial;
}
.function_panel .function {
  height: 32px;
  margin: 0;
}
.function_panel .function ul {
  display: flex;
}
.function_panel .function ul li {
  font-size: 1em;
  margin: 0 0.2em;
  flex: 0 0 32px;
}
.function_panel .function ul li a {
  display: block;
  box-sizing: border-box;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  background: #f1f1f1;
  text-indent: -9999px;
  position: relative;
}
.function_panel .function ul li a:hover, .function_panel .function ul li a:focus {
  background: #337c80;
  color: #fff;
}
.function_panel .function ul li a:hover:before, .function_panel .function ul li a:focus:before {
  filter: invert(100%);
}
.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.png) no-repeat center center;
  background-size: 100%;
}
.function_panel .function ul li.print a:before {
  background: url(../images/basic/icon_printer.png) no-repeat center center;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .function_panel .function ul li.print {
    display: none;
  }
}
.function_panel .function ul li.forward a:before {
  background: url(../images/basic/icon_forward.png) no-repeat center center;
  background-size: 100%;
}

.share {
  box-sizing: border-box;
  margin: 0.5em 0;
}
.share ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.share ul li {
  margin: 0px 3px 3px;
  flex: 0 0 32px;
}
.share ul li a {
  display: block;
  height: 32px;
}
@media screen and (max-width: 991px) {
  .share ul li {
    margin: 0px 2px 2px;
    width: 32px;
    height: 32px;
  }
}
.share ul li img {
  width: 100%;
  height: 100%;
}

.function_panel .share {
  box-sizing: border-box;
  text-align: center;
  height: 32px;
  margin: 0 4px;
  position: relative;
}
.function_panel .share a.shareButton {
  display: block;
  background: #f1f1f1;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  text-align: center;
  position: relative;
}
.function_panel .share a.shareButton:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 60%;
  top: 20%;
  left: 20%;
  background: url(../images/basic/icon_share.png) no-repeat center center !important;
  background-size: 24px !important;
}
.function_panel .share a.shareButton:hover, .function_panel .share a.shareButton:focus {
  background: #337c80;
}
.function_panel .share a.shareButton:hover:before, .function_panel .share a.shareButton:focus:before {
  filter: invert(100%);
}
.function_panel .share ul {
  display: none;
  position: absolute;
  top: 2.5em;
  left: -6px;
  padding: 6px;
  background: #fff;
  box-shadow: 2px 2px 5px RGBA(0, 0, 0, 0.2);
  border-radius: 8px;
  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 img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.function_panel .share ul li a {
  background: transparent;
  display: block;
  padding: 0;
  width: 32px;
  height: 32px;
}
.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 {
  filter: grayscale(1);
}
.function_panel_block {
  display: flex;
}
.function_panel_block .share {
  flex: 0 0 auto;
}
.function_panel_block .function {
  flex: 1 1 auto;
}
@media screen and (max-width: 575px) {
  .function_panel_block {
    display: block;
  }
}

.marquee_block {
  padding: 20px 0;
  background-color: #fff9bf;
}
.marquee_block .container {
  padding-left: 160px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .marquee_block .container {
    padding-left: 130px;
  }
}

.announcement {
  position: absolute;
  left: 60px;
  top: -5px;
  background-color: #cf4b0c;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 0.938em;
  display: inline-block;
}
.announcement:after {
  content: "";
  border: 7px solid #cf4b0c;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  right: -13px;
  top: 11px;
}
@media screen and (max-width: 767px) {
  .announcement {
    left: 30px;
  }
}

.marquee {
  overflow: hidden;
}

.marqueeOuter {
  display: flex;
}

.marqueeBox {
  padding: 0 0 1px;
  display: flex;
  flex-shrink: 0;
}

.marqueeItem {
  max-width: calc(100% - 80px);
  margin: 0 80px 0 0;
  white-space: nowrap;
  font-size: 1.125em;
}
.marqueeItem a {
  display: block;
  color: #1f5f63;
  padding: 3px;
  font-weight: bolder;
}
.marqueeItem a:hover {
  color: #337c80;
}
.marqueeItem a:focus {
  box-shadow: 0 0px 0px 3px #cf4b0c inset;
}
.marqueeItem a span {
  background-color: #cf4b0c;
  color: #fff;
  padding: 5px 10px;
  margin-right: 1em;
  border-radius: 5px;
  font-size: 0.938em;
  display: inline-block;
  position: relative;
}
.marqueeItem a span:after {
  content: "";
  border: 7px solid #cf4b0c;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  right: -13px;
  top: 11px;
}

.pagination {
  margin: 0.5em auto;
  padding: 0;
  display: block;
  text-align: center;
  font-size: 0.938em;
}
.pagination .form_inline {
  justify-content: center;
}
.pagination span {
  color: #337c80;
  font-weight: bolder;
  margin: 0px 0.5em;
}
.pagination .page {
  margin: 10px auto;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.pagination .page li {
  min-width: 40px;
  height: 40px;
  margin: 2px;
  list-style: none;
  flex: 0 0 40px;
  box-sizing: border-box;
}
.pagination .page li a {
  border-radius: 5px;
  padding: 6px 10px;
  font-weight: 700;
  display: block;
  white-space: nowrap;
  font-size: 1em;
  color: #222;
  background: rgb(230, 230, 230);
  background: linear-gradient(0deg, rgb(230, 230, 230) 0%, rgb(248, 245, 245) 100%);
}
.pagination .page li a:hover, .pagination .page li a:focus {
  background: #337c80;
  color: #fff !important;
}
.pagination .page li.active a {
  color: #fff !important;
  background: #337c80;
}
.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;
  transform: rotate(-135deg);
}
.pagination .page li.first a:after {
  margin-left: 0px;
  transform: rotate(-135deg);
}
.pagination .page li.prev a:before {
  margin-left: -2px;
  transform: rotate(-135deg);
}
.pagination .page li.next a:before {
  margin-left: -6px;
  transform: rotate(45deg);
}
.pagination .page li.last a:before {
  margin-left: -3px;
  transform: rotate(45deg);
}
.pagination .page li.last a:after {
  margin-left: -9px;
  transform: rotate(45deg);
}
.pagination .total {
  padding: 0em;
  display: inline-block;
  vertical-align: middle;
}
.pagination .total select {
  margin: 0px 0.5em;
  line-height: 1.7em;
  padding: 0em 24px 0em 0.5em;
}
@media screen and (max-width: 767px) {
  .pagination .total select {
    margin: 0px;
  }
}
.pagination .total .btn {
  min-width: auto;
  padding: 0.1em 1.5em !important;
}
.pagination .items {
  display: inline-block;
  vertical-align: middle;
}
.pagination .items a {
  padding: 0 5px;
  color: #337c80;
  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;
  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: #FEEFB3;
}
*[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: #FFD2D2;
}
*[class*=notice_error]:before {
  background: url(../images/basic/icon_error.svg) no-repeat center center;
  background-size: 15px;
}

.accordion ul {
  list-style: none;
}
.accordion ul li {
  margin-bottom: 0.5em;
}
.accordion ul li a {
  display: block;
  background-color: #21baff;
  color: #fff;
  text-decoration: none;
  padding: 5px;
}
.accordion .accordion-content {
  line-height: 1.45em;
  padding: 5px 0;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.noscroll {
  position: static !important;
  width: 100%;
  height: 100%;
  overflow: hidden !important;
  overflow-y: hidden !important;
  margin: 0;
  padding: 0;
}

.wrapper {
  width: 100%;
  margin: 0px auto;
}
@media screen and (max-width: 767px) {
  .wrapper {
    background: #FFF;
    overflow: hidden;
    overflow-y: auto;
  }
}

.container {
  padding: 0 60px;
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0 30px;
  }
}

.main {
  position: relative;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .main {
    padding-top: 60px;
  }
}
.main h2 {
  line-height: 1.45em;
  text-align: center;
  padding: 8px 0;
  font-family: Georgia;
  font-size: 2em;
}
.main.small_size {
  font-size: 0.938em;
}
.main.large_size {
  font-size: 1.125em;
}

.innerpage {
  background-image: none;
  background: rgb(240, 240, 240);
  background: linear-gradient(180deg, rgb(240, 240, 240) 0%, rgb(255, 255, 255) 40%);
  padding-top: 25px;
}
.innerpage > .container {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  display: flex;
}
@media screen and (max-width: 767px) {
  .innerpage > .container {
    padding: 0 30px;
  }
}
.innerpage .center_block {
  flex: auto;
  max-width: 100%;
}
.innerpage .center_block h2 {
  line-height: 1.45em;
  text-align: center;
  padding: 8px 0 10px;
  letter-spacing: 0em;
  background-image: none;
  border-bottom: 4px solid #434242;
  font-size: 1.75em;
  text-align: left;
  font-family: Helvetica;
}
.innerpage .left_block {
  flex: none;
  flex-basis: 220px;
  max-width: 220px;
  margin-right: 40px;
  padding-bottom: 3em;
}
.innerpage .left_block.hidden + .center_block {
  flex: none;
  flex-basis: 100%;
  max-width: 100%;
}
.innerpage .left_block + .center_block {
  flex: auto;
  flex-basis: calc(100% - 260px);
  max-width: calc(100% - 260px);
}
@media screen and (max-width: 991px) {
  .innerpage .left_block {
    display: none;
  }
  .innerpage .left_block + .center_block {
    flex: none;
    flex-basis: 100%;
    max-width: 100%;
  }
}

.hidden {
  display: none;
}

.lp {
  margin-bottom: 1em;
}

a.more {
  display: block;
  width: 10em;
  text-align: center;
  height: 2.5em;
  margin: 0.5em auto 0.5em;
  line-height: 2.5;
  color: #337c80;
  border: 1px solid #337c80;
  text-align: center;
  overflow: hidden;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: color;
  transition-duration: 0.2s;
}
a.more:after {
  content: "";
  width: 12px;
  height: 12px;
  border: 2px solid #FFF;
  transform: rotate(45deg);
  position: absolute;
  right: -10px;
  top: 14px;
  border-left: none;
  border-bottom: none;
  transition: 0.3s ease-out;
}
a.more:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #337c80;
  transform: scale(0);
  transition-property: transform;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
a.more:hover, a.more:focus, a.more.active {
  color: white;
}
a.more:hover:before, a.more:focus:before, a.more.active:before {
  transform: scale(1);
}
a.more:hover:after, a.more:focus:after, a.more.active:after {
  right: 15px;
}

.more {
  text-align: center;
}
.more a {
  display: inline-block;
  color: #fff;
  padding: 8px 30px;
  border-radius: 5px;
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #666;
  transition-property: color;
  transition-duration: 0.3s;
  transition: 0.3s;
  min-width: 150px;
  letter-spacing: 0.03em;
  border: 1px solid #666;
}
.more a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #338049;
  transform: scaleX(0);
  transform-origin: 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  border-radius: 5px;
}
.more a:hover, .more a:focus {
  color: white;
  border: 1px solid #338049;
}
.more a:hover:before, .more a:focus:before {
  transform: scaleX(1);
}

.demosection [class^=col] {
  border: 2px solid #FFF;
  background: #DEDEDE;
}

.mpSlider {
  width: 100%;
  padding-bottom: 0em;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.mpSlider .img-container {
  overflow: hidden;
}
.mpSlider .img-container:before {
  display: inline-block;
  content: "";
  padding-top: 25%;
}
.mpSlider .img-container img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}

.adSlider {
  position: relative;
  min-height: 1px;
  padding-left: 35px;
  padding-right: 35px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .adSlider {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
}
.adSlider .slick-prev {
  background: url(../vendor/slick/icon_arrow_left_inverse.png) no-repeat center center;
  background-size: 80%;
  left: -15px;
}
.adSlider .slick-next {
  background: url(../vendor/slick/icon_arrow_right_inverse.png) no-repeat center center;
  background-size: 80%;
  right: -15px;
}
.adSlider .img-container {
  width: 165px;
  height: 55px;
  margin: 0px 15px;
}
.adSlider .img-container a {
  display: block;
  text-align: center;
}
.adSlider .img-container a img {
  margin: 0 auto;
}
.adSlider .img-container:focus:before {
  content: "";
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  box-shadow: 0 0px 0px 3px #337c80 inset;
}

.mpbanner_slider .container {
  padding: 0;
}

.marquee_block {
  margin-bottom: 2em;
}

.bannerlink_block .bannerlink_list {
  display: flex;
}
@media screen and (max-width: 991px) {
  .bannerlink_block .bannerlink_list {
    flex-wrap: wrap;
  }
}
.bannerlink_block .bannerlink_list .bannerlink {
  flex: none;
  flex-basis: 23%;
  max-width: 23%;
  margin: 0 1%;
}
@media screen and (max-width: 991px) {
  .bannerlink_block .bannerlink_list .bannerlink {
    flex-basis: 48%;
    max-width: 48%;
    margin: 0 1% 15px;
  }
}
.bannerlink_block .bannerlink_list .bannerlink a {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  background: rgb(51, 124, 128);
  background: linear-gradient(138deg, rgb(51, 124, 128) 0%, rgb(34, 110, 115) 100%, rgb(103, 172, 176) 158%);
  border-radius: 10px;
  padding: 15px 60px 15px 20px;
  min-height: 100px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  height: 100%;
  font-family: Georgia;
  font-size: 1.375em;
}
@media (max-width: 380px) {
  .bannerlink_block .bannerlink_list .bannerlink a {
    padding: 50px 10px 15px 10px;
    font-size: 1.25em;
  }
}
.bannerlink_block .bannerlink_list .bannerlink a span {
  color: #fff;
}
.bannerlink_block .bannerlink_list .bannerlink a .img {
  position: absolute;
  right: 0;
  top: -3px;
  text-align: right;
}
.bannerlink_block .bannerlink_list .bannerlink a .img img {
  width: auto;
  height: auto;
}
@media (max-width: 480px) {
  .bannerlink_block .bannerlink_list .bannerlink a .img img {
    width: 80%;
  }
}
.bannerlink_block .bannerlink_list .bannerlink a:hover {
  background: rgb(200, 65, 21);
  background: linear-gradient(158deg, rgb(200, 65, 21) 0%, rgb(171, 59, 24) 43%, rgb(191, 75, 38) 100%);
}

.Labornews_block {
  background-image: url("../images/labornews_bg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 0 0 30px;
}
.Labornews_block .Labornews_group {
  display: flex;
  margin-bottom: 30px;
}
@media (max-width: 800px) {
  .Labornews_block .Labornews_group {
    display: block;
  }
}
.Labornews_block .Labornews_group .itemblock {
  flex: none;
  flex-basis: 48%;
  margin: 0 1%;
  display: flex;
  flex-wrap: wrap;
}
.Labornews_block .Labornews_group .itemblock.first_item .item {
  background-image: url("../images/labornews_itembg.jpg");
}
.Labornews_block .Labornews_group .itemblock.first_item .item .img {
  width: 100%;
  margin-right: 0;
  float: none;
  clear: both;
}
.Labornews_block .Labornews_group .item {
  flex: auto;
  padding: 20px;
  background-image: url("../images/labornews_itembg02.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 10px;
  flex-wrap: wrap;
  margin-bottom: 15px;
  border: 1px solid #efefef;
  background-color: #fafafa;
}
.Labornews_block .Labornews_group .item:nth-of-type(2) {
  background-image: url("../images/labornews_itembg03.jpg");
}
.Labornews_block .Labornews_group .item .img {
  width: 48%;
  margin-right: 20px;
  float: left;
}
.Labornews_block .Labornews_group .item .img img {
  width: 100%;
  border-radius: 10px;
}
.Labornews_block .Labornews_group .item .content {
  position: relative;
}
.Labornews_block .Labornews_group .item .content p {
  margin: 0 0 20px;
  padding: 0;
  font-size: 1.25em;
  line-height: 1.5em;
  color: #444;
}
.Labornews_block .Labornews_group .item .content .more {
  text-align: right;
  clear: both;
}
.Labornews_block .Labornews_group .item .content .more a {
  padding: 0px 10px;
  background: #fff;
  border: 1px solid #fff;
  color: #333;
  min-width: initial;
  font-size: 0.875em;
}
.Labornews_block .Labornews_group .item .content .more a:hover, .Labornews_block .Labornews_group .item .content .more a:focus {
  color: #fff;
}

.highlightsof_block .container {
  padding-top: 20px;
  padding-bottom: 70px;
  background-image: url("../images/highlightsof_bg.jpg");
  background-repeat: no-repeat;
  background-position: right bottom;
}
.highlightsof_block h2 {
  color: #fff;
}
.highlightsof_block .highlightsof_list {
  margin-bottom: 50px;
  padding: 0;
  box-sizing: border-box;
}
.highlightsof_block .highlightsof_list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.highlightsof_block .highlightsof_list ul li {
  margin-bottom: 15px;
}
.highlightsof_block .highlightsof_list ul li a {
  padding: 15px;
  background-color: #fff;
  color: #333;
  border-radius: 10px;
  display: flex;
}
@media screen and (max-width: 575px) {
  .highlightsof_block .highlightsof_list ul li a {
    display: block;
  }
}
.highlightsof_block .highlightsof_list ul li a:hover {
  color: #c74c05;
}
.highlightsof_block .highlightsof_list ul li a span {
  color: #c74c05;
  display: inline-block;
  font-size: 1.375em;
  font-family: Georgia;
  flex: none;
  flex-basis: 150px;
  max-width: 150px;
  margin-right: 20px;
  padding: 0 15px;
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 575px) {
  .highlightsof_block .highlightsof_list ul li a span {
    margin-bottom: 15px;
    padding: 0;
  }
  .highlightsof_block .highlightsof_list ul li a span:after {
    display: none;
  }
}
.highlightsof_block .highlightsof_list ul li a span:after {
  content: "";
  width: 1px;
  height: 45px;
  background-color: #c74c05;
  position: absolute;
  right: 0;
  top: 0px;
}
.highlightsof_block .highlightsof_list ul li a p {
  padding: 0;
  margin: 0;
  flex: auto;
  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);
}

.relatenlinks_block {
  background-image: url("../images/relatenlinks_bg.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
}
.relatenlinks_block .relatenlinks_group {
  display: flex;
  align-items: center;
  padding: 50px 0;
  justify-content: center;
  align-items: stretch;
}
@media (max-width: 800px) {
  .relatenlinks_block .relatenlinks_group {
    display: block;
  }
}
.relatenlinks_block .relatenlinks_group h2 {
  flex: none;
  flex-basis: 45%;
  max-width: 45%;
  font-weight: normal;
  text-shadow: 0 0 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.relatenlinks_block .relatenlinks_group h2 span {
  color: #c74c05;
  margin-right: 15px;
}
@media (max-width: 800px) {
  .relatenlinks_block .relatenlinks_group h2 {
    max-width: 100%;
  }
}
.relatenlinks_block .relatenlinks_group .relatenlinks_list {
  flex: auto;
  margin: 0 100px 0 70px;
}
@media screen and (max-width: 991px) {
  .relatenlinks_block .relatenlinks_group .relatenlinks_list {
    margin: 0 0 0 30px;
  }
}
@media (max-width: 450px) {
  .relatenlinks_block .relatenlinks_group .relatenlinks_list {
    margin: 0;
  }
}
.relatenlinks_block .relatenlinks_group .relatenlinks_list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.relatenlinks_block .relatenlinks_group .relatenlinks_list ul li {
  margin-bottom: 20px;
}
.relatenlinks_block .relatenlinks_group .relatenlinks_list ul li a {
  display: flex;
  align-items: center;
  padding: 25px 20px 25px 80px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px 5px #dde8f5 inset;
  position: relative;
  font-size: 1.25em;
  color: #333;
  height: 78px;
}
@media (max-width: 450px) {
  .relatenlinks_block .relatenlinks_group .relatenlinks_list ul li a {
    display: block;
    height: auto;
    padding: 20px;
    text-align: center;
  }
}
.relatenlinks_block .relatenlinks_group .relatenlinks_list ul li a span {
  width: 78px;
  height: 78px;
  position: absolute;
  left: -25px;
}
.relatenlinks_block .relatenlinks_group .relatenlinks_list ul li a span img {
  width: 78px;
  height: 78px;
  max-width: initial;
}
@media (max-width: 450px) {
  .relatenlinks_block .relatenlinks_group .relatenlinks_list ul li a span {
    position: relative;
    left: auto;
    display: block;
    text-align: center;
    width: 100%;
    margin: 0 0 20px;
  }
  .relatenlinks_block .relatenlinks_group .relatenlinks_list ul li a span img {
    margin: 0 auto;
  }
}
.relatenlinks_block .relatenlinks_group .relatenlinks_list ul li a:hover {
  color: #337c80;
}
.relatenlinks_block .relatenlinks_group .relatenlinks_list ul li a:focus {
  box-shadow: 0 0px 0px 2px #fec003;
}

.theme_block {
  padding: 0 0 50px;
}
.theme_block .theme_slider {
  margin-bottom: 50px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .theme_block .theme_slider {
    padding: 0 30px;
  }
}
.theme_block .theme_slider .theme_group {
  padding: 0 10px;
  text-align: center;
}
.theme_block .theme_slider .theme_group a {
  display: block;
  padding: 14px 30px 14px 20px;
  background: rgb(53, 117, 174);
  background: linear-gradient(160deg, rgb(53, 117, 174) 19%, rgb(28, 81, 157) 77%);
  color: #fff;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-radius: 5px;
  font-size: 1.125em;
  font-weight: bold;
  position: relative;
  text-align: left;
}
.theme_block .theme_slider .theme_group a:after {
  content: "";
  border: 2px solid #fff;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 15px;
  top: 20px;
  transform: rotate(45deg);
  border-bottom: none;
  border-left: none;
  transition: 0.5s;
}
.theme_block .theme_slider .theme_group a:hover, .theme_block .theme_slider .theme_group a:focus {
  background: rgb(28, 81, 157);
  background: linear-gradient(160deg, rgb(28, 81, 157) 19%, rgb(28, 81, 157) 77%);
}
.theme_block .theme_slider .theme_group a:hover:after, .theme_block .theme_slider .theme_group a:focus:after {
  right: 25px;
}
.theme_block .theme_slider .slick-prev {
  left: -55px;
  top: 0px;
}
.theme_block .theme_slider .slick-prev:hover, .theme_block .theme_slider .slick-prev:focus {
  left: -45px;
}
@media screen and (max-width: 767px) {
  .theme_block .theme_slider .slick-prev {
    left: -15px;
  }
}
.theme_block .theme_slider .slick-next {
  right: -55px;
  top: 0;
}
.theme_block .theme_slider .slick-next:hover, .theme_block .theme_slider .slick-next:focus {
  right: -45px;
}
@media screen and (max-width: 767px) {
  .theme_block .theme_slider .slick-next {
    right: -15px;
  }
}

.external_block {
  padding: 0 0 50px;
}
.external_block .external_slider {
  margin-bottom: 50px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .external_block .external_slider {
    padding: 0 30px;
  }
}
.external_block .external_slider .external_group {
  padding: 0 10px;
  text-align: center;
}
.external_block .external_slider .external_group a {
  display: block;
  padding: 14px 40px 14px 20px;
  background: rgb(202, 76, 4);
  background: linear-gradient(160deg, rgb(202, 76, 4) 20%, rgb(166, 62, 4) 78%);
  color: #fff;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-radius: 5px;
  font-size: 1.125em;
  font-weight: bold;
  position: relative;
  text-align: left;
  transition: 0.5s;
}
.external_block .external_slider .external_group a:after {
  content: "";
  border: 2px solid #fff;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 15px;
  top: 20px;
  transform: rotate(45deg);
  border-bottom: none;
  border-left: none;
  transition: 0.5s;
}
.external_block .external_slider .external_group a:hover, .external_block .external_slider .external_group a:focus {
  background: rgb(202, 76, 4);
  background: linear-gradient(160deg, rgb(202, 76, 4) 20%, rgb(202, 76, 4) 78%);
}
.external_block .external_slider .external_group a:hover:after, .external_block .external_slider .external_group a:focus:after {
  right: 25px;
}
.external_block .external_slider .slick-prev {
  left: -55px;
  top: 0px;
}
.external_block .external_slider .slick-prev:hover, .external_block .external_slider .slick-prev:focus {
  left: -45px;
}
@media screen and (max-width: 767px) {
  .external_block .external_slider .slick-prev {
    left: -15px;
  }
}
.external_block .external_slider .slick-next {
  right: -55px;
  top: 0;
}
.external_block .external_slider .slick-next:hover, .external_block .external_slider .slick-next:focus {
  right: -45px;
}
@media screen and (max-width: 767px) {
  .external_block .external_slider .slick-next {
    right: -15px;
  }
}

h1.title,
h2.title {
  line-height: 1.25em;
  margin: 0.4em 0;
}

.cp {
  position: relative;
  font-size: 1.125em;
}
.cp .pic {
  float: left;
  margin: 0px 1em 1em 0;
  width: auto;
  width: 45%;
  max-width: 400px;
  background: #f1f1f1;
  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-bottom: 1em;
}
.cp table.noborder {
  border: none !important;
}
.cp table.noborder th,
.cp table.noborder td {
  border: none !important;
}
.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: #337c80;
  text-decoration: none;
}
.cp a:hover, .cp a:focus {
  color: #337c80;
  cursor: pointer;
}
.cp a:hover {
  text-decoration: underline;
}
.cp table.sirTb td {
  vertical-align: top;
  padding: 0;
}
.cp table.sirTb td:before {
  display: none;
}
.cp table.sirTb td.sirblock {
  width: 320px;
}
.cp table.sirTb td .picsir {
  max-width: 250px;
  margin: 1.5em auto;
}
.cp table.sirTb td .picsir img {
  max-width: 250px;
}
.cp table.sirTb td .name {
  font-size: 1.625em;
  font-weight: bolder;
  color: #cf4b0c;
  margin: 1em;
  text-align: center;
}
.cp table.sirTb td .title {
  background-color: #337c80;
  color: #fff;
  text-align: center;
  padding: 0.5em;
  font-size: 1.25em;
  margin-bottom: 1em;
}
.cp table.sirTb td h3 {
  margin: 0 0 20px;
  padding: 10px;
  background-color: #337c80;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cp table.sirTb td {
    display: block;
  }
  .cp table.sirTb td.sirblock {
    width: 100%;
  }
}
.cp table.sirTb2 {
  margin-top: 1em;
}
.cp table.sirTb2 tbody tr td {
  border: none;
  vertical-align: top;
}
.cp table.sirTb2 tbody tr td.sirblock {
  width: 320px;
}
.cp table.sirTb2 tbody tr td .picsir {
  max-width: 250px;
  margin: 0 auto;
}
.cp table.sirTb2 tbody tr td .picsir img {
  max-width: 250px;
}
.cp table.sirTb2 tbody tr td .name {
  font-size: 1.75em;
  font-weight: bolder;
  color: #cf4b0c;
  margin: 0 0 1em;
  padding: 0 0 10px;
  border-bottom: 4px solid #cf4b0c;
}
.cp table.sirTb2 tbody tr td .title {
  font-size: 1.375em;
  font-weight: bold;
  margin-bottom: 0.5em;
  margin-left: 0.7em;
  color: #337c80;
  position: relative;
  padding: 0 1em;
  display: inline-block;
}
.cp table.sirTb2 tbody tr td .title:before {
  content: "";
  border: 3px solid #337c80;
  width: 16px;
  height: 16px;
  border-top: none;
  border-right: none;
  position: absolute;
  left: 0;
  top: 6px;
  transform: rotate(45deg);
}
.cp table.sirTb2 tbody tr td .title:after {
  content: "";
  border: 3px solid #337c80;
  width: 16px;
  height: 16px;
  border-top: none;
  border-right: none;
  position: absolute;
  right: 0;
  top: 6px;
  transform: rotate(-135deg);
}
.cp table.sirTb2 tbody tr td p {
  margin-left: 1em;
  margin-bottom: 1.5em;
}
.cp table.sirTb2 tbody tr td ul,
.cp table.sirTb2 tbody tr td ol {
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 3em;
  list-style-type: none;
}
.cp table.sirTb2 tbody tr td ul li,
.cp table.sirTb2 tbody tr td ol li {
  margin-bottom: 0;
  position: relative;
  padding: 0.5em 0.5em 0.5em 1.5em;
  border-bottom: 1px solid #ddd;
}
.cp table.sirTb2 tbody tr td ul li:nth-child(2n),
.cp table.sirTb2 tbody tr td ol li:nth-child(2n) {
  background-color: #efefef;
}
.cp table.sirTb2 tbody tr td ul li:before,
.cp table.sirTb2 tbody tr td ol li:before {
  content: "";
  border: 8px solid #fec003;
  border-color: transparent transparent transparent #fec003;
  position: absolute;
  left: 10px;
  top: 15px;
}
@media screen and (max-width: 767px) {
  .cp table.sirTb2 {
    margin: 0;
  }
  .cp table.sirTb2 tbody tr td {
    display: block;
  }
  .cp table.sirTb2 tbody tr td.sirblock {
    width: 100%;
  }
}
.cp table.sirTb3 {
  margin-top: 1em;
}
.cp table.sirTb3 tbody tr td {
  border: none;
  vertical-align: top;
}
.cp table.sirTb3 tbody tr td.sirblock {
  width: 320px;
}
.cp table.sirTb3 tbody tr td .picsir {
  max-width: 250px;
  margin: 0 auto;
}
.cp table.sirTb3 tbody tr td .picsir img {
  max-width: 250px;
}
.cp table.sirTb3 tbody tr td .name {
  font-size: 1.625em;
  font-weight: bolder;
  color: #fff;
  background-color: #cf4b0c;
  margin: 0 0 1em;
  padding: 0.4em 1em;
  border-radius: 50px;
}
.cp table.sirTb3 tbody tr td .title {
  font-size: 1.313em;
  font-weight: bold;
  margin-bottom: 0.5em;
  margin-left: 0;
  color: #337c80;
  background-color: #eee;
  padding: 0.4em 1em;
  border-radius: 50px;
  display: block;
}
.cp table.sirTb3 tbody tr td p {
  margin-left: 1.3em;
  margin-bottom: 1.5em;
}
.cp table.sirTb3 tbody tr td ul,
.cp table.sirTb3 tbody tr td ol {
  margin-left: 0.5em;
  margin-bottom: 3em;
  list-style-type: none;
}
.cp table.sirTb3 tbody tr td ul li,
.cp table.sirTb3 tbody tr td ol li {
  margin-bottom: 0.8em;
  position: relative;
  padding-left: 1em;
}
.cp table.sirTb3 tbody tr td ul li:before,
.cp table.sirTb3 tbody tr td ol li:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #333333;
  position: absolute;
  left: 0px;
  top: 11px;
}
@media screen and (max-width: 767px) {
  .cp table.sirTb3 {
    margin: 0;
  }
  .cp table.sirTb3 tbody tr td {
    display: block;
  }
  .cp table.sirTb3 tbody tr td.sirblock {
    width: 100%;
  }
}
.cp table.sirTb2_e {
  margin-top: 1em;
}
.cp table.sirTb2_e tbody tr td {
  border: none;
  vertical-align: top;
  display: block;
}
.cp table.sirTb2_e tbody tr td.sirblock {
  width: 100%;
}
.cp table.sirTb2_e tbody tr td .picsir {
  max-width: 250px;
  margin: 0 auto;
}
.cp table.sirTb2_e tbody tr td .picsir img {
  max-width: 250px;
}
.cp table.sirTb2_e tbody tr td .name {
  font-size: 1.75em;
  font-weight: bolder;
  color: #cf4b0c;
  margin: 0 0 1em;
  padding: 0 0 10px;
  border-bottom: 4px solid #cf4b0c;
}
.cp table.sirTb2_e tbody tr td .title {
  font-size: 1.375em;
  font-weight: bold;
  margin-bottom: 0.5em;
  margin-left: 0.7em;
  color: #337c80;
  position: relative;
  padding: 0 1em;
  display: inline-block;
}
.cp table.sirTb2_e tbody tr td .title:before {
  content: "";
  border: 3px solid #337c80;
  width: 16px;
  height: 16px;
  border-top: none;
  border-right: none;
  position: absolute;
  left: 0;
  top: 6px;
  transform: rotate(45deg);
}
.cp table.sirTb2_e tbody tr td .title:after {
  content: "";
  border: 3px solid #337c80;
  width: 16px;
  height: 16px;
  border-top: none;
  border-right: none;
  position: absolute;
  right: 0;
  top: 6px;
  transform: rotate(-135deg);
}
.cp table.sirTb2_e tbody tr td p {
  margin-left: 1em;
  margin-bottom: 1.5em;
}
.cp table.sirTb2_e tbody tr td ul,
.cp table.sirTb2_e tbody tr td ol {
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 3em;
  list-style-type: none;
}
.cp table.sirTb2_e tbody tr td ul li,
.cp table.sirTb2_e tbody tr td ol li {
  margin-bottom: 0;
  position: relative;
  padding: 0.5em 0.5em 0.5em 1.5em;
  border-bottom: 1px solid #ddd;
  overflow-wrap: break-word !important;
}
.cp table.sirTb2_e tbody tr td ul li:nth-child(2n),
.cp table.sirTb2_e tbody tr td ol li:nth-child(2n) {
  background-color: #efefef;
}
.cp table.sirTb2_e tbody tr td ul li:before,
.cp table.sirTb2_e tbody tr td ol li:before {
  content: "";
  border: 8px solid #fec003;
  border-color: transparent transparent transparent #fec003;
  position: absolute;
  left: 10px;
  top: 15px;
}
@media screen and (max-width: 767px) {
  .cp table.sirTb2_e {
    margin: 0;
  }
}
@media screen and (max-width: 575px) {
  .cp table {
    width: 100%;
    background-color: transparent !important;
  }
  .cp table thead,
  .cp table tbody,
  .cp table th,
  .cp table td,
  .cp table tr {
    display: block;
  }
  .cp table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .cp table th {
    display: none;
  }
  .cp table tr {
    border: 1px solid #ccc;
    margin-bottom: 10px;
  }
  .cp table td {
    border: none !important;
    border-bottom: 1px solid #eee !important;
    position: relative;
    white-space: normal;
    text-align: left;
  }
  .cp table td:before {
    content: attr(data-title) "";
    display: inline-block;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
    color: #337c80;
  }
  .cp table.sirTb2 td,
  .cp table.sirTb2 tr, .cp table.sirTb3 td,
  .cp table.sirTb3 tr, .cp table.sirTb2_e td,
  .cp table.sirTb2_e tr {
    border: none !important;
  }
}

.file_download {
  width: 100%;
  margin: 0 auto 2em;
  clear: both;
}
.file_download h3 {
  font-size: 1.5em;
  padding: 12px 0px 10px 0px;
  margin: 0.2em 0px 1em;
  border-bottom: 3px solid #434242;
}
.file_download ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.file_download li {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 0.5em 0 0.5em 1.5em;
  border-bottom: solid 1px #eee;
}
.file_download li:before {
  content: "·";
  font-size: 2em;
  font-weight: bold;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0.32em;
  left: 0.1em;
  color: #666;
}
.file_download li .file_name {
  line-height: 1.8em;
  margin: 0.2em 0.5em 0.2em 0;
  color: #222;
  flex: auto;
  flex-basis: 100%;
}
.file_download li .file_name ~ span {
  flex: 0 0 auto;
  margin: 0.2em 0 0.4em;
  font-size: 0.875em;
  line-height: 1.5em;
  vertical-align: middle;
  color: #666;
}
.file_download li .file_name ~ span a {
  color: #fff;
  display: inline-block;
  margin-right: 8px;
}

.web_link {
  width: 100%;
  margin: 0 auto 2em;
  clear: both;
}
.web_link h3 {
  font-size: 1.5em;
  padding: 12px 0px 10px 0px;
  margin: 0.2em 0px 1em;
  border-bottom: 3px solid #434242;
}
.web_link ol,
.web_link ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.web_link li {
  position: relative;
  padding: 0.5em 0;
  border-bottom: solid 1px #eee;
  padding-left: 1.5em;
}
.web_link li:before {
  content: "·";
  font-size: 2em;
  font-weight: bold;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0.35em;
  left: 0.1em;
  color: #666;
}
.web_link li a {
  padding: 0.2em 0px;
  display: block;
  color: #222;
  text-decoration: none;
}
.web_link li a:hover, .web_link li a:focus {
  color: #337c80;
  cursor: pointer;
}

.related_photoblock {
  width: 100%;
  margin: 0 auto 2em;
  clear: both;
}
.related_photoblock h3 {
  font-size: 1.5em;
  padding: 12px 0px 10px 0px;
  margin: 0.2em 0px 1em;
  border-bottom: 3px solid #434242;
}
.related_photoblock .related_photogroup {
  display: flex;
  flex-wrap: wrap;
}
.related_photoblock .related_photogroup .related_photo {
  flex: none;
  flex-basis: 23%;
  max-width: 23%;
  margin: 0 1% 20px;
  padding: 10px;
  border-radius: 5px;
  box-sizing: border-box;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .related_photoblock .related_photogroup .related_photo {
    flex-basis: 48%;
    max-width: 48%;
    margin: 0 1% 20px;
  }
}
@media (max-width: 480px) {
  .related_photoblock .related_photogroup .related_photo {
    flex-basis: 100%;
    max-width: 100%;
    margin: 0 0 20px;
  }
}
.related_photoblock .related_photogroup .related_photo > a {
  display: block;
  padding-bottom: 5px;
  text-align: center;
  color: #333;
  position: relative;
  line-height: 1.5em;
  text-align: left;
}
.related_photoblock .related_photogroup .related_photo > a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: 0 0 0 2px #fec003;
  display: none;
}
.related_photoblock .related_photogroup .related_photo > a .picblock {
  position: relative;
  height: 150px;
  margin-bottom: 10px;
  background-color: #eee;
  overflow: hidden;
  display: block;
}
.related_photoblock .related_photogroup .related_photo > a .picblock img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  transition: 0.5s;
}
.related_photoblock .related_photogroup .related_photo > a p {
  margin: 0;
  padding: 0;
  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);
}
.related_photoblock .related_photogroup .related_photo > a:hover .picblock img {
  transform: scale(1.1);
}
.related_photoblock .related_photogroup .related_photo > a:focus {
  box-shadow: none;
}
.related_photoblock .related_photogroup .related_photo > a:focus:before {
  display: block;
}

.publish_info_top {
  font-size: 1rem;
  line-height: 1.5em !important;
  list-style: none;
  margin: 0 0 5px 0 !important;
  padding: 0.2em 0em;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  box-sizing: border-box;
}
.publish_info_top li {
  margin-right: 2em;
  position: relative;
  padding-left: 17px;
}
.publish_info_top li:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #333;
  position: absolute;
  left: 0;
  top: 8px;
}

.publish_info_down {
  font-size: 0.938em;
  line-height: 1.5em !important;
  list-style: none;
  margin: 0 0 1em 0 !important;
  border-top: solid 1px #666;
  border-bottom: solid 1px #666;
  padding: 0.6em 0.5em;
  box-sizing: border-box;
}
.publish_info_down li {
  margin-bottom: 5px;
}

.video {
  padding: 10px 10px 5px;
  box-sizing: border-box;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 5px;
  margin-bottom: 20px;
}

/* 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 3em;
  background: #fff;
  border-radius: 5px;
}
.sitemap .accesskeyDefine li {
  margin-bottom: 10px;
}

.cascading {
  border-top: 1px solid #CCC;
  box-sizing: border-box;
}
.cascading ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cascading li {
  line-height: 1.5;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin: 0 -5px 1em 0;
  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: 3px solid #337c80;
}
.cascading li a:hover, .cascading li a:focus {
  color: #337c80 !important;
  text-decoration: none;
}
.cascading li ul {
  padding: 0;
  margin: 0.5em 0;
  display: flex;
  flex-wrap: wrap;
}
.cascading li ul li {
  flex: none;
  flex-basis: 31%;
  margin: 0 1.16% 20px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .cascading li ul li {
    flex-basis: 48%;
    margin: 0 1% 5px;
  }
}
@media (max-width: 480px) {
  .cascading li ul li {
    flex-basis: 100%;
    margin: 0 0 5px;
  }
}
.cascading li ul li a {
  display: block;
  font-size: 1em;
  padding: 10px;
  border-bottom: none;
  border-radius: 5px;
  background-color: transparent;
  font-weight: normal;
  background-color: #ddd;
}
.cascading li ul li ul {
  padding: 0;
  margin: 1em;
  display: block;
}
.cascading li ul li ul li {
  width: 100%;
  margin: 0 0 5px;
}
.cascading li ul li ul li a {
  display: block;
  background-color: transparent;
  border-radius: 0;
  border-bottom: 1px dashed #ccc;
  padding: 0.2em 0;
}

.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: #337c80;
}

.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: #337c80;
}

.leftmenu {
  position: relative;
  margin: 0px 0 25px 0;
  padding: 0;
}
.leftmenu .title {
  font-size: 1.125em;
  background: rgb(32, 129, 121);
  background: linear-gradient(135deg, rgb(32, 129, 121) 0%, rgb(25, 90, 94) 100%, rgb(103, 172, 176) 158%);
  color: #fff;
  padding: 12px 25px 10px 30px;
  position: relative;
  margin: 0 0 4px;
  text-align: left;
  border-radius: 5px;
  position: relative;
  font-weight: bolder;
}
.leftmenu .title:before {
  content: "";
  width: 8px;
  height: 8px;
  border: 2px solid #fff;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
  position: absolute;
  top: 16px;
  right: 15px;
}
.leftmenu ul {
  margin: 0;
  padding: 15px 20px;
  background: rgb(227, 235, 237);
  background: linear-gradient(135deg, rgb(227, 235, 237) 0%, rgb(212, 228, 232) 100%, rgb(103, 172, 176) 158%);
  border-radius: 5px;
}
.leftmenu ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 1em;
}
.leftmenu ul li a {
  border-bottom: 1px solid #fff;
  color: #3d3d3d;
  padding: 10px;
  display: block;
  text-decoration: none;
  font-weight: bolder;
  transition: 0.5s;
  position: relative;
}
.leftmenu ul li a:hover, .leftmenu ul li a:focus {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.5);
}
.leftmenu ul li a.specialZoneStyle {
  padding: 10px 10px 10px 30px;
}
.leftmenu ul li a.specialZoneStyle:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #f6b801;
  position: absolute;
  left: 10px;
  top: 18px;
}
.leftmenu ul li:last-child a {
  border-bottom: none;
}

.agency_inblock {
  margin: 0;
  padding: 0;
}
.agency_inblock .title {
  font-size: 1.125em;
  background: rgb(32, 129, 121);
  background: linear-gradient(135deg, rgb(32, 129, 121) 0%, rgb(25, 90, 94) 100%, rgb(103, 172, 176) 158%);
  color: #fff;
  padding: 12px 25px 10px 30px;
  position: relative;
  margin: 0 0 4px;
  text-align: left;
  border-radius: 5px;
  position: relative;
  font-weight: bolder;
}
.agency_inblock .title:before {
  content: "";
  width: 8px;
  height: 8px;
  border: 2px solid #fff;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
  position: absolute;
  top: 16px;
  right: 15px;
}
.agency_inblock ul {
  margin: 15px 0;
  padding: 0;
  list-style-type: none;
}
.agency_inblock ul li {
  margin: 0 0 8px;
  padding: 0;
}
.agency_inblock ul li a {
  padding: 6px 3px 0;
  display: block;
  border-radius: 5px;
  text-align: center;
  background-color: #fff;
  transition: 0.5s;
}
.agency_inblock ul li a:hover {
  background-color: #ddd;
}

.inbannerlink_list .bannerlink {
  margin-bottom: 10px;
}
.inbannerlink_list .bannerlink a {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  background: rgb(32, 129, 121);
  background: linear-gradient(135deg, rgb(32, 129, 121) 0%, rgb(25, 90, 94) 100%, rgb(103, 172, 176) 158%);
  border-radius: 10px;
  padding: 15px 60px 15px 20px;
  min-height: 100px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  height: 100%;
  font-family: Georgia;
  font-size: 1.375em;
}
@media (max-width: 380px) {
  .inbannerlink_list .bannerlink a {
    padding: 50px 10px 15px 10px;
    font-size: 1.25em;
  }
}
.inbannerlink_list .bannerlink a span {
  color: #fff;
}
.inbannerlink_list .bannerlink a .img {
  position: absolute;
  right: 0;
  top: -3px;
  text-align: right;
}
.inbannerlink_list .bannerlink a .img img {
  width: auto;
  height: auto;
}
@media (max-width: 480px) {
  .inbannerlink_list .bannerlink a .img img {
    width: 80%;
  }
}
.inbannerlink_list .bannerlink a:hover {
  background: rgb(200, 65, 21);
  background: linear-gradient(158deg, rgb(200, 65, 21) 0%, rgb(171, 59, 24) 43%, rgb(191, 75, 38) 100%);
}

.piclist_group {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 1em;
  padding: 1em 0;
}
.piclist_group .piclist {
  flex: none;
  flex-basis: calc((100% - 60px) / 4);
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  border-radius: 5px;
}
@media (max-width: 1100px) {
  .piclist_group .piclist {
    flex-basis: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 767px) {
  .piclist_group .piclist {
    flex-basis: calc((100% - 20px) / 2);
  }
}
@media (max-width: 480px) {
  .piclist_group .piclist {
    flex-basis: 100%;
  }
}
.piclist_group .piclist.zoneblock a .images:after {
  content: "";
  background-image: url("../images/icon/icon_bookmark.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 34px;
  width: 34px;
  height: 34px;
  position: absolute;
  left: 10px;
  top: 0;
  z-index: 9;
  filter: invert(30%) sepia(86%) saturate(2722%) hue-rotate(4deg) brightness(106%) contrast(84%);
}
.piclist_group .piclist.zoneblock a .images .explain {
  background-color: rgba(210, 137, 1, 0.9);
}
.piclist_group .piclist a {
  display: block;
  position: relative;
  border-radius: 5px;
}
.piclist_group .piclist a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: 0 0 0 2px #fec003;
  display: none;
}
.piclist_group .piclist a .images {
  padding: 0;
  margin: 0;
  background-color: #fff;
  position: relative;
  line-height: 0;
  border-radius: 5px;
  overflow: hidden;
}
.piclist_group .piclist a .images:before {
  display: inline-block;
  content: "";
  padding-top: 72.5%;
}
.piclist_group .piclist a .images img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
.piclist_group .piclist a .images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}
.piclist_group .piclist a .images .explain {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  padding: 3px 10px;
  margin: 0;
  background-color: rgba(51, 124, 128, 0.9);
  color: #fff;
}
.piclist_group .piclist a .images .explain span {
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.6em;
  height: calc(1.6em * 2);
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.05em;
  font-weight: bolder;
  font-size: 0.938em;
}
.piclist_group .piclist a:hover .images img {
  transform: scale(1.1);
}
.piclist_group .piclist a:focus:before {
  display: block;
}

.piclist_group2 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  padding: 1em 0;
  gap: 20px;
}
.piclist_group2 .piclist {
  flex: 0 0 auto;
  flex-basis: calc((100% - 60px) / 4);
  border-radius: 50%;
  position: relative;
  aspect-ratio: 1.5/1;
}
.piclist_group2 .piclist a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 50px 10px 10px 10px;
  width: 100%;
  height: 100%;
  background: #d17d00;
  background: linear-gradient(180deg, rgb(209, 125, 0) 3%, rgb(247, 178, 48) 100%);
  font-size: 1.5em;
  font-weight: 600;
  padding: 30px 20px;
  text-align: center;
  line-height: 1.5;
}
.piclist_group2 .piclist a:before {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 120px;
  position: absolute;
  left: 0;
  top: 0;
  width: 120px;
  height: 120px;
  opacity: 0.3;
}
.piclist_group2 .piclist a.numbg01:before {
  content: "";
  background-image: url("../images/np_Icon01.svg");
}
.piclist_group2 .piclist a.numbg02:before {
  content: "";
  background-image: url("../images/np_Icon02.svg");
}
.piclist_group2 .piclist a.numbg03:before {
  content: "";
  background-image: url("../images/np_Icon03.svg");
}
.piclist_group2 .piclist a.numbg04:before {
  content: "";
  background-image: url("../images/np_Icon04.svg");
}
.piclist_group2 .piclist a span {
  color: #fff;
  display: block;
  position: relative;
  text-shadow: 0px 0px 8px #444, 0px 0px 5px #000;
}
@media (max-width: 1100px) {
  .piclist_group2 .piclist {
    flex-basis: calc((100% - 20px) / 2);
    aspect-ratio: 1/0.3;
  }
}
@media screen and (max-width: 767px) {
  .piclist_group2 .piclist {
    aspect-ratio: 1/0.4;
  }
}
@media screen and (max-width: 575px) {
  .piclist_group2 .piclist {
    aspect-ratio: 1/0.6;
  }
}
@media (max-width: 450px) {
  .piclist_group2 .piclist {
    aspect-ratio: 1/0.9;
  }
}
@media (max-width: 400px) {
  .piclist_group2 .piclist {
    aspect-ratio: 1/0.4;
    flex-basis: 100%;
  }
}

.public_information_group {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1em;
  padding: 1em 0;
}
.public_information_group .information_list {
  flex: none;
  flex-basis: 23%;
  margin: 0 1% 25px;
  position: relative;
  border-radius: 5px;
}
@media (max-width: 800px) {
  .public_information_group .information_list {
    flex-basis: 31%;
    margin: 0 1.16% 25px;
  }
}
@media (max-width: 650px) {
  .public_information_group .information_list {
    flex-basis: 48%;
    margin: 0 1% 25px;
  }
}
@media (max-width: 480px) {
  .public_information_group .information_list {
    flex-basis: 100%;
    margin: 0 0 25px;
  }
}
.public_information_group .information_list .images {
  padding: 0;
  margin: 0 0 15px;
  background-color: #fff;
  position: relative;
  line-height: 0;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
.public_information_group .information_list .images:before {
  display: inline-block;
  content: "";
  padding-top: 75%;
}
.public_information_group .information_list .images img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
.public_information_group .information_list .images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}
.public_information_group .information_list .images .explain {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  padding: 3px 10px;
  margin: 0;
  background-color: rgba(51, 124, 128, 0.9);
  color: #fff;
}
.public_information_group .information_list .images .explain span {
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.6em;
  height: calc(1.6em * 2);
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.05em;
  font-weight: bolder;
  font-size: 0.938em;
}
.public_information_group .information_list ul {
  list-style-type: none;
  margin: 10px 10px 20px;
  padding: 0;
  font-size: 0.938em;
  min-height: 180px;
}
@media (max-width: 480px) {
  .public_information_group .information_list ul {
    min-height: auto;
  }
}
.public_information_group .information_list ul li {
  margin-bottom: 8px;
}
.public_information_group .information_list ul li a {
  display: block;
  position: relative;
  color: #545454;
  padding: 0 0 0 15px;
}
.public_information_group .information_list ul li a:hover {
  color: #337c80;
  text-decoration: underline;
}
.public_information_group .information_list ul li a:before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #545454;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 9px;
}
.public_information_group .information_list .more {
  margin-bottom: 20px;
}
.public_information_group .information_list .more a {
  background-color: #aed8da;
  color: #333;
  border: 1px solid #aed8da;
  min-width: 50px;
}
.public_information_group .information_list .more a:hover {
  color: #fff;
}

.condition_block {
  display: flex;
  justify-content: space-between;
  margin: 0.8em 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 0.5em;
}
@media screen and (max-width: 575px) {
  .condition_block {
    display: block;
  }
}

.listbtn {
  flex: auto;
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 575px) {
  .listbtn {
    margin-bottom: 5px;
  }
}
.listbtn button {
  margin: 0 5px 0 0;
}
.listbtn button.btn {
  padding: 0.3em 1em;
}
.listbtn button.btn.active {
  background-color: #000;
  color: #fff;
}

.condition_rightblock {
  flex: auto;
  display: flex;
  justify-content: flex-end;
}
.condition_rightblock .RSSbtn {
  flex: none;
  display: flex;
  justify-content: flex-end;
}
.condition_rightblock .RSSbtn button {
  margin: 0;
}
.condition_rightblock .RSSbtn button.btn {
  padding: 0.3em 1em;
}
.condition_rightblock .condition_searchbtn {
  flex: none;
  margin-left: 5px;
  display: flex;
  justify-content: flex-end;
}
.condition_rightblock .condition_searchbtn button {
  margin: 0;
}
.condition_rightblock .condition_searchbtn button.btn {
  padding: 0.3em 1em;
}

.condition_searchblock {
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #eee;
  background-color: #fff;
  display: none;
}
.condition_searchblock .form_grid {
  border: none;
}
.condition_searchblock .form_inline select {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.list_bannerblock {
  margin: 1em 0;
}
.list_bannerblock ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow: hidden;
}
.list_bannerblock ul li {
  float: left;
  width: 23%;
  margin: 0 1% 20px;
}
@media screen and (max-width: 767px) {
  .list_bannerblock ul li {
    width: 31%;
    margin: 0 1.16% 20px;
  }
}
@media screen and (max-width: 575px) {
  .list_bannerblock ul li {
    width: 48%;
    margin: 0 1% 20px;
  }
  .list_bannerblock ul li img {
    max-width: initial;
  }
}
@media (max-width: 400px) {
  .list_bannerblock ul li {
    width: 100%;
    margin: 0 0 20px;
  }
  .list_bannerblock ul li img {
    max-width: initial;
    width: 140px;
    height: 45px;
  }
}
.list_bannerblock ul li a {
  display: flex;
  border: 1px solid #eee;
  background-color: #eee;
  border-radius: 5px;
  text-align: center;
  position: relative;
  justify-content: center;
  align-items: center;
  padding: 5px;
}
.list_bannerblock ul li a img {
  max-width: initial;
  width: 160px;
  height: 52px;
}
.list_bannerblock ul li a:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  background-color: #fff;
}

.list_photoblock {
  display: flex;
  flex-wrap: wrap;
}
.list_photoblock .list_photo {
  flex: none;
  flex-basis: 31%;
  max-width: 31%;
  margin: 0 1.16% 20px;
  padding: 10px;
  border-radius: 5px;
  box-sizing: border-box;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
@media screen and (max-width: 767px) {
  .list_photoblock .list_photo {
    flex-basis: 48%;
    max-width: 48%;
    margin: 0 1% 20px;
  }
}
@media (max-width: 480px) {
  .list_photoblock .list_photo {
    flex-basis: 100%;
    max-width: 100%;
    margin: 0 0 20px;
  }
}
.list_photoblock .list_photo > a {
  display: block;
  padding-bottom: 5px;
  text-align: center;
  color: #333;
  position: relative;
}
.list_photoblock .list_photo > a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: 0 0 0 2px #fec003;
  display: none;
}
.list_photoblock .list_photo > a .pic {
  position: relative;
  height: 170px;
  margin-bottom: 15px;
  background-color: #eee;
  overflow: hidden;
}
.list_photoblock .list_photo > a .pic img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  transition: 0.5s;
}
.list_photoblock .list_photo > a:hover .pic img {
  transform: scale(1.1);
}
.list_photoblock .list_photo > a:focus {
  box-shadow: none;
}
.list_photoblock .list_photo > a:focus:before {
  display: block;
}
.list_photoblock .list_photo ul {
  border-top: 1px dashed #ccc;
  list-style-type: none;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1em 0 0.5em;
}
.list_photoblock .list_photo ul li {
  margin: 0 5px;
}
.list_photoblock .list_photo ul li a {
  display: block;
  padding: 5px 10px;
  background-color: #ddd;
  color: #333;
  border-radius: 5px;
  transition: 0.5s;
}
.list_photoblock .list_photo ul li a:hover {
  background-color: #337c80;
  color: #fff;
}
.list_photoblock .list_photo .content {
  border-top: 1px dashed #ccc;
  padding: 1em 0 0.5em;
  text-align: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.list_photoblock .list_photo .content span {
  flex: none;
  flex-basis: 50%;
  max-width: 50%;
  margin: 0 0 10px 0;
  text-align: center;
  display: inline-block;
}
.list_photoblock .list_photo .content span:last-child {
  margin: 0 0 10px 0;
}
.list_photoblock .list_photo .content .detailed {
  text-align: center;
  flex: auto;
  flex-basis: 100%;
  max-width: 100%;
}
.list_photoblock .list_photo .content .detailed a {
  display: inline-block;
  padding: 5px 15px;
  background-color: #ddd;
  color: #333;
  border-radius: 5px;
  transition: 0.5s;
}
.list_photoblock .list_photo .content .detailed a:hover {
  background-color: #337c80;
  color: #fff;
}

.item_listblock .item_list {
  display: flex;
  padding: 5px 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .item_listblock .item_list {
    flex-wrap: wrap;
  }
}
.item_listblock .item_list .number {
  flex: none;
  flex-basis: 30px;
  max-width: 30px;
}
@media screen and (max-width: 767px) {
  .item_listblock .item_list .number {
    flex-basis: 40px;
    max-width: 40px;
    padding: 5px;
    background-color: #000;
    color: #fff;
    display: flex;
    justify-content: center;
    margin-bottom: 8px;
  }
}
.item_listblock .item_list .pic {
  flex: none;
  flex-basis: 25%;
  max-width: 25%;
  height: 160px;
  margin-bottom: 15px;
  background-color: #eee;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .item_listblock .item_list .pic {
    flex-basis: 100%;
    max-width: 100%;
    height: 240px;
  }
}
.item_listblock .item_list .pic img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  transition: 0.5s;
}
.item_listblock .item_list .content {
  flex: auto;
  flex-basis: calc(100% - 30px - 25%);
  max-width: calc(100% - 30px - 25%);
  padding-left: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .item_listblock .item_list .content {
    flex-basis: 100%;
    max-width: 100%;
    padding-left: 0;
  }
}
.item_listblock .item_list .content h3 {
  margin: 5px 0 10px;
  padding: 0;
  font-size: 1.25em;
}
.item_listblock .item_list .content h3 a {
  text-decoration: underline;
}
.item_listblock .item_list .content h3 a:hover {
  text-decoration: none;
}
.item_listblock .item_list .content .date {
  display: flex;
}
.item_listblock .item_list .content .date span {
  font-size: 0.938em;
  color: #666;
  padding: 0;
  margin-right: 30px;
  border-radius: 5px;
}
.item_listblock .item_list .content p {
  font-size: 0.938em;
  padding: 0;
  margin: 10px 0;
}
.item_listblock .item_list2 {
  padding: 5px 0 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
.item_listblock .item_list2 .date {
  font-size: 1em;
  margin-bottom: 8px;
  color: #666;
}
.item_listblock .item_list2 h3 {
  margin: 5px 0 10px;
  padding: 0;
  font-size: 1.25em;
}
.item_listblock .item_list2 h3 a {
  text-decoration: underline;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.item_listblock .item_list2 h3 a:hover {
  text-decoration: none;
}
.item_listblock .item_list2 .data span {
  font-size: 1em;
  color: #666;
  padding: 0 15px 0 15px;
  margin-bottom: 2px;
  display: inline-block;
  position: relative;
  white-space: nowrap;
}
@media (max-width: 480px) {
  .item_listblock .item_list2 .data span {
    width: 100%;
  }
}
.item_listblock .item_list2 .data span:after {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #777;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 9px;
}

.qp,
.fp {
  padding: 20px 30px;
  margin: 1.5em 0;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.ap {
  margin-bottom: 1em;
  position: relative;
}
.ap h3 {
  color: #337c80;
  position: relative;
  padding-left: 20px;
}
.ap h3:before {
  content: "";
  border: 8px solid #337c80;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  left: 0;
  top: 5px;
}

.explain_block {
  line-height: 1.7em;
  padding: 1em 1.5em;
  background-color: #ddd;
  border-radius: 5px;
  margin-bottom: 1em;
  clear: both;
}

.accordion_grounp {
  overflow: hidden;
}
.accordion_grounp .accordionblock {
  width: 100%;
  margin: 0 0 15px;
}
.accordion_grounp .accordionblock span.file_doc {
  color: #fff;
  font-weight: bold;
  padding: 0.1em 0.3em;
  border-radius: 3px;
  min-width: 50px;
  text-align: center;
  margin-left: 5px;
}
.accordion_grounp .accordionblock span.file_docx {
  color: #fff;
  font-weight: bold;
  padding: 0.1em 0.3em;
  border-radius: 3px;
  min-width: 50px;
  text-align: center;
  margin-left: 5px;
}
.accordion_grounp .accordionblock span.file_odt {
  color: #fff;
  font-weight: bold;
  padding: 0.1em 0.3em;
  border-radius: 3px;
  min-width: 50px;
  text-align: center;
  margin-left: 5px;
}
.accordion_grounp .accordionblock span.file_xls {
  color: #fff;
  font-weight: bold;
  padding: 0.1em 0.3em;
  border-radius: 3px;
  min-width: 50px;
  text-align: center;
  margin-left: 5px;
}
.accordion_grounp .accordionblock span.file_xlsx {
  color: #fff;
  font-weight: bold;
  padding: 0.1em 0.3em;
  border-radius: 3px;
  min-width: 50px;
  text-align: center;
  margin-left: 5px;
}
.accordion_grounp .accordionblock span.file_csv {
  color: #fff;
  font-weight: bold;
  padding: 0.1em 0.3em;
  border-radius: 3px;
  min-width: 50px;
  text-align: center;
  margin-left: 5px;
}
.accordion_grounp .accordionblock span.file_ods {
  color: #fff;
  font-weight: bold;
  padding: 0.1em 0.3em;
  border-radius: 3px;
  min-width: 50px;
  text-align: center;
  margin-left: 5px;
}
.accordion_grounp .accordionblock span.file_ppt {
  color: #fff;
  font-weight: bold;
  padding: 0.1em 0.3em;
  border-radius: 3px;
  min-width: 50px;
  text-align: center;
  margin-left: 5px;
}
.accordion_grounp .accordionblock span.file_pptx {
  color: #fff;
  font-weight: bold;
  padding: 0.1em 0.3em;
  border-radius: 3px;
  min-width: 50px;
  text-align: center;
  margin-left: 5px;
}
.accordion_grounp .accordionblock span.file_odp {
  color: #fff;
  font-weight: bold;
  padding: 0.1em 0.3em;
  border-radius: 3px;
  min-width: 50px;
  text-align: center;
  margin-left: 5px;
}
.accordion_grounp .accordionblock span.file_zip {
  color: #fff;
  font-weight: bold;
  padding: 0.1em 0.3em;
  border-radius: 3px;
  min-width: 50px;
  text-align: center;
  margin-left: 5px;
}
.accordion_grounp .accordionblock span.file_txt {
  color: #fff;
  font-weight: bold;
  padding: 0.1em 0.3em;
  border-radius: 3px;
  min-width: 50px;
  text-align: center;
  margin-left: 5px;
}
.accordion_grounp .accordionblock span.file_mov {
  color: #fff;
  font-weight: bold;
  padding: 0.1em 0.3em;
  border-radius: 3px;
  min-width: 50px;
  text-align: center;
  margin-left: 5px;
}
.accordion_grounp .accordionblock span.file_mp3 {
  color: #fff;
  font-weight: bold;
  padding: 0.1em 0.3em;
  border-radius: 3px;
  min-width: 50px;
  text-align: center;
  margin-left: 5px;
}
.accordion_grounp .accordionblock span.file_jpg {
  color: #fff;
  font-weight: bold;
  padding: 0.1em 0.3em;
  border-radius: 3px;
  min-width: 50px;
  text-align: center;
  margin-left: 5px;
}
.accordion_grounp .accordionblock span.file_wmv {
  color: #fff;
  font-weight: bold;
  padding: 0.1em 0.3em;
  border-radius: 3px;
  min-width: 50px;
  text-align: center;
  margin-left: 5px;
}
.accordion_grounp .accordionblock span.file_mp4 {
  color: #fff;
  font-weight: bold;
  padding: 0.1em 0.3em;
  border-radius: 3px;
  min-width: 50px;
  text-align: center;
  margin-left: 5px;
}
.accordion_grounp .accordionblock span.file_pdf {
  color: #fff;
  font-weight: bold;
  padding: 0.1em 0.3em;
  border-radius: 3px;
  min-width: 50px;
  text-align: center;
  margin-left: 5px;
}
.accordion_grounp .accordionblock span.file_other {
  color: #fff;
  font-weight: bold;
  padding: 0.1em 0.3em;
  border-radius: 3px;
  min-width: 50px;
  text-align: center;
  margin-left: 5px;
}
.accordion_grounp .accordionblock span.file_rar {
  color: #fff;
  font-weight: bold;
  padding: 0.1em 0.3em;
  border-radius: 3px;
  min-width: 50px;
  text-align: center;
  margin-left: 5px;
}
.accordion_grounp .accordionblock span.file_doc, .accordion_grounp .accordionblock span.file_docx, .accordion_grounp .accordionblock span.file_odt {
  background: #275cb7;
}
.accordion_grounp .accordionblock span.file_xls, .accordion_grounp .accordionblock span.file_xlsx, .accordion_grounp .accordionblock span.file_csv, .accordion_grounp .accordionblock span.file_ods {
  background: #387947;
}
.accordion_grounp .accordionblock span.file_ppt, .accordion_grounp .accordionblock span.file_pptx, .accordion_grounp .accordionblock span.file_odp, .accordion_grounp .accordionblock span.file_pdf {
  background: #c55a3b;
}
.accordion_grounp .accordionblock span.file_pdf {
  background: #c00;
}
.accordion_grounp .accordionblock span.file_zip, .accordion_grounp .accordionblock span.file_rar {
  background: #eb712e;
}
.accordion_grounp .accordionblock span.file_txt, .accordion_grounp .accordionblock span.file_other {
  background: #555;
}
.accordion_grounp .accordionblock span.file_mov {
  background: #009999;
}
.accordion_grounp .accordionblock span.file_mp3, .accordion_grounp .accordionblock span.file_mp4 {
  background: #088ecc;
}
.accordion_grounp .accordionblock span.file_jpg {
  background: #6c29a4;
}
.accordion_grounp .accordionblock span.file_wmv {
  background: #430a1f;
}
.accordion_grounp .accordionblock div.Q {
  border-radius: 5px;
  width: 100%;
}
.accordion_grounp .accordionblock div.Q a {
  padding: 15px 100px 15px 15px;
  border-radius: 5px;
  display: block;
  position: relative;
  text-align: left;
  width: 100%;
  line-height: 1.5em;
  border: 1px solid #337c80;
  cursor: pointer;
  font-size: 1.125em;
  font-weight: bolder;
  background: rgb(32, 129, 121);
  background: linear-gradient(135deg, rgb(32, 129, 121) 0%, rgb(25, 90, 94) 100%, rgb(103, 172, 176) 158%);
  transition: 0.5s;
  color: #fff;
}
.accordion_grounp .accordionblock div.Q a:hover {
  background: rgb(25, 90, 94);
  background: linear-gradient(135deg, rgb(25, 90, 94) 0%, rgb(25, 90, 94) 100%, rgb(103, 172, 176) 158%);
  box-shadow: none;
}
.accordion_grounp .accordionblock div.Q a:focus {
  background: rgb(25, 90, 94);
  background: linear-gradient(135deg, rgb(25, 90, 94) 0%, rgb(25, 90, 94) 100%, rgb(103, 172, 176) 158%);
}
.accordion_grounp .accordionblock div.Q .word {
  position: absolute;
  top: 12px;
  right: 40px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  padding: 3px 5px;
}
.accordion_grounp .accordionblock div.Q .word:after {
  content: "";
  border: 2px solid #fff;
  border-top: none;
  border-left: none;
  position: absolute;
  top: 15px;
  right: -20px;
  width: 8px;
  height: 8px;
  transform: rotate(225deg);
  transition: transform 0.5s;
}
.accordion_grounp .accordionblock div.Q .word.close:after {
  top: 10px;
  transform: rotate(45deg);
}
.accordion_grounp .accordionblock .answer {
  color: #000;
  padding: 0px 15px 0px 15px;
}
.accordion_grounp .accordionblock .answer .content p {
  margin: 0;
  padding: 10px 0 5px;
  line-height: 1.7em;
  color: #333;
}
.accordion_grounp .accordionblock .answer .content p a {
  color: #337c80;
}
.accordion_grounp .accordionblock .answer .content ul,
.accordion_grounp .accordionblock .answer .content ol {
  margin: 5px 0 10px;
  padding: 0;
}
.accordion_grounp .accordionblock .answer .content ul li,
.accordion_grounp .accordionblock .answer .content ol li {
  list-style-type: none;
  border-bottom: 1px solid #ccc;
  position: relative;
  padding: 10px 10px 8px 15px;
  line-height: 1.6em;
}
.accordion_grounp .accordionblock .answer .content ul li:before,
.accordion_grounp .accordionblock .answer .content ol li:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #333;
  position: absolute;
  left: 0;
  top: 19px;
}
.accordion_grounp .accordionblock .answer .content ul li p,
.accordion_grounp .accordionblock .answer .content ol li p {
  margin: 0;
  padding: 0;
}
.accordion_grounp .accordionblock .answer .content ul li a,
.accordion_grounp .accordionblock .answer .content ol li a {
  text-decoration: underline;
  color: #337c80;
}
.accordion_grounp .accordionblock .answer .content ul li a:hover,
.accordion_grounp .accordionblock .answer .content ol li a:hover {
  color: #eb0202;
  text-decoration: none;
}
.accordion_grounp .accordionblock .answer .answer_list {
  margin: 10px 0;
  padding: 0;
}
.accordion_grounp .accordionblock .answer .answer_list li {
  list-style-type: none;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.accordion_grounp .accordionblock .answer .answer_list li:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #333;
  position: absolute;
  left: 0;
  top: 19px;
}
.accordion_grounp .accordionblock .answer .answer_list li a {
  display: block;
  padding: 10px 10px 8px 15px;
  text-decoration: none;
  color: #337c80;
}
.accordion_grounp .accordionblock .answer .answer_list li a:hover {
  color: #337c80;
}
.accordion_grounp .accordionblock .answer .answer_list li p {
  display: block;
  padding: 0 0 0 15px;
  margin: 0 0 8px;
  line-height: 1.7em;
  color: #333;
}
.accordion_grounp .accordionblock .answer .answer_list li:hover {
  background-color: white;
  text-decoration: none;
}

.accordionqa {
  overflow: hidden;
}
.accordionqa .accordionblock {
  width: 100%;
  margin: 0 0 10px;
}
.accordionqa .accordionblock button.Q {
  padding: 15px 100px 15px 90px;
  border-radius: 5px;
  font-size: 1.125em;
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  border: 1px solid #ccc;
  cursor: pointer;
  font-weight: bolder;
  color: #444;
  box-sizing: border-box;
  margin: 0;
  line-height: 1.6em;
}
.accordionqa .accordionblock button.Q:after {
  content: "";
  border: 2px solid #333;
  border-top: none;
  border-left: none;
  position: absolute;
  top: 18px;
  right: 15px;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  transition: transform 0.5s;
}
.accordionqa .accordionblock button.Q:hover, .accordionqa .accordionblock button.Q:focus {
  background-color: rgb(164.1843575419, 215.9776536313, 218.8156424581);
  box-shadow: none;
}
.accordionqa .accordionblock button.Q.turnicon:after {
  top: 23px;
  transform: rotate(225deg);
}
.accordionqa .accordionblock button.Q span {
  float: left;
  display: inline-block;
  margin-right: 10px;
  margin-left: -75px;
  font-size: 2em;
  color: #337c80;
  font-weight: bolder;
}
.accordionqa .accordionblock .A {
  color: #000;
  padding: 15px 15px 15px 15px;
  display: none;
}
.accordionqa .accordionblock .A .title {
  float: left;
  margin-right: 10px;
  font-size: 2.187em;
  color: #cf4b0c;
  font-weight: bolder;
}
.accordionqa .accordionblock .A .Ablock {
  overflow: hidden;
}
.accordionqa .accordionblock .A .Ablock p {
  margin-top: 0;
  line-height: 1.7em;
}
.accordionqa .accordionblock .A .Ablock p a {
  color: #333;
}
.accordionqa .accordionblock .A .Ablock p span {
  color: #cf4b0c;
  font-weight: bolder;
  padding: 0 3px;
}
.accordionqa .accordionblock .A .Ablock em {
  font-style: normal;
}
.accordionqa .accordionblock .A ul,
.accordionqa .accordionblock .A ol {
  margin: 0 0 10px;
  padding: 0;
}
.accordionqa .accordionblock .A ul li,
.accordionqa .accordionblock .A ol li {
  list-style-type: none;
  border-bottom: 1px solid #ccc;
  padding: 10px 10px 10px 15px;
  position: relative;
}
.accordionqa .accordionblock .A ul li:before,
.accordionqa .accordionblock .A ol li:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #333;
  position: absolute;
  left: 0;
  top: 19px;
}
.accordionqa .accordionblock .A ul li a,
.accordionqa .accordionblock .A ol li a {
  text-decoration: underline;
}
.accordionqa .accordionblock .A ul li:hover,
.accordionqa .accordionblock .A ol li:hover {
  text-decoration: none;
}

.explain {
  margin: 0.5em 0.7em;
  font-size: 1.063em;
  font-weight: bold;
  color: #a42700;
}

.select_block {
  border-radius: 5px;
  background-color: #ccc;
  border: 1px solid #ddd;
  padding: 5px 10px;
}
.select_block .form_grp {
  padding: 0;
  margin: 0 8px 0 0;
  width: 25%;
}
@media screen and (max-width: 575px) {
  .select_block .form_grp {
    width: 98%;
  }
}
.select_block .form_grp label {
  font-size: 0;
  line-height: 1em;
  margin: 0;
  padding: 0;
}
.select_block .form_grp select {
  width: 100%;
  padding: 0.52em 24px 0.5em 0.5em;
  line-height: 1.35em;
}
.select_block .btn_grp {
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 575px) {
  .select_block .btn_grp {
    width: 100%;
  }
}

.ask_questions {
  position: absolute;
  top: -5px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .ask_questions {
    position: relative;
    top: 0;
    text-align: right;
  }
}
.ask_questions .btn {
  padding: 4px 14px;
  display: inline-block;
  margin: 0;
}
.ask_questions .btn .i_man2:before {
  background-size: 12px;
  margin-right: 3px;
}
@media screen and (max-width: 767px) {
  .ask_questions .btn {
    margin: 0 0 10px;
  }
}
.ask_questions .questions_block {
  background-color: #cf4b0c;
  clear: both;
  position: absolute;
  right: 0;
  width: 230px;
  padding: 15px 10px 10px;
  border-radius: 5px;
  box-sizing: border-box;
  z-index: 99;
  display: none;
}
.ask_questions .questions_block .close {
  margin-top: 0;
  float: left;
  width: 40px;
}
.ask_questions .questions_block .close a {
  padding: 5px;
  background-color: rgb(182.897260274, 66.2671232877, 10.602739726);
  display: block;
  border-radius: 5px;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
}
.ask_questions .questions_block .close a img {
  transform: rotate(45deg);
  width: 20px;
  height: 20px;
}
.ask_questions .questions_block ul {
  width: calc(100% - 40px);
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ask_questions .questions_block ul li {
  margin: 0 0 5px;
  padding: 0;
}
.ask_questions .questions_block ul li a {
  display: block;
  padding: 5px 8px;
  text-align: left;
  background-color: #fff;
  color: #333;
  border-radius: 5px;
  position: relative;
  line-height: 1.5em;
}
.ask_questions .questions_block ul li a:hover {
  color: #cf4b0c;
}

.annual_report_list ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.annual_report_list ul li {
  flex: none;
  flex-basis: 31%;
  width: 31%;
  margin: 0 1.16% 10px;
}
@media screen and (max-width: 575px) {
  .annual_report_list ul li {
    flex-basis: 48%;
    width: 48%;
    margin: 0 1% 10px;
  }
}
@media (max-width: 400px) {
  .annual_report_list ul li {
    flex-basis: 100%;
    width: 100%;
    margin: 0 0 8px;
  }
}
.annual_report_list ul li a {
  display: block;
  background-color: #337c80;
  color: #fff;
  position: relative;
  padding: 15px 15px 15px 35px;
  border-radius: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.annual_report_list ul li a:before {
  content: "";
  width: 8px;
  height: 8px;
  border: 2px solid #fff;
  border-bottom: none;
  border-left: none;
  transform: rotate(45deg);
  position: absolute;
  left: 10px;
  top: 21px;
}
.annual_report_list ul li a:hover {
  background-color: rgb(36.469273743, 88.6703910615, 91.530726257);
}

.epaperform {
  border-radius: 5px;
  background-color: #ccc;
  border: 1px solid #ddd;
  padding: 5px 10px;
  margin-bottom: 20px;
}
.epaperform .form_grp {
  padding: 0;
  margin: 0 8px 0 0;
  width: 65%;
}
@media screen and (max-width: 575px) {
  .epaperform .form_grp {
    width: 98%;
  }
}
.epaperform .form_grp label {
  font-size: 0;
  line-height: 1em;
  margin: 0;
  padding: 0;
}
.epaperform .form_grp input {
  width: 100%;
}
.epaperform .btn_grp {
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 575px) {
  .epaperform .btn_grp {
    width: 100%;
  }
}

.epaperTb table td img {
  width: auto;
  max-width: initial;
}

.infographic {
  text-align: center;
  background-color: #cce09a;
  margin-bottom: 30px;
  padding: 0;
  border-radius: 5px;
}
.infographic img {
  margin: 0;
  padding: 0;
}

.theme_group .themelist h3 {
  padding: 10px 15px;
  margin-bottom: 15px;
  background-color: #337c80;
  border-radius: 5px;
  color: #fff;
}
.theme_group .themelist h3:before {
  display: none;
}
.theme_group .themelist .content {
  padding: 0 20px;
}
.theme_group .themelist .content h4 {
  color: #337c80;
  padding-bottom: 5px;
  padding-left: 20px;
  position: relative;
  font-size: 1.125em;
}
.theme_group .themelist .content h4:before {
  content: "";
  border: 7px solid #337c80;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  left: 0;
  top: 5px;
}
.theme_group .themelist .content ul {
  margin: 0 1em 2em;
  padding: 0;
  list-style: none;
}
.theme_group .themelist .content ul.arrowicon li {
  border: none;
  padding: 3px 0;
  padding-left: 1.5em;
}
.theme_group .themelist .content ul.arrowicon li:before {
  content: "";
  width: 15px;
  height: 15px;
  border: none;
  background-image: url(../images/icon/icon_arrow2.svg);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 15px;
  transform: rotate(0);
  position: absolute;
  left: 0px;
  top: 8px;
}
.theme_group .themelist .content ul li {
  border-bottom: 1px solid #ccc;
  padding: 8px 0;
  padding-left: 1.5em;
}
.theme_group .themelist .content ul li:before {
  content: "";
  width: 7px;
  height: 7px;
  border: 2px solid #666;
  border-bottom: none;
  border-left: none;
  transform: rotate(45deg);
  position: absolute;
  left: 0px;
  top: 17px;
}
.theme_group .themelist .content ul li ul {
  margin: 1.5em 1em;
}
.theme_group .themelist .content ul li ul li {
  padding: 3px 0 3px 15px;
  border: 0;
}
.theme_group .themelist .content ul li ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #666;
  border: none;
  position: absolute;
  top: 12px;
  left: 0;
}

.delivery_staff_block {
  background-image: url("../images/theme03bg.jpg");
  background-repeat: repeat-x;
  background-position: left top;
  width: 100%;
  text-align: center;
}
.delivery_staff_block .delivery_staff_header {
  margin-bottom: 37px;
}
@media (max-width: 820px) {
  .delivery_staff_block .delivery_staff_header img {
    width: 100%;
  }
}
.delivery_staff_block .title {
  color: #fff;
  text-align: center;
  width: 50%;
  background-color: #d72521;
  margin: 0 auto 30px;
  display: block;
  font-size: 1.75em;
  padding: 10px 20px;
  border-radius: 10px;
  line-height: 1.5em;
  box-sizing: border-box;
}
@media screen and (max-width: 1399px) {
  .delivery_staff_block .title {
    width: 70%;
  }
}
@media screen and (max-width: 991px) {
  .delivery_staff_block .title {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .delivery_staff_block .title {
    width: 90%;
  }
}
.delivery_staff_block .company_name {
  width: 60%;
  margin: 0 auto 30px;
  overflow: hidden;
}
@media screen and (max-width: 1399px) {
  .delivery_staff_block .company_name {
    width: 80%;
  }
}
@media screen and (max-width: 991px) {
  .delivery_staff_block .company_name {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .delivery_staff_block .company_name {
    width: 94%;
  }
}
.delivery_staff_block .company_name ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.delivery_staff_block .company_name ul li {
  display: block;
  background-color: #fecf3b;
  padding: 0 0 0 30px;
  border-radius: 10px;
  margin: 0 0 20px;
  text-align: left;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  font-size: 1.125em;
  color: #000;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .delivery_staff_block .company_name ul li {
    padding: 0;
  }
}
.delivery_staff_block .company_name ul li:after {
  content: "";
  background-color: #ff9c00;
  width: 50%;
  line-height: 4em;
  position: absolute;
  right: -30px;
  top: 0;
  height: 100%;
  z-index: 1;
  transform: skew(-45deg);
}
@media screen and (max-width: 991px) {
  .delivery_staff_block .company_name ul li:after {
    width: 55%;
  }
}
@media screen and (max-width: 767px) {
  .delivery_staff_block .company_name ul li:after {
    display: none;
  }
}
.delivery_staff_block .company_name ul li span.name {
  float: left;
  line-height: 1.5em;
  padding: 10px 0 5px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .delivery_staff_block .company_name ul li span.name {
    float: none;
    padding: 10px;
    display: block;
  }
}
.delivery_staff_block .company_name ul li span.name em {
  display: block;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .delivery_staff_block .company_name ul li span.name em {
    display: inline-block;
  }
}
.delivery_staff_block .company_name ul li span.relation {
  display: inline-block;
  padding: 0 30px;
  float: right;
  border-radius: 0 10px 10px 0;
  line-height: 4em;
  width: 40%;
  position: relative;
  z-index: 3;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .delivery_staff_block .company_name ul li span.relation {
    width: 43%;
  }
}
@media screen and (max-width: 767px) {
  .delivery_staff_block .company_name ul li span.relation {
    float: none;
    width: 100%;
    background-color: #ff9c00;
    line-height: 1.5em;
    padding: 10px 10px 10px 30px;
    display: block;
    border-radius: 0 0 10px 0;
  }
  .delivery_staff_block .company_name ul li span.relation:before {
    content: "";
    border: 6px solid #fff;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    left: 13px;
    top: 15px;
  }
}
.delivery_staff_block .delivery_staff_qa01 {
  margin-bottom: 60px;
  text-align: center;
}
.delivery_staff_block .delivery_staff_qa01 ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.delivery_staff_block .delivery_staff_qa01 ul li {
  list-style: none;
  display: inline-block;
  margin-right: 50px;
  position: relative;
}
.delivery_staff_block .delivery_staff_qa01 ul li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .delivery_staff_block .delivery_staff_qa01 ul li {
    margin-right: 30px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .delivery_staff_block .delivery_staff_qa01 ul li {
    margin-right: 0;
  }
}
.delivery_staff_block .delivery_staff_qa01 ul li .construction {
  position: absolute;
  right: 0;
  bottom: -10px;
}
.delivery_staff_block .delivery_staff_qa01 ul li a {
  display: block;
}
.delivery_staff_block .delivery_staff_qa02 {
  margin-bottom: 60px;
  text-align: center;
}
.delivery_staff_block .delivery_staff_qa02 ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.delivery_staff_block .delivery_staff_qa02 ul li {
  list-style: none;
  display: inline-block;
  margin-right: 70px;
}
.delivery_staff_block .delivery_staff_qa02 ul li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .delivery_staff_block .delivery_staff_qa02 ul li {
    margin-right: 40px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 575px) {
  .delivery_staff_block .delivery_staff_qa02 ul li {
    margin-right: 0;
    display: block;
  }
}
.delivery_staff_block .delivery_staff_qa02 ul li a {
  display: block;
}

.plan_list ul,
.plan_list ol {
  overflow: hidden;
  padding: 1em 0;
  margin: 0;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.plan_list li {
  flex: none;
  flex-basis: calc(31% - 2px);
  width: calc(31% - 2px);
  margin: 0 1.167% 20px;
  list-style-type: none;
  font-size: 1.125em;
  border-radius: 5px;
  text-align: center;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  border: 1px solid #ccc;
  position: relative;
}
.plan_list li:hover {
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  border: 1px solid #337c80;
}
.plan_list li.active {
  position: relative;
}
.plan_list li.active:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  box-shadow: 0 0px 0px 3px #337c80;
  border-radius: 5px;
}
@media (max-width: 900px) {
  .plan_list li {
    flex-basis: calc(48% - 2px);
    width: calc(48% - 2px);
    margin: 0 1% 15px;
  }
}
@media screen and (max-width: 575px) {
  .plan_list li {
    flex-basis: calc(96% - 2px);
    width: calc(96% - 2px);
    margin: 0 auto 15px;
  }
}
.plan_list li a {
  display: flex;
  padding: 10px 15px 10px 10px;
  border-radius: 5px;
  text-align: center;
  background-color: #fff;
  transition: 0.5s;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  color: #333;
  position: relative;
}
@media (max-width: 480px) {
  .plan_list li a {
    white-space: normal;
  }
}
@media (max-width: 500px) {
  .plan_list li a {
    height: auto;
  }
}
.plan_list li a .hot {
  background-color: red;
  color: #fff;
  width: 80px;
  padding: 3px;
  text-align: center;
  font-size: 0.938em;
  letter-spacing: 0.05em;
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 75px;
  border-radius: 0;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  transform: skewY(-8deg);
}
.plan_list li a .image {
  width: 140px;
  margin: 0 15px 0 0;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .plan_list li a .image {
    width: 120px;
  }
}
.plan_list li a .image img {
  display: block;
  width: 100%;
  margin: 0;
  transition: 0.5s;
}
.plan_list li a .content {
  overflow: hidden;
  padding: 0;
  width: calc(100% - 140px);
}
@media screen and (max-width: 767px) {
  .plan_list li a .content {
    width: calc(100% - 120px);
  }
}
.plan_list li a .content .title {
  line-height: 1.4em;
  display: block;
  margin-bottom: 10px;
  text-align: left;
  font-size: 1.25em;
  font-weight: bolder;
  padding-bottom: 5px;
  border-bottom: 1px #ccc dashed;
}
.plan_list li a .content p {
  font-size: 0.813em;
  text-align: left;
}
.main.small_size .business_block .business_group .title {
  padding: 5px 50px 20px;
  bottom: 5px;
  height: 65px;
}
.main.large_size .flex-form .form_title {
  max-width: 200px;
  flex: 0 0 200px;
}
.main.large_size .flex-form .form_content {
  max-width: calc(100% - 200px);
  flex-basis: calc(100% - 200px);
}
.main.large_size .business_block .business_group .title {
  padding: 5px 30px;
  height: 80px;
}
@media (max-width: 1200px) {
  .main.large_size .business_block .business_group .title {
    padding: 5px 20px;
  }
}
.main.large_size .statistics_block .statistics_group a h3 {
  height: 114px;
}
.main.large_size .frequentlyQA_block .tabSet .tabContent .QAblock .Answer .title {
  margin: 16px 0 20px;
  height: 94px;
}
.main.large_size .frequentlyQA_block .tabSet .tabContent .QAblock .Answer .content {
  height: 185px;
}
.main.large_size .highlightsof_block .highlightsof_list ul li span {
  flex-basis: 170px;
  max-width: 170px;
}
.main.large_size .SwiperThumb .swiper-slide a .img-container {
  height: 147px;
}
.main.large_size .newstab .tabContent .select button {
  width: 70px !important;
}
.main.large_size .newstab .tabContent ul li time {
  width: 110px;
}
.main.large_size .fixed_sidebar_group .sidebar_list a {
  width: auto;
}
.main.large_size .fixed_sidebar_group .sidebar_list a .list_img {
  margin: 10px 10px 10px 4px;
}
.main.large_size .fixed_sidebar_group .sidebar_list a:hover {
  padding-left: 10px;
}
.main.large_size .recommend_group div a {
  height: 240px;
}
.main.large_size .frequentlyQA_block .tabSet .tabContent .select button {
  width: 75px !important;
}
.main.large_size .frequentlyQA_block .tabSet .tabContent .QAblock .Answer .title {
  height: 108px;
}
.main.large_size .frequentlyQA_block .tabSet .tabContent .QAblock .Answer .content {
  height: 174px;
}
.main.large_size .community_service_block .communitylink_block .communitylink_group .content {
  padding: 15px;
}
.main.large_size .community_service_block .communitylink_block .communitylink_group .content ul li {
  margin-bottom: 10px;
}
.main.large_size .tabs.cptab > .tabItem {
  line-height: 1.45em;
}
.main.large_size .accordionqa .accordionblock button.Q {
  padding: 15px 100px 15px 105px;
}
.main.large_size .accordionqa .accordionblock button.Q span {
  margin-left: -91px;
}

.listexplain {
  margin-bottom: 2em;
  padding: 0 0 0 0.2em;
}
.listexplain ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.listexplain ul li {
  border-bottom: 1px solid #ccc;
  position: relative;
  font-size: 1.25em;
  font-weight: bold;
}
.listexplain ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #333;
  position: absolute;
  left: 0;
  top: 19px;
}
.listexplain ul li a {
  display: block;
  padding: 10px 10px 8px 15px;
  text-decoration: underline;
  color: #337c80;
  line-height: 1.3;
}
.listexplain ul li a:hover {
  background-color: white;
  text-decoration: none;
}
.listexplain ul li p {
  display: block;
  padding: 0 0 0 15px;
  margin: 0 0 8px;
  line-height: 1.7em;
  color: #333;
  font-size: 1rem;
  font-weight: normal;
}

@media print {
  /* -------------------------------不需要列印的區塊，請放置於這----//*/
  header,
  .fatfooter,
  footer,
  .accesskey,
  .submenu,
  .breadcrumb,
  .function {
    display: none;
  }
  /* -------------------------------各別顯示設定----//*/
  body {
    background: transparent;
    float: none;
    width: 100%;
    -webkit-print-color-adjust: exact;
  }
  .container {
    margin: 0px auto;
    max-width: 100% !important;
    width: 100% !important;
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
  }
  .cp {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
  }
  .innerpage {
    margin-top: 0 !important;
  }
  .innerpage > .container {
    display: block !important;
  }
  .innerpage > .container .center_block {
    overflow: hidden;
    width: 100% !important;
    max-width: 100% !important;
  }
  .innerpage > .container .left_block {
    display: none;
  }
  .main,
  .content {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
    width: 100% !important;
    max-width: 100%;
    box-shadow: none;
    float: none;
    clear: both;
    padding-top: 0px !important;
  }
  .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: #fff;
    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 {
    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%;
    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;
  }
  .accordionqa .accordionblock .A {
    display: block;
  }
  .tabSet .tabs {
    height: auto !important;
    position: relative;
  }
  .tabSet .tabs > .tabItem {
    float: none !important;
    width: 100% !important;
    clear: both;
    display: block;
    overflow: visible;
    position: relative;
    height: 60px !important;
    margin: 0 0 10px !important;
    background-color: #000;
    color: #fff;
  }
  .tabSet .tabs > .tabItem:last-of-type {
    position: relative;
    top: auto !important;
    right: auto !important;
    display: block;
    width: 100% !important;
    clear: both;
  }
  .tabSet .tabs > .tabItem.active {
    background-color: #000;
    color: #fff;
  }
  .tabSet .tabs .tabContent {
    display: block;
    position: relative;
    margin: 0 0 20px !important;
    padding: 20px 0 0 0 !important;
    top: 0 !important;
  }
  .tabSet .tabs .tabContent .explain {
    margin-top: 20px;
  }
}/*# sourceMappingURL=hyui_e.css.map */