@charset "UTF-8";
@import '../vendor/fancybox/fancybox.css';
@import '../vendor/slick/slick.css';
@import '../vendor/slick/slick-theme.css';
.breadcrumb ul li:before {
  content: " > ";
  display: inline-block;
  padding: 0px 4px;
  margin: 0px 5px 0px 5px;
  color: #666;
}

.sitemap, .publish_info, .web_link, .pagination, div.function, .Syncing_slider, .slick-lightbox-slick-caption, .thumbnail .btn_grp, .fatfooter, .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, .fatfooter:before, .header .navigation:before, .header:before, div.tag:before, .category:before, .divider:before, .divider-vertical:before, .container:before, .row:before, .sitemap:after, .publish_info:after, .web_link:after, .pagination:after, div.function:after, .Syncing_slider:after, .slick-lightbox-slick-caption:after, .thumbnail .btn_grp:after, .fatfooter:after, .header .navigation:after, .header:after, div.tag:after, .category:after, .divider:after, .divider-vertical:after, .container:after, .row:after {
  content: "";
  display: table;
}
.sitemap:after, .publish_info:after, .web_link:after, .pagination:after, div.function:after, .Syncing_slider:after, .slick-lightbox-slick-caption:after, .thumbnail .btn_grp:after, .fatfooter:after, .header .navigation:after, .header:after, div.tag:after, .category:after, .divider:after, .divider-vertical:after, .container:after, .row:after {
  clear: both;
}

.flex-form .flex-col-equal-1,
.flex-form .flex-col-equal-2,
.flex-form .flex-col-equal-3,
.flex-form .flex-col-equal-4, .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;
  align-items: flex-start;
}

/* 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;
}

.sitemap, .publish_info, .web_link, .pagination, div.function, .Syncing_slider, .slick-lightbox-slick-caption, .thumbnail .btn_grp, .fatfooter, .header .navigation, .header, div.tag, .category, .divider, .divider-vertical, .row, .container {
  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, .fatfooter:before, .header .navigation:before, .header:before, div.tag:before, .category:before, .divider:before, .divider-vertical:before, .row:before, .container: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, .fatfooter:after, .header .navigation:after, .header:after, div.tag:after, .category:after, .divider:after, .divider-vertical:after, .row:after, .container: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, .fatfooter:after, .header .navigation:after, .header:after, div.tag:after, .category:after, .divider:after, .divider-vertical:after, .row:after, .container:after {
  clear: both;
}

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: #3e3c3c;
  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: #97b8eb;
}
.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 {
  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-6-6 .col {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
@media (min-width: 320px) {
  .flex-6-6 .col {
    flex-basis: calc(8.3333333333% * 12 - 0px);
    max-width: calc(8.3333333333% * 12 - 0px);
  }
}
@media (min-width: 768px) {
  .flex-6-6 .col {
    flex-basis: calc(8.3333333333% * 12 - 4px);
    max-width: calc(8.3333333333% * 12 - 4px);
  }
}
@media (min-width: 992px) {
  .flex-6-6 .col {
    flex-basis: calc(8.3333333333% * 6 - 4px);
    max-width: calc(8.3333333333% * 6 - 4px);
  }
}
@media (min-width: 1400px) {
  .flex-6-6 .col {
    flex-basis: calc(8.3333333333% * 6 - 4px);
    max-width: calc(8.3333333333% * 6 - 4px);
  }
}

.flex-4-4-4 .col {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
@media (min-width: 320px) {
  .flex-4-4-4 .col {
    flex-basis: calc(8.3333333333% * 12 - 0px);
    max-width: calc(8.3333333333% * 12 - 0px);
  }
}
@media (min-width: 768px) {
  .flex-4-4-4 .col {
    flex-basis: calc(8.3333333333% * 12 - 4px);
    max-width: calc(8.3333333333% * 12 - 4px);
  }
}
@media (min-width: 992px) {
  .flex-4-4-4 .col {
    flex-basis: calc(8.3333333333% * 4 - 4px);
    max-width: calc(8.3333333333% * 4 - 4px);
  }
}
@media (min-width: 1400px) {
  .flex-4-4-4 .col {
    flex-basis: calc(8.3333333333% * 4 - 4px);
    max-width: calc(8.3333333333% * 4 - 4px);
  }
}
.flex-4-4-4 .thumbnail {
  margin-bottom: 30px;
}
@media (min-width: 320px) {
  .flex-4-4-4 .thumbnail {
    flex-basis: calc(8.3333333333% * 12 - 0px);
    max-width: calc(8.3333333333% * 12 - 0px);
  }
}
@media (min-width: 768px) {
  .flex-4-4-4 .thumbnail {
    flex-basis: calc(8.3333333333% * 12 - 10px);
    max-width: calc(8.3333333333% * 12 - 10px);
  }
}
@media (min-width: 992px) {
  .flex-4-4-4 .thumbnail {
    flex-basis: calc(8.3333333333% * 4 - 10px);
    max-width: calc(8.3333333333% * 4 - 10px);
  }
}
@media (min-width: 1400px) {
  .flex-4-4-4 .thumbnail {
    flex-basis: calc(8.3333333333% * 4 - 10px);
    max-width: calc(8.3333333333% * 4 - 10px);
  }
}
@media screen and (max-width: 767px) {
  .flex-4-4-4 .thumbnail {
    justify-content: center;
  }
}

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

.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(8.3333333333% * 12 - 0px);
    max-width: calc(8.3333333333% * 12 - 0px);
  }
}
@media (min-width: 768px) {
  .mix-equal-2 .Flex-set .col {
    flex-basis: calc(8.3333333333% * 12 - 4px);
    max-width: calc(8.3333333333% * 12 - 4px);
  }
}
@media (min-width: 992px) {
  .mix-equal-2 .Flex-set .col {
    flex-basis: calc(8.3333333333% * 6 - 4px);
    max-width: calc(8.3333333333% * 6 - 4px);
  }
}
@media (min-width: 1400px) {
  .mix-equal-2 .Flex-set .col {
    flex-basis: calc(8.3333333333% * 6 - 4px);
    max-width: calc(8.3333333333% * 6 - 4px);
  }
}
.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.125em;
  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.188em;
}
.cp h4 {
  font-size: 1.125em;
  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.8em;
  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 #15386e;
  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;
  }
}

:focus:not(:focus-visible) {
  outline: none;
  box-shadow: none;
}

:focus-visible {
  outline: 2px dashed #ff3e4d;
}

.accesskey {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 9;
  color: #4b4949;
  font-size: 1em;
  color: #fff;
}
@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: #7dd1f7;
  color: #fff;
  text-decoration: none;
  z-index: 999999999999;
  opacity: 0;
  transition: 0.5s;
  border-radius: 0px 0px 4px 4px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  a.goCenter {
    display: none;
  }
}
a.goCenter:hover, a.goCenter:focus {
  outline: none;
  top: 0;
  opacity: 1;
}

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

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

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

a {
  color: #0066cc;
  text-decoration: underline;
  text-underline-offset: 6px;
}
a:hover, a:focus {
  color: #004d99;
  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 10em;
  padding: 0.4em 0.3em;
}
.font_size span {
  font-size: 0;
  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: 0.938em;
  flex: 0 0 auto;
  margin: 0 2px;
  align-items: center;
}
.font_size ul li a {
  display: block;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  color: #333;
  text-decoration: none;
}
.font_size ul li a:hover, .font_size ul li a:focus {
  background: #004d99;
  color: #fff;
  text-decoration: none;
}
.font_size ul li a.active {
  background: rgba(255, 255, 255, 0);
  color: #111;
  border: solid 1px #444;
}
.font_size ul li a.active:hover, .font_size ul li a.active:focus {
  background: rgba(255, 255, 255, 0);
  color: #111;
}
.font_size ul li a.small {
  font-size: 1em;
}
.font_size ul li a.large {
  font-size: 1em;
}
@media screen and (max-width: 767px) {
  .font_size {
    display: none;
  }
}

.language {
  font-weight: bold;
  font-size: 0.75em;
  flex: 0 0 140px;
  width: 140px;
  z-index: 9999;
  position: relative;
}
.language > a {
  display: block;
  background: #555;
  box-sizing: border-box;
  color: #fff;
  padding: 0.2em 1em;
  position: relative;
  transition: 0.3s ease-out;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
}
.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: #444;
  padding: 1em 1.5em;
  display: none;
  position: absolute;
  width: 100%;
  top: 100%;
  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: #222;
  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 #ff3e4d !important;
}
.btn.active {
  background: #ededed;
  cursor: pointer;
}
.btn:hover, .btn:focus {
  color: #222;
  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 #ff3e4d !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 #ff3e4d !important;
}
.btn-blue.active {
  background: #0073e6;
  cursor: pointer;
}

.btn-yellow {
  background: #fec61c;
  border: 1px solid #fec61c;
  color: #333;
}
.btn-yellow:hover {
  background: #e7ae01;
  border: 1px solid #b48801;
  cursor: pointer;
  color: #fff;
  outline: none;
}
.btn-yellow:focus {
  background: #e7ae01;
  border: 1px solid #b48801;
  cursor: pointer;
  color: #fff;
  outline: none;
  box-shadow: 0 0px 0px 2px #ff3e4d !important;
}
.btn-yellow.active {
  background: #fecd36;
  cursor: pointer;
}

.btn-orange {
  background: #cb4d06;
  border: 1px solid #cb4d06;
  color: #fff;
}
.btn-orange:hover {
  background: #993a05;
  border: 1px solid #682703;
  cursor: pointer;
  color: #fff;
  outline: none;
}
.btn-orange:focus {
  background: #993a05;
  border: 1px solid #682703;
  cursor: pointer;
  color: #fff;
  outline: none;
  box-shadow: 0 0px 0px 2px #ff3e4d !important;
}
.btn-orange.active {
  background: #e45607;
  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 #ff3e4d !important;
}
.btn-red.active {
  background: #ed0000;
  cursor: pointer;
}

.btn-white {
  background: #fff;
  border: 1px solid #fff;
  color: #000;
}
.btn-white:hover {
  background: #e6e6e6;
  border: 1px solid #cccccc;
  cursor: pointer;
  color: #fff;
  outline: none;
}
.btn-white:focus {
  background: #e6e6e6;
  border: 1px solid #cccccc;
  cursor: pointer;
  color: #fff;
  outline: none;
  box-shadow: 0 0px 0px 2px #ff3e4d !important;
}
.btn-white.active {
  background: white;
  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 #ff3e4d !important;
}
.btn-purple.active {
  background: #a029a2;
  cursor: pointer;
}

.btn-submit {
  background: #194383;
  border: 1px solid #194383;
  color: #fff;
}
.btn-submit:hover {
  background: #112d59;
  border: 1px solid #09172e;
  cursor: pointer;
  color: #fff;
  outline: none;
}
.btn-submit:focus {
  background: #112d59;
  border: 1px solid #09172e;
  cursor: pointer;
  color: #fff;
  outline: none;
  box-shadow: 0 0px 0px 2px #ff3e4d !important;
}
.btn-submit.active {
  background: #1d4e99;
  cursor: pointer;
}

.btn-reset {
  color: #4b4949;
}

.btn-search {
  background: #15386e;
  border: 1px solid #15386e;
  color: #fff;
  border: solid 1px #15386e !important;
  font-size: 1.25em;
  font-weight: bold;
  padding: 0.5em 4em 0.5em 3em;
  background: #15386e url(../images/search_arrow.svg) no-repeat right 2.5em center;
  background-size: 24px auto;
  border-radius: 2em;
}
.btn-search:hover {
  background: #0d2243;
  border: 1px solid #050c18;
  cursor: pointer;
  color: #fff;
  outline: none;
}
.btn-search:focus {
  background: #0d2243;
  border: 1px solid #050c18;
  cursor: pointer;
  color: #fff;
  outline: none;
  box-shadow: 0 0px 0px 2px #ff3e4d !important;
}
.btn-search.active {
  background: #194383;
  cursor: pointer;
}
.btn-search:hover, .btn-search:focus {
  background: #0d2243 url(../images/search_arrow.svg) no-repeat right 2em center;
  border: solid 1px #15386e;
  background-size: 24px auto;
}

.btn-primary {
  background: #15386e !important;
  color: #fff !important;
  border: solid 1px #15386e !important;
}
.btn-primary:hover, .btn-primary:focus {
  background: #0d2243 !important;
  border: solid 1px #15386e !important;
}

.btn-secondary {
  background: #fff !important;
  color: #09172e !important;
  border: solid 1px #15386e !important;
  text-shadow: none !important;
}
.btn-secondary:hover, .btn-secondary:focus {
  color: black !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_boxshadow {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.addbtn {
  padding: 0.5em 0.8em 0.6em !important;
  flex: 0 0 44px !important;
}

.btn-back {
  background: #555 !important;
  color: #fff !important;
  border: 1px solid #ddd !important;
}
.btn-back:hover, .btn-back:focus {
  background: #0d2243 !important;
  border: 1px solid #ddd !important;
}

.disabled,
[disabled] {
  opacity: 0.5;
  cursor: not-allowed !important;
  text-shadow: none;
}

.readonly,
[readonly] {
  cursor: not-allowed !important;
  text-shadow: none;
}

.btn-xl {
  font-size: 1.5em;
}

.btn-lg {
  font-size: 1.25em;
}

.btn-sm {
  font-size: 0.938em;
}

.btn-xs {
  font-size: 0.75em;
}

.breadcrumb {
  border-bottom: 1px solid #eee;
  padding: 0em 0em 0.5em 2em;
  font-size: 1.125em;
  margin: 1em 0 0.5em;
  background-image: url("../images/breadcrumb_icon.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 28px 22px;
  border-bottom: 1px solid #707070;
}
.breadcrumb ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcrumb ul li {
  display: inline-block;
  margin: 0px 0em 0.1em 0px;
  color: #15386e;
}
.breadcrumb ul li:first-child:before {
  content: "";
  display: inline-block;
  color: #666;
  margin-left: 0;
  padding: 0;
}
.breadcrumb a {
  color: #4b4949;
  text-decoration: none;
}
.breadcrumb a:hover, .breadcrumb a:focus {
  color: #004d99;
  cursor: pointer;
}

.divider, .divider-vertical {
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-size: 0.813em;
  color: grey;
  text-shadow: 0 1px 1px #fff;
  display: block;
}

.divider {
  display: table;
  line-height: 1;
  margin: 20px 0;
}
.divider:after, .divider:before {
  content: "";
  display: table-cell;
  position: relative;
  top: 50%;
  width: 50%;
  background-repeat: no-repeat;
  background-image: url("../images/basic/divider.jpg");
}
.divider:before {
  background-position: right 1em top 50%;
}
.divider:after {
  background-position: left 1em top 50%;
}

.divider-vertical {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: auto;
  height: 50%;
  line-height: 0;
  transform: translateX(-50%);
}
.divider-vertical:after, .divider-vertical:before {
  content: "";
  position: absolute;
  left: 50%;
  z-index: 3;
  width: 0;
  height: calc(100% - 1.2rem);
  border-left: 1px solid #CFCFCF;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}
.divider-vertical:before {
  top: -100%;
}
.divider-vertical:after {
  bottom: 0;
}

hr {
  border: none;
  border-top: 1px solid #CFCFCF;
  margin: 1em 0px;
  display: block;
  clear: both;
}

img.img_rounded {
  border-radius: 10px;
}
img.img_circle {
  border-radius: 50%;
}
img:not([src]) {
  visibility: hidden;
  opacity: 0;
}
img.lazy {
  visibility: hidden;
}
img.loaded {
  visibility: visible;
  animation: lazy_animation 0.5s ease-out;
}

@keyframes lazy_animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*for IE */
.img-container {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #F1F1F1;
}
.img-container:before {
  display: inline-block;
  content: "";
  padding-top: 75%;
}
.img-container img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
.img-container a {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.img-container a .caption {
  position: absolute;
  width: 100%;
  height: 3em;
  line-height: 3em;
  background: rgba(0, 0, 0, 0.45);
  padding: 0 1em;
  font-size: 1.25em;
  color: #FFF;
  margin: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .img-container a .caption {
    width: 100%;
    height: 2em;
    line-height: 2em;
    left: 0;
    padding: 0 1em;
  }
}
.img-container a:focus:before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.img-container a:focus-visible:before {
  box-shadow: 0 0px 0px 2px #004d99 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;
}

.i_add:before {
  background: url(../images/icon/icon_add.svg) center center no-repeat;
  background-size: contain;
}

.i_apple:before {
  background: url(../images/icon/icon_apple.svg) center center no-repeat;
  background-size: contain;
}

.i_arrow_left:before {
  background: url(../images/icon/icon_arrow_left.svg) center center no-repeat;
  background-size: contain;
}

.i_arrow_right:before {
  background: url(../images/icon/icon_arrow_right.svg) center center no-repeat;
  background-size: contain;
}

.i_arrow_up:before {
  background: url(../images/icon/icon_arrow_up.svg) center center no-repeat;
  background-size: contain;
}

.i_arrow_down:before {
  background: url(../images/icon/icon_arrow_down.svg) center center no-repeat;
  background-size: contain;
}

.i_bookmark:before {
  background: url(../images/icon/icon_bookmark.svg) center center no-repeat;
  background-size: contain;
}

.i_calendar:before {
  background: url(../images/icon/icon_calendar.svg) center center no-repeat;
  background-size: contain;
}

.i_chat:before {
  background: url(../images/icon/icon_chat.svg) center center no-repeat;
  background-size: contain;
}

.i_check:before {
  background: url(../images/icon/icon_check.svg) center center no-repeat;
  background-size: contain;
}

.i_clock:before {
  background: url(../images/icon/icon_clock.svg) center center no-repeat;
  background-size: contain;
}

.i_close:before {
  background: url(../images/icon/icon_close.svg) center center no-repeat;
  background-size: contain;
}

.i_copy:before {
  background: url(../images/icon/icon_copy.svg) center center no-repeat;
  background-size: contain;
}

.i_dot:before {
  background: url(../images/icon/icon_dot.svg) center center no-repeat;
  background-size: contain;
}

.i_edit:before {
  background: url(../images/icon/icon_edit.svg) center center no-repeat;
  background-size: contain;
}

.i_facebook:before {
  background: url(../images/icon/icon_facebook.svg) center center no-repeat;
  background-size: contain;
}

.i_global:before {
  background: url(../images/icon/icon_global.svg) center center no-repeat;
  background-size: contain;
}

.i_googleplus:before {
  background: url(../images/icon/icon_googleplus.svg) center center no-repeat;
  background-size: contain;
}

.i_grid:before {
  background: url(../images/icon/icon_grid.svg) center center no-repeat;
  background-size: contain;
}

.i_heart:before {
  background: url(../images/icon/icon_heart.svg) center center no-repeat;
  background-size: contain;
}

.i_hide:before {
  background: url(../images/icon/icon_hide.svg) center center no-repeat;
  background-size: contain;
}

.i_home:before {
  background: url(../images/icon/icon_home.svg) center center no-repeat;
  background-size: contain;
}

.i_info:before {
  background: url(../images/icon/icon_info.svg) center center no-repeat;
  background-size: contain;
}

.i_layout:before {
  background: url(../images/icon/icon_layout.svg) center center no-repeat;
  background-size: contain;
}

.i_link:before {
  background: url(../images/icon/icon_link.svg) center center no-repeat;
  background-size: contain;
}

.i_linkedin:before {
  background: url(../images/icon/icon_linkedin.svg) center center no-repeat;
  background-size: contain;
}

.i_lock:before {
  background: url(../images/icon/icon_lock.svg) center center no-repeat;
  background-size: contain;
}

.i_mail:before {
  background: url(../images/icon/icon_mail.svg) center center no-repeat;
  background-size: contain;
}

.i_man:before {
  background: url(../images/icon/icon_man.svg) center center no-repeat;
  background-size: contain;
}

.i_minus:before {
  background: url(../images/icon/icon_minus.svg) center center no-repeat;
  background-size: contain;
}

.i_move:before {
  background: url(../images/icon/icon_move.svg) center center no-repeat;
  background-size: contain;
}

.i_order:before {
  background: url(../images/icon/icon_order.svg) center center no-repeat;
  background-size: contain;
}

.i_photo:before {
  background: url(../images/icon/icon_photo.svg) center center no-repeat;
  background-size: contain;
}

.i_pick:before {
  background: url(../images/icon/icon_pick.svg) center center no-repeat;
  background-size: contain;
}

.i_play:before {
  background: url(../images/icon/icon_play.svg) center center no-repeat;
  background-size: contain;
}

.i_reflash:before {
  background: url(../images/icon/icon_reflash.svg) center center no-repeat;
  background-size: contain;
}

.i_rss:before {
  background: url(../images/icon/icon_rss.svg) center center no-repeat;
  background-size: contain;
}

.i_search:before {
  background: url(../images/icon/icon_search.svg) center center no-repeat;
  background-size: contain;
}

.i_setting:before {
  background: url(../images/icon/icon_setting.svg) center center no-repeat;
  background-size: contain;
}

.i_sort:before {
  background: url(../images/icon/icon_sort.svg) center center no-repeat;
  background-size: contain;
}

.i_star:before {
  background: url(../images/icon/icon_star.svg) center center no-repeat;
  background-size: contain;
}

.i_show:before {
  background: url(../images/icon/icon_show.svg) center center no-repeat;
  background-size: contain;
}

.i_top:before {
  background: url(../images/icon/icon_top.svg) center center no-repeat;
  background-size: contain;
}

.i_trash:before {
  background: url(../images/icon/icon_trash.svg) center center no-repeat;
  background-size: contain;
}

.i_twitter:before {
  background: url(../images/icon/icon_twitter.svg) center center no-repeat;
  background-size: contain;
}

.i_video:before {
  background: url(../images/icon/icon_video.svg) center center no-repeat;
  background-size: contain;
}

.i_view:before {
  background: url(../images/icon/icon_view.svg) center center no-repeat;
  background-size: contain;
}

.i_vimeo:before {
  background: url(../images/icon/icon_vimeo.svg) center center no-repeat;
  background-size: contain;
}

.i_youtube:before {
  background: url(../images/icon/icon_youtube.svg) center center no-repeat;
  background-size: contain;
}

.i_add2:before {
  background: url(../images/icon/icon_add2.svg) center center no-repeat;
  background-size: contain;
}

.i_apple2:before {
  background: url(../images/icon/icon_apple2.svg) center center no-repeat;
  background-size: contain;
}

.i_arrow_left2:before {
  background: url(../images/icon/icon_arrow_left2.svg) center center no-repeat;
  background-size: contain;
}

.i_arrow_right2:before {
  background: url(../images/icon/icon_arrow_right2.svg) center center no-repeat;
  background-size: contain;
}

.i_arrow_up2:before {
  background: url(../images/icon/icon_arrow_up2.svg) center center no-repeat;
  background-size: contain;
}

.i_arrow_down2:before {
  background: url(../images/icon/icon_arrow_down2.svg) center center no-repeat;
  background-size: contain;
}

.i_bookmark2:before {
  background: url(../images/icon/icon_bookmark2.svg) center center no-repeat;
  background-size: contain;
}

.i_calendar2:before {
  background: url(../images/icon/icon_calendar2.svg) center center no-repeat;
  background-size: contain;
}

.i_calendar_color2:before {
  background: url(../images/icon/icon_calendar_color2.svg) center center no-repeat;
  background-size: contain;
}

.i_chat2:before {
  background: url(../images/icon/icon_chat2.svg) center center no-repeat;
  background-size: contain;
}

.i_check2:before {
  background: url(../images/icon/icon_check2.svg) center center no-repeat;
  background-size: contain;
}

.i_clock2:before {
  background: url(../images/icon/icon_clock2.svg) center center no-repeat;
  background-size: contain;
}

.i_close2:before {
  background: url(../images/icon/icon_close2.svg) center center no-repeat;
  background-size: contain;
}

.i_copy2:before {
  background: url(../images/icon/icon_copy2.svg) center center no-repeat;
  background-size: contain;
}

.i_dot2:before {
  background: url(../images/icon/icon_dot2.svg) center center no-repeat;
  background-size: contain;
}

.i_edit2:before {
  background: url(../images/icon/icon_edit2.svg) center center no-repeat;
  background-size: contain;
}

.i_facebook2:before {
  background: url(../images/icon/icon_facebook2.svg) center center no-repeat;
  background-size: contain;
}

.i_global2:before {
  background: url(../images/icon/icon_global2.svg) center center no-repeat;
  background-size: contain;
}

.i_googleplus2:before {
  background: url(../images/icon/icon_googleplus2.svg) center center no-repeat;
  background-size: contain;
}

.i_grid2:before {
  background: url(../images/icon/icon_grid2.svg) center center no-repeat;
  background-size: contain;
}

.i_heart2:before {
  background: url(../images/icon/icon_heart2.svg) center center no-repeat;
  background-size: contain;
}

.i_home2:before {
  background: url(../images/icon/icon_home2.svg) center center no-repeat;
  background-size: contain;
}

.i_info2:before {
  background: url(../images/icon/icon_info2.svg) center center no-repeat;
  background-size: contain;
}

.i_layout2:before {
  background: url(../images/icon/icon_layout2.svg) center center no-repeat;
  background-size: contain;
}

.i_link2:before {
  background: url(../images/icon/icon_link2.svg) center center no-repeat;
  background-size: contain;
}

.i_linkedin2:before {
  background: url(../images/icon/icon_linkedin2.svg) center center no-repeat;
  background-size: contain;
}

.i_lock2:before {
  background: url(../images/icon/icon_lock2.svg) center center no-repeat;
  background-size: contain;
}

.i_mail2:before {
  background: url(../images/icon/icon_mail2.svg) center center no-repeat;
  background-size: contain;
}

.i_man2:before {
  background: url(../images/icon/icon_man2.svg) center center no-repeat;
  background-size: contain;
}

.i_minus2:before {
  background: url(../images/icon/icon_minus2.svg) center center no-repeat;
  background-size: contain;
}

.i_move2:before {
  background: url(../images/icon/icon_move2.svg) center center no-repeat;
  background-size: contain;
}

.i_order2:before {
  background: url(../images/icon/icon_order2.svg) center center no-repeat;
  background-size: contain;
}

.i_photo2:before {
  background: url(../images/icon/icon_photo2.svg) center center no-repeat;
  background-size: contain;
}

.i_pick2:before {
  background: url(../images/icon/icon_pick2.svg) center center no-repeat;
  background-size: contain;
}

.i_play2:before {
  background: url(../images/icon/icon_play2.svg) center center no-repeat;
  background-size: contain;
}

.i_reflash2:before {
  background: url(../images/icon/icon_reflash2.svg) center center no-repeat;
  background-size: contain;
}

.i_rss2:before {
  background: url(../images/icon/icon_rss2.svg) center center no-repeat;
  background-size: contain;
}

.i_search2:before {
  background: url(../images/icon/icon_search2.svg) center center no-repeat;
  background-size: contain;
}

.i_setting2:before {
  background: url(../images/icon/icon_setting2.svg) center center no-repeat;
  background-size: contain;
}

.i_sort2:before {
  background: url(../images/icon/icon_sort2.svg) center center no-repeat;
  background-size: contain;
}

.i_star2:before {
  background: url(../images/icon/icon_star2.svg) center center no-repeat;
  background-size: contain;
}

.i_top2:before {
  background: url(../images/icon/icon_top2.svg) center center no-repeat;
  background-size: contain;
}

.i_trash2:before {
  background: url(../images/icon/icon_trash2.svg) center center no-repeat;
  background-size: contain;
}

.i_twitter2:before {
  background: url(../images/icon/icon_twitter2.svg) center center no-repeat;
  background-size: contain;
}

.i_video2:before {
  background: url(../images/icon/icon_video2.svg) center center no-repeat;
  background-size: contain;
}

.i_view2:before {
  background: url(../images/icon/icon_view2.svg) center center no-repeat;
  background-size: contain;
}

.i_vimeo2:before {
  background: url(../images/icon/icon_vimeo2.svg) center center no-repeat;
  background-size: contain;
}

.i_youtube2:before {
  background: url(../images/icon/icon_youtube2.svg) center center no-repeat;
  background-size: contain;
}

.invert {
  filter: invert(1);
}

[tooltip] {
  position: relative;
}

em[tooltip] {
  color: #0066cc;
  text-decoration: underline;
  text-underline-offset: 6px;
}
em[tooltip]:hover, em[tooltip]:focus {
  color: #004d99;
  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: 0 auto 1em;
}
@media screen and (max-width: 767px) {
  .category {
    margin: 1em auto 1em;
  }
}
.category ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.category ul li {
  margin: 0px 3px 3px 0px;
  display: block;
  float: left;
  font-size: 1.125em;
}
.category a {
  background-color: #15386e;
  padding: 0.6em 1.5em;
  display: block;
  color: #fff;
  box-sizing: border-box;
  border-radius: 50px;
  transition: 0.5s;
  text-decoration: none;
}
.category a:hover, .category a:focus {
  color: #fff;
  background: #cb4d06;
  box-shadow: none;
}
.category a.active {
  color: #fff;
  background: #cb4d06;
}
.category a span {
  font-size: 1em;
}
.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: #4b4949;
  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: #004d99;
  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.6);
  text-align: center;
  color: #fff;
  line-height: 50px;
  text-decoration: none;
  position: fixed;
  bottom: 220px;
  right: 20px;
  transition: 0.3s ease-out;
  display: none;
  z-index: 999;
  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;
}
@media screen and (max-width: 767px) {
  .scrollToTop {
    bottom: 200px;
    right: 0;
  }
}

.header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
@media screen and (max-width: 991px) {
  .header {
    position: fixed;
    width: 100%;
  }
}
.header:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0);
  pointer-events: none;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .header:before {
    background-color: #f9f8f8;
    height: 60px;
  }
}
.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;
  z-index: 99;
}
@media screen and (max-width: 991px) {
  .header > .container .searchCtrl, .header > .container .sidebarCtrl {
    display: block !important;
  }
}
.header > .container {
  max-width: 1440px;
  overflow: visible;
  position: relative;
}
.header > .container .sidebarCtrl {
  display: none;
  left: 0px;
}
.header > .container .sidebarCtrl span {
  position: absolute;
  background: #15386e;
  width: 50%;
  height: 3px;
  top: 20px;
  left: 50%;
  margin-left: -25%;
  display: block;
  border-radius: 2px;
}
.header > .container .sidebarCtrl span:nth-child(2) {
  top: 28px;
}
.header > .container .sidebarCtrl span:nth-child(3) {
  top: 36px;
}
.header > .container .searchCtrl {
  display: none;
  right: 0px;
  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;
}
@media screen and (max-width: 991px) {
  .header > .container .searchCtrl {
    display: none !important;
  }
}
.header h1 {
  position: absolute;
  top: 0.8em;
  left: 0em;
  width: 20%;
  height: 75px;
  margin: 0 0 0 3%;
  padding: 0;
  box-sizing: border-box;
}
.header h1 a {
  display: block;
}
.header h1 img {
  display: block;
  width: 100%;
  max-height: 75px;
}
@media (max-width: 1200px) {
  .header h1 {
    top: 1.7em;
  }
}
@media screen and (max-width: 991px) {
  .header h1 {
    position: relative;
    top: auto;
    left: auto;
    padding: 2px 60px;
    width: 100%;
    text-align: center;
    height: 60px;
    margin: 0;
  }
  .header h1 img {
    width: auto;
    height: auto;
    max-height: 54px;
    margin: 0px auto;
    transform: scale(0.8);
  }
}
.header .navigation {
  margin: 0.8em 0 0;
  box-sizing: border-box;
  display: flex;
}
@media screen and (max-width: 991px) {
  .header .navigation {
    display: none;
  }
}
.header .navigation .navlist {
  flex: 1 1 auto;
  margin: 0em 0.5em 0 0;
}
.header .navigation .navlist ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: flex-end;
}
.header .navigation .navlist li {
  flex: 0 0 auto;
  position: relative;
}
.header .navigation .navlist li a {
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #4b4949;
  text-decoration: none;
}
.header .navigation .navlist li a:hover, .header .navigation .navlist li a:focus {
  color: #004d99;
  cursor: pointer;
}
.header .navigation .navlist li:before {
  content: "";
  width: 1px;
  height: 0.8em;
  background: #5a6e77;
  position: absolute;
  top: 0.9em;
  right: 0;
}
.header .navigation .language {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: 140px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  align-self: center;
}

.search label {
  font-size: 0em;
}
.search .form_grp {
  display: flex;
  margin: 1em 0;
}
.search .form_grp input,
.search .form_grp select,
.search .form_grp textarea {
  width: calc(100% - 0.6em);
}
.search .form_grp input {
  margin: 0 1px;
  padding: 0.4em;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  border: 1px solid #fff;
  font-size: 1.125em;
}
.search .form_grp input[type=submit] {
  min-width: auto;
  padding: 0.2em 0.8em;
  flex: 0 0 5em;
}
.search .form_grp input.searchbox {
  background-image: url(../images/basic/icon_search.svg);
  background-position: 0.5em center;
  background-repeat: no-repeat;
  background-size: 18px;
  padding: 0.4em 0.4em 0.4em 2em;
}
.search .form_grp .keywords_title {
  font-size: 1.25em;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.search .form_grp select {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  border: 1px solid #fff;
  font-size: 1.125em;
  margin: 0 1px;
  padding: 0.4em;
}
.search .form_grp button,
.search .form_grp .btn,
.search .form_grp .btn-search {
  min-width: auto;
  padding: 0.2em 0.8em;
  margin: 0;
}
.search .formContent {
  flex: 1 1 100%;
}
.search .btn_grp {
  flex: 0 0 auto;
  padding: 0 0.5em 0;
  margin: 0;
}
.search .btn_grp button,
.search .btn_grp .btn,
.search .btn_grp .btn-search {
  min-width: auto;
  padding: 0.2em 0.8em;
  margin: 0;
}
.search .keywordHot {
  flex: 1 1 100%;
  margin: 1em 0 0.5em;
  display: flex;
}
@media screen and (max-width: 991px) {
  .search .keywordHot {
    margin: 0;
  }
}
@media screen and (max-width: 575px) {
  .search .keywordHot {
    margin: 0;
    flex-wrap: wrap;
  }
}
.search .keywordHot span {
  flex: 0 0 auto;
  min-width: 5em;
  text-align: left;
  font-size: 1.25em;
  margin-right: 0.5em;
  padding: 0.5em 0;
}
.search .keywordHot ul {
  flex: 1 1 auto;
  font-size: 1.125em;
  line-height: 1.65em;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style-type: none;
}
.search .keywordHot ul li {
  margin: 0.3em 0.1em 0.8em;
  padding: 0;
  flex: 0 0 auto;
}
.search .keywordHot ul a {
  color: #4b4949;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.6);
  padding: 0.5em 1em;
  border-radius: 2em;
}
.search .keywordHot ul a:hover, .search .keywordHot ul a:focus {
  color: #004d99;
  cursor: pointer;
}
@media screen and (max-width: 575px) {
  .search .keywordHot span {
    flex-basis: 100%;
  }
  .search .keywordHot ul {
    flex-basis: 100%;
  }
}
.search .btngrp {
  text-align: center;
  padding: 0.3em 0 1em;
}

.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;
}
.m_search label {
  font-size: 0em;
  line-height: 0;
}
.m_search .form_grp {
  display: flex;
  align-items: center;
}
.m_search .form_grp label {
  display: none;
  flex: 0 0 0%;
}
.m_search .form_grp input {
  margin: 0.5em;
  padding: 0.5em;
  flex: 1 1 50%;
  max-width: 70%;
}
.m_search .form_grp input[type=submit] {
  flex: 0 1 15%;
  margin: 0.5em;
}
.m_search .form_grp .btn,
.m_search .form_grp .btn-search {
  min-width: auto;
  padding: 0.5em 0.8em;
  margin: 0;
  flex: 1 1 20%;
  max-width: 25%;
}
.m_search .btn_grp {
  flex: 1 1 auto;
  padding: 0.25em 0.5em;
  border-bottom: solid 1px #444;
  box-sizing: border-box;
  text-align: right;
}
.m_search .btn_grp .btn {
  width: auto !important;
  padding: 0.2em 0.5em !important;
  margin: 0;
  background: transparent;
  font-size: 0.875rem;
  color: #ddd;
  border: none;
}
.m_search .btn_grp .btn:hover, .m_search .btn_grp .btn:focus {
  color: #0066cc;
}
.m_search .keywordHot {
  flex: 1 1 100%;
}
.m_search .keywordHot ul {
  font-size: 0.875em;
  line-height: 1.65em;
  margin: 0;
  padding: 0.5em 0 0 0.5em;
  display: flex;
  justify-content: flex-start;
  list-style-type: none;
}
.m_search .keywordHot ul li {
  margin: 0;
  padding: 0.5em;
  flex: 0 0 auto;
}
.m_search .keywordHot ul a {
  color: #fff;
}
.m_search .keywordHot ul a:hover, .m_search .keywordHot ul a:focus {
  color: #0066cc;
}

@keyframes showMenu {
  0% {
    left: 20px;
  }
  100% {
    left: 0px;
  }
}
.menu {
  box-sizing: border-box;
  position: absolute;
  z-index: 99;
  right: 3em;
  top: 3.5em;
  clear: both;
  isolation: isolate;
  width: 68%;
}
.menu.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  background-color: #15386e;
  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: 80%;
  margin: 0 auto;
  justify-content: center;
}
.menu.sticky > ul > li {
  flex: 0 1 auto;
}
.menu.sticky > ul > li a {
  color: #fff;
  min-height: 2em;
  line-height: 2em;
  border: none;
  padding: 0 1em;
}
.menu.sticky > ul > li:hover > a, .menu.sticky > ul > li:focus > a {
  color: #85d2f6;
}
@media screen and (max-width: 991px) {
  .menu {
    display: none;
    position: static;
  }
}
.menu > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.menu > ul > li {
  flex: 0 1 32%;
}
.menu > ul > li > a {
  display: block;
  padding: 0 0.5em;
  min-height: 2.3em;
  font-weight: bold;
  line-height: 2.3em;
  white-space: nowrap;
  color: #4b4949;
  text-align: center;
  font-size: 1.25em;
  border: solid 1px #3d3f40;
  border-radius: 2em;
  margin: 0.3em;
  transition: 0.5s;
}
.menu > ul > li.hasChild > a:after {
  content: "";
  width: 4px;
  height: 4px;
  display: inline-block;
  margin-left: 0.5em;
  vertical-align: middle;
  border: 2px solid #b1afaf;
  transform: rotate(135deg);
  border-bottom: none;
  border-left: none;
  margin-bottom: 0.2em;
}
.menu > ul > li:hover > a, .menu > ul > li:focus > a {
  color: #fff;
  background: #15386e;
}
.menu > ul > li:hover > a:after, .menu > ul > li:focus > a:after {
  border: 2px solid #15386e;
  border-bottom: none;
  border-left: none;
}
.menu ul li {
  position: relative;
}
.menu ul li a {
  display: block;
  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: 100%;
  left: 0;
  list-style: none;
  text-align: left;
  font-size: 0.875em;
}
.menu ul li ul li {
  float: none;
}
.menu ul li ul li a {
  padding: 0.6em 1.2em;
  color: #fff;
  font-weight: bold;
}
.menu ul li ul li a:hover, .menu ul li ul li a:focus {
  background: #004d99;
}
.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: #15386e;
}
.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 li.leftSlider ul ul {
  left: auto;
  right: 100%;
}

.menuArrowDown,
.menuArrowUp {
  width: 20px;
  height: 20px;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.5);
  position: fixed;
  bottom: 5px;
  z-index: 9999999;
  margin: 0;
  transition: all 0.3s linear;
}
.menuArrowDown::after, .menuArrowDown::before,
.menuArrowUp::after,
.menuArrowUp::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 6px;
  display: block;
  background: #fff;
}

.menuArrowDown::before {
  transform: rotate(45deg);
  left: 4px;
}
.menuArrowDown::after {
  transform: rotate(-45deg);
  right: 4px;
}

.menuArrowUp::before {
  transform: rotate(45deg);
  right: 4px;
}
.menuArrowUp::after {
  transform: rotate(-45deg);
  left: 4px;
}

.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
  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,
.sidebar .megamenu {
  display: block;
}
.sidebar > .menu_overlay {
  background: RGBA(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 9;
  display: none;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}
.sidebar .m_area {
  width: 300px;
  padding: 3em 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #021025;
  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.open .menu > ul > li,
.sidebar .m_area.open .megamenu > ul > li {
  transform: scale(1) translateX(0px);
  opacity: 1;
}
.sidebar .m_area.open .menu > ul > li:nth-child(1),
.sidebar .m_area.open .megamenu > ul > li:nth-child(1) {
  transition-delay: 0.27s;
}
.sidebar .m_area.open .menu > ul > li:nth-child(2),
.sidebar .m_area.open .megamenu > ul > li:nth-child(2) {
  transition-delay: 0.34s;
}
.sidebar .m_area.open .menu > ul > li:nth-child(3),
.sidebar .m_area.open .megamenu > ul > li:nth-child(3) {
  transition-delay: 0.41s;
}
.sidebar .m_area.open .menu > ul > li:nth-child(4),
.sidebar .m_area.open .megamenu > ul > li:nth-child(4) {
  transition-delay: 0.48s;
}
.sidebar .m_area.open .menu > ul > li:nth-child(5),
.sidebar .m_area.open .megamenu > ul > li:nth-child(5) {
  transition-delay: 0.55s;
}
.sidebar .m_area.open .menu > ul > li:nth-child(6),
.sidebar .m_area.open .megamenu > ul > li:nth-child(6) {
  transition-delay: 0.62s;
}
.sidebar .m_area.open .menu > ul > li:nth-child(7),
.sidebar .m_area.open .megamenu > ul > li:nth-child(7) {
  transition-delay: 0.69s;
}
.sidebar .m_area.open .menu > ul > li:nth-child(8),
.sidebar .m_area.open .megamenu > ul > li:nth-child(8) {
  transition-delay: 0.76s;
}
.sidebar .m_area.open .menu > ul > li:nth-child(9),
.sidebar .m_area.open .megamenu > ul > li:nth-child(9) {
  transition-delay: 0.83s;
}
.sidebar .m_area.open .menu > ul > li:nth-child(10),
.sidebar .m_area.open .megamenu > ul > li:nth-child(10) {
  transition-delay: 0.9s;
}
.sidebar .m_area.open .menu > ul > li:nth-child(11),
.sidebar .m_area.open .megamenu > ul > li:nth-child(11) {
  transition-delay: 0.97s;
}
.sidebar .m_area.open .menu > ul > li:nth-child(12),
.sidebar .m_area.open .megamenu > ul > li:nth-child(12) {
  transition-delay: 1.04s;
}
.sidebar .m_area.open .menu > ul > li:nth-child(13),
.sidebar .m_area.open .megamenu > ul > li:nth-child(13) {
  transition-delay: 1.11s;
}
.sidebar .m_area.open .menu > ul > li:nth-child(14),
.sidebar .m_area.open .megamenu > ul > li:nth-child(14) {
  transition-delay: 1.18s;
}
.sidebar .m_area.open .menu > ul > li:nth-child(15),
.sidebar .m_area.open .megamenu > ul > li:nth-child(15) {
  transition-delay: 1.25s;
}
.sidebar .m_area .menu,
.sidebar .m_area .megamenu {
  width: 90%;
  margin: 0 auto 1em;
}
.sidebar .m_area .menu a,
.sidebar .m_area .megamenu a {
  display: block;
  color: #fff;
  font-size: 0.938em;
  text-decoration: none;
  text-align: left;
}
.sidebar .m_area .menu > ul > li,
.sidebar .m_area .megamenu > ul > li {
  transform: scale(1.15) translateX(-30px);
  opacity: 0;
}
.sidebar .m_area .menu > ul > li:nth-child(1),
.sidebar .m_area .megamenu > ul > li:nth-child(1) {
  transition-delay: 0.49s;
}
.sidebar .m_area .menu > ul > li:nth-child(2),
.sidebar .m_area .megamenu > ul > li:nth-child(2) {
  transition-delay: 0.42s;
}
.sidebar .m_area .menu > ul > li:nth-child(3),
.sidebar .m_area .megamenu > ul > li:nth-child(3) {
  transition-delay: 0.35s;
}
.sidebar .m_area .menu > ul > li:nth-child(4),
.sidebar .m_area .megamenu > ul > li:nth-child(4) {
  transition-delay: 0.28s;
}
.sidebar .m_area .menu > ul > li:nth-child(5),
.sidebar .m_area .megamenu > ul > li:nth-child(5) {
  transition-delay: 0.21s;
}
.sidebar .m_area .menu > ul > li:nth-child(6),
.sidebar .m_area .megamenu > ul > li:nth-child(6) {
  transition-delay: 0.14s;
}
.sidebar .m_area .menu > ul > li:nth-child(7),
.sidebar .m_area .megamenu > ul > li:nth-child(7) {
  transition-delay: 0.07s;
}
.sidebar .m_area .menu > ul > li:nth-child(8),
.sidebar .m_area .megamenu > ul > li:nth-child(8) {
  transition-delay: 0s;
}
.sidebar .m_area .menu > ul > li:nth-child(9),
.sidebar .m_area .megamenu > ul > li:nth-child(9) {
  transition-delay: -0.07s;
}
.sidebar .m_area .menu > ul > li:nth-child(10),
.sidebar .m_area .megamenu > ul > li:nth-child(10) {
  transition-delay: -0.14s;
}
.sidebar .m_area .menu > ul > li:nth-child(11),
.sidebar .m_area .megamenu > ul > li:nth-child(11) {
  transition-delay: -0.21s;
}
.sidebar .m_area .menu > ul > li:nth-child(12),
.sidebar .m_area .megamenu > ul > li:nth-child(12) {
  transition-delay: -0.28s;
}
.sidebar .m_area .menu > ul > li:nth-child(13),
.sidebar .m_area .megamenu > ul > li:nth-child(13) {
  transition-delay: -0.35s;
}
.sidebar .m_area .menu > ul > li:nth-child(14),
.sidebar .m_area .megamenu > ul > li:nth-child(14) {
  transition-delay: -0.42s;
}
.sidebar .m_area .menu > ul > li:nth-child(15),
.sidebar .m_area .megamenu > ul > li:nth-child(15) {
  transition-delay: -0.49s;
}
.sidebar .m_area .menu ul,
.sidebar .m_area .megamenu ul {
  display: flex;
  left: 0;
}
.sidebar .m_area .menu ul li,
.sidebar .m_area .megamenu ul li {
  flex: 1 1 100%;
  flex-direction: row;
}
.sidebar .m_area .menu ul li > a,
.sidebar .m_area .megamenu ul li > a {
  padding: 0.5em 1em 0.5em 1.5em;
  min-height: 2em;
  line-height: 2em;
  border: solid 1px #ccc;
  background-color: #15386e;
  color: #fff;
}
.sidebar .m_area .menu ul li > a:hover, .sidebar .m_area .menu ul li > a:focus,
.sidebar .m_area .megamenu ul li > a:hover,
.sidebar .m_area .megamenu ul li > a:focus {
  background-color: #1d4e99;
}
.sidebar .m_area .menu ul li.hasChild > a,
.sidebar .m_area .megamenu ul li.hasChild > a {
  position: relative;
  padding: 0.5em 2em 0.5em 1em;
  color: #fff;
}
.sidebar .m_area .menu ul li.hasChild > a::after,
.sidebar .m_area .megamenu ul li.hasChild > a::after {
  content: "";
  position: absolute;
  right: 1em;
  top: 1.25em;
  width: 5px;
  line-height: 1.25em;
  height: 5px;
  border: 2px solid #fff;
  transform: rotate(45deg);
  border-top: none;
  border-left: none;
}
.sidebar .m_area .menu ul li ul,
.sidebar .m_area .megamenu ul li ul {
  display: none;
  position: relative;
  width: 100%;
  background-color: transparent;
  font-size: 0.938em;
  top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.sidebar .m_area .menu ul li ul li a,
.sidebar .m_area .megamenu ul li ul li a {
  display: block;
  min-height: 1.5em;
  line-height: 1.5em;
  font-weight: normal;
  padding: 0.5em 1em 0.5em 2em;
  border: none;
}
.sidebar .m_area .menu ul li ul li.hasChild > a,
.sidebar .m_area .megamenu ul li ul li.hasChild > a {
  padding: 0.5em 1em 0.5em 2em;
}
.sidebar .m_area .menu ul li ul li.hasChild > a:after,
.sidebar .m_area .megamenu ul li ul li.hasChild > a:after {
  top: 0.85em;
}
.sidebar .m_area .menu ul li ul li li a,
.sidebar .m_area .megamenu ul li ul li li a {
  padding: 0.5em 1em 0.5em 4em !important;
}
.sidebar .m_area .menu ul li ul li li a:after,
.sidebar .m_area .megamenu ul li ul li li a:after {
  display: none;
}
.sidebar .navigation {
  position: relative;
  margin: 1em auto;
  text-align: left;
  width: 90%;
}
.sidebar .navigation ul {
  float: none;
  overflow: hidden;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
}
.sidebar .navigation ul li {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
  margin: 0;
  padding: 0;
}
.sidebar .navigation ul li:nth-child(odd):last-child {
  width: 100%;
}
.sidebar .navigation ul li a {
  display: block;
  line-height: 1.5em;
  padding: 0.25em 0.5em 0.25em 2.5em;
  font-size: 0.875em;
  color: #fff;
  font-weight: normal;
  text-decoration: none;
  position: relative;
}
.sidebar .navigation ul li a:before {
  position: absolute;
  top: 1.1em;
  left: 1em;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px;
  border-color: transparent transparent transparent #ffffff;
  opacity: 0;
}
.sidebar .navigation ul li a:hover:before, .sidebar .navigation ul li a:focus:before {
  left: 1em;
  opacity: 1;
}
.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 .navigation .font_size {
  display: none;
}
.sidebar button.sidebarClose {
  position: absolute;
  display: block;
  width: 3em !important;
  height: 3em !important;
  padding: 0;
  min-width: auto;
  top: 0px;
  right: 0px;
  margin: 0;
  text-indent: -999px;
  border: none;
  background: none;
  border: none;
}
.sidebar button.sidebarClose:hover, .sidebar button.sidebarClose:focus {
  box-shadow: none;
}
.sidebar button.sidebarClose:before {
  position: absolute;
  width: 15px;
  height: 15px;
  border: 3px solid #eee;
  content: "";
  top: 15px;
  right: 10px;
  transform: rotate(45deg);
  border-right: none;
  border-top: none;
}

.megamenu {
  box-sizing: border-box;
  position: relative;
  z-index: 99;
  clear: both;
}
@media screen and (max-width: 767px) {
  .megamenu {
    display: none;
  }
}
.megamenu.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.megamenu.sticky > ul {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
.megamenu > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
.megamenu > ul > li {
  flex: 0 1 16.6666666667%;
}
.megamenu > ul > li > a {
  display: block;
  padding: 0 1em;
  min-height: 2.5em;
  font-weight: bold;
  line-height: 2.5em;
  color: #4b4949;
}
.megamenu > ul > li.hasChild > a:after {
  content: "";
  width: 4px;
  height: 4px;
  display: inline-block;
  margin-left: 0.5em;
  vertical-align: middle;
  border: 2px solid #b1afaf;
  transform: rotate(135deg);
  border-bottom: none;
  border-left: none;
  margin-bottom: 0.2em;
}
.megamenu > ul > li:hover > a {
  color: #004d99;
}
.megamenu > ul > li:hover > a:after {
  border: 2px solid #004d99;
  border-bottom: none;
  border-left: none;
}
.megamenu ul li a {
  display: block;
  outline: none;
  text-decoration: none;
}
.megamenu ul li ul {
  display: flex;
  overflow: visible;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  padding: 15px;
  margin: 0;
  z-index: 999999;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  list-style: none;
  text-align: left;
  align-items: flex-start;
  flex-wrap: wrap;
  max-height: calc(100vh - 200px);
  overflow: auto;
}
.megamenu ul li ul li {
  flex: none;
  flex-basis: 23%;
  margin: 0 1%;
  padding: 0;
}
.megamenu ul li ul li a {
  padding: 0.6em 1.2em;
  color: #fff;
  font-weight: bold;
  box-sizing: border-box;
}
.megamenu ul li ul li a:hover, .megamenu ul li ul li a:focus {
  background: #004d99;
}
.megamenu ul li ul li ul {
  margin: 0 0 20px;
  padding: 0 !important;
  background: #fff;
}
.megamenu ul li ul li ul li {
  margin: 0;
  padding: 0;
}
.megamenu ul li ul li ul li a {
  padding: 0.8em 1.2em;
  color: #000;
}
.megamenu ul li ul li ul li a:hover, .megamenu ul li ul li ul li a:focus {
  color: #fff;
}
.megamenu ul li ul li ul li ul {
  margin: 0;
  padding: 0 !important;
}
.megamenu ul li ul li ul li ul li a {
  padding: 0.8em 1.2em 0.8em 2.2em;
}
.megamenu ul li ul li.hasChild > ul {
  position: relative;
  z-index: 999;
  top: 0;
  left: 0;
  animation: none;
  display: block;
}
.megamenu ul li ul li.hasChild > ul li {
  display: block;
  width: 100%;
}
.megamenu ul li ul li.hasChild > ul li > a:hover, .megamenu ul li ul li.hasChild > ul li > a:focus {
  background: #15386e;
}
.megamenu ul li ul ul {
  top: 0;
  left: 100%;
  animation: none;
  font-size: 1em;
}

.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999999;
  display: none;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(0, 0, 0);
  box-sizing: border-box;
}
.sidebar .megamenu {
  display: block;
}
.sidebar > .menu_overlay {
  background: RGBA(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 9;
  display: none;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}
.sidebar .m_area {
  width: 280px;
  padding: 3em 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #15386e;
  overflow: hidden;
  overflow-y: auto;
  z-index: 9999;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(0, 0, 0);
  box-sizing: border-box;
}
.sidebar .m_area:before {
  content: "";
  width: 280px;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  width: 100%;
  height: 3em;
  background: #15386e;
  padding: 0 1em;
  line-height: 3em;
  box-sizing: border-box;
}
.sidebar .m_area .megamenu {
  width: 100%;
  box-shadow: 0px 0px 4px RGBA(0, 0, 0, 0.4);
  margin-bottom: 1em;
  background: #ccc;
}
.sidebar .m_area .megamenu a {
  display: block;
  color: #222;
  text-decoration: none;
  transition: 0.4s ease-out;
  text-align: left;
}
.sidebar .m_area .megamenu ul {
  display: flex;
}
.sidebar .m_area .megamenu ul li {
  flex: 1 1 100%;
  flex-direction: column;
}
.sidebar .m_area .megamenu ul li > a {
  padding: 0.5em 1em;
  min-height: 2em;
  line-height: 2em;
  background: #fff;
  border-bottom: 1px solid #ccc;
}
.sidebar .m_area .megamenu ul li.hasChild > a {
  padding: 0.5em 1em;
  color: #222;
  background: #fff;
  padding-right: 36px;
  position: relative;
}
.sidebar .m_area .megamenu ul li.hasChild > a:after {
  content: "";
  position: absolute;
  right: 16px;
  top: 1.25em;
  width: 5px;
  line-height: 1.25em;
  height: 5px;
  border: 2px solid #222;
  transform: rotate(45deg);
  border-top: none;
  border-left: none;
  transition: 0.3s;
}
.sidebar .m_area .megamenu ul li ul {
  display: none;
  position: relative;
  width: 100%;
  padding: 0;
  background-color: transparent;
  font-size: 0.938em;
}
.sidebar .m_area .megamenu ul li ul li a {
  display: block;
  min-height: 1.5em;
  line-height: 1.5em;
  padding: 0.5em 1em 0.5em 2em !important;
  background: #eee;
}
.sidebar .m_area .megamenu ul li ul li a:hover, .sidebar .m_area .megamenu ul li ul li a:focus {
  color: #000;
  background: #ccc;
}
.sidebar .m_area .megamenu ul li ul li.hasChild > a {
  background: #eee;
}
.sidebar .m_area .megamenu ul li ul li li a {
  background: rgba(0, 0, 0, 0.15) !important;
  padding: 0.5em 1em 0.5em 4em !important;
  border-bottom: 1px solid #bbb;
}
.sidebar .m_area .megamenu ul li ul li li a:hover, .sidebar .m_area .megamenu ul li ul li li a:focus {
  background: rgba(0, 0, 0, 0.25) !important;
}
.sidebar .m_area .megamenu ul li ul li li a:after {
  display: none !important;
}
.sidebar .navigation {
  position: relative;
  text-align: left;
}
.sidebar .navigation ul {
  float: none;
  width: 90%;
  margin: 1em auto;
  padding: 0;
  overflow: hidden;
  list-style: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: none;
  border-right: none;
}
.sidebar .navigation ul li {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.sidebar .navigation ul li:nth-child(odd):last-child {
  width: 100%;
}
.sidebar .navigation ul li a {
  display: block;
  height: 3em;
  line-height: 2em;
  padding: 0.5em 1em 0.5em 2em;
  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: #050c18;
}
.sidebar .navigation .language {
  position: relative;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
.sidebar .navigation .language a {
  padding: 0.6em 1em;
  background: rgba(0, 0, 0, 0.4);
}
.sidebar .navigation .language a:after {
  top: 1.3em;
}
.sidebar .navigation .language a:before {
  top: 0.8em;
}
.sidebar .navigation .language ul {
  width: 100%;
  margin: 0;
  position: relative;
  top: 0;
  padding: 0;
  border: none;
  background: none;
}
.sidebar .navigation .language ul li {
  width: 100% !important;
}
.sidebar .navigation .language ul li a {
  border: none;
  background: rgba(0, 0, 0, 0.4);
}
.sidebar button.sidebarClose {
  position: absolute;
  display: block;
  width: 3em !important;
  height: 3em !important;
  padding: 0;
  min-width: auto;
  top: 0px;
  right: 0px;
  margin: 0;
  text-indent: -9999px;
  border: none;
  background: none;
  border: none;
}
.sidebar button.sidebarClose:before {
  position: absolute;
  width: 15px;
  height: 15px;
  border: 3px solid #eee;
  content: "";
  top: 15px;
  right: 10px;
  transform: rotate(45deg);
  border-right: none;
  border-top: none;
}

@keyframes showMenu {
  0% {
    left: 20px;
  }
  100% {
    left: 0px;
  }
}
.demo_fixed_sidebar {
  min-height: 300px;
}

.fixed_sidebar {
  background: RGBA(0, 0, 0, 0.6);
  width: 50px;
  min-height: 200px;
  position: fixed;
  z-index: 999;
  right: 0;
  top: 10%;
  margin: 0;
  padding: 0;
  border-radius: 6px 0 0 6px;
}
.fixed_sidebar ul {
  margin: 0;
  padding: 0;
}
.fixed_sidebar ul li {
  width: 50px;
  height: 50px;
  list-style: none;
}
.fixed_sidebar ul li a {
  display: block;
  padding: 0;
  height: 50px;
  line-height: 50px;
  position: relative;
  text-align: center;
  font-weight: bold;
  transition: 0.3s ease-out;
  color: #fff;
  text-decoration: none;
}
.fixed_sidebar ul li a:before {
  position: absolute;
  content: attr(title);
  width: 10em;
  text-align: left;
  right: -10em;
  padding: 0 1em 0 1em;
  height: 50px;
  line-height: 50px;
  background: #00A688;
  color: #FFF;
  font-size: 1em;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: none;
  transition: 0.3s ease-out;
  z-index: 9;
}
.fixed_sidebar ul li a:hover:before, .fixed_sidebar ul li a:focus:before {
  display: block;
  right: 0;
}
.fixed_sidebar ul li img {
  width: 24px;
  height: 24px;
  margin: 13px auto;
}

footer {
  box-sizing: border-box;
  clear: both;
  zoom: 1;
  text-align: left;
  font-size: 1em;
  padding: 0;
  color: #313131;
}
footer:before, footer:after {
  content: "";
  display: table;
}
footer:after {
  clear: both;
}
footer .container {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  background: rgb(110, 204, 247);
  background: linear-gradient(0deg, rgb(110, 204, 247) 0%, rgb(173, 223, 244) 100%);
  padding: 3em 60px 30px;
  display: flex;
}
footer .container > div {
  padding-bottom: 1em;
}
@media screen and (max-width: 991px) {
  footer .container {
    flex-wrap: wrap;
  }
}
footer a {
  text-decoration: none;
  color: #15386e;
}
footer a:hover, footer a:focus {
  color: #0d2243;
}
footer .footer_logo {
  flex: 0 1 240px;
}
footer .footer_info {
  flex: 1 1 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
footer .footer_info .connection_block {
  flex: 0 0 auto;
  flex-basis: 45%;
}
footer .footer_info .footer_link {
  flex: 1 1 auto;
}
footer .footer_info .update_block {
  flex: 1 1 auto;
  flex-basis: 100%;
}
@media (max-width: 850px) {
  footer .footer_info .connection_block,
  footer .footer_info .footer_link {
    flex: 1 1 auto;
    flex-basis: 100%;
  }
  footer .footer_info .footer_link {
    margin-bottom: 1em;
  }
}
footer .footer_icon {
  flex: 0 1 200px;
}
@media screen and (max-width: 991px) {
  footer .footer_icon {
    flex: 1 1 100%;
    text-align: right;
  }
}
footer .footer_link {
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both;
  zoom: 1;
  display: flex;
}
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;
  }
}
footer .footer_link li {
  flex: 0 1 auto;
  margin: 0px 5px 5px 0px;
}
@media screen and (max-width: 767px) {
  footer .footer_link li {
    flex: 1 1 100%;
  }
}
footer .footer_link li a {
  display: block;
  padding: 0.4em 1.5em;
  background: #15386e;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  transition: all 0.3s ease-out;
}
footer .footer_link li a:hover, footer .footer_link li a:focus {
  background: #0d2243;
}
footer p {
  line-height: 1.65em;
}
footer .update,
footer .counter {
  display: inline-block;
  margin-right: 5px;
}
footer .update em,
footer .counter em {
  font-style: normal;
  color: #15386e;
  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 #004d99 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: #004d99;
  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: #003366;
  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: #4b4949;
  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: #004d99;
  cursor: pointer;
}
.fatfooter nav ul li ul ul {
  display: none;
}

.R {
  color: #bf0000;
}

.B {
  color: #0541b1;
}

select::-ms-expand {
  display: none;
}

.labelEffect {
  display: flex;
  flex: 1 1 46%;
  position: relative;
}
.labelEffect.input-i .btn-icon {
  padding: 0.15em 1.6em;
}
@media screen and (max-width: 767px) {
  .labelEffect {
    margin-left: 0;
  }
}
.labelEffect.password_toggle input[type=text],
.labelEffect.password_toggle input[type=password], .labelEffect.hasBtn input[type=text],
.labelEffect.hasBtn input[type=password] {
  padding-right: 3em;
}
.labelEffect > label {
  width: 100%;
  color: #666;
  align-items: flex-start;
  font-size: 1em;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 0px;
  bottom: 0;
  height: 100%;
  padding: 0.6em 0.5em 0.1em;
  transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.labelEffect > label:before, .labelEffect > label:after {
  content: "";
  display: block;
  width: 0%;
  left: 50%;
  position: absolute;
  bottom: -2px;
  height: 2px;
  background: #0066cc;
  transition: 0.2s ease all;
}
.labelEffect input,
.labelEffect textarea,
.labelEffect select {
  flex: 1 1 70%;
  border-radius: 0.2em;
}
.labelEffect input:focus ~ label, .labelEffect input.used ~ label,
.labelEffect textarea:focus ~ label,
.labelEffect textarea.used ~ label,
.labelEffect select:focus ~ label,
.labelEffect select.used ~ label {
  bottom: 0;
  font-size: 0.813em;
  color: #0d2243;
  padding: 0;
  pointer-events: none;
  height: calc(100% + 1.95em);
}
.labelEffect input:focus ~ label:before, .labelEffect input.used ~ label:before,
.labelEffect textarea:focus ~ label:before,
.labelEffect textarea.used ~ label:before,
.labelEffect select:focus ~ label:before,
.labelEffect select.used ~ label:before {
  width: 50%;
  left: 0%;
}
.labelEffect input:focus ~ label:after, .labelEffect input.used ~ label:after,
.labelEffect textarea:focus ~ label:after,
.labelEffect textarea.used ~ label:after,
.labelEffect select:focus ~ label:after,
.labelEffect select.used ~ label:after {
  width: 50%;
  right: 50%;
}
.labelEffect input.used ~ label:before,
.labelEffect textarea.used ~ label:before,
.labelEffect select.used ~ label:before {
  width: 0%;
  left: 50%;
}
.labelEffect input.used ~ label:after,
.labelEffect textarea.used ~ label:after,
.labelEffect select.used ~ label:after {
  width: 0%;
  left: 50%;
}
.labelEffect [class^=btn],
.labelEffect .additonal {
  flex: 0 1 10%;
  min-width: 0em;
  margin: 0em 0 0 0.5em;
  padding: 0.2em 0.25em;
  font-size: 0.938em;
}
.labelEffect .btn-icon {
  flex: 0 1 3em;
  min-width: 0em;
  margin: 0;
  font-size: 0.938em;
  right: 0.3em;
  top: 0.35em;
  height: 38px;
  background: none;
  border: transparent;
  position: absolute;
}
.labelEffect .btn-icon i {
  font-size: 1.25em;
  border-right: none;
  top: 0;
}
.labelEffect .additional {
  white-space: nowrap;
  font-size: 0.875rem;
  color: #666;
  padding: 0 0.5em;
  display: flex;
  align-items: center;
}
.labelEffect .additional img {
  max-height: 3em;
}
.labelEffect .additional label input {
  flex: 0 1 1.2em !important;
}
.labelEffect .additional .btn_circle {
  padding: 0;
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  min-width: 2.5em;
  background: #fff;
  position: relative;
  border: 1px solid #ddd;
}
.labelEffect .additional .btn_circle:hover, .labelEffect .additional .btn_circle:focus {
  border: 1px solid #0066cc;
  background: #fff;
  box-shadow: none;
  background: #0066cc;
}
.labelEffect .additional .btn_circle:hover:before, .labelEffect .additional .btn_circle:focus:before {
  border: 2px solid #fff;
  border-left: none;
  border-top: none;
}
.labelEffect .additional .btn_circle:hover i, .labelEffect .additional .btn_circle:focus i {
  filter: invert(100%);
}
.labelEffect .additional .btn_circle:hover i span, .labelEffect .additional .btn_circle:focus i span {
  filter: invert(100%);
}
.labelEffect .additional .btn_circle:hover span, .labelEffect .additional .btn_circle:focus span {
  filter: invert(100%);
}

.necessary {
  font-size: 1.5rem;
  color: #d30000;
  margin: 0 0 0 6px;
  vertical-align: middle;
}

.flex-form {
  font-size: 100%;
  margin: 0.5em 0;
}
.flex-form .form_grp {
  border-bottom: 1px dashed #ddd;
  padding: 0.5em 0;
}
.flex-form.form_inline {
  border-bottom: 1px dashed #ddd;
}
.flex-form.form_inline .form_grp {
  border-bottom: 0;
}
.flex-form.form_inline .form_grp .form_title {
  max-width: -moz-max-content;
  max-width: max-content;
}
.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_grp .tel input[type=text]:first-child,
.flex-form .form_grp .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_grp .tel input[type=text]:first-child,
.flex-form .form_grp .tel select:first-child,
.flex-form .form_grp .tel input[type=tel]:first-child {
  width: 100px !important;
}
.flex-form .form_grp .tel input[type=text]:first-child ~ input,
.flex-form .form_grp .tel select:first-child ~ input,
.flex-form .form_grp .tel input[type=tel]:first-child ~ input {
  width: calc(100% - 120px);
}
@media screen and (max-width: 575px) {
  .flex-form .form_grp .tel input[type=text]:first-child ~ input,
  .flex-form .form_grp .tel select:first-child ~ input,
  .flex-form .form_grp .tel input[type=tel]:first-child ~ input {
    width: 100% !important;
    display: block !important;
  }
}
.flex-form .form_grp .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_grp .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_grp .birthday select option {
  text-align: center;
}
.flex-form .form_grp .address select {
  min-width: 100px;
}
.flex-form .form_grp .address select option {
  text-align: center;
}
@media screen and (max-width: 575px) {
  .flex-form .form_grp .address select {
    width: 100px;
    display: inline-block !important;
  }
}
.flex-form .form_grp .address input[type=text].user_typing {
  flex: 1 1 auto;
  width: calc(100% - 240px) !important;
}
@media screen and (max-width: 767px) {
  .flex-form .form_grp .address input[type=text] {
    display: block !important;
    width: calc(100% - 0.6em) !important;
  }
  .flex-form .form_grp .address input[type=text].user_typing {
    width: 100% !important;
  }
}
.flex-form .form_grp .datepick {
  position: relative;
}
@media screen and (max-width: 575px) {
  .flex-form .form_grp .datepick {
    width: 100%;
    display: block;
    padding-right: 0;
  }
}
.flex-form .form_grp .datepick + .datepick {
  margin-left: 0.3em;
  margin-right: 0;
  padding-right: 0;
}
.flex-form .form_grp .datepick + .datepick:before {
  content: "~";
  font-size: 1.5em;
  color: #777;
}
@media screen and (max-width: 575px) {
  .flex-form .form_grp .datepick + .datepick {
    margin-left: 0em;
  }
  .flex-form .form_grp .datepick + .datepick:before {
    display: none;
  }
}
.flex-form .form_grp .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_grp .datepick i:hover, .flex-form .form_grp .datepick i:focus {
  box-shadow: none;
  border: none !important;
}
.flex-form .form_grp .datepick > input[type=text],
.flex-form .form_grp .datepick > input[type=date] {
  width: 10em;
}
@media screen and (max-width: 575px) {
  .flex-form .form_grp .datepick > input[type=text],
  .flex-form .form_grp .datepick > input[type=date] {
    width: calc(100% - 0.6em);
  }
}
.flex-form .form_grp .datepick > input[type=text] {
  padding-right: 2em;
}
.flex-form .form_grp .form_title {
  color: #0d2243;
  font-weight: 500;
}
.flex-form .form_title {
  max-width: 150px;
  flex: 0 0 150px;
  align-self: flex-start;
  padding: 0.65em 0;
  font-weight: 500;
  color: #0d2243;
}
@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;
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
  }
}
.flex-form .form_title + .form_content[class*=form_col] {
  flex-basis: calc(100% - 150px);
  max-width: calc(100% - 150px);
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .flex-form .form_title + .form_content[class*=form_col] {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.flex-form .form_content {
  display: flex;
  max-width: calc(100% - 150px);
  flex: auto;
  flex-basis: calc(100% - 150px);
  position: relative;
  min-height: 1px;
  flex-wrap: wrap;
}
.flex-form .form_content > section {
  width: 100%;
}
@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.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: 50px;
  margin: 0;
  padding: 0;
  border-bottom: none;
}
.flex-form .form_content .form_grp .form_title {
  color: #008175;
}
.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 .form_content .form_grp .form_title {
  color: #222;
  padding-bottom: 0;
}
.flex-form .form_content .form_grp:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.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 .flex-col-equal-1,
.flex-form .flex-col-equal-2,
.flex-form .flex-col-equal-3,
.flex-form .flex-col-equal-4 {
  width: 100%;
}
.flex-form .flex-col-equal-1 .form_grp,
.flex-form .flex-col-equal-2 .form_grp,
.flex-form .flex-col-equal-3 .form_grp,
.flex-form .flex-col-equal-4 .form_grp {
  border-bottom: 0;
}
@media (min-width: 320px) {
  .flex-form .flex-col-equal-1 > .form_grp {
    flex-basis: calc(100% / 1 - 0px);
    max-width: calc(100% / 1 - 0px);
  }
  .flex-form .flex-col-equal-1 > .form_grp:last-child {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .flex-form .flex-col-equal-1 > .form_grp {
    flex-basis: calc(100% / 1 - 4px);
    max-width: calc(100% / 1 - 4px);
  }
  .flex-form .flex-col-equal-1 > .form_grp:last-child {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .flex-form .flex-col-equal-1 > .form_grp {
    flex-basis: calc(100% / 1 - 4px);
    max-width: calc(100% / 1 - 4px);
  }
  .flex-form .flex-col-equal-1 > .form_grp:last-child {
    margin-right: 0;
  }
}
@media (min-width: 1400px) {
  .flex-form .flex-col-equal-1 > .form_grp {
    flex-basis: calc(100% / 1 - 4px);
    max-width: calc(100% / 1 - 4px);
  }
  .flex-form .flex-col-equal-1 > .form_grp:last-child {
    margin-right: 0;
  }
}
@media (min-width: 320px) {
  .flex-form .flex-col-equal-2 > .form_grp {
    flex-basis: calc(100% / 1 - 0px);
    max-width: calc(100% / 1 - 0px);
  }
  .flex-form .flex-col-equal-2 > .form_grp:last-child {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .flex-form .flex-col-equal-2 > .form_grp {
    flex-basis: calc(100% / 2 - 4px);
    max-width: calc(100% / 2 - 4px);
  }
  .flex-form .flex-col-equal-2 > .form_grp:last-child:nth-child(12n-1) {
    margin-right: 0;
  }
  .flex-form .flex-col-equal-2 > .form_grp:last-child:nth-child(12n-2) {
    margin-right: 0;
  }
  .flex-form .flex-col-equal-2 > .form_grp:last-child:nth-child(12n-3) {
    margin-right: 0;
  }
  .flex-form .flex-col-equal-2 > .form_grp:last-child:nth-child(12n-4) {
    margin-right: 0;
  }
  .flex-form .flex-col-equal-2 > .form_grp:last-child:nth-child(12n-5) {
    margin-right: 0;
  }
  .flex-form .flex-col-equal-2 > .form_grp:last-child:nth-child(12n-6) {
    margin-right: 0;
  }
  .flex-form .flex-col-equal-2 > .form_grp:last-child:nth-child(12n-7) {
    margin-right: 0;
  }
  .flex-form .flex-col-equal-2 > .form_grp:last-child:nth-child(12n-8) {
    margin-right: 0;
  }
  .flex-form .flex-col-equal-2 > .form_grp:last-child:nth-child(12n-9) {
    margin-right: 0;
  }
  .flex-form .flex-col-equal-2 > .form_grp:last-child:nth-child(12n-10) {
    margin-right: 0;
  }
  .flex-form .flex-col-equal-2 > .form_grp:last-child:nth-child(12n-11) {
    margin-right: 0;
  }
  .flex-form .flex-col-equal-2 > .form_grp:last-child:nth-child(12n-12) {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .flex-form .flex-col-equal-2 > .form_grp {
    flex-basis: calc(100% / 2 - 4px);
    max-width: calc(100% / 2 - 4px);
  }
  .flex-form .flex-col-equal-2 > .form_grp:last-child:nth-child(12n-1) {
    margin-right: 0;
  }
  .flex-form .flex-col-equal-2 > .form_grp:last-child:nth-child(12n-2) {
    margin-right: 0;
  }
  .flex-form .flex-col-equal-2 > .form_grp:last-child:nth-child(12n-3) {
    margin-right: 0;
  }
  .flex-form .flex-col-equal-2 > .form_grp:last-child:nth-child(12n-4) {
    margin-right: 0;
  }
  .flex-form .flex-col-equal-2 > .form_grp:last-child:nth-child(12n-5) {
    margin-right: 0;
  }
  .flex-form .flex-col-equal-2 > .form_grp:last-child:nth-child(12n-6) {
    margin-right: 0;
  }
  .flex-form .flex-col-equal-2 > .form_grp:last-child:nth-child(12n-7) {
    margin-right: 0;
  }
  .flex-form .flex-col-equal-2 > .form_grp:last-child:nth-child(12n-8) {
    margin-right: 0;
  }
  .flex-form .flex-col-equal-2 > .form_grp:last-child:nth-child(12n-9) {
    margin-right: 0;
  }
  .flex-form .flex-col-equal-2 > .form_grp:last-child:nth-child(12n-10) {
    margin-right: 0;
  }
  .flex-form .flex-col-equal-2 > .form_grp:last-child:nth-child(12n-11) {
    margin-right: 0;
  }
  .flex-form .flex-col-equal-2 > .form_grp:last-child:nth-child(12n-12) {
    margin-right: 0;
  }
}
@media (min-width: 1400px) {
  .flex-form .flex-col-equal-2 > .form_grp {
    flex-basis: calc(100% / 2 - 4px);
    max-width: calc(100% / 2 - 4px);
  }
  .flex-form .flex-col-equal-2 > .form_grp:last-child:nth-child(12n-1) {
    margin-right: 0;
  }
  .flex-form .flex-col-equal-2 > .form_grp:last-child:nth-child(12n-2) {
    margin-right: 0;
  }
  .flex-form .flex-col-equal-2 > .form_grp:last-child:nth-child(12n-3) {
    margin-right: 0;
  }
  .flex-form .flex-col-equal-2 > .form_grp:last-child:nth-child(12n-4) {
    margin-right: 0;
  }
  .flex-form .flex-col-equal-2 > .form_grp:last-child:nth-child(12n-5) {
    margin-right: 0;
  }
  .flex-form .flex-col-equal-2 > .form_grp:last-child:nth-child(12n-6) {
    margin-right: 0;
  }
  .flex-form .flex-col-equal-2 > .form_grp:last-child:nth-child(12n-7) {
    margin-right: 0;
  }
  .flex-form .flex-col-equal-2 > .form_grp:last-child:nth-child(12n-8) {
    margin-right: 0;
  }
  .flex-form .flex-col-equal-2 > .form_grp:last-child:nth-child(12n-9) {
    margin-right: 0;
  }
  .flex-form .flex-col-equal-2 > .form_grp:last-child:nth-child(12n-10) {
    margin-right: 0;
  }
  .flex-form .flex-col-equal-2 > .form_grp:last-child:nth-child(12n-11) {
    margin-right: 0;
  }
  .flex-form .flex-col-equal-2 > .form_grp:last-child:nth-child(12n-12) {
    margin-right: 0;
  }
}
@media (min-width: 320px) {
  .flex-form .flex-col-equal-3 > .form_grp {
    flex-basis: calc(100% / 1 - 0px);
    max-width: calc(100% / 1 - 0px);
  }
  .flex-form .flex-col-equal-3 > .form_grp:last-child {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .flex-form .flex-col-equal-3 > .form_grp {
    flex-basis: calc(100% / 3 - 4px);
    max-width: calc(100% / 3 - 4px);
  }
  .flex-form .flex-col-equal-3 > .form_grp:last-child:nth-child(3n) {
    margin-right: 0;
  }
  .flex-form .flex-col-equal-3 > .form_grp:last-child:nth-child(3n-1) {
    margin-right: calc((100% / 3 - 4px) * 1 + 4px * 3 * 1 / (3 - 1));
  }
  .flex-form .flex-col-equal-3 > .form_grp:last-child:nth-child(3n) {
    margin-right: 0;
  }
  .flex-form .flex-col-equal-3 > .form_grp:last-child:nth-child(3n-2) {
    margin-right: calc((100% / 3 - 4px) * 2 + 4px * 3 * 2 / (3 - 1));
  }
}
@media (min-width: 992px) {
  .flex-form .flex-col-equal-3 > .form_grp {
    flex-basis: calc(100% / 3 - 4px);
    max-width: calc(100% / 3 - 4px);
  }
  .flex-form .flex-col-equal-3 > .form_grp:last-child:nth-child(3n) {
    margin-right: 0;
  }
  .flex-form .flex-col-equal-3 > .form_grp:last-child:nth-child(3n-1) {
    margin-right: calc((100% / 3 - 4px) * 1 + 4px * 3 * 1 / (3 - 1));
  }
  .flex-form .flex-col-equal-3 > .form_grp:last-child:nth-child(3n) {
    margin-right: 0;
  }
  .flex-form .flex-col-equal-3 > .form_grp:last-child:nth-child(3n-2) {
    margin-right: calc((100% / 3 - 4px) * 2 + 4px * 3 * 2 / (3 - 1));
  }
}
@media (min-width: 1400px) {
  .flex-form .flex-col-equal-3 > .form_grp {
    flex-basis: calc(100% / 3 - 4px);
    max-width: calc(100% / 3 - 4px);
  }
  .flex-form .flex-col-equal-3 > .form_grp:last-child:nth-child(3n) {
    margin-right: 0;
  }
  .flex-form .flex-col-equal-3 > .form_grp:last-child:nth-child(3n-1) {
    margin-right: calc((100% / 3 - 4px) * 1 + 4px * 3 * 1 / (3 - 1));
  }
  .flex-form .flex-col-equal-3 > .form_grp:last-child:nth-child(3n) {
    margin-right: 0;
  }
  .flex-form .flex-col-equal-3 > .form_grp:last-child:nth-child(3n-2) {
    margin-right: calc((100% / 3 - 4px) * 2 + 4px * 3 * 2 / (3 - 1));
  }
}
@media (min-width: 320px) {
  .flex-form .flex-col-equal-4 > .form_grp {
    flex-basis: calc(100% / 1 - 0px);
    max-width: calc(100% / 1 - 0px);
  }
  .flex-form .flex-col-equal-4 > .form_grp:last-child {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .flex-form .flex-col-equal-4 > .form_grp {
    flex-basis: calc(100% / 2 - 4px);
    max-width: calc(100% / 2 - 4px);
  }
  .flex-form .flex-col-equal-4 > .form_grp:last-child:nth-child(12n-1) {
    margin-right: 0;
  }
  .flex-form .flex-col-equal-4 > .form_grp:last-child:nth-child(12n-2) {
    margin-right: 0;
  }
  .flex-form .flex-col-equal-4 > .form_grp:last-child:nth-child(12n-3) {
    margin-right: 0;
  }
  .flex-form .flex-col-equal-4 > .form_grp:last-child:nth-child(12n-4) {
    margin-right: 0;
  }
  .flex-form .flex-col-equal-4 > .form_grp:last-child:nth-child(12n-5) {
    margin-right: 0;
  }
  .flex-form .flex-col-equal-4 > .form_grp:last-child:nth-child(12n-6) {
    margin-right: 0;
  }
  .flex-form .flex-col-equal-4 > .form_grp:last-child:nth-child(12n-7) {
    margin-right: 0;
  }
  .flex-form .flex-col-equal-4 > .form_grp:last-child:nth-child(12n-8) {
    margin-right: 0;
  }
  .flex-form .flex-col-equal-4 > .form_grp:last-child:nth-child(12n-9) {
    margin-right: 0;
  }
  .flex-form .flex-col-equal-4 > .form_grp:last-child:nth-child(12n-10) {
    margin-right: 0;
  }
  .flex-form .flex-col-equal-4 > .form_grp:last-child:nth-child(12n-11) {
    margin-right: 0;
  }
  .flex-form .flex-col-equal-4 > .form_grp:last-child:nth-child(12n-12) {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .flex-form .flex-col-equal-4 > .form_grp {
    flex-basis: calc(100% / 4 - 4px);
    max-width: calc(100% / 4 - 4px);
  }
  .flex-form .flex-col-equal-4 > .form_grp:last-child:nth-child(4n) {
    margin-right: 0;
  }
  .flex-form .flex-col-equal-4 > .form_grp:last-child:nth-child(4n-1) {
    margin-right: calc((100% / 4 - 4px) * 1 + 4px * 4 * 1 / (4 - 1));
  }
  .flex-form .flex-col-equal-4 > .form_grp:last-child:nth-child(4n) {
    margin-right: 0;
  }
  .flex-form .flex-col-equal-4 > .form_grp:last-child:nth-child(4n-2) {
    margin-right: calc((100% / 4 - 4px) * 2 + 4px * 4 * 2 / (4 - 1));
  }
  .flex-form .flex-col-equal-4 > .form_grp:last-child:nth-child(4n) {
    margin-right: 0;
  }
  .flex-form .flex-col-equal-4 > .form_grp:last-child:nth-child(4n-3) {
    margin-right: calc((100% / 4 - 4px) * 3 + 4px * 4 * 3 / (4 - 1));
  }
}
@media (min-width: 1400px) {
  .flex-form .flex-col-equal-4 > .form_grp {
    flex-basis: calc(100% / 4 - 4px);
    max-width: calc(100% / 4 - 4px);
  }
  .flex-form .flex-col-equal-4 > .form_grp:last-child:nth-child(4n) {
    margin-right: 0;
  }
  .flex-form .flex-col-equal-4 > .form_grp:last-child:nth-child(4n-1) {
    margin-right: calc((100% / 4 - 4px) * 1 + 4px * 4 * 1 / (4 - 1));
  }
  .flex-form .flex-col-equal-4 > .form_grp:last-child:nth-child(4n) {
    margin-right: 0;
  }
  .flex-form .flex-col-equal-4 > .form_grp:last-child:nth-child(4n-2) {
    margin-right: calc((100% / 4 - 4px) * 2 + 4px * 4 * 2 / (4 - 1));
  }
  .flex-form .flex-col-equal-4 > .form_grp:last-child:nth-child(4n) {
    margin-right: 0;
  }
  .flex-form .flex-col-equal-4 > .form_grp:last-child:nth-child(4n-3) {
    margin-right: calc((100% / 4 - 4px) * 3 + 4px * 4 * 3 / (4 - 1));
  }
}
.flex-form .form_col-6-6 > .form_grp {
  width: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-6-6 > .form_grp {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.flex-form .form_col-6-6 > input,
.flex-form .form_col-6-6 > select,
.flex-form .form_col-6-6 > label {
  width: calc(50% - 0.6em);
  flex-basis: calc(50% - 0.6em);
  max-width: calc(50% - 0.6em);
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-6-6 > input,
  .flex-form .form_col-6-6 > select,
  .flex-form .form_col-6-6 > label {
    width: calc(100% - 0.6em);
    flex-basis: calc(100% - 0.6em);
    max-width: calc(100% - 0.6em);
  }
}
.flex-form .form_col-4-4-4 > .form_grp {
  width: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-4-4-4 > .form_grp {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.flex-form .form_col-4-4-4 > input,
.flex-form .form_col-4-4-4 > select,
.flex-form .form_col-4-4-4 > label {
  width: calc(33.333% - 0.6em);
  flex-basis: calc(33.333% - 0.6em);
  max-width: calc(33.333% - 0.6em);
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-4-4-4 > input,
  .flex-form .form_col-4-4-4 > select,
  .flex-form .form_col-4-4-4 > label {
    width: calc(100% - 0.6em);
    flex-basis: calc(100% - 0.6em);
    max-width: calc(100% - 0.6em);
  }
}
.flex-form .form_col-3-3-3-3 > .form_grp {
  width: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
@media screen and (max-width: 767px) {
  .flex-form .form_col-3-3-3-3 > .form_grp {
    width: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-3-3-3-3 > .form_grp {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.flex-form .form_col-3-3-3-3 > input,
.flex-form .form_col-3-3-3-3 > select,
.flex-form .form_col-3-3-3-3 > label {
  width: calc(25% - 0.6em);
  flex-basis: calc(25% - 0.6em);
  max-width: calc(25% - 0.6em);
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-3-3-3-3 > input,
  .flex-form .form_col-3-3-3-3 > select,
  .flex-form .form_col-3-3-3-3 > label {
    width: calc(100% - 0.6em);
    flex-basis: calc(100% - 0.6em);
    max-width: calc(100% - 0.6em);
  }
}
.flex-form .form_col-2-2-2-2-2-2 > .form_grp {
  width: 16.6666666667%;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}
@media screen and (max-width: 767px) {
  .flex-form .form_col-2-2-2-2-2-2 > .form_grp {
    width: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
.flex-form .form_col-2-2-2-2-2-2 > input,
.flex-form .form_col-2-2-2-2-2-2 > select,
.flex-form .form_col-2-2-2-2-2-2 > label {
  width: calc(16.6666666667% - 0.6em);
  flex-basis: calc(16.6666666667% - 0.6em);
  max-width: calc(16.6666666667% - 0.6em);
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-2-2-2-2-2-2 > input,
  .flex-form .form_col-2-2-2-2-2-2 > select,
  .flex-form .form_col-2-2-2-2-2-2 > label {
    width: calc(50% - 0.6em);
    flex-basis: calc(50% - 0.6em);
    max-width: calc(50% - 0.6em);
  }
}
.flex-form .form_col-3-9 > .form_grp {
  width: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-3-9 > .form_grp {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.flex-form .form_col-3-9 > .form_grp:nth-child(2) {
  width: 75%;
  flex-basis: 75%;
  max-width: 75%;
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-3-9 > .form_grp:nth-child(2) {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.flex-form .form_col-3-9 > input,
.flex-form .form_col-3-9 > select,
.flex-form .form_col-3-9 > label {
  width: calc(25% - 0.6em);
  max-width: calc(25% - 0.6em);
  flex-basis: calc(25% - 0.6em);
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-3-9 > input,
  .flex-form .form_col-3-9 > select,
  .flex-form .form_col-3-9 > label {
    width: calc(25% - 0.6em);
    max-width: calc(25% - 0.6em);
    flex-basis: calc(100% - 0.6em);
  }
}
.flex-form .form_col-3-9 > input:nth-child(2),
.flex-form .form_col-3-9 > select:nth-child(2),
.flex-form .form_col-3-9 > label:nth-child(2) {
  width: calc(75% - 0.6em);
  flex-basis: calc(75% - 0.6em);
  max-width: calc(75% - 0.6em);
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-3-9 > input:nth-child(2),
  .flex-form .form_col-3-9 > select:nth-child(2),
  .flex-form .form_col-3-9 > label:nth-child(2) {
    width: calc(100% - 0.6em);
    flex-basis: calc(100% - 0.6em);
    max-width: calc(100% - 0.6em);
  }
}
.flex-form .form_col-9-3 > .form_grp {
  flex-basis: 75%;
  max-width: 75%;
  width: 75%;
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-9-3 > .form_grp {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}
.flex-form .form_col-9-3 > .form_grp:nth-child(2) {
  flex-basis: 25%;
  max-width: 25%;
  width: 25%;
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-9-3 > .form_grp:nth-child(2) {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}
.flex-form .form_col-9-3 > input,
.flex-form .form_col-9-3 > select,
.flex-form .form_col-9-3 > label {
  width: calc(75% - 0.6em);
  max-width: calc(75% - 0.6em);
  flex-basis: calc(75% - 0.6em);
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-9-3 > input,
  .flex-form .form_col-9-3 > select,
  .flex-form .form_col-9-3 > label {
    width: calc(100% - 0.6em);
    max-width: calc(100% - 0.6em);
    flex-basis: calc(100% - 0.6em);
  }
}
.flex-form .form_col-9-3 > input:nth-child(2),
.flex-form .form_col-9-3 > select:nth-child(2),
.flex-form .form_col-9-3 > label:nth-child(2) {
  width: calc(25% - 0.6em);
  max-width: calc(25% - 0.6em);
  flex-basis: calc(25% - 0.6em);
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-9-3 > input:nth-child(2),
  .flex-form .form_col-9-3 > select:nth-child(2),
  .flex-form .form_col-9-3 > label:nth-child(2) {
    width: calc(100% - 0.6em);
    max-width: calc(100% - 0.6em);
    flex-basis: calc(100% - 0.6em);
  }
}
.flex-form .form_col-3-3-6 > .form_grp {
  width: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-3-3-6 > .form_grp {
    width: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
.flex-form .form_col-3-3-6 > .form_grp:last-child {
  width: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-3-3-6 > .form_grp:last-child {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.flex-form .form_col-3-3-6 > input,
.flex-form .form_col-3-3-6 > select,
.flex-form .form_col-3-3-6 > label {
  width: calc(25% - 0.6em);
  max-width: calc(25% - 0.6em);
  flex-basis: calc(25% - 0.6em);
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-3-3-6 > input,
  .flex-form .form_col-3-3-6 > select,
  .flex-form .form_col-3-3-6 > label {
    width: calc(50% - 0.6em);
    max-width: calc(50% - 0.6em);
    flex-basis: calc(50% - 0.6em);
  }
}
.flex-form .form_col-3-3-6 > input:last-child,
.flex-form .form_col-3-3-6 > select:last-child,
.flex-form .form_col-3-3-6 > label:last-child {
  width: calc(50% - 0.6em);
  max-width: calc(50% - 0.6em);
  flex-basis: calc(50% - 0.6em);
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-3-3-6 > input:last-child,
  .flex-form .form_col-3-3-6 > select:last-child,
  .flex-form .form_col-3-3-6 > label:last-child {
    width: calc(100% - 0.6em);
    max-width: calc(100% - 0.6em);
    flex-basis: calc(100% - 0.6em);
  }
}
.flex-form .form_col-6-3-3 > .form_grp,
.flex-form .form_col-6-3-3 > input[type=text],
.flex-form .form_col-6-3-3 > select {
  width: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-6-3-3 > .form_grp,
  .flex-form .form_col-6-3-3 > input[type=text],
  .flex-form .form_col-6-3-3 > select {
    width: 50%;
    max-width: 50%;
    flex-basis: 50%;
  }
}
.flex-form .form_col-6-3-3 > .form_grp:first-child,
.flex-form .form_col-6-3-3 > input[type=text]:first-child,
.flex-form .form_col-6-3-3 > select:first-child {
  width: 50%;
  max-width: 50%;
  flex-basis: 50%;
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-6-3-3 > .form_grp:first-child,
  .flex-form .form_col-6-3-3 > input[type=text]:first-child,
  .flex-form .form_col-6-3-3 > select:first-child {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
  }
}
.flex-form .form_col-4-8 > .form_grp {
  width: 33.3333333333%;
  max-width: 33.3333333333%;
  flex-basis: 33.3333333333%;
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-4-8 > .form_grp {
    width: 50%;
    max-width: 50%;
    flex-basis: 50%;
  }
}
.flex-form .form_col-4-8 > .form_grp:last-child {
  width: 66.6666666667%;
  max-width: 66.6666666667%;
  flex-basis: 66.6666666667%;
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-4-8 > .form_grp:last-child {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
  }
}
.flex-form .form_col-4-8 > input,
.flex-form .form_col-4-8 > select,
.flex-form .form_col-4-8 > label {
  width: calc(33.3333333333% - 0.6em);
  max-width: calc(33.3333333333% - 0.6em);
  flex-basis: calc(33.3333333333% - 0.6em);
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-4-8 > input,
  .flex-form .form_col-4-8 > select,
  .flex-form .form_col-4-8 > label {
    width: calc(100% - 0.6em);
    max-width: calc(100% - 0.6em);
    flex-basis: calc(100% - 0.6em);
  }
}
.flex-form .form_col-4-8 > input:last-child,
.flex-form .form_col-4-8 > select:last-child,
.flex-form .form_col-4-8 > label:last-child {
  width: calc(66.6666666667% - 0.6em);
  max-width: calc(66.6666666667% - 0.6em);
  flex-basis: calc(66.6666666667% - 0.6em);
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-4-8 > input:last-child,
  .flex-form .form_col-4-8 > select:last-child,
  .flex-form .form_col-4-8 > label:last-child {
    width: calc(100% - 0.6em);
    max-width: calc(100% - 0.6em);
    flex-basis: calc(100% - 0.6em);
  }
}
.flex-form .form_col-2-10 > .form_grp {
  width: 16.6666666667%;
  max-width: 16.6666666667%;
  flex-basis: 16.6666666667%;
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-2-10 > .form_grp {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
  }
}
.flex-form .form_col-2-10 > .form_grp:last-child {
  max-width: 83.3333333333%;
  flex-basis: 83.3333333333%;
  width: 83.3333333333%;
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-2-10 > .form_grp:last-child {
    max-width: 100%;
    flex-basis: 100%;
    width: 100%;
  }
}
.flex-form .form_col-2-10 > input,
.flex-form .form_col-2-10 > select,
.flex-form .form_col-2-10 > label {
  width: calc(16.6666666667% - 0.6em);
  max-width: calc(16.6666666667% - 0.6em);
  flex-basis: calc(16.6666666667% - 0.6em);
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-2-10 > input,
  .flex-form .form_col-2-10 > select,
  .flex-form .form_col-2-10 > label {
    width: calc(100% - 0.6em);
    max-width: calc(100% - 0.6em);
    flex-basis: calc(100% - 0.6em);
  }
}
.flex-form .form_col-2-10 > input:last-child,
.flex-form .form_col-2-10 > select:last-child,
.flex-form .form_col-2-10 > label:last-child {
  width: calc(83.3333333333% - 0.6em);
  max-width: calc(83.3333333333% - 0.6em);
  flex-basis: calc(83.3333333333% - 0.6em);
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-2-10 > input:last-child,
  .flex-form .form_col-2-10 > select:last-child,
  .flex-form .form_col-2-10 > label:last-child {
    width: calc(100% - 0.6em);
    max-width: calc(100% - 0.6em);
    flex-basis: calc(100% - 0.6em);
  }
}
.flex-form .form_col-10-2 > .form_grp {
  width: 16.6666666667%;
  max-width: 16.6666666667%;
  flex-basis: 16.6666666667%;
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-10-2 > .form_grp {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
  }
}
.flex-form .form_col-10-2 > .form_grp:first-child {
  width: 83.3333333333%;
  max-width: 83.3333333333%;
  flex-basis: 83.3333333333%;
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-10-2 > .form_grp:first-child {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
  }
}
.flex-form .form_col-10-2 > input,
.flex-form .form_col-10-2 > select,
.flex-form .form_col-10-2 > label {
  width: calc(16.6666666667% - 0.6em);
  max-width: calc(16.6666666667% - 0.6em);
  flex-basis: calc(16.6666666667% - 0.6em);
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-10-2 > input,
  .flex-form .form_col-10-2 > select,
  .flex-form .form_col-10-2 > label {
    width: calc(100% - 0.6em);
    max-width: calc(100% - 0.6em);
    flex-basis: calc(100% - 0.6em);
  }
}
.flex-form .form_col-10-2 > input:first-child,
.flex-form .form_col-10-2 > select:first-child,
.flex-form .form_col-10-2 > label:first-child {
  width: calc(83.3333333333% - 0.6em);
  max-width: calc(83.3333333333% - 0.6em);
  flex-basis: calc(83.3333333333% - 0.6em);
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-10-2 > input:first-child,
  .flex-form .form_col-10-2 > select:first-child,
  .flex-form .form_col-10-2 > label:first-child {
    width: calc(100% - 0.6em);
    max-width: calc(100% - 0.6em);
    flex-basis: calc(100% - 0.6em);
  }
}
.flex-form .form_col-2-2-8 > .form_grp {
  width: 16.6666666667%;
  max-width: 16.6666666667%;
  flex-basis: 16.6666666667%;
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-2-2-8 > .form_grp {
    width: 50%;
    max-width: 50%;
    flex-basis: 50%;
  }
}
.flex-form .form_col-2-2-8 > .form_grp:last-child {
  width: 66.6666666667%;
  max-width: 66.6666666667%;
  flex-basis: 66.6666666667%;
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-2-2-8 > .form_grp:last-child {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
  }
}
.flex-form .form_col-2-2-8 > input,
.flex-form .form_col-2-2-8 > select,
.flex-form .form_col-2-2-8 > label {
  width: calc(16.6666666667% - 0.6em);
  max-width: calc(16.6666666667% - 0.6em);
  flex-basis: calc(16.6666666667% - 0.6em);
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-2-2-8 > input,
  .flex-form .form_col-2-2-8 > select,
  .flex-form .form_col-2-2-8 > label {
    width: calc(50% - 0.6em);
    max-width: calc(50% - 0.6em);
    flex-basis: calc(50% - 0.6em);
  }
}
.flex-form .form_col-2-2-8 > input:last-child,
.flex-form .form_col-2-2-8 > select:last-child,
.flex-form .form_col-2-2-8 > label:last-child {
  width: calc(66.6666666667% - 0.6em);
  max-width: calc(66.6666666667% - 0.6em);
  flex-basis: calc(66.6666666667% - 0.6em);
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-2-2-8 > input:last-child,
  .flex-form .form_col-2-2-8 > select:last-child,
  .flex-form .form_col-2-2-8 > label:last-child {
    width: calc(100% - 0.6em);
    max-width: calc(100% - 0.6em);
    flex-basis: calc(100% - 0.6em);
  }
}
.flex-form .form_col-8-2-2 > .form_grp {
  width: 16.6666666667%;
  max-width: 16.6666666667%;
  flex-basis: 16.6666666667%;
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-8-2-2 > .form_grp {
    width: 50%;
    max-width: 50%;
    flex-basis: 50%;
  }
}
.flex-form .form_col-8-2-2 > .form_grp:first-child {
  width: 66.6666666667%;
  max-width: 66.6666666667%;
  flex-basis: 66.6666666667%;
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-8-2-2 > .form_grp:first-child {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
  }
}
.flex-form .form_col-8-2-2 > input,
.flex-form .form_col-8-2-2 > select,
.flex-form .form_col-8-2-2 > label {
  width: calc(16.6666666667% - 0.6em);
  max-width: calc(16.6666666667% - 0.6em);
  flex-basis: calc(16.6666666667% - 0.6em);
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-8-2-2 > input,
  .flex-form .form_col-8-2-2 > select,
  .flex-form .form_col-8-2-2 > label {
    width: calc(50% - 0.6em);
    max-width: calc(50% - 0.6em);
    flex-basis: calc(50% - 0.6em);
  }
}
.flex-form .form_col-8-2-2 > input:first-child,
.flex-form .form_col-8-2-2 > select:first-child,
.flex-form .form_col-8-2-2 > label:first-child {
  width: calc(66.6666666667% - 0.6em);
  max-width: calc(66.6666666667% - 0.6em);
  flex-basis: calc(66.6666666667% - 0.6em);
}
@media screen and (max-width: 575px) {
  .flex-form .form_col-8-2-2 > input:first-child,
  .flex-form .form_col-8-2-2 > select:first-child,
  .flex-form .form_col-8-2-2 > label:first-child {
    width: calc(100% - 0.6em);
    max-width: calc(100% - 0.6em);
    flex-basis: calc(100% - 0.6em);
  }
}
.flex-form .btn_grp {
  justify-content: center;
}
.flex-form .btn_grp .btn,
.flex-form .btn_grp .btn-reset,
.flex-form .btn_grp .btn-submit,
.flex-form .btn_grp input[type=submit],
.flex-form .btn_grp input[type=reset],
.flex-form .btn_grp input[type=button],
.flex-form .btn_grp input[type=search] {
  margin: 0.3em;
}
.flex-form .btn,
.flex-form input[type=submit],
.flex-form input[type=reset],
.flex-form input[type=button],
.flex-form input[type=search] {
  flex: 1 1 auto;
}
.flex-form .form_grp,
.flex-form .check_grp,
.flex-form .radio_grp,
.flex-form .btn_grp,
.flex-form .upload_grp {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 0.3em 0;
}
@media screen and (max-width: 767px) {
  .flex-form .form_grp,
  .flex-form .check_grp,
  .flex-form .radio_grp,
  .flex-form .btn_grp,
  .flex-form .upload_grp {
    flex-wrap: wrap;
  }
}
.flex-form .check_grp label,
.flex-form .radio_grp label {
  position: relative;
  z-index: 1;
  flex-basis: 100%;
  display: flex;
  align-items: center;
}
.flex-form .check_grp label input:checked ~ span:after,
.flex-form .radio_grp label input:checked ~ span:after {
  position: absolute;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: #54caff;
  content: "";
  left: 0.6em;
  top: calc(50% - 0.5em);
  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;
}

.form-column .form_title {
  padding-bottom: 0 !important;
  margin: 0 0.3em;
}
.form-column .form_title,
.form-column .form_content {
  max-width: 100% !important;
  flex: 0 0 100% !important;
}

label,
legend {
  display: inline-block;
  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: #4b4949;
  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;
}

input[type=text].complex {
  padding-right: 1em;
  border: 1px solid #ccc;
  background: #fff url(../images/icon/icon_select_arrow.png) no-repeat right center;
  background-size: 16px;
  min-width: 50%;
}

textarea {
  color: #4b4949;
  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%;
  }
}

select {
  line-height: 1.4em;
  padding: 0.5em 24px 0.5em 0.5em;
  border: 1px solid #ccc;
  background: #fff url(../images/icon/icon_select_arrow_black.png) no-repeat right center;
  background-size: 26px 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 #ff3e4d !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);
}

.warn > .form_title {
  color: #b70000 !important;
  font-weight: bold;
}
.warn .radio_grp.error,
.warn .check_grp.error {
  box-shadow: 0px 0px 0px 2px #b70000;
  margin-top: 2px;
  padding: 0.25em;
  border-radius: 4px;
}
.warn .this {
  color: #b70000;
}

.error {
  box-shadow: 0px 0px 0px 2px #b70000;
  border: transparent;
}

.form_content .form_grp.error {
  box-shadow: none;
}
.form_content .form_grp.error .form_title,
.form_content .form_grp.error label {
  color: #b70000;
  font-weight: bold;
}
.form_content .form_grp.error input,
.form_content .form_grp.error select,
.form_content .form_grp.error textarea {
  box-shadow: 0px 0px 0px 2px #b70000;
  border: transparent;
}

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

@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(3.5);
  }
}
.query_con_2_2_6_2 {
  display: flex;
  flex-flow: row;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 575px) {
  .query_con_2_2_6_2 {
    flex-flow: row wrap;
  }
}
.query_con_2_2_6_2 .col {
  flex: 0 0 9em;
  box-sizing: border-box;
  margin: 0.2em 0;
}
.query_con_2_2_6_2 .col:nth-child(3) {
  flex: 1 1 auto;
}
.query_con_2_2_6_2 .col:nth-child(4) {
  flex: 0 0 54px;
}
@media screen and (max-width: 575px) {
  .query_con_2_2_6_2 .col {
    flex: 1 1 auto;
    flex-basis: 100%;
  }
}

table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 575px) {
  table {
    width: 100%;
  }
}
table caption {
  font-weight: bold;
  text-align: left;
  font-size: 1.125rem;
  margin-bottom: 0.5em;
}
table caption .summary {
  display: block;
  font-size: 1em;
  font-weight: normal;
}
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;
}
table.table_hover tr:hover {
  background: #F3F3F3;
}
table.table_sprite tr:nth-child(even) {
  background: #F5F5F5;
}

@media screen and (max-width: 575px) {
  .table_list {
    background-color: transparent !important;
  }
  .table_list thead,
  .table_list tbody,
  .table_list th,
  .table_list td,
  .table_list tr {
    display: block;
  }
  .table_list thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .table_list tr {
    border: 1px solid #ccc;
    margin-bottom: 10px;
  }
  .table_list td {
    border: none !important;
    border-bottom: 1px solid #eee !important;
    position: relative;
    padding-left: 35% !important;
    white-space: normal;
    text-align: left;
  }
  .table_list td:before {
    content: attr(data-title);
    position: absolute;
    top: 0.5em;
    left: 0.5em;
    width: 30%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
    color: #000;
  }
}

.fix_th_table {
  margin: 1em 0;
}
@media screen and (max-width: 767px) {
  .fix_th_table {
    position: relative;
    width: 100%;
    overflow: hidden !important;
  }
}
@media screen and (max-width: 767px) {
  .fix_th_table table {
    display: block;
    width: 100%;
    overflow-x: scroll;
    padding-bottom: 1em;
  }
}
.fix_th_table th,
.fix_th_table td {
  width: 10em;
  padding: 0.8em 0;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .fix_th_table th,
  .fix_th_table td {
    display: inline-block;
    margin-right: -6px;
    margin-left: 0;
    margin-top: -1px;
  }
}
.fix_th_table th:first-child {
  width: 8em;
  white-space: normal;
}
@media screen and (max-width: 767px) {
  .fix_th_table th:first-child {
    position: absolute !important;
    left: 0;
    top: auto;
  }
}
@media screen and (max-width: 767px) {
  .fix_th_table tr {
    display: block;
    clear: both;
    white-space: nowrap;
    width: auto;
    padding-left: 8em;
  }
  .fix_th_table tr:first-child {
    border-top: #ddd 1px solid;
  }
}

@media screen and (max-width: 767px) {
  .table_wrapper {
    width: 100%;
    display: block;
    clear: both;
    zoom: 1;
    overflow: hidden;
    overflow-x: auto;
    padding-bottom: 1em;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate3d(0, 0, 0);
  }
  .table_wrapper:before, .table_wrapper:after {
    content: "";
    display: table;
  }
  .table_wrapper:after {
    clear: both;
  }
  .table_wrapper table {
    width: 100%;
    min-width: 600px;
  }
}

.scroltable {
  min-width: 600px !important;
}

.scroltable-wrapper {
  position: relative;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(0, 0, 0);
  overflow-y: hidden;
}

.scroltable-container {
  overflow: auto;
}

.scroltable-nav {
  display: none;
  position: absolute;
  width: 60px;
  height: 100%;
  cursor: pointer;
  z-index: 9;
}

.scroltable-nav.scroltable-nav-left {
  left: 0;
  background: rgb(255, 255, 255);
  background: 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: #4b4949;
  text-decoration: none;
}
.lp table td a:hover, .lp table td a:focus {
  color: #004d99;
  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 #15386e;
}
.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: #4b4949;
}
.lp .list > ul > li > a:hover, .lp .list ol > li > a:hover {
  color: #004d99;
}
.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: #4b4949;
  text-decoration: none;
}
.sub_menu li a:hover, .sub_menu li a:focus {
  color: #004d99;
  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 #15386e;
  color: #15386e;
}

.tabSet {
  margin: 20px auto 0px;
}
.tabSet .tabItems {
  display: flex;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 2em;
}
.tabSet .modeBBtn,
.tabSet .tabBtn {
  flex: 1 1 auto;
  font-size: 1.25em;
  height: 2.5em;
  text-align: center;
  border: none;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  background: rgba(255, 255, 255, 0);
  cursor: pointer;
  font-weight: bold;
  border-radius: 2em;
}
.tabSet .modeBBtn.active,
.tabSet .tabBtn.active {
  cursor: default;
  background: #15386e;
  color: #fff;
}
.tabSet .tabContent {
  display: none;
  position: relative;
  padding: 0px 1px;
}
@media screen and (max-width: 767px) {
  .tabSet .tabContent {
    padding: 0;
    margin-bottom: 10px;
    border: none;
  }
}
.tabSet .tabContent.active {
  display: block;
}
.tabSet .tabContent a:focus {
  outline: none;
  box-shadow: 0 0px 0px 2px #ff3e4d inset;
}
@media screen and (max-width: 767px) {
  .tabSet .tabContent a:focus {
    box-shadow: none;
  }
}
.tabSet .tabContent .content ul {
  margin: 0;
}
.tabSet .modeBBtn {
  width: 100%;
  margin: 0;
  display: none;
}
.tabSet.modeB .tabItems {
  display: none;
}
.tabSet.modeB .tabContent {
  display: block;
}
.tabSet.modeB .tabContent .content {
  display: none;
}
.tabSet.modeB .tabContent .content a:focus-visible {
  outline: #ff3e4d 2px solid;
}
.tabSet.modeB .modeBBtn {
  display: block;
}

.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: underline;
  text-underline-offset: 6px;
  position: relative;
}
.thumbnail a:hover, .thumbnail a:focus {
  color: #004d99;
  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 #004d99 inset;
}
.thumbnail .img-container {
  overflow: hidden;
  margin-bottom: 0.5em;
}
.thumbnail .img-container:before {
  display: inline-block;
  content: "";
  padding-top: 75%;
}
.thumbnail .img-container img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
.thumbnail h2, .thumbnail h3, .thumbnail h4 {
  margin: 0.2em 0;
}
.thumbnail .caption {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 1em;
}
.thumbnail .btn_grp {
  padding: 0.2em 0;
}
.thumbnail hr {
  width: 90%;
  margin: 0.1em auto 1em;
}

.modal {
  position: fixed;
  display: none;
  width: 400px;
  height: 300px;
  background: #FFF;
  z-index: 99999999;
  top: 5%;
  left: 50%;
  margin-left: -200px;
  padding: 1em 1em 1em;
  box-sizing: border-box;
  border-radius: 8px;
  box-shadow: 1px 1px 15px RGBA(0, 0, 0, 0.5);
  animation: scaleUp 0.5s ease-out;
}
.modal h2 {
  border-bottom: 1px solid #15386e;
  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:not(:focus-visible) {
  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-initialized .slick-slide > div {
  padding: 0 10px;
}

.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-visible:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  box-shadow: 0px 0px 0px 2px #ff3e4d inset;
}

/* ---箭頭的樣式--- */
.slick-arrow::before {
  display: none;
}

.slick-prev,
.slick-next {
  font-size: 0em;
  line-height: 0em;
  position: absolute;
  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;
}
.slick-prev:focus-visible,
.slick-next:focus-visible {
  outline: 2px dashed #ff3e4d;
}

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

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

/* 沒有無限輪播時，滑到最兩邊資料時，箭頭暗掉 */
.slick-disabled {
  opacity: 0.25;
}

/* ---點的樣式---*/
.slick-dots {
  position: absolute;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0;
  margin: 0;
  z-index: 9;
  list-style: none;
  box-sizing: border-box;
}
.slick-dots li {
  position: relative;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0em;
  line-height: 0em;
  display: block;
  cursor: pointer;
  border: 0;
  outline: none;
}

/* ---點的位置、大小、顏色---*/
.slick-dots {
  /* 位置距離 */
  bottom: 20px;
}
.slick-dots li {
  /* 兩點的距離 */
  margin: 0 10px;
}
.slick-dots li button {
  /* 點的顏色 */
  background: #666;
  opacity: 0.4;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  opacity: 1;
  /* 點hover的顏色 */
  background: #21baff;
}
.slick-dots li button:focus {
  opacity: 1;
  /* 點focus的顏色 */
  background: #ff3e4d;
}
.slick-dots li.slick-active button {
  opacity: 1;
  /* 點 active 的顏色 */
  background: #004d99;
}
.slick-dots li.slick-active button::before {
  display: none;
}
.slick-dots li.slick-active button:hover {
  /* 點 active  hover的顏色 */
  background: #ff3e4d;
}
.slick-dots li.slick-active button:focus {
  /* 點 active  focus的顏色 */
  background: #ff3e4d;
}

.mpSlider {
  width: 100%;
  padding-bottom: 3em;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}
.mpSlider .img-container {
  overflow: hidden;
}
.mpSlider .img-container:before {
  display: inline-block;
  content: "";
  padding-top: 40%;
}
.mpSlider .img-container img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .mpSlider .img-container {
    overflow: hidden;
  }
  .mpSlider .img-container:before {
    display: inline-block;
    content: "";
    padding-top: 60%;
  }
  .mpSlider .img-container img {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
  }
}
@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: 2em 10%;
}
@media screen and (max-width: 767px) {
  .adSlider {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
}
.adSlider .slick-prev {
  background: url(../vendor/slick/icon_arrow_left_inverse.png) no-repeat center center;
  background-size: 80%;
  left: -15px;
}
.adSlider .slick-next {
  background: url(../vendor/slick/icon_arrow_right_inverse.png) no-repeat center center;
  background-size: 80%;
  right: -15px;
}
.adSlider .img-container {
  width: 165px;
  height: 55px;
  margin: 0px 15px;
}
.adSlider .img-container a {
  display: block;
  text-align: center;
}
.adSlider .img-container a img {
  margin: 0 auto;
}
.adSlider .img-container:focus:before {
  content: "";
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  box-shadow: 0 0px 0px 3px #15386e inset;
}
.adSlider .slick-dots {
  bottom: -2em;
}

.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 #15386e;
}
.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 #15386e;
}
.lightbox_slider_block .cppic_slider {
  position: relative;
  padding: 0 40px;
}
.lightbox_slider_block .img-container {
  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: 15px;
  height: 15px;
  margin: 0 10px;
}
.lightbox_slider_block .slick-prev {
  left: 0px;
}
.lightbox_slider_block .slick-next {
  right: 0px;
}
.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 #15386e;
}
.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: #15386e;
  border-radius: 20px;
  text-shadow: 1px 1px 2px RGBA(0, 0, 0, 0.8);
}
.Syncing_slider .item {
  position: relative;
}
.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 {
  vertical-align: middle;
  content: "";
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.5em;
  display: inline-block;
}

div.function {
  box-sizing: border-box;
  margin: -2.4em 0 0.5em;
}
@media screen and (max-width: 767px) {
  div.function {
    margin: 0.5em 0 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 3px;
  flex: 0 0 auto;
}
div.function ul li button,
div.function ul li a {
  font-size: 1.125em;
  display: block;
  padding: 0.4em 3em 0.4em 1.5em;
  background: #fff;
  color: #15386e;
  border-radius: 50px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 0px 8px;
  position: relative;
  transition: 0.5s;
  text-decoration: none;
}
div.function ul li button:hover, div.function ul li button:focus,
div.function ul li a:hover,
div.function ul li a:focus {
  background: #15386e;
  color: #fff;
}
div.function ul li.icon_back a:before {
  content: "";
  background: url(../images/basic/icon_back.svg) no-repeat center center;
  background-size: 20px 17px;
  width: 20px;
  height: 17px;
  position: absolute;
  right: 1em;
  top: 0.5em;
}
div.function ul li.icon_back:hover a:before, div.function ul li.icon_back:focus a:before {
  filter: brightness(100);
}
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: #004d99;
  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: #004d99;
}
.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;
}

.chooseblock {
  display: flex;
  align-items: flex-end;
  margin-bottom: 1em;
}
.chooseblock .pagination {
  justify-content: flex-start;
}
.chooseblock .pagination .form_inline {
  justify-content: flex-start;
}
@media screen and (max-width: 991px) {
  .chooseblock {
    flex: 0 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .chooseblock {
    flex-wrap: wrap;
    justify-content: center;
  }
  .chooseblock .pagination .form_inline {
    justify-content: center;
  }
}

.pagination {
  flex: 1 1 auto;
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 1.125em;
  display: flex;
  justify-content: center;
}
.pagination .form_inline {
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .pagination .form_inline {
    justify-content: center;
  }
}
.pagination span {
  color: #0066cc;
  margin: 0px 0.5em;
}
.pagination select {
  background: #fff url(../images/icon/icon_select_arrow_black.png) no-repeat right -5px center !important;
  padding: 0.4em 24px 0.4em 0.5em;
  border-radius: 5px;
  margin: 0 0.3em;
}
.pagination .btn {
  padding: 0.4em 0.6em !important;
  margin: 0em 0.1em;
}
.pagination .total {
  flex: 0 0 auto;
  padding: 0em;
  display: inline-block;
  vertical-align: middle;
  margin: 0.3em 0;
}
.pagination .total .items {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
}
.pagination .total .items a {
  padding: 0 5px;
  color: #0066cc;
  text-decoration: none;
}
.pagination .total .items a:hover {
  color: #cb4d06;
}
@media screen and (max-width: 575px) {
  .pagination .total {
    display: block;
  }
  .pagination .total .items {
    display: block;
    margin-top: 0.5em;
  }
}
.pagination .pagegroup {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .pagination .pagegroup {
    margin-bottom: 0.5em;
  }
  .pagination .pagegroup .page {
    margin: 10px 0 0 0;
    flex-wrap: wrap;
  }
  .pagination .pagegroup .topage {
    margin: 10px 0 0 0;
  }
}
@media screen and (max-width: 575px) {
  .pagination .pagegroup {
    flex-wrap: wrap;
  }
}
.pagination .page {
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.pagination .page li {
  min-width: 40px;
  height: 40px;
  margin: 0 2px;
  list-style: none;
  flex: 0 0 auto;
  box-sizing: border-box;
}
.pagination .page li a {
  border-radius: 5px;
  padding: 6px 10px;
  font-weight: 700;
  display: block;
  white-space: nowrap;
  font-size: 1em;
  color: #4b4949;
  background: rgb(234, 231, 231);
  background: linear-gradient(0deg, rgb(234, 231, 231) 0%, rgb(250, 247, 247) 100%);
  border: rgb(234, 231, 231) solid 1px;
}
.pagination .page li a:hover, .pagination .page li a:focus {
  background: #0066cc;
  color: #fff !important;
  border: #0066cc 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 #15386e;
  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 .page li.pagecontent {
  width: auto;
  min-width: initial;
  flex: 0 0 auto;
}
.pagination .topage {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  margin: 0px 0 0px 10px;
}
.pagination .topage button {
  margin-left: 5px;
  border-radius: 50px;
}
.pagination .topage label {
  margin: 0 !important;
}

.arrangement_group {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-left: 0.3em;
  font-size: 1.125em;
}
@media screen and (max-width: 767px) {
  .arrangement_group {
    padding-left: 0;
    justify-content: center;
  }
}
.arrangement_group select {
  background-color: #ddd;
  border-radius: 50px;
  padding: 0.4em 2em 0.5em 1em;
  margin: 0 0.3em 0 0;
  min-width: 9em;
  display: block;
  color: #333;
  border: none;
  background-image: url(../images/icon/icon_select_arrow_black.png);
  background-size: 26px 16px;
  flex: 0 0 auto;
  flex-basis: 150px;
}
.arrangement_group .btn-submit {
  border-radius: 50px;
  padding: 0.4em 0.6em !important;
  margin: 0;
  min-width: 4em;
  background: #666;
  border: 1px solid #666;
}

*[class^=notice] {
  padding: 0.25em 1.5em;
  margin: 0 0.3em;
  display: block;
  width: 100%;
  font-size: 0.938em;
  color: #666;
  position: relative;
  box-sizing: border-box;
  border-radius: 4px;
  border: none;
  text-align: left;
}
*[class^=notice]:before {
  position: absolute;
  top: 7px;
  left: 0.25em;
  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;
}
*[class*=notice_info]:before {
  background: url(../images/basic/icon_info.svg) no-repeat center center;
  background-size: 15px;
}

*[class*=notice_success] {
  color: #3B7600;
}
*[class*=notice_success]:before {
  background: url(../images/basic/icon_success.svg) no-repeat center center;
  background-size: 15px;
}

*[class*=notice_warning] {
  color: #C23E00;
}
*[class*=notice_warning]:before {
  background: url(../images/basic/icon_warning.svg) no-repeat center center;
  background-size: 15px;
}

*[class*=notice_error] {
  color: #C40000;
}
*[class*=notice_error]:before {
  background: url(../images/basic/icon_error.svg) no-repeat center center;
  background-size: 15px;
}

.notice {
  padding-left: 0;
}

.accordion ul {
  list-style: none;
}
.accordion ul li {
  margin-bottom: 0.5em;
}
.accordion ul li a {
  display: block;
  background-color: #21baff;
  color: #fff;
  text-decoration: none;
  padding: 5px;
}
.accordion .accordion-content {
  line-height: 1.45em;
  padding: 5px 0;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.noscroll {
  position: static !important;
  width: 100%;
  height: 100%;
  overflow: hidden !important;
  overflow-y: hidden !important;
  margin: 0;
  padding: 0;
}

.wrapper {
  width: 100%;
  margin: 0px auto;
  background-color: #f9f8f8;
  position: relative;
}
@media screen and (max-width: 767px) {
  .wrapper {
    padding-top: 60px;
    background: #fff;
    overflow: hidden;
    overflow-y: auto;
  }
}

.large_size {
  font-size: 1.25em;
}

.small_size {
  font-size: 0.938em;
}

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

.main {
  position: relative;
  margin: 0 auto;
  background-image: url("../images/mpbg03.png");
  background-position: center bottom 200px;
  background-repeat: no-repeat;
}
.main .accesskey {
  position: absolute;
  top: 150px;
}
.main h2 {
  line-height: 1.25em;
}
.main h2.mptitle {
  color: #15386e;
  text-align: center;
  margin: 0;
  margin-bottom: 30px;
  font-size: 1.75em;
  font-weight: bold;
  position: relative;
  letter-spacing: 0.1em;
  display: inline-block;
}
.main h2.mptitle:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #7dd1f7;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  z-index: 1;
}
.main h2.mptitle:after {
  content: "";
  width: 50%;
  height: 2px;
  background-color: #15386e;
  position: absolute;
  left: auto;
  right: 0;
  bottom: -8px;
  z-index: 2;
}

.innerpage {
  background-image: none;
  background-color: #f9f8f8;
}
.innerpage > .container {
  position: relative;
  min-height: 1px;
  padding-left: 60px;
  padding-right: 60px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  position: relative;
  padding-bottom: 2em;
}
@media screen and (max-width: 991px) {
  .innerpage > .container {
    position: relative;
    min-height: 1px;
    padding-left: 50px;
    padding-right: 50px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .innerpage > .container {
    position: relative;
    min-height: 1px;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
  }
}
.innerpage > .container:before {
  content: "";
  width: 100%;
  background-image: url(../images/topQuestions_bgtop.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  height: 283px;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 0;
}
.innerpage > .container:after {
  content: "";
  width: 100%;
  background-image: url(../images/topQuestions_bgbottom.jpg);
  background-repeat: no-repeat;
  background-position: right bottom;
  height: 283px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  transform: scaleX(-1);
  z-index: 0;
}
.innerpage.nosearch {
  position: relative;
}
.innerpage.nosearch:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 117px;
  background-color: #f9f8f8;
  z-index: 1;
}
@media (max-width: 1200px) {
  .innerpage.nosearch:before {
    height: 135px;
  }
}
@media screen and (max-width: 991px) {
  .innerpage.nosearch:before {
    height: 0px;
  }
}
.innerpage.nosearch .mpimgBlock .container {
  background-position: left bottom -5em;
}
@media screen and (max-width: 767px) {
  .innerpage.nosearch .mpimgBlock .container {
    background-position: left -310px bottom 0;
  }
}
.innerpage.nosearch .center_block {
  position: relative;
  background-color: #f9f9f9;
  border-radius: 20px;
  padding: 0px 30px 30px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 20px;
  border: 13px solid #fff;
  margin-top: -200px;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .innerpage.nosearch .center_block {
    padding: 0px 20px 30px;
  }
}
.innerpage.nosearch .center_block:before {
  content: "";
  background: url("../images/mp_en.png") no-repeat right top;
  background-size: 90% auto;
  width: 90%;
  height: 100px;
  position: absolute;
  top: -80px;
  right: 0;
  z-index: 1;
  transition: 0.5s;
}
@media (max-width: 1200px) {
  .innerpage.nosearch .center_block:before {
    top: -70px;
  }
}
@media screen and (max-width: 991px) {
  .innerpage.nosearch .center_block:before {
    top: -60px;
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  .innerpage.nosearch .center_block:before {
    top: -50px;
    width: 100%;
  }
}
@media (max-width: 500px) {
  .innerpage.nosearch .center_block:before {
    top: -40px;
    width: 100%;
  }
}
.innerpage .center_block {
  flex: none;
  flex-basis: 100%;
  max-width: 100%;
  position: relative;
  z-index: 9;
}
.innerpage .left_block {
  flex: none;
  flex-basis: 260px;
  max-width: 260px;
  margin-right: 40px;
}
.innerpage .left_block.stickySidebar {
  position: sticky;
  top: 50px;
}
.innerpage .left_block.hidden + .center_block {
  flex: none;
  flex-basis: 100%;
  max-width: 100%;
}
.innerpage .left_block + .center_block {
  flex: auto;
  flex-basis: calc(100% - 300px);
  max-width: calc(100% - 300px);
}
@media screen and (max-width: 991px) {
  .innerpage .left_block {
    display: none;
  }
  .innerpage .left_block + .center_block {
    flex: none;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.innerpage.small_size {
  font-size: 0.938em;
}
.innerpage.large_size {
  font-size: 1.125em;
}

.hidden {
  display: none;
}

.more {
  margin: 0;
  display: flex;
  justify-content: flex-end;
}
.more a {
  display: block;
  padding: 0.3em 1em;
  background-color: #666;
  color: #fff;
  border-radius: 50px;
  transition: 0.5s;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}
.more a:before {
  content: "";
  border: 2px solid #fff;
  border-color: #fff #fff transparent transparent;
  position: absolute;
  left: 1em;
  top: 0.7em;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  opacity: 0;
  transition: 0.5s;
}
.more a:hover, .more a:focus {
  padding: 0.3em 1em 0.3em 2.5em;
}
.more a:hover:before, .more a:focus:before {
  content: "";
  border: 2px solid #fff;
  border-color: #fff #fff transparent transparent;
  position: absolute;
  left: 1em;
  top: 0.7em;
  width: 6px;
  height: 6px;
  opacity: 1;
  transform: rotate(45deg);
}

.mpimgBlock {
  position: relative;
  padding-top: 0;
  background-color: #f9f8f8;
  margin-bottom: 0;
}
.mpimgBlock .container {
  position: relative;
  display: flex;
  justify-content: flex-end;
  background-image: url("../images/mpimg.jpg");
  background-repeat: no-repeat;
  background-position: left bottom -8em;
  min-height: 475px;
}
.mpimgBlock .container:after {
  content: "";
  -webkit-clip-path: polygon(14.6% 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(14.6% 0, 100% 0%, 100% 100%, 0% 100%);
  position: absolute;
  top: 0;
  right: 0;
  width: 85%;
  height: 100%;
  background: rgb(111, 205, 248);
  background: linear-gradient(270deg, rgb(111, 205, 248) 0%, rgba(152, 217, 245, 0.8) 50%, rgba(189, 228, 243, 0.85) 100%);
  z-index: 2;
}
@media (max-width: 1200px) {
  .mpimgBlock .container {
    background-position: left bottom -9em;
  }
}
@media screen and (max-width: 991px) {
  .mpimgBlock .container {
    background-position: left bottom -5em;
    min-height: 425px;
  }
}
@media screen and (max-width: 767px) {
  .mpimgBlock .container {
    background-position: left -310px bottom 0;
    min-height: 410px;
  }
  .mpimgBlock .container:after {
    width: 100%;
  }
}

.searchBlock {
  width: 65%;
  margin: 8.5em 3.5em 0em 0;
  position: relative;
  z-index: 9;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .searchBlock {
    margin: 5.5em 3em 0em 0;
    width: 66%;
  }
}
@media screen and (max-width: 767px) {
  .searchBlock {
    margin: 2em 3em 0em 0;
    width: 75%;
  }
}
@media screen and (max-width: 575px) {
  .searchBlock {
    margin: 2em 2em 0em 0;
    width: 75%;
  }
}
.searchBlock h2.mptitle {
  margin-bottom: 10px;
}
.searchBlock h2.mptitle:before {
  background-color: #15386e;
}
.searchBlock h2.mptitle:after {
  background-color: #fff;
}
.searchBlock .tabSet {
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .searchBlock .tabSet .tabContentGroup .tabContent .query_con_2_2_6_2 {
    flex-flow: row wrap;
  }
}
.searchBlock .tabSet .tabContentGroup .tabContent .query_con_2_2_6_2 .col {
  flex: 0 0 9em;
  box-sizing: border-box;
  margin: 0.2em 0;
}
.searchBlock .tabSet .tabContentGroup .tabContent .query_con_2_2_6_2 .col:nth-child(3) {
  flex: 1 1 auto;
}
.searchBlock .tabSet .tabContentGroup .tabContent .query_con_2_2_6_2 .col:nth-child(4) {
  flex: 0 0 54px;
}
@media screen and (max-width: 767px) {
  .searchBlock .tabSet .tabContentGroup .tabContent .query_con_2_2_6_2 .col {
    flex: 1 1 auto;
    flex-basis: 100%;
  }
}
@media screen and (max-width: 575px) {
  .searchBlock .tabSet .tabContentGroup .tabContent .query_con_2_2_6_2 .col label {
    display: inline-block;
  }
}
.searchBlock .tabSet .form_content {
  display: flex;
  justify-content: space-between;
}
.searchBlock .tabSet .form_content .datepick {
  position: relative;
  flex: 0 0 48%;
}
.searchBlock .tabSet .form_content .datepick + .datepick {
  margin-left: 1em;
  margin-right: 0;
  padding-right: 0;
}
.searchBlock .tabSet .form_content .datepick + .datepick:before {
  content: "~";
  font-size: 1.5em;
  color: #777;
  position: absolute;
  left: -0.8em;
  top: 0.5em;
}
@media (max-width: 1200px) {
  .searchBlock .tabSet .form_content .datepick + .datepick:before {
    left: -0.6em;
  }
}
@media screen and (max-width: 991px) {
  .searchBlock .tabSet .form_content {
    flex-wrap: wrap;
  }
  .searchBlock .tabSet .form_content .datepick {
    flex: 1 1 100%;
    margin-bottom: 0.4em;
  }
  .searchBlock .tabSet .form_content .datepick + .datepick {
    margin-left: 0em;
    margin-bottom: 0;
  }
  .searchBlock .tabSet .form_content .datepick + .datepick:before {
    display: none;
  }
}

.questionSelection_block {
  text-align: center;
}
.questionSelection_block .container {
  background-image: url("../images/mpbg02.png");
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 2em;
  padding-bottom: 2em;
}
.questionSelection_block .question_selection_group {
  margin: 0 110px 0;
}
@media (max-width: 1000px) {
  .questionSelection_block .question_selection_group {
    margin: 0 120px 0 60px;
  }
}
@media (max-width: 900px) {
  .questionSelection_block .question_selection_group {
    margin: 0 160px 0 60px;
  }
}
@media (max-width: 770px) {
  .questionSelection_block .question_selection_group {
    margin: 0 160px 0 60px;
  }
}
@media (max-width: 500px) {
  .questionSelection_block .question_selection_group {
    margin: 0 60px;
  }
}
@media (max-width: 400px) {
  .questionSelection_block .question_selection_group {
    margin: 0 30px;
  }
}
.questionSelection_block .question_selection_group .question_list {
  text-align: center;
  padding: 20px 0px 40px;
}
.questionSelection_block .question_selection_group .question_list a {
  display: block;
  position: relative;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 20px;
  width: 250px;
  margin: 0 auto;
  transition: 0.5s;
}
.questionSelection_block .question_selection_group .question_list a:after {
  content: "";
  width: 100%;
  height: 140px;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgb(0, 0, 0) 41%, rgba(255, 255, 255, 0) 82%);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  border-radius: 0 0 20px 20px;
}
.questionSelection_block .question_selection_group .question_list a .images {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
  border-radius: 20px;
  padding: 0;
}
.questionSelection_block .question_selection_group .question_list a .images:before {
  display: inline-block;
  content: "";
  padding-top: 103.3333333333%;
}
.questionSelection_block .question_selection_group .question_list a .images img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
.questionSelection_block .question_selection_group .question_list a .images img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.questionSelection_block .question_selection_group .question_list a .content {
  position: absolute;
  left: 1.5em;
  bottom: 1.5em;
  display: flex;
  flex-wrap: wrap;
}
.questionSelection_block .question_selection_group .question_list a .content .title {
  flex: 1 1 auto;
  flex-basis: 100%;
  color: #fff;
  font-size: 1.75em;
  letter-spacing: 0.03em;
  margin-bottom: 0.3em;
  position: relative;
  z-index: 9;
  text-align: left;
}
.questionSelection_block .question_selection_group .question_list a .content .more {
  flex: 0 0 auto;
  color: #fff;
  font-size: 1em;
  letter-spacing: 0.05em;
  position: relative;
  left: 0;
  z-index: 9;
  text-align: left;
  display: inline-block;
}
.questionSelection_block .question_selection_group .question_list a .content .more:after {
  content: "";
  border: 2px solid #fff;
  border-left: none;
  border-bottom: none;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  position: absolute;
  right: -12px;
  top: 7px;
}
.questionSelection_block .question_selection_group .question_list a:hover {
  transform: scale(1.1);
}
.questionSelection_block .question_selection_group .slick-dots {
  bottom: -20px;
}
.questionSelection_block .question_selection_group .slick-prev {
  left: -25px;
}
@media (max-width: 1000px) {
  .questionSelection_block .question_selection_group .slick-prev {
    left: -15px;
  }
}
@media (max-width: 900px) {
  .questionSelection_block .question_selection_group .slick-prev {
    left: -25px;
  }
}
@media (max-width: 770px) {
  .questionSelection_block .question_selection_group .slick-prev {
    left: 0px;
  }
}
@media (max-width: 575px) {
  .questionSelection_block .question_selection_group .slick-prev {
    left: -25px;
  }
}
.questionSelection_block .question_selection_group .slick-next {
  right: -25px;
}
@media (max-width: 1000px) {
  .questionSelection_block .question_selection_group .slick-next {
    right: -15px;
  }
}
@media (max-width: 900px) {
  .questionSelection_block .question_selection_group .slick-next {
    right: -25px;
  }
}
@media (max-width: 770px) {
  .questionSelection_block .question_selection_group .slick-next {
    right: 0px;
  }
}
@media (max-width: 575px) {
  .questionSelection_block .question_selection_group .slick-next {
    right: -25px;
  }
}

.topQuestions_block {
  position: relative;
}
.topQuestions_block .container {
  position: relative;
  padding: 0 60px;
}
@media screen and (max-width: 575px) {
  .topQuestions_block .container {
    padding: 0 30px;
  }
}
.topQuestions_block .container:after {
  content: "";
  width: 100%;
  height: 200px;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #addff4;
  z-index: 1;
  margin: 0 auto;
}
.topQuestions_block .topQuestions_group {
  position: relative;
  background-color: #f9f9f9;
  border-radius: 20px;
  padding: 60px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 20px;
  text-align: center;
  border: 13px solid #fff;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .topQuestions_block .topQuestions_group {
    padding: 30px;
  }
}
@media screen and (max-width: 575px) {
  .topQuestions_block .topQuestions_group {
    padding: 30px 20px;
  }
}
.topQuestions_block .topQuestions_group:before {
  content: "";
  width: 100%;
  background-image: url("../images/topQuestions_bgtop.jpg");
  background-repeat: no-repeat;
  background-position: right top;
  height: 283px;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 0;
  border-radius: 0 20px 0 0;
}
.topQuestions_block .topQuestions_group:after {
  content: "";
  width: 100%;
  background-image: url("../images/topQuestions_bgbottom.jpg");
  background-repeat: no-repeat;
  background-position: right bottom;
  height: 283px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 0;
}
.topQuestions_block .mptitle {
  position: relative;
  z-index: 9;
}
.topQuestions_block .questions_block {
  text-align: left;
  position: relative;
  z-index: 9;
}
.topQuestions_block .questions_block .question_list {
  margin-bottom: 5px;
}
/*.topQuestions_block .questions_block .question_list:nth-of-type(1) .answer_content {
  display: block;
}*/
.topQuestions_block .questions_block .question_list .question_title {
  padding: 0.6em 2.5em 0.6em 1.5em;
  margin: 0;
  background-color: #e7eff4;
  color: #313131;
  font-size: 1.25em;
  font-weight: bold;
  background-image: url("../images/question_icon01.svg");
  background-position: 0.6em 1em;
  background-repeat: no-repeat;
  background-size: 12px;
  border-radius: 2px;
  width: 100%;
  text-align: left;
  border: none;
  line-height: 1.6em;
  position: relative;
}
.topQuestions_block .questions_block .question_list .question_title:after {
  content: "";
  border: 2px solid #15386e;
  border-color: #15386e #15386e transparent transparent;
  border-style: solid solid none none;
  width: 10px;
  height: 10px;
  transform: rotate(135deg);
  position: absolute;
  right: 1em;
  top: 0.8em;
  transition: 0.5s;
}
.topQuestions_block .questions_block .question_list .question_title.active:after {
  transform: rotate(-45deg);
  position: absolute;
  right: 1em;
  top: 1.1em;
}
.topQuestions_block .questions_block .question_list .answer_content {
  display: none;
  padding-bottom: 1em;
  line-height: 1.8em;
  font-size: 1.125em;
}
.topQuestions_block .questions_block .question_list .answer_content p {
  line-height: 1.8em;
  color: #4b4949;
}
.topQuestions_block .questions_block .question_list .answer_content p a {
  color: #cb4d06;
  padding-left: 3px;
  text-decoration: underline;
  text-underline-offset: 6px;
}
.topQuestions_block .questions_block .question_list .answer_content p a:hover {
  text-decoration: none;
}
.topQuestions_block .questions_block .question_list .answer_content .file_download {
  margin: 0 0 1em;
}
.topQuestions_block .questions_block .question_list .answer_content .file_download h3 {
  font-size: 1.063rem;
  border-bottom: none;
  padding: 6px 10px;
  border-radius: 5px;
  margin: 0;
  background-color: #eee;
  display: inline-block;
}
.topQuestions_block .questions_block .question_list .answer_content .file_download ul li {
  padding: 0.3em 0 0.3em 1.5em;
  border-bottom: none;
}
.topQuestions_block .questions_block .question_list .answer_content .file_download ul li:before {
  top: 0.3em;
}
.topQuestions_block .questions_block .question_list .answer_content .solved_or_not {
  display: flex;
  align-items: center;
  position: relative;
}
.topQuestions_block .questions_block .question_list .answer_content .solved_or_not span {
  flex: 0 0 auto;
  color: #4b4949;
  margin-right: 0.5em;
}
.topQuestions_block .questions_block .question_list .answer_content .solved_or_not ul {
  flex: 1 1 auto;
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
  z-index: 9;
}
.topQuestions_block .questions_block .question_list .answer_content .solved_or_not ul li {
  flex: 0 0 auto;
  margin-right: 0.5em;
}
.topQuestions_block .questions_block .question_list .answer_content .solved_or_not ul li a {
  display: block;
  background-color: #e7eff4;
  padding: 0.3em 0.8em;
  color: #4b4949;
  font-weight: bold;
  border-radius: 50px;
  transition: 0.2s;
  position: relative;
}
.topQuestions_block .questions_block .question_list .answer_content .solved_or_not ul li a.helpful {
  padding-left: 2em;
  text-decoration: none;
}
.topQuestions_block .questions_block .question_list .answer_content .solved_or_not ul li a.helpful:before {
  content: "";
  background-image: url("../images/question_iconsmile.svg");
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 20px;
  position: absolute;
  left: 0.5em;
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
}
.topQuestions_block .questions_block .question_list .answer_content .solved_or_not ul li a.needassistance {
  padding-left: 2em;
  text-decoration: none;
}
.topQuestions_block .questions_block .question_list .answer_content .solved_or_not ul li a.needassistance:before {
  content: "";
  background-image: url("../images/question_iconsad.svg");
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 20px;
  position: absolute;
  left: 0.5em;
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
}
.topQuestions_block .questions_block .question_list .answer_content .solved_or_not ul li a:hover {
  background-color: #15386e;
  color: #fff;
}
.topQuestions_block .questions_block .question_list .answer_content .solved_or_not ul li a:hover.helpful:before, .topQuestions_block .questions_block .question_list .answer_content .solved_or_not ul li a:hover.needassistance:before {
  filter: brightness(100);
}
.topQuestions_block .questions_block .question_list .answer_content .solved_or_not .add1 {
  position: absolute;
  padding: 0.1em 0.8em;
  background-color: #fff;
  color: #cb4d06;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 5px;
  left: 220px;
  top: 0px;
  font-weight: bold;
  letter-spacing: 0.1em;
  z-index: 1;
  opacity: 0;
  transition: 0.2s;
}
.topQuestions_block .questions_block .question_list .answer_content .solved_or_not .add1.appear {
  top: -45px;
  opacity: 1;
}
@media (max-width: 630px) {
  .topQuestions_block .questions_block .question_list .answer_content .solved_or_not {
    flex-wrap: wrap;
  }
  .topQuestions_block .questions_block .question_list .answer_content .solved_or_not span {
    flex: 1 1 auto;
    flex-basis: 100%;
    margin-bottom: 0.5em;
  }
  .topQuestions_block .questions_block .question_list .answer_content .solved_or_not ul {
    flex-basis: 100%;
  }
  .topQuestions_block .questions_block .question_list .answer_content .solved_or_not .add1 {
    top: 30px;
    left: 30px;
  }
  .topQuestions_block .questions_block .question_list .answer_content .solved_or_not .add1.appear {
    top: -13px;
    opacity: 1;
  }
}

h2.title {
  line-height: 1.562em;
  margin: 0;
  color: #15386e;
  font-size: 1.562em;
  padding: 0 0 0 0.8em;
  position: relative;
  letter-spacing: 0.05em;
}
h2.title:before {
  content: "";
  width: 3px;
  height: 1.2em;
  background-color: #15386e;
  position: absolute;
  left: 0;
  top: 0.2em;
}

.cp {
  margin-top: 1.5em;
}
.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 figcaption {
  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: #cb4d06;
  padding-left: 3px;
  text-decoration: underline;
  text-underline-offset: 6px;
}
.cp a:hover {
  text-decoration: none;
}

.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 {
  padding: 12px 0px 15px 0px;
  margin: 0.5em 0px 0.2em;
  border-bottom: 1px solid #15386e;
}
.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;
}
@media screen and (max-width: 575px) {
  .file_download li {
    display: block;
  }
}
.file_download li:before {
  content: "·";
  font-size: 2em;
  font-weight: bold;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0.4em;
  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;
  word-break: break-all;
}
.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;
  text-decoration: none;
}
.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;
  text-decoration: none;
}
.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;
  text-decoration: none;
}
.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;
  text-decoration: none;
}
.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;
  text-decoration: none;
}
.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;
  text-decoration: none;
}
.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;
  text-decoration: none;
}
.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;
  text-decoration: none;
}
.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;
  text-decoration: none;
}
.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;
  text-decoration: none;
}
.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;
  text-decoration: none;
}
.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;
  text-decoration: none;
}
.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;
  text-decoration: none;
}
.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;
  text-decoration: none;
}
.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;
  text-decoration: none;
}
.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;
  text-decoration: none;
}
.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;
  text-decoration: none;
}
.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;
  text-decoration: none;
}
.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;
  text-decoration: none;
}
.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 {
  padding: 12px 0px 15px 0px;
  margin: 0.5em 0px 0.2em;
  border-bottom: 1px solid #15386e;
}
.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.1em 0px;
  display: block;
  color: #4b4949;
  text-decoration: none;
}
.web_link li a:hover, .web_link li a:focus {
  color: #004d99;
  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 #15386e;
  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;
  font-size: 1.125em;
}
.sitemap p {
  line-height: 1.8em;
}
.sitemap p kbd {
  border: 1px solid #aaa;
  background: transparent;
  color: #4b4949;
  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: 33.3333333333%;
  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 #15386e;
  text-decoration: none;
}
.cascading li a:hover, .cascading li a:focus {
  color: #15386e !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 2.5em 0;
}
.leftblock_banner .item {
  color: #666;
  text-align: center;
  font-weight: bold;
  background-color: #eee;
  margin-bottom: 10px;
}
.leftblock_banner .item a {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.leftblock_banner .item a:before {
  display: inline-block;
  content: "";
  padding-top: 33.3333333333%;
}
.leftblock_banner .item a img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
.leftblock_banner .item a:focus:after {
  position: absolute;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 0px 2px #194383 inset;
  content: "";
  z-index: 9;
  top: 0;
  left: 0;
}
.leftblock_banner .item a img {
  -o-object-fit: cover;
     object-fit: cover;
}

.leftblock_list {
  padding: 0 0 0.5em 0;
  margin-bottom: 1.5em;
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.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 1em;
  list-style-type: none;
}
.leftblock_list ul li {
  margin: 0 0 0.5em;
  padding: 0 0 0.5em;
  border-bottom: 1px solid #ccc;
}
.leftblock_list ul li time {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.813rem;
}
.leftblock_list ul li .dept {
  display: inline-block;
  padding: 0 0.5em;
  background-color: #f1f1f1;
  color: #555;
  font-size: 0.813em;
}
.leftblock_list ul li a {
  display: block;
  padding: 0 0 0.25em;
  line-height: 1.4em;
  font-size: 0.938em;
  color: #333;
  margin: 0.5em 0;
}
.leftblock_list ul li a:hover {
  color: #004d99;
}

.leftblock_nodemenu {
  padding: 0 0 0.5em 0;
  margin-bottom: 1.5em;
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.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 1em 0em;
  list-style-type: none;
}
.leftblock_nodemenu ul li {
  font-size: 0.938rem;
  margin: 0 0 5px;
  padding: 0 0 5px;
  border-bottom: 1px solid #ccc;
}
.leftblock_nodemenu ul li:last-child {
  border: none;
}
.leftblock_nodemenu ul li a {
  display: block;
  padding: 0.5em 0;
  line-height: 1.4em;
  color: #333;
}
.leftblock_nodemenu ul li a:hover {
  color: #004d99;
}

.ap {
  margin-top: 1em;
}

.number_searches {
  text-align: right;
  font-size: 1.125em;
}
.number_searches em {
  font-style: normal;
  color: #eb0202;
  padding: 0 0.5em;
}

.questionResult_list_group .questionResult_list {
  background-color: #e7eff4;
  padding: 1em;
  border-left: 2px solid #15386e;
  margin-bottom: 1.5em;
}
.questionResult_list_group .questionResult_list .question_time {
  font-size: 1.25em;
  margin: 0 0 1em;
  padding-left: 1em;
  color: #15386e;
  font-weight: bold;
  background-image: url(../images/question_icon02_blue.svg);
  background-position: 0em 0.3em;
  background-repeat: no-repeat;
  background-size: 12px;
  display: none;
}
.questionResult_list_group .questionResult_list .question_block {
  font-size: 1.125em;
  color: #15386e;
  line-height: 1.8em;
  padding-left: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 0.5em;
}

.questionanswer_block .problemmessage {
  background-color: #e7eff4;
  padding: 1em 1.5em;
  border-left: 2px solid #15386e;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.questionanswer_block .problemmessage .question_time {
  flex: 0 1 auto;
  font-size: 1.125em;
  margin: 0 0 1em;
  padding-left: 1em;
  color: #15386e;
  font-weight: bold;
  background-image: url(../images/question_icon02_blue.svg);
  background-position: 0em 0.3em;
  background-repeat: no-repeat;
  background-size: 12px;
  line-height: 1.5em;
}
.questionanswer_block .problemmessage .question_block {
  flex: 1 1 auto;
  flex-basis: 100%;
  font-size: 1.125em;
  color: #15386e;
  line-height: 1.8em;
  padding-left: 0;
  margin-bottom: 0.5em;
}
.questionanswer_block .answer_content {
  padding-bottom: 1em;
  padding: 2em 1.5em 1.5em;
  border-left: 2px solid #69caf5;
  margin-bottom: 1.5em;
  font-size: 1.125em;
  overflow-wrap: break-word;
  line-height: 1.8em;
}
.questionanswer_block .answer_content .answer_title {
  font-size: 1.25rem;
  color: #333;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.questionanswer_block .answer_content p {
  line-height: 1.8em;
  color: #4b4949;
}
.questionanswer_block .answer_content p a {
  color: #cb4d06;
  padding-left: 3px;
  text-decoration: underline;
  text-underline-offset: 6px;
}
.questionanswer_block .answer_content p a:hover {
  text-decoration: none;
}
.questionanswer_block .answer_content .file_download {
  margin: 0 0 1em;
}
.questionanswer_block .answer_content .file_download h3 {
  font-size: 1.063rem;
  border-bottom: none;
  padding: 6px 10px;
  margin: 0;
  background-color: #eee;
  display: block;
}
.questionanswer_block .answer_content .file_download ul li {
  padding: 0.3em 0 0.3em 1.5em;
  border-bottom: none;
}
.questionanswer_block .answer_content .file_download ul li:before {
  top: 0.3em;
}
.questionanswer_block .answer_content .source {
  margin-bottom: 0.5em;
}
.questionanswer_block .answer_content .solved_or_not {
  display: flex;
  align-items: center;
  position: relative;
}
.questionanswer_block .answer_content .solved_or_not span {
  flex: 0 0 auto;
  color: #4b4949;
  margin-right: 0.5em;
}
.questionanswer_block .answer_content .solved_or_not ul {
  flex: 1 1 auto;
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
  z-index: 9;
}
.questionanswer_block .answer_content .solved_or_not ul li {
  flex: 0 0 auto;
  margin-right: 0.5em;
}
.questionanswer_block .answer_content .solved_or_not ul li a {
  display: block;
  background-color: #e7eff4;
  padding: 0.3em 0.8em;
  color: #4b4949;
  font-weight: bold;
  border-radius: 50px;
  transition: 0.2s;
  position: relative;
}
.questionanswer_block .answer_content .solved_or_not ul li a.helpful {
  padding-left: 2em;
  text-decoration: none;
}
.questionanswer_block .answer_content .solved_or_not ul li a.helpful:before {
  content: "";
  background-image: url("../images/question_iconsmile.svg");
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 20px;
  position: absolute;
  left: 0.5em;
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
}
.questionanswer_block .answer_content .solved_or_not ul li a.needassistance {
  padding-left: 2em;
  text-decoration: none;
}
.questionanswer_block .answer_content .solved_or_not ul li a.needassistance:before {
  content: "";
  background-image: url("../images/question_iconsad.svg");
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 20px;
  position: absolute;
  left: 0.5em;
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
}
.questionanswer_block .answer_content .solved_or_not ul li a:hover {
  background-color: #15386e;
  color: #fff;
}
.questionanswer_block .answer_content .solved_or_not ul li a:hover.helpful:before, .questionanswer_block .answer_content .solved_or_not ul li a:hover.needassistance:before {
  filter: brightness(100);
}
.questionanswer_block .answer_content .solved_or_not .add1 {
  position: absolute;
  padding: 0.1em 0.8em;
  background-color: #fff;
  color: #cb4d06;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 5px;
  left: 220px;
  top: 0px;
  font-weight: bold;
  letter-spacing: 0.1em;
  z-index: 1;
  opacity: 0;
  transition: 0.2s;
}
.questionanswer_block .answer_content .solved_or_not .add1.appear {
  top: -45px;
  opacity: 1;
}
@media screen and (max-width: 575px) {
  .questionanswer_block .answer_content .solved_or_not {
    flex-wrap: wrap;
  }
  .questionanswer_block .answer_content .solved_or_not span {
    flex: 1 1 auto;
    flex-basis: 100%;
    margin-bottom: 0.5em;
  }
  .questionanswer_block .answer_content .solved_or_not ul {
    flex-basis: 100%;
  }
  .questionanswer_block .answer_content .solved_or_not .add1 {
    top: 30px;
    left: 30px;
  }
  .questionanswer_block .answer_content .solved_or_not .add1.appear {
    top: -13px;
    opacity: 1;
  }
}

.fancybox__container {
  z-index: 999999;
  --fancybox-bg: rgba(24, 24, 27, 0.85);
}

.lightbox_block {
  width: 60vw;
  height: 80vh;
  overflow-y: auto;
  margin: 0 auto;
  display: none;
  padding-top: 4em;
}
.lightbox_block .is-close-btn {
  top: 10px !important;
  right: 10px !important;
  background-color: #333;
}
.lightbox_block .is-close-btn:hover, .lightbox_block .is-close-btn:focus {
  background-color: #cb4d06;
}
@media screen and (max-width: 991px) {
  .lightbox_block {
    width: 80vw;
  }
}
@media screen and (max-width: 767px) {
  .lightbox_block {
    width: 100vw;
    height: 100vh;
  }
}

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
  padding-top: 0;
}

.questionSelection_blockin {
  text-align: center;
  margin-bottom: 1em;
}
.questionSelection_blockin .question_selection_group {
  margin: 0 50px 0;
}
@media (max-width: 600px) {
  .questionSelection_blockin .question_selection_group {
    margin: 0 0px 0;
  }
}
.questionSelection_blockin .question_selection_group .question_list {
  text-align: center;
  padding: 15px 0px 40px;
}
.questionSelection_blockin .question_selection_group .question_list a {
  display: block;
  position: relative;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 20px;
  width: 250px;
  margin: 0 auto;
  transition: 0.5s;
}
.questionSelection_blockin .question_selection_group .question_list a:after {
  content: "";
  width: 100%;
  height: 140px;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgb(0, 0, 0) 41%, rgba(255, 255, 255, 0) 82%);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  border-radius: 0 0 20px 20px;
}
.questionSelection_blockin .question_selection_group .question_list a .images {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
  border-radius: 20px;
  padding: 0;
}
.questionSelection_blockin .question_selection_group .question_list a .images:before {
  display: inline-block;
  content: "";
  padding-top: 103.3333333333%;
}
.questionSelection_blockin .question_selection_group .question_list a .images img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
.questionSelection_blockin .question_selection_group .question_list a .images img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.questionSelection_blockin .question_selection_group .question_list a .content {
  position: absolute;
  left: 1.5em;
  bottom: 1.5em;
}
.questionSelection_blockin .question_selection_group .question_list a .content .title {
  color: #fff;
  font-size: 1.75em;
  letter-spacing: 0.03em;
  margin-bottom: 0.3em;
  position: relative;
  z-index: 9;
  text-align: left;
}
.questionSelection_blockin .question_selection_group .question_list a .content .more {
  color: #fff;
  font-size: 1em;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 9;
  text-align: left;
  display: block;
}
.questionSelection_blockin .question_selection_group .question_list a:hover {
  transform: scale(1.1);
}
.questionSelection_blockin .question_selection_group .slick-dots {
  bottom: -10px;
}
.questionSelection_blockin .question_selection_group .slick-prev {
  left: -25px;
}
@media (max-width: 1000px) {
  .questionSelection_blockin .question_selection_group .slick-prev {
    left: -15px;
  }
}
@media (max-width: 900px) {
  .questionSelection_blockin .question_selection_group .slick-prev {
    left: -35px;
  }
}
@media (max-width: 770px) {
  .questionSelection_blockin .question_selection_group .slick-prev {
    left: 0px;
  }
}
.questionSelection_blockin .question_selection_group .slick-next {
  right: -25px;
}
@media (max-width: 1000px) {
  .questionSelection_blockin .question_selection_group .slick-next {
    right: -15px;
  }
}
@media (max-width: 900px) {
  .questionSelection_blockin .question_selection_group .slick-next {
    right: -35px;
  }
}
@media (max-width: 770px) {
  .questionSelection_blockin .question_selection_group .slick-next {
    right: 0px;
  }
}

.problem_integration_block {
  padding: 4em 1.5em 1.5em;
  text-align: center;
  background-color: #e7eff4;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.problem_integration_block h3 {
  margin: 0;
  padding: 0;
}
.problem_integration_block h3.title {
  color: #15386e;
  text-align: center;
  margin: 0;
  margin-bottom: 50px;
  font-size: 1.75em;
  font-weight: bold;
  position: relative;
  letter-spacing: 0.1em;
  display: inline-block;
}
.problem_integration_block h3.title:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #7dd1f7;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -16px;
  z-index: 1;
}
.problem_integration_block h3.title:after {
  content: "";
  width: 50%;
  height: 2px;
  background-color: #15386e;
  position: absolute;
  left: auto;
  right: 0;
  bottom: -16px;
  z-index: 2;
}
.problem_integration_block .tabSet {
  text-align: left;
  margin: 10px auto;
}
.problem_integration_block .tabSet .tabItems {
  background-color: transparent;
}
.problem_integration_block .tabSet .tabItems .tabBtn {
  border-radius: 8px 8px 0 0;
  background-color: #15386e;
  color: #fff;
  margin-right: 1px;
}
.problem_integration_block .tabSet .tabItems .tabBtn.active {
  cursor: default;
  background: #cb4d06;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .problem_integration_block .tabSet .tabItems {
    flex-wrap: wrap;
  }
  .problem_integration_block .tabSet .tabItems .tabBtn {
    flex: 0 0 auto;
    flex-basis: calc(20% - 1px);
    border-radius: 8px;
    margin-bottom: 1px;
  }
}
@media screen and (max-width: 767px) {
  .problem_integration_block .tabSet .tabItems .tabBtn {
    background-color: #007ab1;
  }
}
@media (max-width: 600px) {
  .problem_integration_block .tabSet .tabItems .tabBtn {
    flex: 1 1 auto;
    flex-basis: calc(25% - 1px);
    border-radius: 8px;
    margin-bottom: 1px;
  }
}
@media (max-width: 480px) {
  .problem_integration_block .tabSet .tabItems .tabBtn {
    flex: 1 1 auto;
    flex-basis: calc(50% - 1px);
    border-radius: 8px;
    margin-bottom: 1px;
  }
}
.problem_integration_block .tabSet .tabContentGroup {
  padding: 1em 1.5em;
  background-color: #fff;
  border-radius: 0 0 8px 8px;
}
@media screen and (max-width: 991px) {
  .problem_integration_block .tabSet .tabContentGroup {
    border-radius: 8px;
  }
  .problem_integration_block .tabSet .tabContentGroup .chooseblock {
    flex-wrap: wrap;
    justify-content: center;
  }
  .problem_integration_block .tabSet .tabContentGroup .chooseblock .pagination .form_inline {
    justify-content: center;
  }
  .problem_integration_block .tabSet .tabContentGroup .chooseblock .pagination .pagegroup {
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 767px) {
  .problem_integration_block .tabSet .tabContentGroup {
    padding: 1em;
  }
  .problem_integration_block .tabSet .tabContentGroup .total .items {
    display: block;
    margin-top: 0.5em;
  }
}
@media (max-width: 480px) {
  .problem_integration_block .tabSet .tabContentGroup .arrangement_group {
    flex-wrap: wrap;
  }
  .problem_integration_block .tabSet .tabContentGroup .arrangement_group input {
    flex-basis: 60%;
    margin-top: 8px;
  }
}

.explain_block {
  font-size: 1.125em;
  line-height: 1.8em;
  padding-bottom: 1em;
  border-bottom: 1px solid #ddd;
  margin-bottom: 1em;
}

.memberlogin_block {
  width: 60%;
  margin: auto;
  font-size: 1.125em;
}
@media screen and (max-width: 991px) {
  .memberlogin_block {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .memberlogin_block {
    width: 100%;
  }
}
.memberlogin_block .flex-form .form_grp {
  border: none;
}
.memberlogin_block .flex-form .form_grp .form_title {
  font-size: 0;
  flex: 0 0 auto;
  flex-basis: 0;
  max-width: none;
}
.memberlogin_block .flex-form .form_grp .form_content {
  flex-basis: 100%;
  max-width: 100%;
}
.memberlogin_block .flex-form .form_grp .form_content .input-i i + input {
  padding: 0.7em 1em 0.7em 4em;
}
.memberlogin_block .flex-form .form_grp .form_content .input-i i {
  left: 1em;
  padding: 0.4em 0 !important;
  border-right: 1px solid #788ead;
  top: 0.6em;
}
.memberlogin_block .flex-form .form_grp .form_content [class^=i_]:before {
  height: 1.2em;
}
.memberlogin_block .flex-form .form_grp .form_content .labelEffect .btn-icon {
  right: 1.2em;
  top: 0.6em;
}
.memberlogin_block .flex-form .form_grp .form_content input {
  color: #4b4949;
  font-size: 1em;
  border: 1px solid #e7eff4;
  background: #e7eff4;
  vertical-align: middle;
  margin: 0.3em;
  box-sizing: border-box;
  border-radius: 50px;
  transition: all 0.3s ease-out;
}
.memberlogin_block .flex-form .check_grp {
  margin-bottom: 1em;
}
.memberlogin_block .flex-form .check_grp input[type=checkbox]:checked {
  box-shadow: #15386e 0 0 0 2px;
  border-color: #15386e;
  background-color: #15386e;
}
.memberlogin_block .flex-form .check_grp label {
  padding-left: 1.3em;
  margin-bottom: 1em;
}
.memberlogin_block .flex-form .check_grp label input {
  margin-right: 1.5em;
}
.memberlogin_block .flex-form .check_grp .explain {
  background-color: #eee;
  color: #333;
  line-height: 1.8em;
  padding: 1.5em;
  width: 80%;
  margin: 0 auto;
  border-radius: 5px;
}
.memberlogin_block .flex-form .notrobot {
  width: 80%;
  margin: 0 auto 2em;
  min-height: 50px;
  background-color: #eee;
}
.memberlogin_block .flex-form .btn_grp {
  display: block;
}
.memberlogin_block .flex-form .btn_grp button {
  padding: 0.5em 1.25em;
  min-width: 8em;
  border-radius: 50px;
}
@media (max-width: 480px) {
  .memberlogin_block .flex-form .btn_grp button {
    min-width: 80%;
  }
}

.ask_question_block .required_description {
  font-size: 1.125em;
  padding: 0.5em 1em 0.3em 0.5em;
  border: 1px solid #ddd;
  display: inline-block;
}
.ask_question_block .required_description span {
  font-size: 1.5rem;
  color: #d30000;
  margin: 0 0 0 6px;
  vertical-align: middle;
  font-weight: bold;
}
.ask_question_block .flex-form input[type=text] {
  border-radius: 50px;
  padding: 0.5em 1em;
}
.ask_question_block .flex-form .btn_grp {
  display: block;
  margin-top: 2em;
}
.ask_question_block .flex-form .btn_grp button {
  padding: 0.5em 1.25em;
  min-width: 8em;
  border-radius: 50px;
}
@media (max-width: 480px) {
  .ask_question_block .flex-form .btn_grp button {
    min-width: 80%;
  }
}

.chat_block {
  position: fixed;
  right: 0;
  bottom: 0px;
  z-index: 9999;
  height: 184px;
}
@media screen and (max-width: 767px) {
  .chat_block {
    height: 160px;
  }
}
.chat_block .chat_btn {
  position: absolute;
  right: 0;
  top: 0;
}
.chat_block .chat_btn a {
  padding: 95px 8px 16px 8px;
  background-image: url("../images/icon_service_man.svg");
  background-repeat: no-repeat;
  background-position: center 1em;
  background-size: 70px;
  display: flex;
  width: 90px;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-size: 1.063em;
  background-color: #112d59;
  border-radius: 10px 0 0 10px;
  letter-spacing: 0.05em;
  transition: 0.5s;
  text-decoration: none;
}
.chat_block .chat_btn a:hover {
  margin-right: 0;
  background-color: #2564c4;
}
@media screen and (max-width: 767px) {
  .chat_block .chat_btn a {
    padding: 55px 10px 16px 10px;
    background-size: 30px;
    width: 50px;
    line-height: 1.3em;
  }
}
.chat_block .chat_group {
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 460px;
  height: 70vh;
  background-color: #fff;
  border-radius: 10px;
  padding: 0;
  box-sizing: border-box;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  display: none;
}
@media screen and (max-width: 575px) {
  .chat_block .chat_group {
    width: 90vw;
  }
}
.chat_block .chat_group .chat_head {
  width: 100%;
  position: relative;
  background: rgb(21, 56, 110);
  background: linear-gradient(90deg, rgb(21, 56, 110) 0%, rgb(32, 78, 149) 100%);
  color: #fff;
  padding: 0.5em 2em 0.5em 1em;
  margin-bottom: 0;
  border-radius: 10px 10px 0 0;
  display: flex;
  align-items: center;
  height: 80px;
}
.chat_block .chat_group .chat_head .chat_pic {
  flex: 0 0 auto;
  flex-basis: 60px;
  margin-right: 1em;
}
.chat_block .chat_group .chat_head .chat_pic img {
  width: 60px;
  height: 60px;
}
.chat_block .chat_group .chat_head .close_btn {
  position: absolute;
  right: 1em;
  top: 1.6em;
  width: 36px;
  height: 36px;
  z-index: 2;
}
.chat_block .chat_group .chat_head .close_btn a {
  font-size: 0;
  background-color: #162e54;
  border-radius: 50%;
  display: block;
  width: 36px;
  height: 36px;
  position: relative;
  transition: 0.5s;
}
.chat_block .chat_group .chat_head .close_btn a:before {
  content: "";
  width: 22px;
  height: 4px;
  background-color: #fff;
  position: absolute;
  top: calc(50% - 2px);
  left: 7px;
}
.chat_block .chat_group .chat_head .close_btn a:hover, .chat_block .chat_group .chat_head .close_btn a:focus {
  background-color: #0066cc;
}
.chat_block .chat_group .chat_head .chat_title {
  font-size: 1.375em;
  letter-spacing: 0.05em;
  font-weight: bold;
  padding-right: 40px;
  line-height: 1.4em;
}
.chat_block .chat_group .chat_content {
  width: 100%;
  height: calc(100% - 80px - 60px);
  border-bottom: 1px solid #eee;
  overflow-y: scroll;
  padding: 1em;
}
.chat_block .chat_group .chat_content .dialogue_A,
.chat_block .chat_group .chat_content .dialogue_B {
  margin-bottom: 1em;
  display: block;
  font-size: 1.125em;
}
.chat_block .chat_group .chat_content .dialogue_A a,
.chat_block .chat_group .chat_content .dialogue_B a {
  text-decoration: underline;
  text-underline-offset: 6px;
}
.chat_block .chat_group .chat_content .dialogue_A a:hover, .chat_block .chat_group .chat_content .dialogue_A a:focus,
.chat_block .chat_group .chat_content .dialogue_B a:hover,
.chat_block .chat_group .chat_content .dialogue_B a:focus {
  text-decoration: none;
}
.chat_block .chat_group .chat_content .dialogue_A {
  padding-left: 4em;
  position: relative;
  text-align: left;
}
.chat_block .chat_group .chat_content .dialogue_A:before {
  content: "";
  background-image: url("../images/icon_service_man.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 60px;
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0em;
  top: 0em;
  border: 1px solid #ddd;
  border-radius: 50%;
}
.chat_block .chat_group .chat_content .dialogue_A .dialogue_content {
  padding: 15px;
  background-color: #ececec;
  border-radius: 0px 10px 10px 10px;
  display: inline-block;
  max-width: 250px;
  margin-bottom: 0.1em;
  line-height: 1.6em;
}
.chat_block .chat_group .chat_content .dialogue_A .dialogue_content .title {
  font-size: 1.25em;
  color: #15386e;
  margin-bottom: 0.5em;
  padding: 0 0 0 0.6em;
  position: relative;
  font-weight: bold;
}
.chat_block .chat_group .chat_content .dialogue_A .dialogue_content .title:before {
  content: "";
  width: 2px;
  height: 1em;
  background-color: #15386e;
  position: absolute;
  left: 0;
  top: 0.2em;
}
.chat_block .chat_group .chat_content .dialogue_A .received_time {
  font-size: 0.813em;
  color: #666;
  padding-left: 15px;
}
.chat_block .chat_group .chat_content .dialogue_B {
  padding-right: 0;
  position: relative;
  text-align: right;
}
.chat_block .chat_group .chat_content .dialogue_B:after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("../images/chat_icon.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  right: 0;
  bottom: 0;
}
.chat_block .chat_group .chat_content .dialogue_B .dialogue_content {
  padding: 10px 15px;
  background-color: #15386e;
  border-radius: 10px 0 10px 10px;
  color: #fff;
  display: inline-block;
  margin-bottom: 0.1em;
  line-height: 1.6em;
  max-width: 250px;
  text-align: left;
}
.chat_block .chat_group .chat_content .dialogue_B .received_time {
  font-size: 0.813em;
  color: #666;
  padding-right: 15px;
  text-align: right;
}
.chat_block .chat_group .chat_content .information_slider {
  text-align: left;
  width: 210px;
  margin: 0;
  padding: 0;
}
.chat_block .chat_group .chat_content .information_slider .informationslist {
  display: block;
  overflow: hidden;
}
.chat_block .chat_group .chat_content .information_slider .informationslist .pic {
  width: 210px;
  height: 130px;
  margin: 0 auto 0.5em;
  position: relative;
}
.chat_block .chat_group .chat_content .information_slider .informationslist .pic img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.chat_block .chat_group .chat_content .information_slider .informationslist .informations_content .title {
  font-size: 1.25em;
  color: #15386e;
  margin-bottom: 0.5em;
  padding: 0 0 0 0.6em;
  position: relative;
  font-weight: bold;
}
.chat_block .chat_group .chat_content .information_slider .informationslist .informations_content .title:before {
  content: "";
  width: 2px;
  height: 1em;
  background-color: #15386e;
  position: absolute;
  left: 0;
  top: 0.2em;
}
.chat_block .chat_group .chat_content .information_slider .slick-prev,
.chat_block .chat_group .chat_content .information_slider .slick-next {
  width: 50px !important;
  height: 50px !important;
  border-radius: 50%;
  background-size: 15px 30px !important;
}
.chat_block .chat_group .chat_content .information_slider .slick-prev {
  left: -80px;
  background: url("../images/slick/icon_arrow_left_inverse_white.svg") center center no-repeat RGBA(92, 92, 92, 1);
}
.chat_block .chat_group .chat_content .information_slider .slick-next {
  right: -80px;
  background: url("../images/slick/icon_arrow_right_inverse_white.svg") center center no-repeat RGBA(92, 92, 92, 1);
}
@media (max-width: 450px) {
  .chat_block .chat_group .chat_content .information_slider {
    width: 180px;
  }
  .chat_block .chat_group .chat_content .information_slider .informationslist .pic {
    width: 180px;
    height: 110px;
  }
  .chat_block .chat_group .chat_content .information_slider .slick-prev {
    left: -30px;
  }
  .chat_block .chat_group .chat_content .information_slider .slick-next {
    right: -30px;
  }
}
.chat_block .chat_group .chat_content .options_btnblock {
  margin: 5px 0 0;
}
.chat_block .chat_group .chat_content .options_btnblock ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
.chat_block .chat_group .chat_content .options_btnblock ul li {
  flex: 1 1 auto;
  flex-basis: 100%;
  margin: 0 2px 6px;
}
.chat_block .chat_group .chat_content .options_btnblock ul li a {
  padding: 0.5em 0.6em;
  display: block;
  color: #333;
  background: rgb(21, 56, 110);
  background: linear-gradient(90deg, rgb(21, 56, 110) 0%, rgb(32, 78, 149) 100%);
  color: #fff;
  box-sizing: border-box;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
}
.chat_block .chat_group .chat_content .options_btnblock ul li a:hover {
  background: #cb4d06;
  color: #fff;
}
@media (max-width: 400px) {
  .chat_block .chat_group .chat_content .options_btnblock ul li {
    flex: 1 1 auto;
    flex-wrap: 100%;
  }
}
.chat_block .chat_group .message {
  display: flex;
  margin: 0.5em 1em;
  height: 60px;
}
.chat_block .chat_group .message input,
.chat_block .chat_group .message button {
  border-radius: 0;
  margin: 0;
  height: 40px;
}
.chat_block .chat_group .message input {
  border-color: #fff;
}
.chat_block .chat_group .message input.invalid {
  background-color: #0066cc;
  color: #fff;
  border-color: #0066cc;
}
.chat_block .chat_group .message button.enter {
  font-size: 0;
  background-image: url("../images/icon_sent.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px;
  width: 50px;
  background-color: #fff;
  border: 1px solid #fff;
  margin-left: 5px;
}

.noinformation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2em;
}
.noinformation span {
  font-size: 1.5rem;
  margin-left: 2em;
}
.noinformation img {
  max-width: 360px;
}
@media screen and (max-width: 991px) {
  .noinformation {
    flex-wrap: wrap;
  }
  .noinformation span {
    flex: 1 1 auto;
    flex-basis: 100%;
    margin: 1em 0 2em 0;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .noinformation img {
    max-width: 90%;
  }
}

.main.large_size .questionSelection_block .question_selection_group .question_list a .images .content .title {
  margin-bottom: 0.3em;
}
.main.large_size .topQuestions_block .questions_block .question_list .answer_content .solved_or_not .add1 {
  left: 280px;
}
.main.large_size .topQuestions_block .questions_block .question_list .answer_content .solved_or_not .add1.appear {
  top: -65px;
}
@media screen and (max-width: 767px) {
  .main.large_size .topQuestions_block .questions_block .question_list .answer_content .solved_or_not {
    flex-wrap: wrap;
  }
  .main.large_size .topQuestions_block .questions_block .question_list .answer_content .solved_or_not span {
    flex: 1 1 auto;
    flex-basis: 100%;
    margin-bottom: 0.5em;
  }
  .main.large_size .topQuestions_block .questions_block .question_list .answer_content .solved_or_not ul {
    flex-basis: 100%;
  }
  .main.large_size .topQuestions_block .questions_block .question_list .answer_content .solved_or_not .add1 {
    left: 30px;
  }
  .main.large_size .topQuestions_block .questions_block .question_list .answer_content .solved_or_not .add1.appear {
    top: -15px;
  }
}
.main.large_size .questionanswer_block .answer_content .solved_or_not .add1 {
  left: 250px;
}
.main.large_size .questionanswer_block .answer_content .solved_or_not .add1.appear {
  top: -60px;
}
@media screen and (max-width: 575px) {
  .main.large_size .questionanswer_block .answer_content .solved_or_not {
    flex-wrap: wrap;
  }
  .main.large_size .questionanswer_block .answer_content .solved_or_not span {
    flex: 1 1 auto;
    flex-basis: 100%;
    margin-bottom: 0.5em;
  }
  .main.large_size .questionanswer_block .answer_content .solved_or_not ul {
    flex-basis: 100%;
  }
  .main.large_size .questionanswer_block .answer_content .solved_or_not .add1 {
    top: 30px;
    left: 30px;
  }
  .main.large_size .questionanswer_block .answer_content .solved_or_not .add1.appear {
    top: -13px;
    opacity: 1;
  }
}
@media screen and (max-width: 991px) {
  .main.large_size .chooseblock {
    flex-wrap: wrap;
    justify-content: center;
  }
  .main.large_size .chooseblock .form_inline {
    justify-content: center;
    margin-bottom: 0.5em;
  }
  .main.large_size .chooseblock .arrangement_group {
    flex: 1 1 auto;
    flex-basis: 100%;
    padding-left: 0;
    justify-content: center;
  }
}
.main.large_size .problem_integration_block .tabSet .tabContentGroup .chooseblock .pagination .pagegroup {
  margin-bottom: 0;
}

@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;
    clear: both;
    zoom: 1;
    padding-top: 0px !important;
  }
  .main:before, .main:after,
  .content:before,
  .content:after {
    content: "";
    display: table;
  }
  .main:after,
  .content:after {
    clear: both;
  }
  .main img.float_left,
  .content img.float_left {
    float: right;
    max-width: 50%;
    margin: 0px 1em 1em 0;
  }
  .main img.float_right,
  .content img.float_right {
    float: right;
    max-width: 50%;
    margin: 0px 0 1em 1em;
  }
  .main a:link,
  .main a:visited,
  .main a,
  .content a:link,
  .content a:visited,
  .content a {
    background: transparent;
    color: #222;
    font-weight: bold;
    text-decoration: underline;
    text-align: left;
    word-wrap: break-word;
  }
  .main p a,
  .content p a {
    word-wrap: break-word;
  }
  .main p a[href^=http]:after,
  .content p a[href^=http]:after {
    content: " (" attr(href) ")";
    font-size: 90%;
  }
  .main p a[href^="#"]:after,
  .content p a[href^="#"]:after {
    display: none;
  }
  .main abbr[title]:after,
  .content abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .main table,
  .content table {
    background: #FFF;
  }
  .main li,
  .content li {
    content: "» ";
  }
  /* 檔案下載*/
  .file_download a {
    display: block !important;
    clear: both !important;
    width: 100% !important;
  }
  .file_download .update,
  .file_download .file_view {
    float: none !important;
    width: 30% !important;
    display: inline-block !important;
    margin-left: 3em;
  }
  *,
  *:before,
  *:after,
  *:first-letter,
  p:first-line,
  div:first-line,
  blockquote:first-line,
  li:first-line {
    background: transparent !important;
    color: #000 !important;
    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 */