@charset "UTF-8";
.breadcrumb ul li:before {
  content: " / ";
  display: inline-block;
  padding: 0px 4px;
  margin: 0px 5px 0px 5px;
  color: #CCC;
}

.sitemap, .publish_info, .web_link, .pagination, div.function, .Syncing_slider, .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:before, .web_link:before, .pagination:before, div.function:before, .Syncing_slider: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:after, .web_link:after, .pagination:after, div.function:after, .Syncing_slider: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:after, .web_link:after, .pagination:after, div.function:after, .Syncing_slider: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;
}

.mix-equal-2 .inner-4-8, .mix-equal-2 .Flex-set, .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: #66b3ff;
  min-height: 200px;
  color: #0c0c0c;
  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: #c4dbfb;
}
.demosection.full .container {
  max-width: 100% !important;
}

.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-3 .Flex-set .col, .flex-equal-5 .Flex-set .col, .flex-equal-7 .Flex-set .col,
.flex-equal-9 .Flex-set .col, .flex-equal-11 .Flex-set .col {
  background: #00b0c6;
}

.flex-equal-2 .Flex-set .col {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
@media (min-width: 320px) {
  .flex-equal-2 .Flex-set .col {
    flex-basis: calc(100% / 1 - 0px);
    max-width: calc(100% / 1 - 0px);
  }
  .flex-equal-2 .Flex-set .col:last-child {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .flex-equal-2 .Flex-set .col {
    flex-basis: calc(100% / 2 - 4px);
    max-width: calc(100% / 2 - 4px);
  }
  .flex-equal-2 .Flex-set .col:last-child:nth-child(12n-1) {
    margin-right: 0;
  }
  .flex-equal-2 .Flex-set .col:last-child:nth-child(12n-2) {
    margin-right: 0;
  }
  .flex-equal-2 .Flex-set .col:last-child:nth-child(12n-3) {
    margin-right: 0;
  }
  .flex-equal-2 .Flex-set .col:last-child:nth-child(12n-4) {
    margin-right: 0;
  }
  .flex-equal-2 .Flex-set .col:last-child:nth-child(12n-5) {
    margin-right: 0;
  }
  .flex-equal-2 .Flex-set .col:last-child:nth-child(12n-6) {
    margin-right: 0;
  }
  .flex-equal-2 .Flex-set .col:last-child:nth-child(12n-7) {
    margin-right: 0;
  }
  .flex-equal-2 .Flex-set .col:last-child:nth-child(12n-8) {
    margin-right: 0;
  }
  .flex-equal-2 .Flex-set .col:last-child:nth-child(12n-9) {
    margin-right: 0;
  }
  .flex-equal-2 .Flex-set .col:last-child:nth-child(12n-10) {
    margin-right: 0;
  }
  .flex-equal-2 .Flex-set .col:last-child:nth-child(12n-11) {
    margin-right: 0;
  }
  .flex-equal-2 .Flex-set .col:last-child:nth-child(12n-12) {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .flex-equal-2 .Flex-set .col {
    flex-basis: calc(100% / 2 - 4px);
    max-width: calc(100% / 2 - 4px);
  }
  .flex-equal-2 .Flex-set .col:last-child:nth-child(12n-1) {
    margin-right: 0;
  }
  .flex-equal-2 .Flex-set .col:last-child:nth-child(12n-2) {
    margin-right: 0;
  }
  .flex-equal-2 .Flex-set .col:last-child:nth-child(12n-3) {
    margin-right: 0;
  }
  .flex-equal-2 .Flex-set .col:last-child:nth-child(12n-4) {
    margin-right: 0;
  }
  .flex-equal-2 .Flex-set .col:last-child:nth-child(12n-5) {
    margin-right: 0;
  }
  .flex-equal-2 .Flex-set .col:last-child:nth-child(12n-6) {
    margin-right: 0;
  }
  .flex-equal-2 .Flex-set .col:last-child:nth-child(12n-7) {
    margin-right: 0;
  }
  .flex-equal-2 .Flex-set .col:last-child:nth-child(12n-8) {
    margin-right: 0;
  }
  .flex-equal-2 .Flex-set .col:last-child:nth-child(12n-9) {
    margin-right: 0;
  }
  .flex-equal-2 .Flex-set .col:last-child:nth-child(12n-10) {
    margin-right: 0;
  }
  .flex-equal-2 .Flex-set .col:last-child:nth-child(12n-11) {
    margin-right: 0;
  }
  .flex-equal-2 .Flex-set .col:last-child:nth-child(12n-12) {
    margin-right: 0;
  }
}
@media (min-width: 1400px) {
  .flex-equal-2 .Flex-set .col {
    flex-basis: calc(100% / 2 - 4px);
    max-width: calc(100% / 2 - 4px);
  }
  .flex-equal-2 .Flex-set .col:last-child:nth-child(12n-1) {
    margin-right: 0;
  }
  .flex-equal-2 .Flex-set .col:last-child:nth-child(12n-2) {
    margin-right: 0;
  }
  .flex-equal-2 .Flex-set .col:last-child:nth-child(12n-3) {
    margin-right: 0;
  }
  .flex-equal-2 .Flex-set .col:last-child:nth-child(12n-4) {
    margin-right: 0;
  }
  .flex-equal-2 .Flex-set .col:last-child:nth-child(12n-5) {
    margin-right: 0;
  }
  .flex-equal-2 .Flex-set .col:last-child:nth-child(12n-6) {
    margin-right: 0;
  }
  .flex-equal-2 .Flex-set .col:last-child:nth-child(12n-7) {
    margin-right: 0;
  }
  .flex-equal-2 .Flex-set .col:last-child:nth-child(12n-8) {
    margin-right: 0;
  }
  .flex-equal-2 .Flex-set .col:last-child:nth-child(12n-9) {
    margin-right: 0;
  }
  .flex-equal-2 .Flex-set .col:last-child:nth-child(12n-10) {
    margin-right: 0;
  }
  .flex-equal-2 .Flex-set .col:last-child:nth-child(12n-11) {
    margin-right: 0;
  }
  .flex-equal-2 .Flex-set .col:last-child:nth-child(12n-12) {
    margin-right: 0;
  }
}

.flex-equal-3 .Flex-set .col {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
@media (min-width: 320px) {
  .flex-equal-3 .Flex-set .col {
    flex-basis: calc(100% / 1 - 0px);
    max-width: calc(100% / 1 - 0px);
  }
  .flex-equal-3 .Flex-set .col:last-child {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .flex-equal-3 .Flex-set .col {
    flex-basis: calc(100% / 2 - 4px);
    max-width: calc(100% / 2 - 4px);
  }
  .flex-equal-3 .Flex-set .col:last-child:nth-child(12n-1) {
    margin-right: 0;
  }
  .flex-equal-3 .Flex-set .col:last-child:nth-child(12n-2) {
    margin-right: 0;
  }
  .flex-equal-3 .Flex-set .col:last-child:nth-child(12n-3) {
    margin-right: 0;
  }
  .flex-equal-3 .Flex-set .col:last-child:nth-child(12n-4) {
    margin-right: 0;
  }
  .flex-equal-3 .Flex-set .col:last-child:nth-child(12n-5) {
    margin-right: 0;
  }
  .flex-equal-3 .Flex-set .col:last-child:nth-child(12n-6) {
    margin-right: 0;
  }
  .flex-equal-3 .Flex-set .col:last-child:nth-child(12n-7) {
    margin-right: 0;
  }
  .flex-equal-3 .Flex-set .col:last-child:nth-child(12n-8) {
    margin-right: 0;
  }
  .flex-equal-3 .Flex-set .col:last-child:nth-child(12n-9) {
    margin-right: 0;
  }
  .flex-equal-3 .Flex-set .col:last-child:nth-child(12n-10) {
    margin-right: 0;
  }
  .flex-equal-3 .Flex-set .col:last-child:nth-child(12n-11) {
    margin-right: 0;
  }
  .flex-equal-3 .Flex-set .col:last-child:nth-child(12n-12) {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .flex-equal-3 .Flex-set .col {
    flex-basis: calc(100% / 3 - 4px);
    max-width: calc(100% / 3 - 4px);
  }
  .flex-equal-3 .Flex-set .col:last-child:nth-child(3n) {
    margin-right: 0;
  }
  .flex-equal-3 .Flex-set .col:last-child:nth-child(3n-1) {
    margin-right: calc((100% / 3 - 4px) * 1 + 4px * 3 * 1 / (3 - 1));
  }
  .flex-equal-3 .Flex-set .col:last-child:nth-child(3n) {
    margin-right: 0;
  }
  .flex-equal-3 .Flex-set .col:last-child:nth-child(3n-2) {
    margin-right: calc((100% / 3 - 4px) * 2 + 4px * 3 * 2 / (3 - 1));
  }
}
@media (min-width: 1400px) {
  .flex-equal-3 .Flex-set .col {
    flex-basis: calc(100% / 3 - 4px);
    max-width: calc(100% / 3 - 4px);
  }
  .flex-equal-3 .Flex-set .col:last-child:nth-child(3n) {
    margin-right: 0;
  }
  .flex-equal-3 .Flex-set .col:last-child:nth-child(3n-1) {
    margin-right: calc((100% / 3 - 4px) * 1 + 4px * 3 * 1 / (3 - 1));
  }
  .flex-equal-3 .Flex-set .col:last-child:nth-child(3n) {
    margin-right: 0;
  }
  .flex-equal-3 .Flex-set .col:last-child:nth-child(3n-2) {
    margin-right: calc((100% / 3 - 4px) * 2 + 4px * 3 * 2 / (3 - 1));
  }
}
.flex-equal-3 .Flex-set .thumbnail {
  margin-bottom: 30px;
}
@media (min-width: 320px) {
  .flex-equal-3 .Flex-set .thumbnail {
    flex-basis: calc(100% / 1 - 0px);
    max-width: calc(100% / 1 - 0px);
  }
  .flex-equal-3 .Flex-set .thumbnail:last-child {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .flex-equal-3 .Flex-set .thumbnail {
    flex-basis: calc(100% / 2 - 4px);
    max-width: calc(100% / 2 - 4px);
  }
  .flex-equal-3 .Flex-set .thumbnail:last-child:nth-child(12n-1) {
    margin-right: 0;
  }
  .flex-equal-3 .Flex-set .thumbnail:last-child:nth-child(12n-2) {
    margin-right: 0;
  }
  .flex-equal-3 .Flex-set .thumbnail:last-child:nth-child(12n-3) {
    margin-right: 0;
  }
  .flex-equal-3 .Flex-set .thumbnail:last-child:nth-child(12n-4) {
    margin-right: 0;
  }
  .flex-equal-3 .Flex-set .thumbnail:last-child:nth-child(12n-5) {
    margin-right: 0;
  }
  .flex-equal-3 .Flex-set .thumbnail:last-child:nth-child(12n-6) {
    margin-right: 0;
  }
  .flex-equal-3 .Flex-set .thumbnail:last-child:nth-child(12n-7) {
    margin-right: 0;
  }
  .flex-equal-3 .Flex-set .thumbnail:last-child:nth-child(12n-8) {
    margin-right: 0;
  }
  .flex-equal-3 .Flex-set .thumbnail:last-child:nth-child(12n-9) {
    margin-right: 0;
  }
  .flex-equal-3 .Flex-set .thumbnail:last-child:nth-child(12n-10) {
    margin-right: 0;
  }
  .flex-equal-3 .Flex-set .thumbnail:last-child:nth-child(12n-11) {
    margin-right: 0;
  }
  .flex-equal-3 .Flex-set .thumbnail:last-child:nth-child(12n-12) {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .flex-equal-3 .Flex-set .thumbnail {
    flex-basis: calc(100% / 3 - 4px);
    max-width: calc(100% / 3 - 4px);
  }
  .flex-equal-3 .Flex-set .thumbnail:last-child:nth-child(3n) {
    margin-right: 0;
  }
  .flex-equal-3 .Flex-set .thumbnail:last-child:nth-child(3n-1) {
    margin-right: calc((100% / 3 - 4px) * 1 + 4px * 3 * 1 / (3 - 1));
  }
  .flex-equal-3 .Flex-set .thumbnail:last-child:nth-child(3n) {
    margin-right: 0;
  }
  .flex-equal-3 .Flex-set .thumbnail:last-child:nth-child(3n-2) {
    margin-right: calc((100% / 3 - 4px) * 2 + 4px * 3 * 2 / (3 - 1));
  }
}
@media (min-width: 1400px) {
  .flex-equal-3 .Flex-set .thumbnail {
    flex-basis: calc(100% / 3 - 4px);
    max-width: calc(100% / 3 - 4px);
  }
  .flex-equal-3 .Flex-set .thumbnail:last-child:nth-child(3n) {
    margin-right: 0;
  }
  .flex-equal-3 .Flex-set .thumbnail:last-child:nth-child(3n-1) {
    margin-right: calc((100% / 3 - 4px) * 1 + 4px * 3 * 1 / (3 - 1));
  }
  .flex-equal-3 .Flex-set .thumbnail:last-child:nth-child(3n) {
    margin-right: 0;
  }
  .flex-equal-3 .Flex-set .thumbnail: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-3 .Flex-set .thumbnail {
    justify-content: center;
  }
}

.flex-equal-4 .Flex-set .col {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
@media (min-width: 320px) {
  .flex-equal-4 .Flex-set .col {
    flex-basis: calc(100% / 1 - 0px);
    max-width: calc(100% / 1 - 0px);
  }
  .flex-equal-4 .Flex-set .col:last-child {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .flex-equal-4 .Flex-set .col {
    flex-basis: calc(100% / 2 - 4px);
    max-width: calc(100% / 2 - 4px);
  }
  .flex-equal-4 .Flex-set .col:last-child:nth-child(12n-1) {
    margin-right: 0;
  }
  .flex-equal-4 .Flex-set .col:last-child:nth-child(12n-2) {
    margin-right: 0;
  }
  .flex-equal-4 .Flex-set .col:last-child:nth-child(12n-3) {
    margin-right: 0;
  }
  .flex-equal-4 .Flex-set .col:last-child:nth-child(12n-4) {
    margin-right: 0;
  }
  .flex-equal-4 .Flex-set .col:last-child:nth-child(12n-5) {
    margin-right: 0;
  }
  .flex-equal-4 .Flex-set .col:last-child:nth-child(12n-6) {
    margin-right: 0;
  }
  .flex-equal-4 .Flex-set .col:last-child:nth-child(12n-7) {
    margin-right: 0;
  }
  .flex-equal-4 .Flex-set .col:last-child:nth-child(12n-8) {
    margin-right: 0;
  }
  .flex-equal-4 .Flex-set .col:last-child:nth-child(12n-9) {
    margin-right: 0;
  }
  .flex-equal-4 .Flex-set .col:last-child:nth-child(12n-10) {
    margin-right: 0;
  }
  .flex-equal-4 .Flex-set .col:last-child:nth-child(12n-11) {
    margin-right: 0;
  }
  .flex-equal-4 .Flex-set .col:last-child:nth-child(12n-12) {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .flex-equal-4 .Flex-set .col {
    flex-basis: calc(100% / 4 - 4px);
    max-width: calc(100% / 4 - 4px);
  }
  .flex-equal-4 .Flex-set .col:last-child:nth-child(4n) {
    margin-right: 0;
  }
  .flex-equal-4 .Flex-set .col:last-child:nth-child(4n-1) {
    margin-right: calc((100% / 4 - 4px) * 1 + 4px * 4 * 1 / (4 - 1));
  }
  .flex-equal-4 .Flex-set .col:last-child:nth-child(4n) {
    margin-right: 0;
  }
  .flex-equal-4 .Flex-set .col:last-child:nth-child(4n-2) {
    margin-right: calc((100% / 4 - 4px) * 2 + 4px * 4 * 2 / (4 - 1));
  }
  .flex-equal-4 .Flex-set .col:last-child:nth-child(4n) {
    margin-right: 0;
  }
  .flex-equal-4 .Flex-set .col:last-child:nth-child(4n-3) {
    margin-right: calc((100% / 4 - 4px) * 3 + 4px * 4 * 3 / (4 - 1));
  }
}
@media (min-width: 1400px) {
  .flex-equal-4 .Flex-set .col {
    flex-basis: calc(100% / 4 - 4px);
    max-width: calc(100% / 4 - 4px);
  }
  .flex-equal-4 .Flex-set .col:last-child:nth-child(4n) {
    margin-right: 0;
  }
  .flex-equal-4 .Flex-set .col:last-child:nth-child(4n-1) {
    margin-right: calc((100% / 4 - 4px) * 1 + 4px * 4 * 1 / (4 - 1));
  }
  .flex-equal-4 .Flex-set .col:last-child:nth-child(4n) {
    margin-right: 0;
  }
  .flex-equal-4 .Flex-set .col:last-child:nth-child(4n-2) {
    margin-right: calc((100% / 4 - 4px) * 2 + 4px * 4 * 2 / (4 - 1));
  }
  .flex-equal-4 .Flex-set .col:last-child:nth-child(4n) {
    margin-right: 0;
  }
  .flex-equal-4 .Flex-set .col:last-child:nth-child(4n-3) {
    margin-right: calc((100% / 4 - 4px) * 3 + 4px * 4 * 3 / (4 - 1));
  }
}

.flex-equal-5 .Flex-set .col {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
@media (min-width: 320px) {
  .flex-equal-5 .Flex-set .col {
    flex-basis: calc(100% / 1 - 0px);
    max-width: calc(100% / 1 - 0px);
  }
  .flex-equal-5 .Flex-set .col:last-child {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .flex-equal-5 .Flex-set .col {
    flex-basis: calc(100% / 2 - 4px);
    max-width: calc(100% / 2 - 4px);
  }
  .flex-equal-5 .Flex-set .col:last-child:nth-child(12n-1) {
    margin-right: 0;
  }
  .flex-equal-5 .Flex-set .col:last-child:nth-child(12n-2) {
    margin-right: 0;
  }
  .flex-equal-5 .Flex-set .col:last-child:nth-child(12n-3) {
    margin-right: 0;
  }
  .flex-equal-5 .Flex-set .col:last-child:nth-child(12n-4) {
    margin-right: 0;
  }
  .flex-equal-5 .Flex-set .col:last-child:nth-child(12n-5) {
    margin-right: 0;
  }
  .flex-equal-5 .Flex-set .col:last-child:nth-child(12n-6) {
    margin-right: 0;
  }
  .flex-equal-5 .Flex-set .col:last-child:nth-child(12n-7) {
    margin-right: 0;
  }
  .flex-equal-5 .Flex-set .col:last-child:nth-child(12n-8) {
    margin-right: 0;
  }
  .flex-equal-5 .Flex-set .col:last-child:nth-child(12n-9) {
    margin-right: 0;
  }
  .flex-equal-5 .Flex-set .col:last-child:nth-child(12n-10) {
    margin-right: 0;
  }
  .flex-equal-5 .Flex-set .col:last-child:nth-child(12n-11) {
    margin-right: 0;
  }
  .flex-equal-5 .Flex-set .col:last-child:nth-child(12n-12) {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .flex-equal-5 .Flex-set .col {
    flex-basis: calc(100% / 5 - 4px);
    max-width: calc(100% / 5 - 4px);
  }
  .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 - 4px) * 1 + 4px * 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 - 4px) * 2 + 4px * 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 - 4px) * 3 + 4px * 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 - 4px) * 4 + 4px * 5 * 4 / (5 - 1));
  }
}
@media (min-width: 1400px) {
  .flex-equal-5 .Flex-set .col {
    flex-basis: calc(100% / 5 - 4px);
    max-width: calc(100% / 5 - 4px);
  }
  .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 - 4px) * 1 + 4px * 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 - 4px) * 2 + 4px * 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 - 4px) * 3 + 4px * 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 - 4px) * 4 + 4px * 5 * 4 / (5 - 1));
  }
}

.flex-equal-6 .Flex-set .col {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
@media (min-width: 320px) {
  .flex-equal-6 .Flex-set .col {
    flex-basis: calc(100% / 1 - 0px);
    max-width: calc(100% / 1 - 0px);
  }
  .flex-equal-6 .Flex-set .col:last-child {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .flex-equal-6 .Flex-set .col {
    flex-basis: calc(100% / 2 - 4px);
    max-width: calc(100% / 2 - 4px);
  }
  .flex-equal-6 .Flex-set .col:last-child:nth-child(12n-1) {
    margin-right: 0;
  }
  .flex-equal-6 .Flex-set .col:last-child:nth-child(12n-2) {
    margin-right: 0;
  }
  .flex-equal-6 .Flex-set .col:last-child:nth-child(12n-3) {
    margin-right: 0;
  }
  .flex-equal-6 .Flex-set .col:last-child:nth-child(12n-4) {
    margin-right: 0;
  }
  .flex-equal-6 .Flex-set .col:last-child:nth-child(12n-5) {
    margin-right: 0;
  }
  .flex-equal-6 .Flex-set .col:last-child:nth-child(12n-6) {
    margin-right: 0;
  }
  .flex-equal-6 .Flex-set .col:last-child:nth-child(12n-7) {
    margin-right: 0;
  }
  .flex-equal-6 .Flex-set .col:last-child:nth-child(12n-8) {
    margin-right: 0;
  }
  .flex-equal-6 .Flex-set .col:last-child:nth-child(12n-9) {
    margin-right: 0;
  }
  .flex-equal-6 .Flex-set .col:last-child:nth-child(12n-10) {
    margin-right: 0;
  }
  .flex-equal-6 .Flex-set .col:last-child:nth-child(12n-11) {
    margin-right: 0;
  }
  .flex-equal-6 .Flex-set .col:last-child:nth-child(12n-12) {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .flex-equal-6 .Flex-set .col {
    flex-basis: calc(100% / 6 - 4px);
    max-width: calc(100% / 6 - 4px);
  }
  .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 - 4px) * 1 + 4px * 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 - 4px) * 2 + 4px * 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 - 4px) * 3 + 4px * 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 - 4px) * 4 + 4px * 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 - 4px) * 5 + 4px * 6 * 5 / (6 - 1));
  }
}
@media (min-width: 1400px) {
  .flex-equal-6 .Flex-set .col {
    flex-basis: calc(100% / 6 - 4px);
    max-width: calc(100% / 6 - 4px);
  }
  .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 - 4px) * 1 + 4px * 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 - 4px) * 2 + 4px * 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 - 4px) * 3 + 4px * 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 - 4px) * 4 + 4px * 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 - 4px) * 5 + 4px * 6 * 5 / (6 - 1));
  }
}

.flex-equal-7 .Flex-set .col {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
@media (min-width: 320px) {
  .flex-equal-7 .Flex-set .col {
    flex-basis: calc(100% / 1 - 0px);
    max-width: calc(100% / 1 - 0px);
  }
  .flex-equal-7 .Flex-set .col:last-child {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .flex-equal-7 .Flex-set .col {
    flex-basis: calc(100% / 3 - 4px);
    max-width: calc(100% / 3 - 4px);
  }
  .flex-equal-7 .Flex-set .col:last-child:nth-child(3n) {
    margin-right: 0;
  }
  .flex-equal-7 .Flex-set .col:last-child:nth-child(3n-1) {
    margin-right: calc((100% / 3 - 4px) * 1 + 4px * 3 * 1 / (3 - 1));
  }
  .flex-equal-7 .Flex-set .col:last-child:nth-child(3n) {
    margin-right: 0;
  }
  .flex-equal-7 .Flex-set .col:last-child:nth-child(3n-2) {
    margin-right: calc((100% / 3 - 4px) * 2 + 4px * 3 * 2 / (3 - 1));
  }
}
@media (min-width: 992px) {
  .flex-equal-7 .Flex-set .col {
    flex-basis: calc(100% / 4 - 4px);
    max-width: calc(100% / 4 - 4px);
  }
  .flex-equal-7 .Flex-set .col:last-child:nth-child(4n) {
    margin-right: 0;
  }
  .flex-equal-7 .Flex-set .col:last-child:nth-child(4n-1) {
    margin-right: calc((100% / 4 - 4px) * 1 + 4px * 4 * 1 / (4 - 1));
  }
  .flex-equal-7 .Flex-set .col:last-child:nth-child(4n) {
    margin-right: 0;
  }
  .flex-equal-7 .Flex-set .col:last-child:nth-child(4n-2) {
    margin-right: calc((100% / 4 - 4px) * 2 + 4px * 4 * 2 / (4 - 1));
  }
  .flex-equal-7 .Flex-set .col:last-child:nth-child(4n) {
    margin-right: 0;
  }
  .flex-equal-7 .Flex-set .col:last-child:nth-child(4n-3) {
    margin-right: calc((100% / 4 - 4px) * 3 + 4px * 4 * 3 / (4 - 1));
  }
}
@media (min-width: 1400px) {
  .flex-equal-7 .Flex-set .col {
    flex-basis: calc(100% / 7 - 4px);
    max-width: calc(100% / 7 - 4px);
  }
  .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 - 4px) * 1 + 4px * 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 - 4px) * 2 + 4px * 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 - 4px) * 3 + 4px * 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 - 4px) * 4 + 4px * 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 - 4px) * 5 + 4px * 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 - 4px) * 6 + 4px * 7 * 6 / (7 - 1));
  }
}

.flex-equal-8 .Flex-set .col {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
@media (min-width: 320px) {
  .flex-equal-8 .Flex-set .col {
    flex-basis: calc(100% / 2 - 2px);
    max-width: calc(100% / 2 - 2px);
  }
  .flex-equal-8 .Flex-set .col:last-child:nth-child(12n-1) {
    margin-right: 0;
  }
  .flex-equal-8 .Flex-set .col:last-child:nth-child(12n-2) {
    margin-right: 0;
  }
  .flex-equal-8 .Flex-set .col:last-child:nth-child(12n-3) {
    margin-right: 0;
  }
  .flex-equal-8 .Flex-set .col:last-child:nth-child(12n-4) {
    margin-right: 0;
  }
  .flex-equal-8 .Flex-set .col:last-child:nth-child(12n-5) {
    margin-right: 0;
  }
  .flex-equal-8 .Flex-set .col:last-child:nth-child(12n-6) {
    margin-right: 0;
  }
  .flex-equal-8 .Flex-set .col:last-child:nth-child(12n-7) {
    margin-right: 0;
  }
  .flex-equal-8 .Flex-set .col:last-child:nth-child(12n-8) {
    margin-right: 0;
  }
  .flex-equal-8 .Flex-set .col:last-child:nth-child(12n-9) {
    margin-right: 0;
  }
  .flex-equal-8 .Flex-set .col:last-child:nth-child(12n-10) {
    margin-right: 0;
  }
  .flex-equal-8 .Flex-set .col:last-child:nth-child(12n-11) {
    margin-right: 0;
  }
  .flex-equal-8 .Flex-set .col:last-child:nth-child(12n-12) {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .flex-equal-8 .Flex-set .col {
    flex-basis: calc(100% / 4 - 4px);
    max-width: calc(100% / 4 - 4px);
  }
  .flex-equal-8 .Flex-set .col:last-child:nth-child(4n) {
    margin-right: 0;
  }
  .flex-equal-8 .Flex-set .col:last-child:nth-child(4n-1) {
    margin-right: calc((100% / 4 - 4px) * 1 + 4px * 4 * 1 / (4 - 1));
  }
  .flex-equal-8 .Flex-set .col:last-child:nth-child(4n) {
    margin-right: 0;
  }
  .flex-equal-8 .Flex-set .col:last-child:nth-child(4n-2) {
    margin-right: calc((100% / 4 - 4px) * 2 + 4px * 4 * 2 / (4 - 1));
  }
  .flex-equal-8 .Flex-set .col:last-child:nth-child(4n) {
    margin-right: 0;
  }
  .flex-equal-8 .Flex-set .col:last-child:nth-child(4n-3) {
    margin-right: calc((100% / 4 - 4px) * 3 + 4px * 4 * 3 / (4 - 1));
  }
}
@media (min-width: 992px) {
  .flex-equal-8 .Flex-set .col {
    flex-basis: calc(100% / 6 - 4px);
    max-width: calc(100% / 6 - 4px);
  }
  .flex-equal-8 .Flex-set .col:last-child:nth-child(6n) {
    margin-right: 0;
  }
  .flex-equal-8 .Flex-set .col:last-child:nth-child(6n-1) {
    margin-right: calc((100% / 6 - 4px) * 1 + 4px * 6 * 1 / (6 - 1));
  }
  .flex-equal-8 .Flex-set .col:last-child:nth-child(6n) {
    margin-right: 0;
  }
  .flex-equal-8 .Flex-set .col:last-child:nth-child(6n-2) {
    margin-right: calc((100% / 6 - 4px) * 2 + 4px * 6 * 2 / (6 - 1));
  }
  .flex-equal-8 .Flex-set .col:last-child:nth-child(6n) {
    margin-right: 0;
  }
  .flex-equal-8 .Flex-set .col:last-child:nth-child(6n-3) {
    margin-right: calc((100% / 6 - 4px) * 3 + 4px * 6 * 3 / (6 - 1));
  }
  .flex-equal-8 .Flex-set .col:last-child:nth-child(6n) {
    margin-right: 0;
  }
  .flex-equal-8 .Flex-set .col:last-child:nth-child(6n-4) {
    margin-right: calc((100% / 6 - 4px) * 4 + 4px * 6 * 4 / (6 - 1));
  }
  .flex-equal-8 .Flex-set .col:last-child:nth-child(6n) {
    margin-right: 0;
  }
  .flex-equal-8 .Flex-set .col:last-child:nth-child(6n-5) {
    margin-right: calc((100% / 6 - 4px) * 5 + 4px * 6 * 5 / (6 - 1));
  }
}
@media (min-width: 1400px) {
  .flex-equal-8 .Flex-set .col {
    flex-basis: calc(100% / 8 - 4px);
    max-width: calc(100% / 8 - 4px);
  }
  .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 - 4px) * 1 + 4px * 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 - 4px) * 2 + 4px * 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 - 4px) * 3 + 4px * 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 - 4px) * 4 + 4px * 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 - 4px) * 5 + 4px * 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 - 4px) * 6 + 4px * 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 - 4px) * 7 + 4px * 8 * 7 / (8 - 1));
  }
}

.flex-equal-9 .Flex-set .col {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
@media (min-width: 320px) {
  .flex-equal-9 .Flex-set .col {
    flex-basis: calc(100% / 2 - 2px);
    max-width: calc(100% / 2 - 2px);
  }
  .flex-equal-9 .Flex-set .col:last-child:nth-child(12n-1) {
    margin-right: 0;
  }
  .flex-equal-9 .Flex-set .col:last-child:nth-child(12n-2) {
    margin-right: 0;
  }
  .flex-equal-9 .Flex-set .col:last-child:nth-child(12n-3) {
    margin-right: 0;
  }
  .flex-equal-9 .Flex-set .col:last-child:nth-child(12n-4) {
    margin-right: 0;
  }
  .flex-equal-9 .Flex-set .col:last-child:nth-child(12n-5) {
    margin-right: 0;
  }
  .flex-equal-9 .Flex-set .col:last-child:nth-child(12n-6) {
    margin-right: 0;
  }
  .flex-equal-9 .Flex-set .col:last-child:nth-child(12n-7) {
    margin-right: 0;
  }
  .flex-equal-9 .Flex-set .col:last-child:nth-child(12n-8) {
    margin-right: 0;
  }
  .flex-equal-9 .Flex-set .col:last-child:nth-child(12n-9) {
    margin-right: 0;
  }
  .flex-equal-9 .Flex-set .col:last-child:nth-child(12n-10) {
    margin-right: 0;
  }
  .flex-equal-9 .Flex-set .col:last-child:nth-child(12n-11) {
    margin-right: 0;
  }
  .flex-equal-9 .Flex-set .col:last-child:nth-child(12n-12) {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .flex-equal-9 .Flex-set .col {
    flex-basis: calc(100% / 3 - 4px);
    max-width: calc(100% / 3 - 4px);
  }
  .flex-equal-9 .Flex-set .col:last-child:nth-child(3n) {
    margin-right: 0;
  }
  .flex-equal-9 .Flex-set .col:last-child:nth-child(3n-1) {
    margin-right: calc((100% / 3 - 4px) * 1 + 4px * 3 * 1 / (3 - 1));
  }
  .flex-equal-9 .Flex-set .col:last-child:nth-child(3n) {
    margin-right: 0;
  }
  .flex-equal-9 .Flex-set .col:last-child:nth-child(3n-2) {
    margin-right: calc((100% / 3 - 4px) * 2 + 4px * 3 * 2 / (3 - 1));
  }
}
@media (min-width: 992px) {
  .flex-equal-9 .Flex-set .col {
    flex-basis: calc(100% / 6 - 4px);
    max-width: calc(100% / 6 - 4px);
  }
  .flex-equal-9 .Flex-set .col:last-child:nth-child(6n) {
    margin-right: 0;
  }
  .flex-equal-9 .Flex-set .col:last-child:nth-child(6n-1) {
    margin-right: calc((100% / 6 - 4px) * 1 + 4px * 6 * 1 / (6 - 1));
  }
  .flex-equal-9 .Flex-set .col:last-child:nth-child(6n) {
    margin-right: 0;
  }
  .flex-equal-9 .Flex-set .col:last-child:nth-child(6n-2) {
    margin-right: calc((100% / 6 - 4px) * 2 + 4px * 6 * 2 / (6 - 1));
  }
  .flex-equal-9 .Flex-set .col:last-child:nth-child(6n) {
    margin-right: 0;
  }
  .flex-equal-9 .Flex-set .col:last-child:nth-child(6n-3) {
    margin-right: calc((100% / 6 - 4px) * 3 + 4px * 6 * 3 / (6 - 1));
  }
  .flex-equal-9 .Flex-set .col:last-child:nth-child(6n) {
    margin-right: 0;
  }
  .flex-equal-9 .Flex-set .col:last-child:nth-child(6n-4) {
    margin-right: calc((100% / 6 - 4px) * 4 + 4px * 6 * 4 / (6 - 1));
  }
  .flex-equal-9 .Flex-set .col:last-child:nth-child(6n) {
    margin-right: 0;
  }
  .flex-equal-9 .Flex-set .col:last-child:nth-child(6n-5) {
    margin-right: calc((100% / 6 - 4px) * 5 + 4px * 6 * 5 / (6 - 1));
  }
}
@media (min-width: 1400px) {
  .flex-equal-9 .Flex-set .col {
    flex-basis: calc(100% / 9 - 4px);
    max-width: calc(100% / 9 - 4px);
  }
  .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 - 4px) * 1 + 4px * 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 - 4px) * 2 + 4px * 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 - 4px) * 3 + 4px * 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 - 4px) * 4 + 4px * 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 - 4px) * 5 + 4px * 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 - 4px) * 6 + 4px * 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 - 4px) * 7 + 4px * 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 - 4px) * 8 + 4px * 9 * 8 / (9 - 1));
  }
}

.flex-equal-10 .Flex-set .col {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
@media (min-width: 320px) {
  .flex-equal-10 .Flex-set .col {
    flex-basis: calc(100% / 4 - 2px);
    max-width: calc(100% / 4 - 2px);
  }
  .flex-equal-10 .Flex-set .col:last-child:nth-child(4n) {
    margin-right: 0;
  }
  .flex-equal-10 .Flex-set .col:last-child:nth-child(4n-1) {
    margin-right: calc((100% / 4 - 2px) * 1 + 2px * 4 * 1 / (4 - 1));
  }
  .flex-equal-10 .Flex-set .col:last-child:nth-child(4n) {
    margin-right: 0;
  }
  .flex-equal-10 .Flex-set .col:last-child:nth-child(4n-2) {
    margin-right: calc((100% / 4 - 2px) * 2 + 2px * 4 * 2 / (4 - 1));
  }
  .flex-equal-10 .Flex-set .col:last-child:nth-child(4n) {
    margin-right: 0;
  }
  .flex-equal-10 .Flex-set .col:last-child:nth-child(4n-3) {
    margin-right: calc((100% / 4 - 2px) * 3 + 2px * 4 * 3 / (4 - 1));
  }
}
@media (min-width: 768px) {
  .flex-equal-10 .Flex-set .col {
    flex-basis: calc(100% / 6 - 4px);
    max-width: calc(100% / 6 - 4px);
  }
  .flex-equal-10 .Flex-set .col:last-child:nth-child(6n) {
    margin-right: 0;
  }
  .flex-equal-10 .Flex-set .col:last-child:nth-child(6n-1) {
    margin-right: calc((100% / 6 - 4px) * 1 + 4px * 6 * 1 / (6 - 1));
  }
  .flex-equal-10 .Flex-set .col:last-child:nth-child(6n) {
    margin-right: 0;
  }
  .flex-equal-10 .Flex-set .col:last-child:nth-child(6n-2) {
    margin-right: calc((100% / 6 - 4px) * 2 + 4px * 6 * 2 / (6 - 1));
  }
  .flex-equal-10 .Flex-set .col:last-child:nth-child(6n) {
    margin-right: 0;
  }
  .flex-equal-10 .Flex-set .col:last-child:nth-child(6n-3) {
    margin-right: calc((100% / 6 - 4px) * 3 + 4px * 6 * 3 / (6 - 1));
  }
  .flex-equal-10 .Flex-set .col:last-child:nth-child(6n) {
    margin-right: 0;
  }
  .flex-equal-10 .Flex-set .col:last-child:nth-child(6n-4) {
    margin-right: calc((100% / 6 - 4px) * 4 + 4px * 6 * 4 / (6 - 1));
  }
  .flex-equal-10 .Flex-set .col:last-child:nth-child(6n) {
    margin-right: 0;
  }
  .flex-equal-10 .Flex-set .col:last-child:nth-child(6n-5) {
    margin-right: calc((100% / 6 - 4px) * 5 + 4px * 6 * 5 / (6 - 1));
  }
}
@media (min-width: 992px) {
  .flex-equal-10 .Flex-set .col {
    flex-basis: calc(100% / 8 - 4px);
    max-width: calc(100% / 8 - 4px);
  }
  .flex-equal-10 .Flex-set .col:last-child:nth-child(8n) {
    margin-right: 0;
  }
  .flex-equal-10 .Flex-set .col:last-child:nth-child(8n-1) {
    margin-right: calc((100% / 8 - 4px) * 1 + 4px * 8 * 1 / (8 - 1));
  }
  .flex-equal-10 .Flex-set .col:last-child:nth-child(8n) {
    margin-right: 0;
  }
  .flex-equal-10 .Flex-set .col:last-child:nth-child(8n-2) {
    margin-right: calc((100% / 8 - 4px) * 2 + 4px * 8 * 2 / (8 - 1));
  }
  .flex-equal-10 .Flex-set .col:last-child:nth-child(8n) {
    margin-right: 0;
  }
  .flex-equal-10 .Flex-set .col:last-child:nth-child(8n-3) {
    margin-right: calc((100% / 8 - 4px) * 3 + 4px * 8 * 3 / (8 - 1));
  }
  .flex-equal-10 .Flex-set .col:last-child:nth-child(8n) {
    margin-right: 0;
  }
  .flex-equal-10 .Flex-set .col:last-child:nth-child(8n-4) {
    margin-right: calc((100% / 8 - 4px) * 4 + 4px * 8 * 4 / (8 - 1));
  }
  .flex-equal-10 .Flex-set .col:last-child:nth-child(8n) {
    margin-right: 0;
  }
  .flex-equal-10 .Flex-set .col:last-child:nth-child(8n-5) {
    margin-right: calc((100% / 8 - 4px) * 5 + 4px * 8 * 5 / (8 - 1));
  }
  .flex-equal-10 .Flex-set .col:last-child:nth-child(8n) {
    margin-right: 0;
  }
  .flex-equal-10 .Flex-set .col:last-child:nth-child(8n-6) {
    margin-right: calc((100% / 8 - 4px) * 6 + 4px * 8 * 6 / (8 - 1));
  }
  .flex-equal-10 .Flex-set .col:last-child:nth-child(8n) {
    margin-right: 0;
  }
  .flex-equal-10 .Flex-set .col:last-child:nth-child(8n-7) {
    margin-right: calc((100% / 8 - 4px) * 7 + 4px * 8 * 7 / (8 - 1));
  }
}
@media (min-width: 1400px) {
  .flex-equal-10 .Flex-set .col {
    flex-basis: calc(100% / 10 - 4px);
    max-width: calc(100% / 10 - 4px);
  }
  .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 - 4px) * 1 + 4px * 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 - 4px) * 2 + 4px * 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 - 4px) * 3 + 4px * 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 - 4px) * 4 + 4px * 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 - 4px) * 5 + 4px * 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 - 4px) * 6 + 4px * 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 - 4px) * 7 + 4px * 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 - 4px) * 8 + 4px * 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 - 4px) * 9 + 4px * 10 * 9 / (10 - 1));
  }
}

.flex-equal-11 .Flex-set .col {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
@media (min-width: 320px) {
  .flex-equal-11 .Flex-set .col {
    flex-basis: calc(100% / 3 - 2px);
    max-width: calc(100% / 3 - 2px);
  }
  .flex-equal-11 .Flex-set .col:last-child:nth-child(3n) {
    margin-right: 0;
  }
  .flex-equal-11 .Flex-set .col:last-child:nth-child(3n-1) {
    margin-right: calc((100% / 3 - 2px) * 1 + 2px * 3 * 1 / (3 - 1));
  }
  .flex-equal-11 .Flex-set .col:last-child:nth-child(3n) {
    margin-right: 0;
  }
  .flex-equal-11 .Flex-set .col:last-child:nth-child(3n-2) {
    margin-right: calc((100% / 3 - 2px) * 2 + 2px * 3 * 2 / (3 - 1));
  }
}
@media (min-width: 768px) {
  .flex-equal-11 .Flex-set .col {
    flex-basis: calc(100% / 5 - 4px);
    max-width: calc(100% / 5 - 4px);
  }
  .flex-equal-11 .Flex-set .col:last-child:nth-child(5n) {
    margin-right: 0;
  }
  .flex-equal-11 .Flex-set .col:last-child:nth-child(5n-1) {
    margin-right: calc((100% / 5 - 4px) * 1 + 4px * 5 * 1 / (5 - 1));
  }
  .flex-equal-11 .Flex-set .col:last-child:nth-child(5n) {
    margin-right: 0;
  }
  .flex-equal-11 .Flex-set .col:last-child:nth-child(5n-2) {
    margin-right: calc((100% / 5 - 4px) * 2 + 4px * 5 * 2 / (5 - 1));
  }
  .flex-equal-11 .Flex-set .col:last-child:nth-child(5n) {
    margin-right: 0;
  }
  .flex-equal-11 .Flex-set .col:last-child:nth-child(5n-3) {
    margin-right: calc((100% / 5 - 4px) * 3 + 4px * 5 * 3 / (5 - 1));
  }
  .flex-equal-11 .Flex-set .col:last-child:nth-child(5n) {
    margin-right: 0;
  }
  .flex-equal-11 .Flex-set .col:last-child:nth-child(5n-4) {
    margin-right: calc((100% / 5 - 4px) * 4 + 4px * 5 * 4 / (5 - 1));
  }
}
@media (min-width: 992px) {
  .flex-equal-11 .Flex-set .col {
    flex-basis: calc(100% / 7 - 4px);
    max-width: calc(100% / 7 - 4px);
  }
  .flex-equal-11 .Flex-set .col:last-child:nth-child(7n) {
    margin-right: 0;
  }
  .flex-equal-11 .Flex-set .col:last-child:nth-child(7n-1) {
    margin-right: calc((100% / 7 - 4px) * 1 + 4px * 7 * 1 / (7 - 1));
  }
  .flex-equal-11 .Flex-set .col:last-child:nth-child(7n) {
    margin-right: 0;
  }
  .flex-equal-11 .Flex-set .col:last-child:nth-child(7n-2) {
    margin-right: calc((100% / 7 - 4px) * 2 + 4px * 7 * 2 / (7 - 1));
  }
  .flex-equal-11 .Flex-set .col:last-child:nth-child(7n) {
    margin-right: 0;
  }
  .flex-equal-11 .Flex-set .col:last-child:nth-child(7n-3) {
    margin-right: calc((100% / 7 - 4px) * 3 + 4px * 7 * 3 / (7 - 1));
  }
  .flex-equal-11 .Flex-set .col:last-child:nth-child(7n) {
    margin-right: 0;
  }
  .flex-equal-11 .Flex-set .col:last-child:nth-child(7n-4) {
    margin-right: calc((100% / 7 - 4px) * 4 + 4px * 7 * 4 / (7 - 1));
  }
  .flex-equal-11 .Flex-set .col:last-child:nth-child(7n) {
    margin-right: 0;
  }
  .flex-equal-11 .Flex-set .col:last-child:nth-child(7n-5) {
    margin-right: calc((100% / 7 - 4px) * 5 + 4px * 7 * 5 / (7 - 1));
  }
  .flex-equal-11 .Flex-set .col:last-child:nth-child(7n) {
    margin-right: 0;
  }
  .flex-equal-11 .Flex-set .col:last-child:nth-child(7n-6) {
    margin-right: calc((100% / 7 - 4px) * 6 + 4px * 7 * 6 / (7 - 1));
  }
}
@media (min-width: 1400px) {
  .flex-equal-11 .Flex-set .col {
    flex-basis: calc(100% / 11 - 4px);
    max-width: calc(100% / 11 - 4px);
  }
  .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 - 4px) * 1 + 4px * 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 - 4px) * 2 + 4px * 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 - 4px) * 3 + 4px * 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 - 4px) * 4 + 4px * 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 - 4px) * 5 + 4px * 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 - 4px) * 6 + 4px * 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 - 4px) * 7 + 4px * 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 - 4px) * 8 + 4px * 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 - 4px) * 9 + 4px * 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 - 4px) * 10 + 4px * 11 * 10 / (11 - 1));
  }
}

.flex-equal-12 .Flex-set .col {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
@media (min-width: 320px) {
  .flex-equal-12 .Flex-set .col {
    flex-basis: calc(100% / 3 - 2px);
    max-width: calc(100% / 3 - 2px);
  }
  .flex-equal-12 .Flex-set .col:last-child:nth-child(3n) {
    margin-right: 0;
  }
  .flex-equal-12 .Flex-set .col:last-child:nth-child(3n-1) {
    margin-right: calc((100% / 3 - 2px) * 1 + 2px * 3 * 1 / (3 - 1));
  }
  .flex-equal-12 .Flex-set .col:last-child:nth-child(3n) {
    margin-right: 0;
  }
  .flex-equal-12 .Flex-set .col:last-child:nth-child(3n-2) {
    margin-right: calc((100% / 3 - 2px) * 2 + 2px * 3 * 2 / (3 - 1));
  }
}
@media (min-width: 768px) {
  .flex-equal-12 .Flex-set .col {
    flex-basis: calc(100% / 6 - 4px);
    max-width: calc(100% / 6 - 4px);
  }
  .flex-equal-12 .Flex-set .col:last-child:nth-child(6n) {
    margin-right: 0;
  }
  .flex-equal-12 .Flex-set .col:last-child:nth-child(6n-1) {
    margin-right: calc((100% / 6 - 4px) * 1 + 4px * 6 * 1 / (6 - 1));
  }
  .flex-equal-12 .Flex-set .col:last-child:nth-child(6n) {
    margin-right: 0;
  }
  .flex-equal-12 .Flex-set .col:last-child:nth-child(6n-2) {
    margin-right: calc((100% / 6 - 4px) * 2 + 4px * 6 * 2 / (6 - 1));
  }
  .flex-equal-12 .Flex-set .col:last-child:nth-child(6n) {
    margin-right: 0;
  }
  .flex-equal-12 .Flex-set .col:last-child:nth-child(6n-3) {
    margin-right: calc((100% / 6 - 4px) * 3 + 4px * 6 * 3 / (6 - 1));
  }
  .flex-equal-12 .Flex-set .col:last-child:nth-child(6n) {
    margin-right: 0;
  }
  .flex-equal-12 .Flex-set .col:last-child:nth-child(6n-4) {
    margin-right: calc((100% / 6 - 4px) * 4 + 4px * 6 * 4 / (6 - 1));
  }
  .flex-equal-12 .Flex-set .col:last-child:nth-child(6n) {
    margin-right: 0;
  }
  .flex-equal-12 .Flex-set .col:last-child:nth-child(6n-5) {
    margin-right: calc((100% / 6 - 4px) * 5 + 4px * 6 * 5 / (6 - 1));
  }
}
@media (min-width: 992px) {
  .flex-equal-12 .Flex-set .col {
    flex-basis: calc(100% / 9 - 4px);
    max-width: calc(100% / 9 - 4px);
  }
  .flex-equal-12 .Flex-set .col:last-child:nth-child(9n) {
    margin-right: 0;
  }
  .flex-equal-12 .Flex-set .col:last-child:nth-child(9n-1) {
    margin-right: calc((100% / 9 - 4px) * 1 + 4px * 9 * 1 / (9 - 1));
  }
  .flex-equal-12 .Flex-set .col:last-child:nth-child(9n) {
    margin-right: 0;
  }
  .flex-equal-12 .Flex-set .col:last-child:nth-child(9n-2) {
    margin-right: calc((100% / 9 - 4px) * 2 + 4px * 9 * 2 / (9 - 1));
  }
  .flex-equal-12 .Flex-set .col:last-child:nth-child(9n) {
    margin-right: 0;
  }
  .flex-equal-12 .Flex-set .col:last-child:nth-child(9n-3) {
    margin-right: calc((100% / 9 - 4px) * 3 + 4px * 9 * 3 / (9 - 1));
  }
  .flex-equal-12 .Flex-set .col:last-child:nth-child(9n) {
    margin-right: 0;
  }
  .flex-equal-12 .Flex-set .col:last-child:nth-child(9n-4) {
    margin-right: calc((100% / 9 - 4px) * 4 + 4px * 9 * 4 / (9 - 1));
  }
  .flex-equal-12 .Flex-set .col:last-child:nth-child(9n) {
    margin-right: 0;
  }
  .flex-equal-12 .Flex-set .col:last-child:nth-child(9n-5) {
    margin-right: calc((100% / 9 - 4px) * 5 + 4px * 9 * 5 / (9 - 1));
  }
  .flex-equal-12 .Flex-set .col:last-child:nth-child(9n) {
    margin-right: 0;
  }
  .flex-equal-12 .Flex-set .col:last-child:nth-child(9n-6) {
    margin-right: calc((100% / 9 - 4px) * 6 + 4px * 9 * 6 / (9 - 1));
  }
  .flex-equal-12 .Flex-set .col:last-child:nth-child(9n) {
    margin-right: 0;
  }
  .flex-equal-12 .Flex-set .col:last-child:nth-child(9n-7) {
    margin-right: calc((100% / 9 - 4px) * 7 + 4px * 9 * 7 / (9 - 1));
  }
  .flex-equal-12 .Flex-set .col:last-child:nth-child(9n) {
    margin-right: 0;
  }
  .flex-equal-12 .Flex-set .col:last-child:nth-child(9n-8) {
    margin-right: calc((100% / 9 - 4px) * 8 + 4px * 9 * 8 / (9 - 1));
  }
}
@media (min-width: 1400px) {
  .flex-equal-12 .Flex-set .col {
    flex-basis: calc(100% / 12 - 4px);
    max-width: calc(100% / 12 - 4px);
  }
  .flex-equal-12 .Flex-set .col:last-child:nth-child(12n) {
    margin-right: 0;
  }
  .flex-equal-12 .Flex-set .col:last-child:nth-child(12n-1) {
    margin-right: calc((100% / 12 - 4px) * 1 + 4px * 12 * 1 / (12 - 1));
  }
  .flex-equal-12 .Flex-set .col:last-child:nth-child(12n) {
    margin-right: 0;
  }
  .flex-equal-12 .Flex-set .col:last-child:nth-child(12n-2) {
    margin-right: calc((100% / 12 - 4px) * 2 + 4px * 12 * 2 / (12 - 1));
  }
  .flex-equal-12 .Flex-set .col:last-child:nth-child(12n) {
    margin-right: 0;
  }
  .flex-equal-12 .Flex-set .col:last-child:nth-child(12n-3) {
    margin-right: calc((100% / 12 - 4px) * 3 + 4px * 12 * 3 / (12 - 1));
  }
  .flex-equal-12 .Flex-set .col:last-child:nth-child(12n) {
    margin-right: 0;
  }
  .flex-equal-12 .Flex-set .col:last-child:nth-child(12n-4) {
    margin-right: calc((100% / 12 - 4px) * 4 + 4px * 12 * 4 / (12 - 1));
  }
  .flex-equal-12 .Flex-set .col:last-child:nth-child(12n) {
    margin-right: 0;
  }
  .flex-equal-12 .Flex-set .col:last-child:nth-child(12n-5) {
    margin-right: calc((100% / 12 - 4px) * 5 + 4px * 12 * 5 / (12 - 1));
  }
  .flex-equal-12 .Flex-set .col:last-child:nth-child(12n) {
    margin-right: 0;
  }
  .flex-equal-12 .Flex-set .col:last-child:nth-child(12n-6) {
    margin-right: calc((100% / 12 - 4px) * 6 + 4px * 12 * 6 / (12 - 1));
  }
  .flex-equal-12 .Flex-set .col:last-child:nth-child(12n) {
    margin-right: 0;
  }
  .flex-equal-12 .Flex-set .col:last-child:nth-child(12n-7) {
    margin-right: calc((100% / 12 - 4px) * 7 + 4px * 12 * 7 / (12 - 1));
  }
  .flex-equal-12 .Flex-set .col:last-child:nth-child(12n) {
    margin-right: 0;
  }
  .flex-equal-12 .Flex-set .col:last-child:nth-child(12n-8) {
    margin-right: calc((100% / 12 - 4px) * 8 + 4px * 12 * 8 / (12 - 1));
  }
  .flex-equal-12 .Flex-set .col:last-child:nth-child(12n) {
    margin-right: 0;
  }
  .flex-equal-12 .Flex-set .col:last-child:nth-child(12n-9) {
    margin-right: calc((100% / 12 - 4px) * 9 + 4px * 12 * 9 / (12 - 1));
  }
  .flex-equal-12 .Flex-set .col:last-child:nth-child(12n) {
    margin-right: 0;
  }
  .flex-equal-12 .Flex-set .col:last-child:nth-child(12n-10) {
    margin-right: calc((100% / 12 - 4px) * 10 + 4px * 12 * 10 / (12 - 1));
  }
  .flex-equal-12 .Flex-set .col:last-child:nth-child(12n) {
    margin-right: 0;
  }
  .flex-equal-12 .Flex-set .col:last-child:nth-child(12n-11) {
    margin-right: calc((100% / 12 - 4px) * 11 + 4px * 12 * 11 / (12 - 1));
  }
}

.flex-3-6-3 .col {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
@media (min-width: 320px) {
  .flex-3-6-3 .col {
    flex-basis: calc(8.3333333333% * 12 - 0px);
    max-width: calc(8.3333333333% * 12 - 0px);
  }
}
@media (min-width: 768px) {
  .flex-3-6-3 .col {
    flex-basis: calc(8.3333333333% * 12 - 4px);
    max-width: calc(8.3333333333% * 12 - 4px);
  }
}
@media (min-width: 992px) {
  .flex-3-6-3 .col {
    flex-basis: calc(8.3333333333% * 3 - 4px);
    max-width: calc(8.3333333333% * 3 - 4px);
  }
}
@media (min-width: 1400px) {
  .flex-3-6-3 .col {
    flex-basis: calc(8.3333333333% * 3 - 4px);
    max-width: calc(8.3333333333% * 3 - 4px);
  }
}
@media (min-width: 320px) {
  .flex-3-6-3 .col:nth-child(2) {
    flex-basis: calc(8.3333333333% * 12 - 0px);
    max-width: calc(8.3333333333% * 12 - 0px);
  }
}
@media (min-width: 768px) {
  .flex-3-6-3 .col:nth-child(2) {
    flex-basis: calc(8.3333333333% * 12 - 4px);
    max-width: calc(8.3333333333% * 12 - 4px);
  }
}
@media (min-width: 992px) {
  .flex-3-6-3 .col:nth-child(2) {
    flex-basis: calc(8.3333333333% * 6 - 4px);
    max-width: calc(8.3333333333% * 6 - 4px);
  }
}
@media (min-width: 1400px) {
  .flex-3-6-3 .col:nth-child(2) {
    flex-basis: calc(8.3333333333% * 6 - 4px);
    max-width: calc(8.3333333333% * 6 - 4px);
  }
}

.flex-8-4 .col {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
@media (min-width: 320px) {
  .flex-8-4 .col {
    flex-basis: calc(8.3333333333% * 12 - 0px);
    max-width: calc(8.3333333333% * 12 - 0px);
  }
}
@media (min-width: 768px) {
  .flex-8-4 .col {
    flex-basis: calc(8.3333333333% * 6 - 4px);
    max-width: calc(8.3333333333% * 6 - 4px);
  }
}
@media (min-width: 992px) {
  .flex-8-4 .col {
    flex-basis: calc(8.3333333333% * 8 - 4px);
    max-width: calc(8.3333333333% * 8 - 4px);
  }
}
@media (min-width: 1400px) {
  .flex-8-4 .col {
    flex-basis: calc(8.3333333333% * 8 - 4px);
    max-width: calc(8.3333333333% * 8 - 4px);
  }
}
@media (min-width: 320px) {
  .flex-8-4 .col:nth-child(2) {
    flex-basis: calc(8.3333333333% * 12 - 0px);
    max-width: calc(8.3333333333% * 12 - 0px);
  }
}
@media (min-width: 768px) {
  .flex-8-4 .col:nth-child(2) {
    flex-basis: calc(8.3333333333% * 6 - 4px);
    max-width: calc(8.3333333333% * 6 - 4px);
  }
}
@media (min-width: 992px) {
  .flex-8-4 .col:nth-child(2) {
    flex-basis: calc(8.3333333333% * 4 - 4px);
    max-width: calc(8.3333333333% * 4 - 4px);
  }
}
@media (min-width: 1400px) {
  .flex-8-4 .col:nth-child(2) {
    flex-basis: calc(8.3333333333% * 4 - 4px);
    max-width: calc(8.3333333333% * 4 - 4px);
  }
}

.flex-4-8 .col {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
@media (min-width: 320px) {
  .flex-4-8 .col {
    flex-basis: calc(8.3333333333% * 12 - 0px);
    max-width: calc(8.3333333333% * 12 - 0px);
  }
}
@media (min-width: 768px) {
  .flex-4-8 .col {
    flex-basis: calc(8.3333333333% * 6 - 4px);
    max-width: calc(8.3333333333% * 6 - 4px);
  }
}
@media (min-width: 992px) {
  .flex-4-8 .col {
    flex-basis: calc(8.3333333333% * 4 - 4px);
    max-width: calc(8.3333333333% * 4 - 4px);
  }
}
@media (min-width: 1400px) {
  .flex-4-8 .col {
    flex-basis: calc(8.3333333333% * 4 - 4px);
    max-width: calc(8.3333333333% * 4 - 4px);
  }
}
@media (min-width: 320px) {
  .flex-4-8 .col:nth-child(2) {
    flex-basis: calc(8.3333333333% * 12 - 0px);
    max-width: calc(8.3333333333% * 12 - 0px);
  }
}
@media (min-width: 768px) {
  .flex-4-8 .col:nth-child(2) {
    flex-basis: calc(8.3333333333% * 6 - 4px);
    max-width: calc(8.3333333333% * 6 - 4px);
  }
}
@media (min-width: 992px) {
  .flex-4-8 .col:nth-child(2) {
    flex-basis: calc(8.3333333333% * 8 - 4px);
    max-width: calc(8.3333333333% * 8 - 4px);
  }
}
@media (min-width: 1400px) {
  .flex-4-8 .col:nth-child(2) {
    flex-basis: calc(8.3333333333% * 8 - 4px);
    max-width: calc(8.3333333333% * 8 - 4px);
  }
}

.mix-equal-2 .Flex-set .col {
  padding: 1em;
}
@media (min-width: 320px) {
  .mix-equal-2 .Flex-set .col {
    flex-basis: calc(100% / 1 - 0px);
    max-width: calc(100% / 1 - 0px);
  }
  .mix-equal-2 .Flex-set .col:last-child {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .mix-equal-2 .Flex-set .col {
    flex-basis: calc(100% / 2 - 4px);
    max-width: calc(100% / 2 - 4px);
  }
  .mix-equal-2 .Flex-set .col:last-child:nth-child(12n-1) {
    margin-right: 0;
  }
  .mix-equal-2 .Flex-set .col:last-child:nth-child(12n-2) {
    margin-right: 0;
  }
  .mix-equal-2 .Flex-set .col:last-child:nth-child(12n-3) {
    margin-right: 0;
  }
  .mix-equal-2 .Flex-set .col:last-child:nth-child(12n-4) {
    margin-right: 0;
  }
  .mix-equal-2 .Flex-set .col:last-child:nth-child(12n-5) {
    margin-right: 0;
  }
  .mix-equal-2 .Flex-set .col:last-child:nth-child(12n-6) {
    margin-right: 0;
  }
  .mix-equal-2 .Flex-set .col:last-child:nth-child(12n-7) {
    margin-right: 0;
  }
  .mix-equal-2 .Flex-set .col:last-child:nth-child(12n-8) {
    margin-right: 0;
  }
  .mix-equal-2 .Flex-set .col:last-child:nth-child(12n-9) {
    margin-right: 0;
  }
  .mix-equal-2 .Flex-set .col:last-child:nth-child(12n-10) {
    margin-right: 0;
  }
  .mix-equal-2 .Flex-set .col:last-child:nth-child(12n-11) {
    margin-right: 0;
  }
  .mix-equal-2 .Flex-set .col:last-child:nth-child(12n-12) {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .mix-equal-2 .Flex-set .col {
    flex-basis: calc(100% / 2 - 4px);
    max-width: calc(100% / 2 - 4px);
  }
  .mix-equal-2 .Flex-set .col:last-child:nth-child(12n-1) {
    margin-right: 0;
  }
  .mix-equal-2 .Flex-set .col:last-child:nth-child(12n-2) {
    margin-right: 0;
  }
  .mix-equal-2 .Flex-set .col:last-child:nth-child(12n-3) {
    margin-right: 0;
  }
  .mix-equal-2 .Flex-set .col:last-child:nth-child(12n-4) {
    margin-right: 0;
  }
  .mix-equal-2 .Flex-set .col:last-child:nth-child(12n-5) {
    margin-right: 0;
  }
  .mix-equal-2 .Flex-set .col:last-child:nth-child(12n-6) {
    margin-right: 0;
  }
  .mix-equal-2 .Flex-set .col:last-child:nth-child(12n-7) {
    margin-right: 0;
  }
  .mix-equal-2 .Flex-set .col:last-child:nth-child(12n-8) {
    margin-right: 0;
  }
  .mix-equal-2 .Flex-set .col:last-child:nth-child(12n-9) {
    margin-right: 0;
  }
  .mix-equal-2 .Flex-set .col:last-child:nth-child(12n-10) {
    margin-right: 0;
  }
  .mix-equal-2 .Flex-set .col:last-child:nth-child(12n-11) {
    margin-right: 0;
  }
  .mix-equal-2 .Flex-set .col:last-child:nth-child(12n-12) {
    margin-right: 0;
  }
}
@media (min-width: 1400px) {
  .mix-equal-2 .Flex-set .col {
    flex-basis: calc(100% / 2 - 4px);
    max-width: calc(100% / 2 - 4px);
  }
  .mix-equal-2 .Flex-set .col:last-child:nth-child(12n-1) {
    margin-right: 0;
  }
  .mix-equal-2 .Flex-set .col:last-child:nth-child(12n-2) {
    margin-right: 0;
  }
  .mix-equal-2 .Flex-set .col:last-child:nth-child(12n-3) {
    margin-right: 0;
  }
  .mix-equal-2 .Flex-set .col:last-child:nth-child(12n-4) {
    margin-right: 0;
  }
  .mix-equal-2 .Flex-set .col:last-child:nth-child(12n-5) {
    margin-right: 0;
  }
  .mix-equal-2 .Flex-set .col:last-child:nth-child(12n-6) {
    margin-right: 0;
  }
  .mix-equal-2 .Flex-set .col:last-child:nth-child(12n-7) {
    margin-right: 0;
  }
  .mix-equal-2 .Flex-set .col:last-child:nth-child(12n-8) {
    margin-right: 0;
  }
  .mix-equal-2 .Flex-set .col:last-child:nth-child(12n-9) {
    margin-right: 0;
  }
  .mix-equal-2 .Flex-set .col:last-child:nth-child(12n-10) {
    margin-right: 0;
  }
  .mix-equal-2 .Flex-set .col:last-child:nth-child(12n-11) {
    margin-right: 0;
  }
  .mix-equal-2 .Flex-set .col:last-child:nth-child(12n-12) {
    margin-right: 0;
  }
}
.mix-equal-2 .Flex-set .col h3 {
  margin: 10px 0;
}
@media (min-width: 320px) {
  .mix-equal-2 .inner-4-8 div {
    flex-basis: calc(8.3333333333% * 12 - 0px);
    max-width: calc(8.3333333333% * 12 - 0px);
  }
}
@media (min-width: 768px) {
  .mix-equal-2 .inner-4-8 div {
    flex-basis: calc(8.3333333333% * 4 - 4px);
    max-width: calc(8.3333333333% * 4 - 4px);
  }
}
@media (min-width: 992px) {
  .mix-equal-2 .inner-4-8 div {
    flex-basis: calc(8.3333333333% * 4 - 4px);
    max-width: calc(8.3333333333% * 4 - 4px);
  }
}
@media (min-width: 1400px) {
  .mix-equal-2 .inner-4-8 div {
    flex-basis: calc(8.3333333333% * 4 - 4px);
    max-width: calc(8.3333333333% * 4 - 4px);
  }
}
@media (min-width: 320px) {
  .mix-equal-2 .inner-4-8 div:last-child {
    flex-basis: calc(8.3333333333% * 12 - 0px);
    max-width: calc(8.3333333333% * 12 - 0px);
  }
}
@media (min-width: 768px) {
  .mix-equal-2 .inner-4-8 div:last-child {
    flex-basis: calc(8.3333333333% * 8 - 4px);
    max-width: calc(8.3333333333% * 8 - 4px);
  }
}
@media (min-width: 992px) {
  .mix-equal-2 .inner-4-8 div:last-child {
    flex-basis: calc(8.3333333333% * 8 - 4px);
    max-width: calc(8.3333333333% * 8 - 4px);
  }
}
@media (min-width: 1400px) {
  .mix-equal-2 .inner-4-8 div:last-child {
    flex-basis: calc(8.3333333333% * 8 - 4px);
    max-width: calc(8.3333333333% * 8 - 4px);
  }
}
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 #0c51b4;
  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 #ffc000 inset;
}
@media screen and (max-width: 767px) {
  a:focus {
    box-shadow: none;
  }
}

.accesskey {
  position: absolute;
  top: 0;
  left: 5px;
  z-index: 9;
  color: #ececec;
  font-size: 1em;
}
@media screen and (max-width: 767px) {
  .accesskey {
    display: none;
  }
}

a.goCenter {
  position: absolute;
  top: -2.2em;
  left: 50%;
  margin-left: -480px;
  padding: 0 0.5em;
  height: 2em;
  line-height: 2em;
  background: #005ed0;
  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) {
  a.goCenter {
    display: none;
  }
}
a.goCenter:hover, a.goCenter:focus {
  outline: none;
  top: 0;
  opacity: 1;
  color: #fff;
}

.no-js noscript {
  display: block;
  padding: 0.5em;
  border: 2px solid #0c51b4;
  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: #0c51b4;
}
.no-js noscript a:hover, .no-js noscript a:focus {
  color: #00529a;
}
.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: #0c51b4 !important;
}

.gsst_a .gscb_a {
  color: #ccc !important;
  line-height: 2rem !important;
}

.gs-webResult div.gs-visibleUrl {
  color: #005ed0 !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: #0c51b4 !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: #191919;
  line-height: 1.5em;
  font-family: Lato, "PingFang TC", "Helvetica Neue", Helvetica, 微軟正黑體, Arial, sans-serif;
  -webkit-text-size-adjust: none;
}

a {
  color: #006dcd;
  text-decoration: none;
}
a:hover, a:focus {
  color: #00529a;
  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 12.5em;
  padding: 0.3em;
}
.font_size span {
  font-size: 0.875em;
  color: #222;
  padding-top: 0.3em;
}
.font_size ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: 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: 32px;
  border-radius: 50%;
  background: #F1F1F1;
  width: 32px;
  height: 32px;
  color: #333;
}
.font_size ul li a:hover, .font_size ul li a:focus {
  background: #00529a;
  color: #FFF;
}
.font_size ul li a.active {
  background: #00529a;
  color: #FFF;
}
.font_size ul li a.active:hover, .font_size ul li a.active:focus {
  background: #00529a;
  color: #FFF;
}
.font_size ul li a.small {
  font-size: 0.938em;
}
.font_size ul li a.large {
  font-size: 1.125em;
}
@media screen and (max-width: 767px) {
  .font_size {
    display: none;
  }
}

.language {
  font-weight: bold;
  font-size: 0.75em;
  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.25em;
  min-width: 4em;
  margin: 0.25em 0.1em;
}
.upload_grp .upload_btn i, .btn i {
  margin-right: 0.25em;
  margin-left: 0.25em;
}

.btn {
  background: #e0e0e0;
  border: 1px solid #e0e0e0;
  color: #0a4788;
  text-shadow: none;
}
.btn:hover {
  background: #c7c7c7;
  border: 1px solid #adadad;
  cursor: pointer;
  color: #FFF;
  outline: none;
}
.btn:focus {
  background: #c7c7c7;
  border: 1px solid #adadad;
  cursor: pointer;
  color: #FFF;
  outline: none;
  box-shadow: 0 0px 0px 2px #ffc000 !important;
}
.btn.active {
  background: #ededed;
  cursor: pointer;
}
.btn:hover, .btn:focus {
  color: #0a4788;
  outline: none;
}

.btn-green {
  background: #298729;
  border: 1px solid #298729;
  color: #FFF;
}
.btn-green:hover {
  background: #1d601d;
  border: 1px solid #113911;
  cursor: pointer;
  color: #FFF;
  outline: none;
}
.btn-green:focus {
  background: #1d601d;
  border: 1px solid #113911;
  cursor: pointer;
  color: #FFF;
  outline: none;
  box-shadow: 0 0px 0px 2px #ffc000 !important;
}
.btn-green.active {
  background: #2f9b2f;
  cursor: pointer;
}

.btn-blue {
  background: #0066cc;
  border: 1px solid #0066cc;
  color: #FFF;
}
.btn-blue:hover {
  background: #004d99;
  border: 1px solid #003366;
  cursor: pointer;
  color: #FFF;
  outline: none;
}
.btn-blue:focus {
  background: #004d99;
  border: 1px solid #003366;
  cursor: pointer;
  color: #FFF;
  outline: none;
  box-shadow: 0 0px 0px 2px #ffc000 !important;
}
.btn-blue.active {
  background: #0073e6;
  cursor: pointer;
}

.btn-yellow {
  background: #ffe23b;
  border: 1px solid #ffe23b;
  color: #333;
}
.btn-yellow:hover {
  background: #ffda08;
  border: 1px solid #d4b400;
  cursor: pointer;
  color: #FFF;
  outline: none;
}
.btn-yellow:focus {
  background: #ffda08;
  border: 1px solid #d4b400;
  cursor: pointer;
  color: #FFF;
  outline: none;
  box-shadow: 0 0px 0px 2px #ffc000 !important;
}
.btn-yellow.active {
  background: #ffe654;
  cursor: pointer;
}

.btn-orange {
  background: #d04500;
  border: 1px solid #d04500;
  color: #FFF;
}
.btn-orange:hover {
  background: #9d3400;
  border: 1px solid #6a2300;
  cursor: pointer;
  color: #FFF;
  outline: none;
}
.btn-orange:focus {
  background: #9d3400;
  border: 1px solid #6a2300;
  cursor: pointer;
  color: #FFF;
  outline: none;
  box-shadow: 0 0px 0px 2px #ffc000 !important;
}
.btn-orange.active {
  background: #ea4d00;
  cursor: pointer;
}

.btn-red {
  background: #d30000;
  border: 1px solid #d30000;
  color: #FFF;
}
.btn-red:hover {
  background: #a00000;
  border: 1px solid #6d0000;
  cursor: pointer;
  color: #FFF;
  outline: none;
}
.btn-red:focus {
  background: #a00000;
  border: 1px solid #6d0000;
  cursor: pointer;
  color: #FFF;
  outline: none;
  box-shadow: 0 0px 0px 2px #ffc000 !important;
}
.btn-red.active {
  background: #ed0000;
  cursor: pointer;
}

.btn-purple {
  background: #8c248d;
  border: 1px solid #8c248d;
  color: #FFF;
}
.btn-purple:hover {
  background: #641a65;
  border: 1px solid #3c0f3c;
  cursor: pointer;
  color: #FFF;
  outline: none;
}
.btn-purple:focus {
  background: #641a65;
  border: 1px solid #3c0f3c;
  cursor: pointer;
  color: #FFF;
  outline: none;
  box-shadow: 0 0px 0px 2px #ffc000 !important;
}
.btn-purple.active {
  background: #a029a2;
  cursor: pointer;
}

.btn-submit,
.btn_submit {
  background: #0e5ccc;
  border: 1px solid #0e5ccc;
  color: #FFF;
}
.btn-submit:hover,
.btn_submit:hover {
  background: #0a469c;
  border: 1px solid #07316c;
  cursor: pointer;
  color: #FFF;
  outline: none;
}
.btn-submit:focus,
.btn_submit:focus {
  background: #0a469c;
  border: 1px solid #07316c;
  cursor: pointer;
  color: #FFF;
  outline: none;
  box-shadow: 0 0px 0px 2px #ffc000 !important;
}
.btn-submit.active,
.btn_submit.active {
  background: #0f67e4;
  cursor: pointer;
}

.btn-reset {
  color: #3f3f3f;
}

.btn-search {
  background: #0e5ccc;
  border: 1px solid #0e5ccc;
  color: #FFF;
}
.btn-search:hover {
  background: #0a469c;
  border: 1px solid #07316c;
  cursor: pointer;
  color: #FFF;
  outline: none;
}
.btn-search:focus {
  background: #0a469c;
  border: 1px solid #07316c;
  cursor: pointer;
  color: #FFF;
  outline: none;
  box-shadow: 0 0px 0px 2px #ffc000 !important;
}
.btn-search.active {
  background: #0f67e4;
  cursor: pointer;
}

.btn-primary {
  background: #0c51b4 !important;
  color: #fff !important;
  border: solid 1px #0c51b4 !important;
}
.btn-primary:hover, .btn-primary:focus {
  background: #093b84 !important;
  border: solid 1px #0c51b4 !important;
}

.btn-secondary {
  background: #fff !important;
  color: #07316c !important;
  border: solid 1px #0c51b4 !important;
  text-shadow: none !important;
}
.btn-secondary:hover, .btn-secondary:focus {
  color: #021025 !important;
  background: #b5deff !important;
  border: solid 1px #b5deff !important;
}

.btn-normal {
  background: #f1f1f1 !important;
  color: #65656E !important;
  border: solid 1px #c3c3c3 !important;
  text-shadow: none !important;
}
.btn-normal:hover, .btn-normal:focus {
  color: #404046 !important;
  background: #c3c3c3 !important;
  border: solid 1px #c3c3c3 !important;
}

.btn-back {
  background: #555 !important;
  color: #fff !important;
  border: 1px solid #ddd !important;
}
.btn-back:hover, .btn-back:focus {
  background: #093b84 !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 {
  padding: 0.1em 0em 0.1em;
  font-size: 0.813em;
  margin: 0 auto 1em;
}
.breadcrumb ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcrumb ul li {
  display: inline-block;
  margin: 0px 0.1em 0.1em 0px;
  color: #545454;
}
.breadcrumb ul li:first-child:before {
  content: "";
  display: inline-block;
  color: #666;
  margin-left: 0;
  padding: 0;
}
.breadcrumb a {
  color: #545454;
}
.breadcrumb a:hover {
  color: #00529a;
}

.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: 2px;
}
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 #00529a 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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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;
}

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

[tooltip] {
  position: relative;
}

em[tooltip] {
  color: #006dcd;
  text-decoration: none;
}
em[tooltip]:hover, em[tooltip]:focus {
  color: #00529a;
  cursor: pointer;
}

[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;
  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;
  display: flex;
  flex-wrap: wrap;
}
.category ul li {
  margin: 0px 3px 3px 0px;
  display: block;
}
.category a {
  border: 1px solid #CCC;
  padding: 0.4em 1em;
  display: block;
  color: #333;
  box-sizing: border-box;
  border-radius: 2px;
  transition: 0.3s ease-in;
}
.category a:hover, .category a:focus {
  color: #FFF;
  background: #07316c;
  border: 1px solid #07316c;
  box-shadow: none;
}
.category a.active {
  color: #FFF;
  background: #07316c;
}
.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: #191919;
  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: #00529a;
  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;
}

.text-hidden {
  font-size: 0;
}

.sys_ann + .header {
  position: relative;
}

.header {
  position: relative;
  z-index: 99;
  background: #FFF;
}
@media screen and (max-width: 767px) {
  .header {
    position: fixed;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }
}
.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;
  }
}
.header > .container {
  max-width: 1100px;
  overflow: visible;
  position: relative;
}
.header > .container .sidebarCtrl {
  display: none;
  right: 0px;
}
.header > .container .sidebarCtrl span {
  position: absolute;
  background: #0c51b4;
  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;
  width: 40%;
  left: 60%;
}
.header > .container .searchCtrl {
  display: none;
  right: 0px;
  font-size: 0em;
}
.header > .container .searchCtrl:before {
  width: 40px;
  height: 40px;
  background: url(../images/basic/icon_search.png) no-repeat center center;
  background-size: 28px;
  opacity: 0.6;
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
}
.header h1 {
  float: left;
  width: 300px;
  height: 75px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.header h1 a {
  display: block;
  width: 100%;
}
.header h1 img {
  display: block;
  max-width: 300px;
  max-height: 75px;
}
@media screen and (max-width: 991px) {
  .header h1 {
    margin-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .header h1 {
    padding: 2px 60px 2px 0;
    width: 100%;
    margin: 0;
    text-align: center;
    height: 60px;
  }
  .header h1 img {
    width: auto;
    height: auto;
    max-height: 54px;
    transform: scale(0.9);
  }
}
.header .navigation {
  padding: 0;
  float: right;
  position: relative;
  clear: none;
  box-sizing: border-box;
  min-height: 75px;
  display: flex;
  align-items: center;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .header .navigation {
    margin-right: 15px;
  }
}
@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;
}
.header .navigation .navlist li a {
  display: block;
  padding: 0.5em 0.6em;
  text-decoration: none;
  color: #191919;
  text-decoration: none;
}
.header .navigation .navlist li a:hover, .header .navigation .navlist li a:focus {
  color: #00529a;
  cursor: pointer;
}
.header .navigation .language {
  position: absolute;
  right: 15px;
  top: 0.35em;
  font-size: 0.75em;
}

.search {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  vertical-align: top;
  font-size: 0.938em;
  margin: 1em 0.5em;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .search {
    display: none;
  }
}
.search label {
  font-size: 0em;
}
.search .form_grp {
  flex: 0 0 auto;
  margin: 0;
}
.search .form_grp input {
  margin: 0 0 0 0.5em;
  padding: 0.2em;
  box-shadow: none;
  width: auto;
}
.search .form_grp input[type=submit] {
  min-width: auto;
  padding: 0.2em 0.8em;
}
.search .form_grp input:focus {
  box-shadow: 0 0px 0px 2px #ffc000;
}
.search .btn_grp {
  flex: 0 0 auto;
  padding: 0 0.5em 0;
  margin: 0;
}
.search .btn_grp input, .search .btn_grp input[type=submit] {
  min-width: auto;
  padding: 0.2em 0.8em;
  margin: 0;
}
.search .keywordHot {
  flex: 1 1 100%;
}
.search .keywordHot ul {
  font-size: 0.813em;
  line-height: 1.65em;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  list-style-type: none;
}
.search .keywordHot ul li {
  margin: 0;
  padding: 0.5em;
  flex: 0 0 auto;
}
.search .keywordHot ul a {
  color: #191919;
  text-decoration: none;
}
.search .keywordHot ul a:hover, .search .keywordHot ul a:focus {
  color: #00529a;
  cursor: pointer;
}
.search.m_search {
  width: 100% !important;
  max-width: 100% !important;
  min-width: auto;
  padding: 0.8em 0.3em;
  display: block;
  height: auto;
  position: fixed;
  top: 60px;
  left: 0;
  z-index: 98;
  background: #333;
  display: none;
  margin: 0;
}
.search.m_search label {
  font-size: 0em;
  line-height: 0;
}
.search.m_search .form_grp {
  display: flex;
}
.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.5em;
}
.search.m_search .btn_grp {
  flex: 1 1 auto;
  padding: 0.5em;
  margin-top: 0.5em;
  border-top: dotted 1px #999;
  box-sizing: border-box;
}
.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: #0c51b4;
}

.menu {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  z-index: 99;
  clear: both;
  background: #1161b6;
}
@media screen and (max-width: 767px) {
  .menu {
    display: none;
  }
}
.menu.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #1161b6;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.menu.sticky:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.menu.sticky > ul {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  justify-content: center;
}
.menu.sticky > ul > li > a {
  color: #fff;
}
.menu ul li {
  position: relative;
}
.menu ul li a {
  display: block;
  outline: none;
  text-decoration: none;
}
.menu ul li ul {
  display: none;
  overflow: visible;
  width: 99%;
  background: rgba(0, 0, 0, 0.8);
  padding: 0;
  z-index: 999999;
  position: absolute;
  top: auto;
  left: 0;
  list-style: none;
  text-align: left;
  animation: showMenu 0.3s ease-out;
  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: #00529a;
}
.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: #0c51b4;
}
.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;
}
.menu > ul {
  margin: 0 auto;
  padding: 0 15px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1100px;
}
.menu > ul > li {
  flex: 0 1 16%;
  text-align: center;
}
.menu > ul > li > a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 4.2em;
  font-weight: bold;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.menu > ul > li > a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0px;
  height: 5px;
  background: #ffc000;
  transition: 0.2s ease-in;
}
.menu > ul > li > a:hover:before {
  width: 100%;
}
.menu > ul > li.hasChild > a {
  padding-right: 0.5em;
}
.menu > ul > li.hasChild > a:after {
  content: "";
  width: 4px;
  height: 4px;
  display: inline-block;
  margin-left: 0.5em;
  vertical-align: middle;
  border: 2px solid #fff;
  transform: rotate(135deg);
  border-bottom: none;
  border-left: none;
  margin-bottom: 0.2em;
}
.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;
}
.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;
  right: 0;
  height: 100%;
  background: #0c51b4;
  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;
  right: 0;
  color: #fff;
  width: 100%;
  height: 3em;
  background: #0c51b4;
  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;
}
.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: #062654;
}
.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;
  left: 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(225deg);
  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;
  text-align: left;
  font-size: 0.813em;
  padding: 0;
  background: #0e4176;
  clear: both;
  zoom: 1;
}
footer:before, footer:after {
  content: "";
  display: table;
}
footer:after {
  clear: both;
}
footer .container {
  color: rgba(255, 255, 255, 0.8);
  padding: 2em 15px;
  display: flex;
}
footer .container > div {
  padding-bottom: 1em;
}
@media screen and (max-width: 991px) {
  footer .container {
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  footer .container {
    flex-wrap: wrap;
  }
}
footer a {
  text-decoration: none;
  color: #0c51b4;
}
footer a:hover, footer a:focus {
  color: #093b84;
}
footer .footer_logo {
  flex: 0 1 240px;
}
footer .footer_info {
  flex: 1 1 auto;
  margin-right: 4em;
}
@media screen and (max-width: 767px) {
  footer .footer_info {
    margin-right: 0;
  }
}
footer .footer_icon {
  flex: 0 0 180px;
  margin: 1em 0;
}
@media screen and (max-width: 767px) {
  footer .footer_icon {
    flex: 1 1 100%;
  }
}
footer .footer_link {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  clear: both;
  zoom: 1;
}
footer .footer_link:before, footer .footer_link:after {
  content: "";
  display: table;
}
footer .footer_link:after {
  clear: both;
}
@media screen and (max-width: 767px) {
  footer .footer_link {
    flex-direction: column;
    align-items: flex-start;
  }
}
footer .footer_link li {
  flex: 0 1 auto;
  margin: 0px 20px 0px 0px;
  position: relative;
}
footer .footer_link li:before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 16px;
  background: #fff;
  left: -10px;
  top: 4px;
}
@media screen and (max-width: 767px) {
  footer .footer_link li:before {
    content: none;
  }
}
footer .footer_link li:first-child:before {
  content: none;
}
@media screen and (max-width: 767px) {
  footer .footer_link li {
    flex: 1 1 100%;
  }
}
footer .footer_link li a {
  display: block;
  padding: 0;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  transition: all 0.3s ease-out;
}
footer .footer_link li a:hover, footer .footer_link li a:focus {
  text-decoration: underline;
}
footer p {
  line-height: 1.65em;
}
footer .update,
footer .counter {
  display: inline-block;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  footer .update,
  footer .counter {
    margin-top: 0;
  }
}
footer .update em,
footer .counter em {
  font-style: normal;
  padding: 0 0.5em;
}
footer .footer_icon a {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
footer .footer_icon a:focus:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0px 0px 0px 1px #00529a inset;
  z-index: 99;
}
footer .footer_icon img {
  max-width: 120px;
}

.fatfooter {
  overflow: hidden;
  padding-bottom: 1em;
  margin: 0 auto;
  background: #f1f1f1;
}
@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: 6em;
  color: #FFF;
  border: none;
  background: #00529a;
  position: absolute;
  right: 1%;
  z-index: 90;
  text-indent: -9999px;
  border-radius: 4px;
}
.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: #003767;
  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: 3em 0 0 2em;
  box-sizing: border-box;
}
.fatfooter nav ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.fatfooter nav ul li {
  flex: 1 1 16%;
  box-sizing: border-box;
}
.fatfooter nav ul li a {
  line-height: 1.5;
  display: block;
  font-weight: bold;
  padding: 0.5em 0px;
  box-sizing: border-box;
}
.fatfooter nav ul li a:hover {
  box-shadow: none;
}
.fatfooter nav ul li ul {
  display: block;
  margin: 0;
  padding: 0 1em 0 0;
}
@media screen and (max-width: 767px) {
  .fatfooter nav ul li ul {
    width: auto;
  }
}
.fatfooter nav ul li ul li a {
  display: block;
  color: #191919;
  text-decoration: none;
  font-weight: normal;
  text-align: left;
  font-size: 0.938em;
  line-height: 1.5em;
  padding: 0.5em 0;
  background: none;
}
.fatfooter nav ul li ul li a:hover, .fatfooter nav ul li ul li a:focus {
  color: #00529a;
  cursor: pointer;
}
.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: 170px;
  flex: 0 0 170px;
  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 span {
  vertical-align: middle;
}
.flex-form .form_title + .form_content[class*=form_col] {
  flex-basis: calc(100% - 170px);
  max-width: calc(100% - 170px);
  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% - 170px);
  flex: auto;
  flex-basis: calc(100% - 170px);
  position: relative;
  min-height: 1px;
  overflow: hidden;
  flex-wrap: wrap;
}
@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,
.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 .btn_grp {
  justify-content: center;
  margin: 0.5em 0;
}
.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 .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: #191919;
  font-size: 1em;
  border: 1px solid #ccc;
  padding: 0.5em;
  background: #fff;
  vertical-align: middle;
  margin: 0.3em;
  box-sizing: border-box;
  border-radius: 0.2em;
  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: #191919;
  font-size: 1em;
  border: 1px solid #ccc;
  padding: 0.5em;
  background: #fff;
  vertical-align: middle;
  margin: 0.3em;
  box-sizing: border-box;
  border-radius: 0.2em;
  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 #3399ff;
  box-shadow: 0px 0px 0px 2px #3399ff;
  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: #0066cc;
  background-color: #0066cc;
  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: #0066cc 0 0 0 2px;
  border-radius: 2px;
}

input[type=radio]:checked {
  box-shadow: #fff 0 0 0 3px inset, #0066cc 0 0 0 2px;
}

input[type=radio]:focus {
  border-color: #0066cc;
  background-color: #0066cc;
  box-shadow: #fff 0 0 0 3px inset, #0066cc 0 0 0 2px;
}

input[type=checkbox]:focus {
  border-color: #0066cc;
  background-color: #0066cc;
  box-shadow: #0066cc 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: #0066cc;
  border: 1px solid #0066cc;
  color: #fff;
  padding: 0.2em 1em !important;
  border-radius: 4px;
}
.upload_grp .upload_btn:hover {
  background: #004d99;
  border: 1px solid #003366;
  cursor: pointer;
  color: #FFF;
  outline: none;
}
.upload_grp .upload_btn:focus {
  background: #004d99;
  border: 1px solid #003366;
  cursor: pointer;
  color: #FFF;
  outline: none;
  box-shadow: 0 0px 0px 2px #ffc000 !important;
}
.upload_grp .upload_btn.active {
  background: #0073e6;
  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.3em 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;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  table {
    width: 100%;
  }
}
table th,
table td {
  padding: 0.5em;
  text-align: left;
}
table td {
  border: #ddd 1px solid;
  word-break: break-all;
}
table td a {
  word-break: break-all;
}
table th {
  background-color: #f3f3f3;
  color: #333;
  border: #ddd 1px solid;
  text-align: center;
  white-space: nowrap;
  border-bottom: #434242 1px solid;
}
table.table_hover tr:hover {
  background: #f3f3f3;
}
table.table_sprite tr:nth-child(even) {
  background: #f5f5f5;
}
table ul.list {
  margin: 0;
  padding: 0;
  list-style: none;
}
table ul.list li {
  position: relative;
  padding-left: 15px;
}
table ul.list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #9fd8fe;
}

.table_list table {
  border-top: 4px solid #434242;
  border-bottom: 4px solid #434242;
}
.table_list th,
.table_list td {
  border-bottom: #434242 1px solid;
}
.table_list th:first-child,
.table_list td:first-child {
  border-left: 0;
}
.table_list th:last-child,
.table_list td:last-child {
  border-right: 0;
}
.table_list td[data-title=序號] {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .table_list {
    background-color: transparent !important;
  }
  .table_list table {
    border: 0;
  }
  .table_list thead,
  .table_list tbody,
  .table_list th,
  .table_list td,
  .table_list tr {
    display: block;
  }
  .table_list thead tr {
    border: 0;
  }
  .table_list thead tr th {
    display: none;
  }
  .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;
    display: flex;
  }
  .table_list td:before {
    content: attr(data-title);
    flex: 0 0 30%;
    padding-right: 10px;
    text-align: left;
    font-weight: bold;
    color: #000;
  }
}
.table_list .nowrap {
  white-space: nowrap;
}

.table_checkbox,
.table_radio {
  position: relative;
  font-size: 0.938em;
}
@media screen and (max-width: 767px) {
  .table_checkbox thead,
  .table_radio thead {
    position: absolute;
    top: -46px;
    border: 0;
    width: 38px;
  }
  .table_checkbox thead tr,
  .table_radio thead tr {
    margin-bottom: 0;
  }
  .table_checkbox thead tr th,
  .table_radio thead tr th {
    display: none;
  }
  .table_checkbox thead tr th:first-child,
  .table_radio thead tr th:first-child {
    display: block;
    padding: 2px;
    border: 0;
    background: transparent;
    text-align: left;
  }
}
.table_checkbox thead label,
.table_radio thead label {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .table_checkbox tbody tr,
  .table_radio tbody tr {
    position: relative;
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .table_checkbox tbody tr td:first-child,
  .table_radio tbody tr td:first-child {
    display: flex;
    align-items: center;
    position: absolute;
    height: 100%;
    width: 40px;
    left: 0;
    top: 0;
    padding: 2px !important;
    background: #ececec;
    border-right: 1px solid #ccc !important;
  }
}
.table_checkbox tbody tr td:first-child label,
.table_radio tbody tr td:first-child label {
  margin: 0;
}
.table_checkbox tbody tr td:first-child:before,
.table_radio tbody tr td:first-child:before {
  content: none;
}
.table_checkbox td,
.table_radio td {
  text-align: center;
}
.table_checkbox .project_name,
.table_radio .project_name {
  text-align: left;
}
.table_checkbox .project_name > *,
.table_radio .project_name > * {
  display: block;
}
.table_checkbox .project_name a,
.table_radio .project_name a {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .table_radio thead tr th:first-child {
    display: none;
  }
}

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

.table_wrapper table {
  border-top: 4px solid #434242;
  border-bottom: 4px solid #434242;
}
.table_wrapper th,
.table_wrapper td {
  border-bottom: #434242 1px solid;
}
.table_wrapper th:first-child,
.table_wrapper td:first-child {
  border-left: 0;
}
.table_wrapper th:last-child,
.table_wrapper td:last-child {
  border-right: 0;
}
@media screen and (max-width: 767px) {
  .table_wrapper {
    width: 100%;
    display: block;
    overflow: hidden;
    overflow-x: auto;
    padding-bottom: 1em;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate3d(0, 0, 0);
    clear: both;
    zoom: 1;
  }
  .table_wrapper:before, .table_wrapper:after {
    content: "";
    display: table;
  }
  .table_wrapper:after {
    clear: both;
  }
  .table_wrapper table {
    width: 100%;
    min-width: 600px;
  }
}

.table_normal table {
  border-top: 4px solid #434242;
  border-bottom: 4px solid #434242;
}
.table_normal th,
.table_normal td {
  border-bottom: #434242 1px solid;
}
.table_normal th:first-child,
.table_normal td:first-child {
  border-left: 0;
}
.table_normal th:last-child,
.table_normal td:last-child {
  border-right: 0;
}
.table_normal thead th {
  width: auto;
}
.table_normal th {
  width: 160px;
}
@media screen and (max-width: 575px) {
  .table_normal th {
    width: 120px;
  }
}

.table_center table td,
.table_center table th {
  text-align: center;
}

.table_th_right th {
  text-align: right;
}

.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: #191919;
  text-decoration: none;
}
.lp table td a:hover, .lp table td a:focus {
  color: #00529a;
  cursor: pointer;
}
.lp table td.date {
  text-align: center;
  color: #666;
}
@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 #0c51b4;
}
.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: #191919;
}
.lp .list > ul > li > a:hover, .lp .list ol > li > a:hover {
  color: #00529a;
}
.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 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 48%;
  margin-bottom: 10px;
  border-radius: 5px;
}
.sub_menu li:nth-child(odd) {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .sub_menu li {
    flex: 1 1 100%;
  }
  .sub_menu li:nth-child(odd) {
    margin-right: 0;
  }
}
.sub_menu li a {
  border-radius: 4px;
  border: 2px solid #DDD;
  padding: 1em 1em 1em 2.5em;
  display: block;
  vertical-align: top;
  position: relative;
  height: 100%;
  box-sizing: border-box;
  color: #191919;
  text-decoration: none;
}
.sub_menu li a:hover, .sub_menu li a:focus {
  color: #00529a;
  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 #0c51b4;
  color: #0c51b4;
}

.tabSet {
  max-width: 100%;
  margin: 1em auto;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .tabSet {
    width: auto;
  }
}

.tabs,
.tabs-2 {
  position: relative;
}
.tabs > .tabItem,
.tabs-2 > .tabItem {
  border: 0;
  float: left;
  margin: 0;
  font-size: 1em;
  line-height: 1;
  display: block;
  padding: 16px 0 14px;
  text-align: center;
  background-color: transparent;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .tabs > .tabItem,
  .tabs-2 > .tabItem {
    float: none;
    width: 100% !important;
    border-bottom: 1px solid #888;
  }
  .tabs > .tabItem.active,
  .tabs-2 > .tabItem.active {
    border-color: #bbb;
  }
}

.tabs-2 > .tabItem {
  position: relative;
  display: inline-block;
  margin: 0;
  height: 50px;
  padding: 0 50px;
  font-size: 1.125em;
}
@media screen and (max-width: 767px) {
  .tabs-2 > .tabItem {
    padding: 0;
    border-bottom: 0;
    background: rgba(0, 0, 0, 0.2);
  }
}
.tabs-2 > .tabItem:focus {
  box-shadow: 0px 0px 0px 2px #ffc000 inset;
}
.tabs-2 > .tabItem span {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  position: relative;
}
.tabs-2 > .tabItem.active {
  background: transparent;
}
.tabs-2 > .tabItem.active span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  background: #ffc000;
}
@media screen and (max-width: 767px) {
  .tabs-2 > .tabItem.active span {
    top: auto;
    bottom: 0;
  }
}
.tabs-2 .tabContent {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .tabs-2 .tabContent {
    padding: 10px 15px;
  }
}

.category_tabs {
  margin: 15px 0;
}
@media screen and (max-width: 767px) {
  .category_tabs {
    margin: 0;
  }
}
.category_tabs > .tabItem {
  color: #191919;
  font-size: 1.375em;
  border-radius: 0;
  border-bottom: 1px solid #7c7c7c;
  transition: 0.2s ease-in;
  position: relative;
  padding: 1em 0;
}
@media screen and (max-width: 767px) {
  .category_tabs > .tabItem {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 0.5em 0;
  }
}
.category_tabs > .tabItem:hover, .category_tabs > .tabItem:focus, .category_tabs > .tabItem.active {
  color: #194d98;
  box-shadow: none;
  border-color: #06387f;
}
.category_tabs > .tabItem:hover:before, .category_tabs > .tabItem:focus:before, .category_tabs > .tabItem.active:before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: #06387f;
  position: absolute;
  bottom: 0;
  left: 0;
}
.category_tabs .tabContent {
  padding-top: 2em;
}
@media screen and (max-width: 767px) {
  .category_tabs .tabContent {
    padding-top: 1em;
  }
}

.orgSearch_tab > .tabItem {
  color: #191919;
  font-size: 1em;
  padding: 0 1em;
  border-radius: 0;
  background: #ececec;
  transition: 0.2s ease-in;
  margin-right: 0.2em;
}
@media screen and (max-width: 767px) {
  .orgSearch_tab > .tabItem {
    border-bottom: 1px solid #fff;
    margin-right: 0;
  }
}
.orgSearch_tab > .tabItem:hover, .orgSearch_tab > .tabItem:focus, .orgSearch_tab > .tabItem.active {
  color: #fff;
  background: #0c51b4;
}
.orgSearch_tab > .tabItem.active {
  border-top: 4px solid #ffc000;
}
.orgSearch_tab .tabContent {
  overflow: auto;
  padding: 0 15px;
  margin: 10px 0;
}
@media screen and (max-width: 767px) {
  .orgSearch_tab .tabContent {
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .orgSearch_tab .tabContent:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 25px;
    background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  }
}

.example-2 .tabItem:hover {
  background: #005ed0;
}
.example-2 .tabItem.active {
  background: #005ed0;
}

.active + .tabContent {
  display: block;
}

.tabContent {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  clear: both;
  padding: 10px;
  display: none;
}
@media screen and (max-width: 767px) {
  .tabContent {
    position: static;
  }
}
.tabContent ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.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: #00529a;
  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 #00529a 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;
  opacity: 0;
  width: 1200px;
  height: 300px;
  background: #FFF;
  z-index: 99999999;
  top: 5%;
  left: calc(50% - 600px);
  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;
}
@media screen and (max-width: 1200px) {
  .modal {
    width: calc(100% - 30px);
    left: 15px;
  }
}
.modal.opened {
  opacity: 1;
}
.modal h2 {
  border-bottom: 1px solid #0c51b4;
  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 #ffc000 inset;
}

/* ---箭頭的樣式--- */
.slick-prev,
.slick-next {
  font-size: 0em;
  line-height: 0em;
  position: absolute;
  top: 40%;
  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-prev:focus,
.slick-next:hover,
.slick-next:focus {
  border: none !important;
  outline: none;
  box-shadow: 0px 0px 0px 2px #ffc000 inset;
}

/* 上一則 位置 圖片*/
.slick-prev {
  left: 0;
  background: url("../images/slick/icon_arrow_left_inverse.png") center center no-repeat RGBA(255, 255, 255, 0.5);
  background-size: 30px 30px;
  /* 箭頭 hover及focus 樣式 */
}
.slick-prev:hover, .slick-prev:focus {
  background: url("../images/slick/icon_arrow_left_inverse.png") center center no-repeat RGBA(255, 255, 255, 0.8);
  background-size: 30px 30px;
}

/* 下一則 位置 圖片*/
.slick-next {
  right: 0;
  background: url("../images/slick/icon_arrow_right_inverse.png") center center no-repeat RGBA(255, 255, 255, 0.5);
  background-size: 30px 30px;
  /* 箭頭 hover及focus 樣式 */
}
.slick-next:hover, .slick-next:focus {
  background: url("../images/slick/icon_arrow_right_inverse.png") center center no-repeat RGBA(255, 255, 255, 0.8);
  background-size: 30px 30px;
}

/* 沒有無限輪播時，滑到最兩邊資料時，箭頭暗掉 */
.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 li button:focus:before {
  background: #ffc000;
  box-shadow: 0 0 0 1px #ffc000;
}

/* ---點的位置、大小、顏色---*/
.slick-dots {
  /* 位置距離 */
  bottom: -35px;
}
@media screen and (max-width: 767px) {
  .slick-dots {
    bottom: -25px;
  }
}
.slick-dots li {
  /* 兩點的距離 */
  margin: 0 0.5em;
}
.slick-dots li button {
  /* 點的顏色 */
  background: #666;
  opacity: 0.4;
  width: 14px;
  height: 14px;
  border-radius: 50%;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  opacity: 1;
  /* 點hover的顏色 */
  background: #333333;
}
.slick-dots li button:focus {
  opacity: 1;
  /* 點focus的顏色 */
  background: #ffc000;
  box-shadow: 0px 0px 0px 2px #3283e0; /* 讓focus過去的點大一些 */
}
.slick-dots li button:before {
  width: 14px;
  height: 14px;
}
.slick-dots li.slick-active button {
  opacity: 1;
  /* 點 active 的顏色 */
  background: #00529a;
}
.slick-dots li.slick-active button:hover {
  /* 點 active  hover的顏色 */
  background: #06387f;
}
.slick-dots li.slick-active button:focus {
  /* 點 active  focus的顏色 */
  background: #06387f;
  outline: 2px solid #ffc000;
}
.slick-dots li.slick-active button:before {
  background: #333333;
}

.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;
  }
}
@media screen and (max-width: 767px) {
  .mpSlider .slick-prev {
    top: 35%;
    left: 2%;
  }
}
@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 #0c51b4;
}
.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 {
  background: #fff;
  padding: 1em 0;
  clear: both;
}
.lightbox_slider_block h3 {
  font-size: 1.5em;
  padding: 12px 0px 15px 0px;
  margin: 0.5em 0px 1.2em;
  border-bottom: 1px solid #0c51b4;
}
.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 .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_block .slick-dots {
  bottom: -60px;
}
.lightbox_slider_block .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 10px;
}
.lightbox_slider_block .slick-prev {
  left: -10px;
  top: 35%;
}
.lightbox_slider_block .slick-next {
  right: -10px;
  top: 35%;
}
.lightbox_slider_block a {
  color: #555;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lightbox_slider_block a:hover .caption, .lightbox_slider_block a:focus .caption {
  bottom: 0 !important;
}

/*  slick-lightbox  */
.slick-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 999999;
  width: 100%;
  height: 100%;
  background: black;
  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 {
  position: relative;
}
.Syncing_slider h3 {
  font-size: 1.5em;
  padding: 12px 0px 15px 0px;
  margin: 0.5em 0px 1.2em;
  border-bottom: 1px solid #0c51b4;
}
.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: #0c51b4;
  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(../vendor/slick/icon_arrow_right.png) center center no-repeat;
  background-size: 80%;
}
@media screen and (max-width: 767px) {
  .Syncing_slider .slick-next {
    right: 0.5em;
  }
}
.Syncing_slider .slick-prev {
  background: url(../vendor/slick/icon_arrow_left.png) center center no-repeat;
  background-size: 80%;
}
@media screen and (max-width: 767px) {
  .Syncing_slider .slick-prev {
    left: 0.5em;
  }
}
.Syncing_slider .Slider-for {
  width: 80%;
  min-width: 260px;
  max-width: 800px;
  margin: 1em auto;
  position: relative;
}
.Syncing_slider .Slider-nav {
  width: 80%;
  min-width: 260px;
  max-width: 800px;
  margin: 1em auto;
  position: relative;
  /*正在動作的縮圖*/
  position: relative;
}
.Syncing_slider .Slider-nav .img-container p {
  display: none;
}
.Syncing_slider .Slider-nav .slick-slide.slick-current {
  opacity: 1;
}
.Syncing_slider .slick-dots {
  display: none !important;
}

.function_panel {
  margin: 0.2em 0;
  padding: 0.5em 0 0.5em;
  min-height: 35px;
  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, div.function ul li.icon_back a:before, div.function ul li.icon_question a:before {
  vertical-align: middle;
  content: "";
  width: 1.2em;
  height: 1.2em;
  margin-right: 5px;
  display: inline-block;
}

div.function {
  box-sizing: border-box;
  float: right;
  margin: 1em 0;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 575px) {
  div.function {
    float: none;
    margin: 0;
  }
}
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 0.5em;
  flex: 0 0 auto;
}
div.function ul li button,
div.function ul li a {
  font-size: 0.875em;
  display: block;
  border-radius: 4px;
  color: #545454;
}
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: #0c51b4;
}
div.function ul li.icon_back a:before, div.function ul li.icon_question a:before {
  background: url(../images/basic/icon_back.svg) no-repeat center top;
  background-size: 14px;
  opacity: 0.8;
  transition: 0.2s ease-in;
  margin-right: 2px;
}
div.function ul li.icon_back:hover a:before, div.function ul li.icon_question:hover a:before {
  transform: translateX(-1px);
}
div.function ul li.icon_question a:before {
  background-image: url(../images/icon/icon_chat.svg);
}
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: #00529a;
  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-style2.svg) no-repeat center center;
  background-size: 100%;
}
.function_panel .function ul li.print a:before {
  background: url(../images/basic/icon_print-style2.svg) 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-style2.svg) 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 1px 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.svg) no-repeat center center !important;
  background-size: 24px !important;
}
.function_panel .share a.shareButton:hover, .function_panel .share a.shareButton:focus {
  background: #00529a;
}
.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);
}
.marquee {
  height: 45px;
  display: block;
  overflow: hidden;
  background: #FFF;
  margin: 2em 4em;
  text-align: left;
  padding: 0 3em 0 2em;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  border-bottom: 1px solid #dadada;
}
@media (max-width: 991px) {
  .marquee {
    margin: 1.5em 0em;
  }
}
.marquee ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.marquee .slick-prev {
  width: 10px;
  height: 10px;
  transform: rotate(90deg);
  right: 0px !important;
  top: 1px !important;
  left: auto;
  opacity: 0.5;
  background: url("../vendor/slick/icon_arrow_up_s.png") no-repeat center center;
  background-size: 16px;
  width: 20px !important;
  height: 20px !important;
  box-shadow: none;
}
.marquee .slick-prev:hover, .marquee .slick-prev:focus {
  opacity: 1;
}
.marquee .slick-prev:before {
  width: 10px !important;
  height: 10px !important;
}
.marquee .slick-next {
  width: 10px;
  height: 10px;
  transform: rotate(-90deg);
  right: 0px !important;
  top: 22px !important;
  left: auto;
  opacity: 0.5;
  width: 20px !important;
  height: 20px !important;
  background: url("../vendor/slick/icon_arrow_up_s.png") no-repeat center center;
  background-size: 16px;
  box-shadow: none;
}
.marquee .slick-next:hover, .marquee .slick-next:focus {
  opacity: 1;
}
.marquee .slick-next:before {
  width: 10px !important;
  height: 10px !important;
}
.marquee > div {
  padding: 0;
  margin: 0;
}
.marquee a {
  display: block;
  line-height: 40px;
  margin-right: 3em;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #000;
  text-decoration: none;
}
.marquee a span {
  color: #7cb52f;
  margin-right: 15px;
}
.marquee a:hover {
  color: #7cb52f;
}

.pagination {
  margin: 1.5em auto;
  padding: 0;
  display: block;
  text-align: center;
  font-size: 0.938em;
}
.pagination .form_inline {
  justify-content: center;
}
.pagination span {
  color: #0c51b4;
  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: 2px;
  padding: 6px 10px;
  font-weight: 700;
  display: block;
  white-space: nowrap;
  font-size: 1em;
  color: #191919;
  background: #eee;
  border: #ccc solid 1px;
}
.pagination .page li a:hover, .pagination .page li a:focus {
  background: #0c51b4;
  color: #fff !important;
  border: #0c51b4 solid 1px;
}
.pagination .page li.active a {
  color: #fff !important;
  background: #0066cc;
  border: #0059b3 solid 1px;
}
.pagination .page li.last a:after, .pagination .page li.last a:before, .pagination .page li.next a:before, .pagination .page li.prev a:before, .pagination .page li.first a:after, .pagination .page li.first a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border: 2px solid #666;
  border-left: none;
  border-bottom: none;
}
.pagination .page li.first a, .pagination .page li.prev a, .pagination .page li.next a, .pagination .page li.last a {
  text-indent: -9999px;
  position: relative;
}
.pagination .page li.first a:hover:before, .pagination .page li.first a:hover:after, .pagination .page li.first a:focus:before, .pagination .page li.first a:focus:after, .pagination .page li.prev a:hover:before, .pagination .page li.prev a:hover:after, .pagination .page li.prev a:focus:before, .pagination .page li.prev a:focus:after, .pagination .page li.next a:hover:before, .pagination .page li.next a:hover:after, .pagination .page li.next a:focus:before, .pagination .page li.next a:focus:after, .pagination .page li.last a:hover:before, .pagination .page li.last a:hover:after, .pagination .page li.last a:focus:before, .pagination .page li.last a:focus:after {
  border: 2px solid #FFF;
  border-left: none;
  border-bottom: none;
}
.pagination .page li.first a:before {
  margin-left: -6px;
  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;
}
@media screen and (max-width: 767px) {
  .pagination .total select {
    margin: 2px 0;
  }
}
.pagination .total .btn {
  min-width: auto;
  padding: 0.4em 1em !important;
}
.pagination .items {
  display: inline-block;
  vertical-align: middle;
}
.pagination .items a {
  padding: 0 5px;
  color: #0c51b4;
  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: #3B7600;
  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: #C23E00;
  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: #C40000;
  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;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.accordion ul li a {
  display: block;
  text-decoration: none;
  padding: 5px;
}
.accordion .accordion-content {
  line-height: 1.45em;
  padding: 5px 0;
  flex-basis: 100%;
}
.accordion .central_gov_unit {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  margin-left: 1em;
}
.accordion .central_gov_unit li {
  margin-bottom: 0;
}
.accordion .switchItem {
  margin: 0;
  color: #0c51b4;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #ececec;
}
body.noscroll {
  position: static !important;
  width: 100%;
  height: 100%;
  overflow: hidden !important;
  overflow-y: hidden !important;
  margin: 0;
  padding: 0;
}
body.windowOpen {
  background: #fff;
  padding: 10px;
}

.wrapper {
  margin: 0px auto;
}
@media screen and (max-width: 767px) {
  .wrapper {
    background: #FFF;
    overflow: hidden;
    overflow-y: auto;
  }
}

.container {
  padding: 0 15px;
  margin: 0 auto;
  max-width: 1100px;
}

.main {
  position: relative;
  margin: 0 auto;
  padding: 0;
  background: #fff;
  min-height: 950px;
}
@media screen and (max-width: 767px) {
  .main {
    margin-top: 60px;
  }
}
.main h2 {
  line-height: 1.25em;
}

.title-h2 {
  text-align: center;
  position: relative;
  z-index: 10;
  font-size: 1.75em;
  color: #3c3c3c;
}
.title-h2:after {
  content: "";
  width: 4em;
  height: 4px;
  background: #3283e0;
  display: block;
  margin: 0.5em auto 0;
}

.innerpage > .container {
  padding: 0 15px;
  display: flex;
  background: #fff;
}
.innerpage .main_img {
  max-height: 204px;
  position: relative;
  overflow: hidden;
}
.innerpage .main_img:before {
  display: inline-block;
  content: "";
  padding-top: 16.6666666667%;
}
.innerpage .main_img img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
.innerpage .main_img img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.innerpage .center_block {
  position: relative;
  flex: none;
  flex-basis: 100%;
  max-width: 100%;
  margin: 2em 0;
}
@media screen and (max-width: 767px) {
  .innerpage .center_block {
    margin: 1em 0;
  }
}
.innerpage.small_size {
  font-size: 0.938em;
}
.innerpage.large_size {
  font-size: 1.125em;
}
.innerpage h2.title {
  position: relative;
  letter-spacing: 1px;
  border-bottom: 4px solid #9fd8fe;
  padding: 0.4em 0;
  margin: 0 0 0.5em 0;
}
.innerpage h2.title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 50px;
  height: 4px;
  background: #1161b6;
  border-right: 1px solid #fff;
}
.innerpage h3.step {
  color: #006dcd;
}
.innerpage .step_num {
  font-size: 1.5em;
  margin-right: 5px;
  color: #3283e0;
  position: relative;
  font-family: Verdana;
}
.innerpage .step_num:after {
  content: ".";
  margin-left: 2px;
}
.innerpage .category_tabs .tabContent {
  padding: 10px;
  background: #ececec;
}
.innerpage .category_itemsBlock {
  min-height: auto;
}
.innerpage .category_itemsBlock li {
  min-height: 50px;
}

.hidden {
  display: none;
}

.instruction {
  font-size: 0.875em;
  color: #545454;
}

.browseCate {
  font-size: 0.938em;
}

.select_function,
.export_function {
  display: flex;
  align-items: center;
  margin: 0.5em 0;
  font-size: 0.938em;
  white-space: nowrap;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .select_function,
  .export_function {
    flex-wrap: wrap;
  }
  .select_function .function_title,
  .export_function .function_title {
    display: block;
    margin-left: 0.3em;
  }
}
.select_function ul,
.export_function ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.select_function li,
.export_function li {
  margin: 0.3em;
}
.select_function li:last-child,
.export_function li:last-child {
  margin-right: 0;
}
.select_function li a,
.export_function li a {
  display: block;
  padding: 0.4em 1.2em;
  background: #006dcd;
  color: #fff;
  border-radius: 2px;
  transition: 0.2s ease-in;
}
.select_function li a:hover,
.export_function li a:hover {
  background: #00529a;
}
.select_function em,
.export_function em {
  font-style: normal;
  font-family: "Verdana";
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .select_function .function_print,
  .export_function .function_print {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .select_function {
    padding-left: 38px;
  }
}

.export_function {
  justify-content: flex-end;
}
.export_function .visitor {
  margin-right: 0.5em;
  position: relative;
}
.export_function .visitor.i_view:before {
  opacity: 0.4;
  height: 1.6rem;
  width: 1.6rem;
  margin: 0;
}
.export_function .visitor span {
  font-size: 0;
}
.export_function .visitor em {
  vertical-align: middle;
  margin-left: 0.3em;
}

.report_titleBlock {
  background: #e8f9ff;
  padding: 1.5em;
  overflow: hidden;
  border: 1px solid #047cb5;
}
.report_titleBlock h2 {
  position: relative;
  color: #0c51b4;
  margin: 0;
  line-height: 1.8em;
  padding-left: 15px;
}
.report_titleBlock h2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 4px;
  height: 100%;
  background: #9fd8fe;
  border-top: 1px solid #fff;
}
.report_titleBlock .subTitle {
  position: relative;
  font-size: 1.125em;
  color: #005ed0;
  padding-left: 15px;
}
.report_titleBlock .subTitle:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 4px;
  height: 100%;
  background: #1161b6;
}
.report_titleBlock .download_link {
  display: inline-block;
  padding: 0.4em 1.2em;
  margin-top: 0.5em;
  background: #006dcd;
  border-radius: 2px;
  color: #fff;
  float: right;
}
.report_titleBlock .download_link:hover {
  background: #00529a;
}

.report_detailBlock .reportBlock_title {
  text-align: center;
  font-size: 1.375em;
  margin: 2em auto 1em;
}
.report_detailBlock .report_text {
  padding: 1em;
  border-top: 4px solid #434242;
  border-bottom: 4px solid #434242;
  line-height: 1.5em;
}

.sys_ann {
  background: #d04500;
  font-size: 0.875em;
  color: #fff;
  padding: 10px 15px;
  overflow: hidden;
}
.sys_ann button {
  color: #fff;
  background: #9d3400;
  float: right;
}
.sys_ann button:hover, .sys_ann button:focus {
  color: #fff;
  background: #842c00;
}
@media screen and (max-width: 767px) {
  .sys_ann + header + .main {
    margin-top: 0;
  }
}

.category_itemsBlock {
  min-height: 212px;
}
@media screen and (max-width: 767px) {
  .category_itemsBlock {
    min-height: auto;
  }
}
.category_itemsBlock ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.category_itemsBlock li {
  margin: 0.5em;
  flex-basis: calc(20% - 1em);
  border: 0;
  min-height: 90px;
  white-space: normal;
  text-overflow: initial;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .category_itemsBlock li {
    flex-basis: calc(25% - 1em);
  }
}
@media screen and (max-width: 767px) {
  .category_itemsBlock li {
    margin: 0.25em;
    flex-basis: calc(33.33333% - 0.5em);
  }
}
@media screen and (max-width: 575px) {
  .category_itemsBlock li {
    flex-basis: calc(50% - 0.5em);
  }
}
.category_itemsBlock li.active a {
  color: #fff;
  background: #06387f;
  border-bottom: 4px #ffc000 solid;
}
.category_itemsBlock li a {
  max-width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #005ed0;
  color: #fff;
  flex-wrap: wrap;
  word-break: break-word;
  padding: 0.5em;
  transition: 0.3s ease-in;
}
.category_itemsBlock li a:hover {
  transform: translateY(-2px);
}
.category_itemsBlock li a:hover, .category_itemsBlock li a:focus {
  color: #fff;
  background: #06387f;
}

.category_list h3 {
  padding-left: 0.4em;
  border-left: 4px solid #9fd8fe;
  margin: 0.5em 0;
  text-decoration: underline;
}
.category_list h3 a {
  color: #006dcd;
}
.category_list h3 a:hover {
  color: #00529a;
}
.category_list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding-left: 1em;
  margin-bottom: 1.5em;
}
.category_list li {
  margin: 0 1em 0.5em 0;
}
.category_list li a {
  color: #545454;
  text-decoration: underline;
}
.category_list li a:hover {
  color: #00529a;
}
.category_list li .amount {
  display: inline-block;
  margin: 0 0.4em;
  color: #047cb5;
}

.WindowOpenView {
  background: #fff;
  padding: 10px;
}
.WindowOpenView > .tabSet {
  margin: 0;
}

.org_search_menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.org_search_menu li a {
  display: block;
  color: #191919;
  font-size: 1em;
  padding: 1em;
  border-radius: 0;
  background: #ececec;
  transition: 0.2s ease-in;
  margin: 0 0.2em 0.2em 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .org_search_menu li a {
    border-bottom: 1px solid #fff;
  }
}
.org_search_menu li a:hover, .org_search_menu li a:focus, .org_search_menu li a.active {
  color: #fff;
  background: #0c51b4;
}

.org_search_content .searchForm_grp {
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .org_search_content .searchForm_grp label {
    width: 100%;
  }
}
.org_search_content .searchForm_grp input[type=text] {
  flex: 1 1 auto;
  max-width: 400px;
}
.org_search_content .pagination {
  margin: 0.5em auto;
  padding: 0.5em 0;
  background: #ececec;
}
.org_search_content .btn_grp {
  justify-content: center;
}
.org_search_content .org_search_list,
.org_search_content .cate_browse_list {
  font-size: 0.938em;
}
.org_search_content .org_search_list ul,
.org_search_content .cate_browse_list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.org_search_content .org_search_list li,
.org_search_content .cate_browse_list li {
  margin: 0 1em 0.3em 0;
  display: flex;
  flex-basis: calc(50% - 1em);
  border-bottom: 1px #ececec dashed;
}
@media screen and (max-width: 767px) {
  .org_search_content .org_search_list li,
  .org_search_content .cate_browse_list li {
    flex-basis: 100%;
    margin-right: 0;
  }
}
.org_search_content .org_search_list li a,
.org_search_content .cate_browse_list li a {
  display: inline-block;
}
.org_search_content .org_search_list li a:after,
.org_search_content .cate_browse_list li a:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #047cb5;
  vertical-align: middle;
  margin: -2px 0 0 5px;
  transition: 0.2s ease-in;
}
.org_search_content .org_search_list li a:hover:after,
.org_search_content .cate_browse_list li a:hover:after {
  transform: translateX(2px);
}
.org_search_content .org_search_list li input[type=checkbox], .org_search_content .org_search_list li input[type=radio],
.org_search_content .cate_browse_list li input[type=checkbox],
.org_search_content .cate_browse_list li input[type=radio] {
  flex: 0 0 1em;
}
.org_search_content .cate_browse_list li {
  flex-basis: auto;
  border-bottom: 0;
}

a.more {
  float: right;
  color: #191919;
  margin: -2em 0 1em 0;
  transition: 0.2s ease-in;
  position: relative;
  z-index: 20;
  padding-right: 50px;
}
@media screen and (max-width: 767px) {
  a.more {
    margin-top: 0;
  }
}
a.more:before {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  right: 0;
  top: 0;
  border-radius: 30px;
  background: #0c51b4;
  transition: 0.2s ease-in;
}
a.more:after {
  content: "";
  display: block;
  position: absolute;
  right: 6px;
  top: calc(50% - 4px);
  width: 38px;
  height: 10px;
  background: url(../images/icon/icon_more.svg) center no-repeat;
  background-size: 100%;
  transition: 0.2s ease-in;
}
a.more:hover, a.more:focus, a.more.active {
  color: #0c51b4;
}
a.more:hover:before, a.more:focus:before, a.more.active:before {
  background: #006dcd;
  transform: translateX(3px);
}
a.more:hover:after, a.more:focus:after, a.more.active:after {
  transform: translateX(3px);
}

.main_img {
  background: url(../images/main_img.jpg) bottom center no-repeat;
  background-size: cover;
}
.main_img .container {
  padding-top: 240px;
}
@media screen and (max-width: 991px) {
  .main_img .container {
    padding-top: 180px;
  }
}
@media screen and (max-width: 767px) {
  .main_img .container {
    padding: 0;
  }
}

.searchBlock {
  margin: 0;
  padding: 30px 60px 20px;
  background: linear-gradient(180deg, rgba(7, 58, 131, 0.9) 0%, rgba(25, 114, 210, 0.9) 100%);
}
@media screen and (max-width: 991px) {
  .searchBlock {
    margin: 0;
    padding: 30px 15px 20px;
  }
}
@media screen and (max-width: 767px) {
  .searchBlock {
    padding: 0;
  }
}
.searchBlock .search_caption {
  color: #fff;
  font-size: 0.875em;
  margin: 0.5em;
}
.searchBlock button {
  border-radius: 0;
}

.search_form .form_grp {
  flex: 1 1 auto;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .search_form .form_grp {
    justify-content: center;
  }
}
.search_form .form_grp input[type=text] {
  flex: 1 1 auto;
  padding: 0.8em 0.5em;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .search_form .form_grp input[type=text] {
    flex-basis: 100%;
  }
}
.search_form .form_grp input[type=submit] {
  padding: 0.8em 1.5em;
  border: none;
  color: #0a4788;
  background: #ffe081;
  border-radius: 0;
}
.search_form .form_grp input[type=submit]:hover, .search_form .form_grp input[type=submit]:focus {
  background: #ffc000;
}
.search_form .form_grp input[type=submit]:focus {
  box-shadow: 0px 0px 0px 2px #06387f inset;
}
.search_form .form_grp .advanced_link {
  padding: 0.8em 1.5em;
  color: #0a4788;
  background: #c5ecff;
  margin: 0.3em;
  transition: 0.3s ease-in;
}
.search_form .form_grp .advanced_link:hover, .search_form .form_grp .advanced_link:focus {
  background: #9fd8fe;
}

.cardSlider {
  clear: both;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 10;
}

.report_cardBlock {
  margin: 8px;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  font-family: "Verdana";
}
.report_cardBlock a {
  display: block;
  overflow: hidden;
  transition: 0.3s ease-in;
}
.report_cardBlock a:hover {
  transform: translateY(-2px);
}
.report_cardBlock a:hover, .report_cardBlock a:focus {
  box-shadow: 0 0 0 3px #0c51b4;
}
.report_cardBlock .report_card_top {
  position: relative;
  padding: 1em;
  height: 202px;
}
.report_cardBlock .report_card_top:after {
  content: "";
  display: block;
  width: calc(100% - 2em);
  height: 1px;
  position: absolute;
  left: 1em;
  bottom: 0;
  background: #ececec;
}
.report_cardBlock time {
  font-size: 0.875em;
  color: #666;
}
.report_cardBlock time + .report_views {
  float: right;
}
.report_cardBlock .report_views {
  font-size: 0.875em;
  display: flex;
  align-items: center;
  color: #666;
  position: relative;
}
.report_cardBlock .report_views.i_view:before {
  opacity: 0.4;
  height: 1.6em;
  width: 1.6em;
  margin: 0 0.2em 0 0;
}
.report_cardBlock .report_dep {
  color: #545454;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 1em 0;
  font-size: 0.938em;
}
.report_cardBlock .report_title {
  color: #0c51b4;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 92px;
  font-weight: bold;
}
.report_cardBlock .report_summary {
  color: #545454;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 166px;
  margin: 1em 1em 2em;
}

.latest_report {
  position: relative;
  z-index: 3;
  background: #fff url(../images/bg2.jpg) center no-repeat;
  background-size: cover;
}

.popular_report {
  position: relative;
  z-index: 2;
}
.popular_report:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: calc(50% + 1.5em);
  top: 0;
  left: 0;
  background: #fff;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .popular_report:before {
    height: calc(50% + 2.5em);
  }
}
.popular_report:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -30px;
  left: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgb(7, 58, 131) 0%, rgb(23, 144, 240) 38%, rgb(59, 202, 169) 100%);
  transform: skewY(-10deg);
}
.popular_report .report_cardBlock a:hover, .popular_report .report_cardBlock a:focus {
  box-shadow: 0 0 0 3px #ffc000;
}
.popular_report .report_cardBlock time,
.popular_report .report_cardBlock .report_views,
.popular_report .report_cardBlock .report_dep,
.popular_report .report_cardBlock .report_title {
  color: #fff;
}
.popular_report .report_cardBlock .report_card_top:after {
  content: none;
}
.popular_report .report_cardBlock .report_views.i_view:before {
  background-image: url(../images/icon/icon_view2.svg);
  opacity: 1;
}
.popular_report .report_cardBlock:nth-child(5n+1) .report_card_top {
  background: #006dcd;
}
.popular_report .report_cardBlock:nth-child(5n+2) .report_card_top {
  background: #0073bc;
}
.popular_report .report_cardBlock:nth-child(5n+3) .report_card_top {
  background: #047cb5;
}
.popular_report .report_cardBlock:nth-child(5n+4) .report_card_top {
  background: #0c51b4;
}
.popular_report .report_cardBlock:nth-child(5n+5) .report_card_top {
  background: #005ed0;
}

.category_browse {
  position: relative;
  z-index: 1;
  background: #fff;
}
.category_browse:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% + 120px);
  background: #fff url(../images/bg3.jpg) center top no-repeat;
  background-size: cover;
  z-index: 0;
}
@media screen and (max-width: 991px) {
  .category_browse:after {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .category_browse:after {
    background-position: center bottom;
    background-size: contain;
  }
}
.category_browse .container {
  padding: 3em 15px;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .category_browse .container {
    padding: 2em 15px;
  }
}

.latest_report .container,
.popular_report .container {
  padding: 2em 15px 5em;
}
@media screen and (max-width: 991px) {
  .latest_report .container,
  .popular_report .container {
    padding: 1em 15px 4em;
  }
}

.about_site {
  color: #fff;
  background: #0e5eb6;
}
.about_site .container {
  padding: 3em 15px;
}
@media screen and (max-width: 991px) {
  .about_site .container {
    padding: 2em 15px;
  }
}
.about_site a {
  color: #ffe081;
  text-decoration: underline;
}
.about_site .title-h2 {
  color: #fff;
}
.about_site .aboutBlock {
  margin-top: 2em;
}
.about_site .aboutBlock b {
  color: #FFDE21;
}

h1.title,
h2.title {
  line-height: 1.5em;
  margin: 0.4em 0;
}

.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;
}
.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: #006dcd;
  text-decoration: none;
}
.cp a:hover, .cp a:focus {
  color: #00529a;
  cursor: pointer;
}

.file_download {
  width: 100%;
  margin: 0 auto 2em;
  clear: both;
  zoom: 1;
}
.file_download:before, .file_download:after {
  content: "";
  display: table;
}
.file_download:after {
  clear: both;
}
.file_download h3 {
  font-size: 1.5em;
  padding: 12px 0px 15px 0px;
  margin: 0.5em 0px 0.2em;
  border-bottom: 1px solid #0c51b4;
}
.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;
}
.file_download li .file_name ~ span {
  flex: 0 0 auto;
  margin: 0.2em;
  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;
}
.file_download li span.file_doc a {
  color: #fff;
  font-weight: bold;
  padding: 0.2em 0.8em;
  border-radius: 3px;
}
.file_download li span.file_doc a:hover, .file_download li span.file_doc a:focus {
  color: #fff;
}
.file_download li span.file_docx a {
  color: #fff;
  font-weight: bold;
  padding: 0.2em 0.8em;
  border-radius: 3px;
}
.file_download li span.file_docx a:hover, .file_download li span.file_docx a:focus {
  color: #fff;
}
.file_download li span.file_odt a {
  color: #fff;
  font-weight: bold;
  padding: 0.2em 0.8em;
  border-radius: 3px;
}
.file_download li span.file_odt a:hover, .file_download li span.file_odt a:focus {
  color: #fff;
}
.file_download li span.file_xls a {
  color: #fff;
  font-weight: bold;
  padding: 0.2em 0.8em;
  border-radius: 3px;
}
.file_download li span.file_xls a:hover, .file_download li span.file_xls a:focus {
  color: #fff;
}
.file_download li span.file_xlsx a {
  color: #fff;
  font-weight: bold;
  padding: 0.2em 0.8em;
  border-radius: 3px;
}
.file_download li span.file_xlsx a:hover, .file_download li span.file_xlsx a:focus {
  color: #fff;
}
.file_download li span.file_csv a {
  color: #fff;
  font-weight: bold;
  padding: 0.2em 0.8em;
  border-radius: 3px;
}
.file_download li span.file_csv a:hover, .file_download li span.file_csv a:focus {
  color: #fff;
}
.file_download li span.file_ods a {
  color: #fff;
  font-weight: bold;
  padding: 0.2em 0.8em;
  border-radius: 3px;
}
.file_download li span.file_ods a:hover, .file_download li span.file_ods a:focus {
  color: #fff;
}
.file_download li span.file_ppt a {
  color: #fff;
  font-weight: bold;
  padding: 0.2em 0.8em;
  border-radius: 3px;
}
.file_download li span.file_ppt a:hover, .file_download li span.file_ppt a:focus {
  color: #fff;
}
.file_download li span.file_pptx a {
  color: #fff;
  font-weight: bold;
  padding: 0.2em 0.8em;
  border-radius: 3px;
}
.file_download li span.file_pptx a:hover, .file_download li span.file_pptx a:focus {
  color: #fff;
}
.file_download li span.file_odp a {
  color: #fff;
  font-weight: bold;
  padding: 0.2em 0.8em;
  border-radius: 3px;
}
.file_download li span.file_odp a:hover, .file_download li span.file_odp a:focus {
  color: #fff;
}
.file_download li span.file_zip a {
  color: #fff;
  font-weight: bold;
  padding: 0.2em 0.8em;
  border-radius: 3px;
}
.file_download li span.file_zip a:hover, .file_download li span.file_zip a:focus {
  color: #fff;
}
.file_download li span.file_txt a {
  color: #fff;
  font-weight: bold;
  padding: 0.2em 0.8em;
  border-radius: 3px;
}
.file_download li span.file_txt a:hover, .file_download li span.file_txt a:focus {
  color: #fff;
}
.file_download li span.file_mov a {
  color: #fff;
  font-weight: bold;
  padding: 0.2em 0.8em;
  border-radius: 3px;
}
.file_download li span.file_mov a:hover, .file_download li span.file_mov a:focus {
  color: #fff;
}
.file_download li span.file_mp3 a {
  color: #fff;
  font-weight: bold;
  padding: 0.2em 0.8em;
  border-radius: 3px;
}
.file_download li span.file_mp3 a:hover, .file_download li span.file_mp3 a:focus {
  color: #fff;
}
.file_download li span.file_jpg a {
  color: #fff;
  font-weight: bold;
  padding: 0.2em 0.8em;
  border-radius: 3px;
}
.file_download li span.file_jpg a:hover, .file_download li span.file_jpg a:focus {
  color: #fff;
}
.file_download li span.file_wmv a {
  color: #fff;
  font-weight: bold;
  padding: 0.2em 0.8em;
  border-radius: 3px;
}
.file_download li span.file_wmv a:hover, .file_download li span.file_wmv a:focus {
  color: #fff;
}
.file_download li span.file_mp4 a {
  color: #fff;
  font-weight: bold;
  padding: 0.2em 0.8em;
  border-radius: 3px;
}
.file_download li span.file_mp4 a:hover, .file_download li span.file_mp4 a:focus {
  color: #fff;
}
.file_download li span.file_pdf a {
  color: #fff;
  font-weight: bold;
  padding: 0.2em 0.8em;
  border-radius: 3px;
}
.file_download li span.file_pdf a:hover, .file_download li span.file_pdf a:focus {
  color: #fff;
}
.file_download li span.file_other a {
  color: #fff;
  font-weight: bold;
  padding: 0.2em 0.8em;
  border-radius: 3px;
}
.file_download li span.file_other a:hover, .file_download li span.file_other a:focus {
  color: #fff;
}
.file_download li span.file_doc a, .file_download li span.file_docx a, .file_download li span.file_odt a {
  background: #275cb7;
}
.file_download li span.file_doc a:hover, .file_download li span.file_doc a:focus, .file_download li span.file_docx a:hover, .file_download li span.file_docx a:focus, .file_download li span.file_odt a:hover, .file_download li span.file_odt a:focus {
  background: #2351a2;
}
.file_download li span.file_xls a, .file_download li span.file_xlsx a, .file_download li span.file_csv a, .file_download li span.file_ods a {
  background: #387947;
}
.file_download li span.file_xls a:hover, .file_download li span.file_xls a:focus, .file_download li span.file_xlsx a:hover, .file_download li span.file_xlsx a:focus, .file_download li span.file_csv a:hover, .file_download li span.file_csv a:focus, .file_download li span.file_ods a:hover, .file_download li span.file_ods a:focus {
  background: #30683d;
}
.file_download li span.file_ppt a, .file_download li span.file_pptx a, .file_download li span.file_odp a, .file_download li span.file_pdf a {
  background: #c55a3b;
}
.file_download li span.file_ppt a:hover, .file_download li span.file_ppt a:focus, .file_download li span.file_pptx a:hover, .file_download li span.file_pptx a:focus, .file_download li span.file_odp a:hover, .file_download li span.file_odp a:focus, .file_download li span.file_pdf a:hover, .file_download li span.file_pdf a:focus {
  background: #b25135;
}
.file_download li span.file_pdf a {
  background: #c00;
}
.file_download li span.file_pdf a:hover, .file_download li span.file_pdf a:focus {
  background: #b30000;
}
.file_download li span.file_zip a {
  background: #eb712e;
}
.file_download li span.file_zip a:hover, .file_download li span.file_zip a:focus {
  background: #e96117;
}
.file_download li span.file_txt a, .file_download li span.file_other a {
  background: #555;
}
.file_download li span.file_txt a:hover, .file_download li span.file_txt a:focus, .file_download li span.file_other a:hover, .file_download li span.file_other a:focus {
  background: #484848;
}
.file_download li span.file_mov a {
  background: #009999;
}
.file_download li span.file_mov a:hover, .file_download li span.file_mov a:focus {
  background: teal;
}
.file_download li span.file_mp3 a, .file_download li span.file_mp4 a {
  background: #088ecc;
}
.file_download li span.file_mp3 a:hover, .file_download li span.file_mp3 a:focus, .file_download li span.file_mp4 a:hover, .file_download li span.file_mp4 a:focus {
  background: #077db3;
}
.file_download li span.file_jpg a {
  background: #6c29a4;
}
.file_download li span.file_jpg a:hover, .file_download li span.file_jpg a:focus {
  background: #5f2490;
}
.file_download li span.file_wmv a {
  background: #430a1f;
}
.file_download li span.file_wmv a:hover, .file_download li span.file_wmv a:focus {
  background: #2d0715;
}

.web_link {
  margin: 1em 0;
}
.web_link h3 {
  font-size: 1.5em;
  padding: 12px 0px 15px 0px;
  margin: 0.5em 0px 0.2em;
  border-bottom: 1px solid #0c51b4;
}
.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: #191919;
  text-decoration: none;
}
.web_link li a:hover, .web_link li a:focus {
  color: #00529a;
  cursor: pointer;
}

.publish_info {
  font-size: 0.875em;
  line-height: 1.5em;
  list-style: none;
  margin: 0 0 0.7em 0;
  border-left: solid 5px #0c51b4;
  padding: 0.8em 1.5em 0.8em;
  background: #f2f2f2;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.publish_info li {
  flex: 1 1 33.3333333333%;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 991px) {
  .publish_info li {
    flex: 1 1 50%;
  }
}
@media screen and (max-width: 767px) {
  .publish_info li {
    flex: 1 1 100%;
  }
}

/* sitemap */
.sitemap {
  margin: 0px auto 1em;
}
.sitemap p {
  font-size: 0.813em;
}
.sitemap p kbd {
  border: 1px solid #aaa;
  background: transparent;
  color: #191919;
  padding: 0 0.3em;
  margin: 0 0.2em 0.1em;
}
.sitemap p kbd kbd {
  border: none;
}
.sitemap .accesskeyDefine {
  padding: 1em 2em;
  background: #eee;
  border-radius: 6px;
}
.sitemap .accesskeyDefine li {
  margin-bottom: 0.2em;
}

.cascading {
  border-top: 1px solid #ccc;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  box-sizing: border-box;
}
.cascading ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cascading li {
  line-height: 1.5;
  width: 50%;
  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: 2px solid #0c51b4;
}
.cascading li a:hover, .cascading li a:focus {
  color: #0c51b4 !important;
  text-decoration: none;
}
.cascading li ul {
  padding-left: 1em;
}
.cascading li ul li {
  width: 100%;
  display: block;
  margin-bottom: 0;
  padding: 0;
}
.cascading li ul li a {
  display: block;
  font-size: 1em;
  padding: 0.2em 0;
  border-bottom: 1px dotted #ccc;
  background-color: transparent;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .cascading {
    width: 95%;
    margin: 0px auto;
  }
  .cascading li {
    width: 100%;
  }
}

.leftblock_banner {
  padding: 0 0 20px 0;
}
.leftblock_banner .item {
  min-height: 100px;
  color: #666;
  text-align: center;
  line-height: 100px;
  font-size: 1.5em;
  font-weight: bold;
  background-color: #eee;
  margin-bottom: 10px;
}

.leftblock_list {
  padding: 0 0 20px 0;
}
.leftblock_list .title {
  margin: 0 0 1em;
  padding: 0.5em;
  text-align: center;
  color: #fff;
  background-color: #666;
  font-size: 1.25em;
  font-weight: bolder;
}
.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: #00529a;
}

.leftblock_nodemenu {
  padding: 0 0 20px 0;
}
.leftblock_nodemenu .title {
  margin: 0 0 1em;
  padding: 0.5em;
  text-align: center;
  color: #fff;
  background-color: #666;
  font-size: 1.25em;
  font-weight: bolder;
}
.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: #00529a;
}

@media print {
  .main,
  .content, body {
    background: none;
  }
  /* -------------------------------不需要列印的區塊，請放置於這----//*/
  header,
  .fatfooter,
  footer,
  .accesskey,
  .submenu {
    display: none;
  }
  /* -------------------------------各別顯示設定----//*/
  body {
    background: transparent;
    float: none;
    width: 100%;
    -webkit-print-color-adjust: exact;
  }
  .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;
  }
  .innerpage > .container .left_block {
    float: left !important;
    width: 260px !important;
  }
  .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;
    padding-top: 0px !important;
    clear: both;
    zoom: 1;
  }
  .main:before, .main:after,
  .content:before,
  .content:after {
    content: "";
    display: table;
  }
  .main:after,
  .content:after {
    clear: both;
  }
  .main img.float_left,
  .content img.float_left {
    float: right;
    max-width: 50%;
    margin: 0px 1em 1em 0;
  }
  .main img.float_right,
  .content img.float_right {
    float: right;
    max-width: 50%;
    margin: 0px 0 1em 1em;
  }
  .main a:link,
  .main a:visited,
  .main a,
  .content a:link,
  .content a:visited,
  .content a {
    background: transparent;
    color: #222;
    font-weight: bold;
    text-decoration: underline;
    text-align: left;
    word-wrap: break-word;
  }
  .main p a,
  .content p a {
    word-wrap: break-word;
  }
  .main p a[href^=http]:after,
  .content p a[href^=http]:after {
    content: " (" attr(href) ")";
    font-size: 90%;
  }
  .main p a[href^="#"]:after,
  .content p a[href^="#"]:after {
    display: none;
  }
  .main abbr[title]:after,
  .content abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .main table,
  .content table {
    background: #fff;
  }
  .main li,
  .content li {
    content: "» ";
  }
  /* 檔案下載*/
  .file_download a {
    display: block !important;
    clear: both !important;
    width: 100% !important;
  }
  .file_download .update,
  .file_download .file_view {
    float: none !important;
    width: 30% !important;
    display: inline-block !important;
    margin-left: 3em;
  }
  *,
  *:before,
  *:after,
  *:first-letter,
  p:first-line,
  div:first-line,
  blockquote:first-line,
  li:first-line {
    background: transparent !important;
    color: #000 !important;
    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;
  }
}/*# sourceMappingURL=style.css.map */