@charset "UTF-8";
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.slick-lightbox-slick-caption, .sitemap, .web_link, .cp .info, div.tag, .category, .pagination, div.function, .fatfooter, .search.m_search .keywordHot, .header .navigation, .header, .tabSet, .divider, .divider-vertical, .container-fluid, .container, .row {
  clear: both;
  zoom: 1;
}
.slick-lightbox-slick-caption:before, .sitemap:before, .web_link:before, .cp .info:before, div.tag:before, .category:before, .pagination:before, div.function:before, .fatfooter:before, .search.m_search .keywordHot:before, .header .navigation:before, .header:before, .tabSet:before, .divider:before, .divider-vertical:before, .container-fluid:before, .container:before, .row:before, .slick-lightbox-slick-caption:after, .sitemap:after, .web_link:after, .cp .info:after, div.tag:after, .category:after, .pagination:after, div.function:after, .fatfooter:after, .search.m_search .keywordHot:after, .header .navigation:after, .header:after, .tabSet:after, .divider:after, .divider-vertical:after, .container-fluid:after, .container:after, .row:after {
  content: "";
  display: table;
}
.slick-lightbox-slick-caption:after, .sitemap:after, .web_link:after, .cp .info:after, div.tag:after, .category:after, .pagination:after, div.function:after, .fatfooter:after, .search.m_search .keywordHot:after, .header .navigation:after, .header:after, .tabSet:after, .divider:after, .divider-vertical:after, .container-fluid:after, .container:after, .row:after {
  clear: both;
}

/* @include transition(all,2s,ease-out); */
/*範例：*/
/* button{*/
/* 	@include opacity(0.8);*/
/* }*/
/*https://medium.com/@vilcins/usefull-sass-mixins-7a68c5491bda*/
/* 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: -30px;
  margin-right: -30px;
}
.row > div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.container {
  max-width: 1170px;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.bulletin_block, .topview_block, .press_block, .lp .album ul li, .link_block .tabContent li, .key_indicators_block,
.service_block,
.policy_block,
.issue_block,
.link_block,
.adSlider, .video_block, .news_block, .thumbnail, footer .rightblock, footer .leftblock, .form_grid .form_content, .form_grid .form_title, .col-5 .col, .col-3-6-3 .col:nth-child(2), .col-3-6-3 .col, .cssname .video, .cssname .news, .col-2-2-2-2-2-2 .col, .col-4-8 .col:nth-child(2n), .col-4-8 .col, .col-8-4 .col:nth-child(2n), .col-8-4 .col, .col-3-3-3-3 .col, .col-4-4-4 .col, .col-6-6 .col {
  position: relative;
  min-height: 1px;
  padding-left: 30px;
  padding-right: 30px;
}

.row {
  margin-left: -30px;
  margin-right: -30px;
  clear: both;
  zoom: 1;
}
.row:before, .row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 30px;
  padding-right: 30px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1400px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
.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: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 3px 0 3px;
  border-color: #666 transparent transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5em;
}

.breadcrumb ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  display: inline-block;
  margin-right: 0.5em;
  vertical-align: middle;
  border: 2px solid #969696;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-bottom: none;
  border-left: none;
  margin-bottom: 0.2em;
}

.cp {
  font-size: 1.0666666em;
  line-height: 1.65em;
}
@media screen and (max-width: 575px) {
  .cp {
    font-size: 1.2em;
  }
}
.cp h1 {
  font-size: 2em;
}
.cp h2 {
  font-size: 1.75em;
  margin-bottom: 1.25em;
}
.cp h3 {
  font-size: 1.5em;
}
.cp h4 {
  font-size: 1.25em;
  margin-top: 0;
  margin-bottom: 1em;
}
.cp h5 {
  font-size: 1.125em;
  margin-top: 0;
  margin-bottom: 1em;
}
.cp h6 {
  font-size: 1.125em;
  margin-top: 0;
  margin-bottom: 1em;
}
.cp p {
  font-size: 1em;
  line-height: 1.85em;
  margin-top: 0;
}
.cp ul,
.cp ol {
  font-size: 1em;
  margin-bottom: 1em;
}
.cp ul li,
.cp ol li {
  margin-bottom: 0.5em;
}
.cp dd,
.cp th,
.cp td figure {
  font-size: 1em;
}
.cp blockquote {
  background: #f1f1f1;
  font-style: normal;
  display: block;
  font-size: 1em;
  border-left: 5px solid #d21f01;
  padding: 2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0em 2em;
}
.cp img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .cp img {
    max-width: 100%;
    width: auto;
    clear: both;
  }
}

body {
  font-size: 1em;
  font-weight: normal;
  color: #444;
  line-height: 1.45em;
  font-family: Lato, "PingFang TC", "Helvetica Neue", Helvetica, 微軟正黑體, Arial, sans-serif;
  -webkit-text-size-adjust: none;
  background: #ddd;
}

a {
  color: #b94335;
  text-decoration: none;
}
a:hover, a:focus {
  color: #992013;
  cursor: pointer;
}

.demosection {
  padding: 0em 0 3em;
  text-align: center;
}
.demosection [class^=col] {
  border: 1px solid #21baff;
  background: #baeaff;
  min-height: 200px;
  color: #aaaaaa;
  text-align: center;
  line-height: 200px;
  font-size: 1.5em;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.demosection + .demosection {
  padding-top: 2em;
}
.demosection + .bg {
  background: #ffaea0;
}
.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-child(2n) {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .col-8-4 .col:nth-child(2n) {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .col-8-4 .col:nth-child(2n) {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 1400px) {
  .col-8-4 .col:nth-child(2n) {
    float: left;
    width: 33.3333333333%;
  }
}

.col-4-8 .col {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .col-4-8 .col {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .col-4-8 .col {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 1400px) {
  .col-4-8 .col {
    float: left;
    width: 33.3333333333%;
  }
}
.col-4-8 .col:nth-child(2n) {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .col-4-8 .col:nth-child(2n) {
    float: left;
    width: 66.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-4-8 .col:nth-child(2n) {
    float: left;
    width: 66.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-4-8 .col:nth-child(2n) {
    float: left;
    width: 66.6666666667%;
  }
}

.col-2-2-2-2-2-2 .col {
  float: left;
  width: 50%;
}
@media (min-width: 768px) {
  .col-2-2-2-2-2-2 .col {
    float: left;
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-2-2-2-2-2-2 .col {
    float: left;
    width: 16.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-2-2-2-2-2-2 .col {
    float: left;
    width: 16.6666666667%;
  }
}

.cssname .news {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .cssname .news {
    float: left;
    width: 66.6666666667%;
  }
}
@media (min-width: 992px) {
  .cssname .news {
    float: left;
    width: 66.6666666667%;
  }
}
@media (min-width: 1400px) {
  .cssname .news {
    float: left;
    width: 66.6666666667%;
  }
}
.cssname .video {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .cssname .video {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .cssname .video {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 1400px) {
  .cssname .video {
    float: left;
    width: 33.3333333333%;
  }
}

.col-3-6-3 .col {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .col-3-6-3 .col {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .col-3-6-3 .col {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1400px) {
  .col-3-6-3 .col {
    float: left;
    width: 25%;
  }
}
.col-3-6-3 .col:nth-child(2) {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .col-3-6-3 .col:nth-child(2) {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .col-3-6-3 .col:nth-child(2) {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1400px) {
  .col-3-6-3 .col:nth-child(2) {
    float: left;
    width: 50%;
  }
}

.col-5 .col {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .col-5 .col {
    float: left;
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-5 .col {
    float: left;
    width: 16.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-5 .col {
    float: left;
    width: 16.6666666667%;
  }
}
.col-5 .col:first-child {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-5 .col:first-child {
    margin-left: 8.3333333333%;
  }
}
@media (min-width: 992px) {
  .col-5 .col:first-child {
    margin-left: 8.3333333333%;
  }
}
@media (min-width: 1400px) {
  .col-5 .col:first-child {
    margin-left: 8.3333333333%;
  }
}

.breadcrumb {
  padding: 0.1em 0em 0.1em;
  font-size: 0.938em;
  margin: 0px auto 5px;
}
.breadcrumb ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcrumb ul li {
  display: inline-block;
  margin: 0px 0.1em 0.1em 0px;
}
.breadcrumb ul li:first-child:before {
  display: none;
}
.breadcrumb a {
  color: #444;
  text-decoration: none;
}
.breadcrumb a:hover, .breadcrumb a:focus {
  color: #992013;
  cursor: pointer;
}

.divider, .divider-vertical {
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-size: 0.813em;
  color: grey;
  text-shadow: 0 1px 1px #fff;
  display: block;
}

.divider {
  display: table;
  line-height: 1;
  margin: 20px 0;
}
.divider:after, .divider:before {
  content: "";
  display: table-cell;
  position: relative;
  top: 50%;
  width: 50%;
  background-repeat: no-repeat;
  background-image: url("../images/basic/divider.jpg");
}
.divider:before {
  background-position: right 1em top 50%;
}
.divider:after {
  background-position: left 1em top 50%;
}

.divider-vertical {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: auto;
  height: 50%;
  line-height: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.divider-vertical:after, .divider-vertical:before {
  content: "";
  position: absolute;
  left: 50%;
  z-index: 3;
  width: 0;
  height: calc(100% - 1.2rem);
  border-left: 1px solid #CFCFCF;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}
.divider-vertical:before {
  top: -100%;
}
.divider-vertical:after {
  bottom: 0;
}

.btn_grp {
  text-align: center;
  margin: 1em 0;
}
.btn_grp .btn {
  min-width: 5em;
  margin: 0.25em 0.1em;
  width: auto;
}

.upload_grp .upload_btn, input[type=reset], input[type=submit], button,
input[type=button], .btn-purple, .btn-red, .btn-orange, .btn-yellow, .btn-blue, .btn-green, .btn {
  font-size: 1em;
  background-image: none;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  white-space: nowrap;
  line-height: normal;
  width: auto;
  min-width: 4em;
  padding-left: 1em;
  padding-right: 1em;
  margin: 0.25em 0.1em;
}

.btn {
  padding: 0.5em 2em !important;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ddd;
  border: 1px solid #c4c4c4;
  color: #444;
  -webkit-box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
          box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
  border-radius: 0.3em;
  text-shadow: RGBA(0, 0, 0, 0.3) 0px 0px 0px;
  background: #f7f7f7;
  background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#dadada));
  background: linear-gradient(to bottom, #f7f7f7, #dadada);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.btn:hover, .btn:focus {
  background: #c4c4c4;
  cursor: pointer;
  color: #fff;
}
.btn:focus {
  -webkit-box-shadow: 0px 0px 0px 3px white;
          box-shadow: 0px 0px 0px 3px white;
  outline: none;
}
.btn.active {
  background: #eaeaea;
  cursor: pointer;
}
.btn:hover, .btn:focus {
  color: #444;
  background: #fafafa;
  background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#ccc));
  background: linear-gradient(to bottom, #fafafa, #ccc);
  outline: 3px solid #b94335;
}

.btn-green {
  background: #5cb85c;
  border: 1px solid #449d44;
  color: #fff;
  -webkit-box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
          box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
  border-radius: 0.3em;
}
.btn-green:hover, .btn-green:focus {
  background: #449d44;
  cursor: pointer;
  color: #fff;
}
.btn-green:focus {
  -webkit-box-shadow: 0px 0px 0px 3px #b5dfb5;
          box-shadow: 0px 0px 0px 3px #b5dfb5;
  outline: none;
}
.btn-green.active {
  background: #6ec06e;
  cursor: pointer;
}

.btn-blue {
  background: #21baff;
  border: 1px solid #00a3ed;
  color: #fff;
  -webkit-box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
          box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
  border-radius: 0.3em;
}
.btn-blue:hover, .btn-blue:focus {
  background: #00a3ed;
  cursor: pointer;
  color: #fff;
}
.btn-blue:focus {
  -webkit-box-shadow: 0px 0px 0px 3px #a1e2ff;
          box-shadow: 0px 0px 0px 3px #a1e2ff;
  outline: none;
}
.btn-blue.active {
  background: #3bc2ff;
  cursor: pointer;
}

.btn-yellow {
  background: #fcc211;
  border: 1px solid #d7a303;
  color: #fff;
  -webkit-box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
          box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
  border-radius: 0.3em;
}
.btn-yellow:hover, .btn-yellow:focus {
  background: #d7a303;
  cursor: pointer;
  color: #fff;
}
.btn-yellow:focus {
  -webkit-box-shadow: 0px 0px 0px 3px #fee28f;
          box-shadow: 0px 0px 0px 3px #fee28f;
  outline: none;
}
.btn-yellow.active {
  background: #fcc82a;
  cursor: pointer;
}

.btn-orange {
  background: #f77810;
  border: 1px solid #cd6007;
  color: #fff;
  -webkit-box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
          box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
  border-radius: 0.3em;
}
.btn-orange:hover, .btn-orange:focus {
  background: #cd6007;
  cursor: pointer;
  color: #fff;
}
.btn-orange:focus {
  -webkit-box-shadow: 0px 0px 0px 3px #fbbe8b;
          box-shadow: 0px 0px 0px 3px #fbbe8b;
  outline: none;
}
.btn-orange.active {
  background: #f88629;
  cursor: pointer;
}

.btn-red {
  background: #e10000;
  border: 1px solid #ae0000;
  color: #fff;
  -webkit-box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
          box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
  border-radius: 0.3em;
}
.btn-red:hover, .btn-red:focus {
  background: #ae0000;
  cursor: pointer;
  color: #fff;
}
.btn-red:focus {
  -webkit-box-shadow: 0px 0px 0px 3px #ff6262;
          box-shadow: 0px 0px 0px 3px #ff6262;
  outline: none;
}
.btn-red.active {
  background: #fb0000;
  cursor: pointer;
}

.btn-purple {
  background: #aa5ac5;
  border: 1px solid #923daf;
  color: #fff;
  -webkit-box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
          box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
  border-radius: 0.3em;
}
.btn-purple:hover, .btn-purple:focus {
  background: #923daf;
  cursor: pointer;
  color: #fff;
}
.btn-purple:focus {
  -webkit-box-shadow: 0px 0px 0px 3px #dbb8e6;
          box-shadow: 0px 0px 0px 3px #dbb8e6;
  outline: none;
}
.btn-purple.active {
  background: #b46dcc;
  cursor: pointer;
}

.btn-xl {
  font-size: 1.5em;
}

.btn-lg {
  font-size: 1.25em;
}

.btn-sm {
  font-size: 0.938em;
}

.btn-xs {
  font-size: 0.75em;
}

hr {
  border: none;
  border-top: 1px solid #CFCFCF;
  margin: 1em 0px;
  display: block;
  clear: both;
}

img.img_rounded {
  border-radius: 10px;
  background-clip: padding-box;
}
img.img_circle {
  border-radius: 50%;
  background-clip: padding-box;
}

/*for IE */
.imgOuter {
  position: relative;
}

.img-container {
  width: 100%;
  position: relative;
  background: #F2F2F2;
}
.img-container a {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}
.img-container a .caption {
  position: absolute;
  width: 100%;
  height: 3em;
  background: rgba(0, 0, 0, 0.45);
  padding: 1em 0.5em 0.5em;
  font-size: 1.125em;
  color: #FFF;
  margin: 0;
  text-align: center;
  bottom: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .img-container a .caption {
    height: 5em;
    width: 100%;
    left: 0;
    padding: 1em 1em;
    text-align: center;
  }
}
.img-container img {
  width: 100%;
  height: 100%;
}
.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;
}

[tooltip] {
  position: relative;
}

[tooltip]:before,
[tooltip]:after {
  text-transform: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}

[tooltip]:before {
  content: "";
  border: 5px solid transparent;
  z-index: 1001;
}

[tooltip]:after {
  content: attr(tooltip);
  text-align: left;
  min-width: 150px;
  line-height: 1.5em;
  max-width: 300px;
  font-size: 0.813em;
  max-height: 5.182875em;
  overflow: hidden;
  padding: 0.5em;
  border-radius: 4px;
  -webkit-box-shadow: 0 1em 2em -0.5em rgba(0, 0, 0, 0.35);
          box-shadow: 0 1em 2em -0.5em rgba(0, 0, 0, 0.35);
  background: #333;
  color: #fff;
  z-index: 1000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

[tooltip]:hover:before,
[tooltip]:hover:after {
  display: block;
}

[tooltip=""]:before,
[tooltip=""]:after {
  display: none !important;
}

[tooltip]:not([flow]):before,
[tooltip][flow^=up]:before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #333;
}

[tooltip]:not([flow]):after,
[tooltip][flow^=up]:after {
  bottom: calc(100% + 5px);
}

[tooltip]:not([flow]):before,
[tooltip]:not([flow]):after,
[tooltip][flow^=up]:before,
[tooltip][flow^=up]:after {
  left: 50%;
  -webkit-transform: translate(-50%, -0.5em);
          transform: translate(-50%, -0.5em);
}

[tooltip][flow^=down]:before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #333;
}

[tooltip][flow^=down]:after {
  top: calc(100% + 5px);
}

[tooltip][flow^=down]:before,
[tooltip][flow^=down]:after {
  left: 50%;
  -webkit-transform: translate(-50%, 0.5em);
          transform: translate(-50%, 0.5em);
}

[tooltip][flow^=left]:before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #333;
  left: calc(0em - 5px);
  -webkit-transform: translate(-0.5em, -50%);
          transform: translate(-0.5em, -50%);
}

[tooltip][flow^=left]:after {
  top: 50%;
  right: calc(100% + 5px);
  -webkit-transform: translate(-0.5em, -50%);
          transform: translate(-0.5em, -50%);
}

[tooltip][flow^=right]:before {
  top: 50%;
  border-left-width: 0;
  border-right-color: #333;
  right: calc(0em - 5px);
  -webkit-transform: translate(0.5em, -50%);
          transform: translate(0.5em, -50%);
}

[tooltip][flow^=right]:after {
  top: 50%;
  left: calc(100% + 5px);
  -webkit-transform: translate(0.5em, -50%);
          transform: translate(0.5em, -50%);
}

@-webkit-keyframes tooltips-vert {
  to {
    opacity: 0.9;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

@keyframes tooltips-vert {
  to {
    opacity: 0.9;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@-webkit-keyframes tooltips-horz {
  to {
    opacity: 0.9;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@keyframes tooltips-horz {
  to {
    opacity: 0.9;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
/* FX All The Things */
[tooltip]:not([flow]):hover:before,
[tooltip]:not([flow]):hover:after,
[tooltip][flow^=up]:hover:before,
[tooltip][flow^=up]:hover:after,
[tooltip][flow^=down]:hover:before,
[tooltip][flow^=down]:hover:after {
  -webkit-animation: tooltips-vert 300ms ease-out forwards;
          animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^=left]:hover:before,
[tooltip][flow^=left]:hover:after,
[tooltip][flow^=right]:hover:before,
[tooltip][flow^=right]:hover:after {
  -webkit-animation: tooltips-horz 300ms ease-out forwards;
          animation: tooltips-horz 300ms ease-out forwards;
}

.tabSet {
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .tabSet {
    width: auto;
    height: auto !important;
  }
}

.tabs {
  position: relative;
}
.tabs > .tabItem {
  border-top: 10px solid #fefcfc;
  border-bottom: 10px solid #fefcfc;
  float: left;
  margin: 0;
  padding: 0;
  font-size: 1em;
  line-height: 1;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
@media screen and (max-width: 767px) {
  .tabs > .tabItem {
    border-top: 1px solid #000;
    border-bottom: 0px solid #f2f2f2;
  }
}
.tabs > .tabItem > a {
  display: block;
  padding: 16px 0;
  text-align: center;
  color: #000;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  font-weight: bold;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .tabs > .tabItem > a {
    width: 100% !important;
    border-top: 0px solid #fefcfc;
    border-bottom: 0 solid #000;
    background: #fefcfc;
    padding: 20px;
    text-align: left;
    position: relative;
  }
  .tabs > .tabItem > a:before {
    content: "";
    position: absolute;
    right: 26px;
    top: 25px;
    width: 6px;
    height: 6px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    z-index: 13;
  }
  .tabs > .tabItem > a:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 20px;
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 50%;
    background: #222;
    z-index: 12;
  }
}
.tabs > .tabItem > a:hover, .tabs > .tabItem > a:focus {
  color: #d21f01;
  -webkit-box-shadow: 0 0 0 0;
          box-shadow: 0 0 0 0;
}
@media screen and (max-width: 767px) {
  .tabs > .tabItem.active {
    border-top: 1px solid #000;
    border-bottom: 0 solid #d21f01;
  }
}
.tabs > .tabItem.active > a {
  color: #fff;
  background: #d21f01;
  border-top: 2px solid #d21f01;
  border-bottom: 2px solid #d21f01;
}
@media screen and (max-width: 767px) {
  .tabs > .tabItem.active > a {
    border-top: 1px solid #fff;
    border-bottom: 0 solid #000;
  }
  .tabs > .tabItem.active > a:before {
    content: "";
    border-right: 1px solid #d21f01;
    border-bottom: 1px solid #d21f01;
  }
  .tabs > .tabItem.active > a:after {
    content: "";
    background: #fefcfc;
  }
}

.example-2 .tabItem > a:hover {
  background: #dce2e9;
}
.example-2 .tabItem.active > a {
  background: #dce2e9;
}

.active + .tabContent {
  display: block;
}

.tabContent {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  clear: both;
  padding: 30px 0;
  display: none;
}
@media screen and (max-width: 767px) {
  .tabContent {
    position: static;
  }
}
.tabContent ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tabContent li {
  margin: 0 0 1.3em 0;
  padding: 0;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .tabContent li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
.tabContent li a {
  color: #444;
  text-decoration: none;
}
.tabContent li a:hover, .tabContent li a:focus {
  color: #992013;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .tabContent .more {
    text-align: center;
  }
}

.table_title {
  color: #d21f01;
  margin-bottom: 0.5em;
}

table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 575px) {
  table {
    width: 100%;
    position: relative;
  }
}
table caption {
  text-align: right;
  margin-bottom: 0.5em;
  font-size: 0.938em;
  color: #666;
}
table th,
table td {
  padding: 0.5em;
  text-align: left;
}
table td {
  border: #ddd 1px solid;
  word-break: break-word;
}
table td a {
  word-break: break-word;
}
table th {
  background-color: #d21f01;
  color: #fff;
  border: #d55f52 1px solid;
  text-align: center;
  padding: 0.9em 0.5em;
}
table.table_hover tr:hover {
  background: #F3F3F3;
}
table.table_sprite tr:nth-child(even) {
  background: #F5F5F5;
}

@media screen and (max-width: 767px) {
  .table_list {
    background-color: transparent !important;
  }
  .table_list thead,
  .table_list tbody,
  .table_list th,
  .table_list td,
  .table_list tr {
    display: block;
  }
  .table_list thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .table_list tr {
    border: 1px solid #ccc;
    margin-bottom: 10px;
  }
  .table_list td {
    border: none !important;
    border-bottom: 1px solid #eee !important;
    position: relative;
    white-space: normal;
    text-align: left;
  }
  .table_list td:before {
    content: attr(data-title);
    position: absolute;
    top: 0.5em;
    left: 0.5em;
    width: 30%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
    color: #000;
  }
}
@media screen and (max-width: 767px) {
  .table_wrapper {
    width: 100%;
    display: block;
    clear: both;
    zoom: 1;
    overflow: hidden;
    overflow-x: auto;
    -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: 545px;
  }
}

select::-ms-expand {
  display: none;
}

.form_grid .form_grp {
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  padding: 0.5em 0;
}
.form_grid .form_title {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 5px;
  padding-right: 0;
}
@media (min-width: 768px) {
  .form_grid .form_title {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .form_grid .form_title {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1400px) {
  .form_grid .form_title {
    float: left;
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .form_grid .form_title {
    padding-left: 0;
  }
}
.form_grid .form_content {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 180%;
}
@media (min-width: 768px) {
  .form_grid .form_content {
    float: left;
    width: 75%;
  }
}
@media (min-width: 992px) {
  .form_grid .form_content {
    float: left;
    width: 75%;
  }
}
@media (min-width: 1400px) {
  .form_grid .form_content {
    float: left;
    width: 75%;
  }
}
@media screen and (max-width: 767px) {
  .form_grid .form_content {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.form_grid .form_content.form_inline select {
  width: 49.5%;
  margin-right: 0;
  margin-left: 0;
}
.form_grid .form_content.form_inline select:first-of-type {
  margin-right: 0.3%;
}

form .form_grp,
form .check_grp,
form .radio_grp,
form .btn_grp,
form .upload_grp {
  margin-bottom: 0.2em;
}
form .check_grp label,
form .radio_grp label {
  display: block;
}
form .check_grp.form_inline label,
form .radio_grp.form_inline label {
  display: inline-block;
  margin: 0.2em 0.5em 0 0;
}
form .form_grp.form_inline label,
form .upload_grp.form_inline label {
  display: inline-block;
  margin-right: 0.5em;
}
form .form_grp.form_inline input,
form .form_grp.form_inline textarea,
form .form_grp.form_inline select,
form .upload_grp.form_inline input,
form .upload_grp.form_inline textarea,
form .upload_grp.form_inline select {
  width: auto;
}
form.form_inline label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
}
form.form_inline label ~ input, form.form_inline label ~ textarea {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
form.form_inline input[type=text],
form.form_inline input[type=password],
form.form_inline select,
form.form_inline textarea {
  width: auto;
  display: inline-block;
}
form.form_inline .form_grp,
form.form_inline .check_grp,
form.form_inline .radio_grp,
form.form_inline .btn_grp,
form.form_inline .upload_grp {
  display: inline-block;
  margin-right: 0.5em;
}
form.form_inline .btn_grp .btn,
form.form_inline .btn_grp input[type=submit],
form.form_inline .btn_grp input[type=reset],
form.form_inline .btn_grp input[type=button],
form.form_inline .btn_grp input[type=search] {
  margin-top: -3px;
  padding: 0.45em 1em;
}
form.form_inline select,
form.form_inline textarea {
  width: auto;
}

label,
legend {
  display: inline-block;
  margin: 0 0 0.5em 0;
}
@media screen and (max-width: 575px) {
  label,
  legend {
    display: block;
  }
}
label.inline input,
label.inline select,
label.inline textarea,
legend.inline input,
legend.inline select,
legend.inline textarea {
  width: auto;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

input,
textarea,
select,
button {
  color: #444;
  font-size: 1em;
  border: 1px solid #ccc;
  padding: 0.5em;
  background: #fff;
  vertical-align: middle;
  margin-bottom: 0.3em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-transition: border 0.2s ease-out;
  transition: border 0.2s ease-out;
  -webkit-transition: -webkit-box-shadow 0.2s ease-out;
  transition: -webkit-box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
}

input,
select,
textarea {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=file]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ccc;
}
input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=file]::-moz-placeholder,
input[type=date]::-moz-placeholder {
  /* Firefox 19+ */
  color: #ccc;
}
input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=file]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder {
  /* IE 10+ */
  color: #ccc;
}
input[type=text]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=file]:-moz-placeholder,
input[type=date]:-moz-placeholder {
  /* Firefox 18- */
  color: #ccc;
}

button,
input[type=button] {
  background: #b94335;
  border: 1px solid #91352a;
  color: #fff;
  -webkit-box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
          box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
  border-radius: 0.3em;
}
button:hover, button:focus,
input[type=button]:hover,
input[type=button]:focus {
  background: #91352a;
  cursor: pointer;
  color: #fff;
}
button:focus,
input[type=button]:focus {
  -webkit-box-shadow: 0px 0px 0px 3px #df978f;
          box-shadow: 0px 0px 0px 3px #df978f;
  outline: none;
}
button.active,
input[type=button].active {
  background: #c84e3f;
  cursor: pointer;
}

input[type=submit] {
  background: #b94335;
  border: 1px solid #91352a;
  color: #fff;
  -webkit-box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
          box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
  border-radius: 0.3em;
}
input[type=submit]:hover, input[type=submit]:focus {
  background: #91352a;
  cursor: pointer;
  color: #fff;
}
input[type=submit]:focus {
  -webkit-box-shadow: 0px 0px 0px 3px #df978f;
          box-shadow: 0px 0px 0px 3px #df978f;
  outline: none;
}
input[type=submit].active {
  background: #c84e3f;
  cursor: pointer;
}

textarea {
  color: #444;
  font-size: 1em;
  border: 1px solid #ccc;
  padding: 0.5em;
  background: #fff;
  vertical-align: middle;
  margin-bottom: 0.3em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-transition: border 0.2s ease-out;
  transition: border 0.2s ease-out;
  -webkit-transition: -webkit-box-shadow 0.2s ease-out;
  transition: -webkit-box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
  height: 5em;
  overflow-y: scroll;
}
@media screen and (max-width: 575px) {
  textarea {
    width: 100%;
  }
}

input[type=text]:focus,
input[type=reset]:focus,
input[type=file]:focus,
input[type=password]:focus,
input[type=button]:focus,
input[type=date]:focus,
input[type=tel]:focus,
input[type=email]:focus,
textarea:focus,
select:focus {
  border: 1px solid #b94335;
  -webkit-box-shadow: 0px 0px 0px 2px #b94335;
          box-shadow: 0px 0px 0px 2px #b94335;
  outline: none;
  background: #e7eef5;
}

select {
  line-height: 2.4em;
  height: 2.4em;
  padding: 0 24px 0 0.5em;
  border: 1px solid #ccc;
  background: #fff url(../images/basic/icon_select_arrow.svg) no-repeat right center;
  background-size: 20px;
}
select option {
  outline: none;
  border: none;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

input[type=reset] {
  background: #999999;
  border: 1px solid gray;
  color: #fff;
  -webkit-box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
          box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
  border-radius: 0.3em;
  text-shadow: none;
}
input[type=reset]:hover, input[type=reset]:focus {
  background: gray;
  cursor: pointer;
  color: #fff;
}
input[type=reset]:focus {
  -webkit-box-shadow: 0px 0px 0px 3px #d9d9d9;
          box-shadow: 0px 0px 0px 3px #d9d9d9;
  outline: none;
}
input[type=reset].active {
  background: #a6a6a6;
  cursor: pointer;
}

input[type=checkbox],
input[type=radio] {
  font-size: 1em;
  margin: -4px 0.2em 0 0;
  width: 1em;
  height: 1em;
  background-color: #f7f6ee;
  border: 2px solid #ccc;
}

input[type=radio] {
  border-radius: 50%;
}

input[type=checkbox]:checked,
input[type=radio]:checked {
  border-color: #d21f01;
  background-color: #d21f01;
  outline: none;
}

input[type=checkbox]:checked {
  background-image: url(../images/basic/icon_checked.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 98%;
  -webkit-box-shadow: #b94335 0 0 0 1px;
          box-shadow: #b94335 0 0 0 1px;
  border-radius: 2px;
  background-clip: padding-box;
}

input[type=radio]:checked {
  -webkit-box-shadow: #fff 0 0 0 3px inset, #b94335 0 0 0 1px;
          box-shadow: #fff 0 0 0 3px inset, #b94335 0 0 0 1px;
}

input[readonly],
input[disable] {
  background: #f2f2f2;
  color: #b3b3b3;
  border-color: #b3b3b3;
}
input[readonly] ~ label,
input[disable] ~ label {
  color: #b3b3b3;
}
input[readonly]:hover, input[readonly]:focus,
input[disable]:hover,
input[disable]:focus {
  border-color: #b3b3b3;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.upload_grp {
  position: relative;
}
.upload_grp input[readonly],
.upload_grp input[disable] {
  background: transparent;
  color: #666;
}
.upload_grp .upload_btn {
  position: absolute;
  overflow: hidden;
  top: 1px;
  right: 3px;
  background: #b94335;
  border: 1px solid #91352a;
  color: #fff;
  -webkit-box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
          box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
  border-radius: 0.3em;
  padding: 0.2em 1em !important;
  border-radius: 4px;
  background-clip: padding-box;
}
.upload_grp .upload_btn:hover, .upload_grp .upload_btn:focus {
  background: #91352a;
  cursor: pointer;
  color: #fff;
}
.upload_grp .upload_btn:focus {
  -webkit-box-shadow: 0px 0px 0px 3px #df978f;
          box-shadow: 0px 0px 0px 3px #df978f;
  outline: none;
}
.upload_grp .upload_btn.active {
  background: #c84e3f;
  cursor: pointer;
}
.upload_grp .upload_btn:hover, .upload_grp .upload_btn:focus {
  cursor: pointer !important;
}

input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 1.25em;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

img.captcha {
  display: inline-block;
  vertical-align: middle;
  max-height: 2.4em;
  margin-bottom: 0.5em;
}
img.captcha + input {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  img.captcha + input {
    width: 100%;
  }
  img.captcha + input ~ button {
    width: 100%;
    margin-bottom: 0.5em;
  }
}
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;
}

:-moz-placeholder-shown {
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

:placeholder-shown {
  color: #999;
}

::-webkit-input-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

[class^=i_]:before {
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
  vertical-align: middle;
  speak: none;
}

.invert:before {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.i_apple:before {
  background-image: url(../images/icon/icon_apple.svg);
  background-size: cover;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_arrow_left:before {
  background-image: url(../images/icon/icon_arrow_left.svg);
  background-size: cover;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_arrow_right:before {
  background-image: url(../images/icon/icon_arrow_right.svg);
  background-size: cover;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_bookmark:before {
  background-image: url(../images/icon/icon_bookmark.svg);
  background-size: cover;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_chat:before {
  background-image: url(../images/icon/icon_chat.svg);
  background-size: cover;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_check:before {
  background-image: url(../images/icon/icon_check.svg);
  background-size: cover;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_clock:before {
  background-image: url(../images/icon/icon_clock.svg);
  background-size: cover;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_close:before {
  background-image: url(../images/icon/icon_close.svg);
  background-size: cover;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_edit:before {
  background-image: url(../images/icon/icon_edit.svg);
  background-size: cover;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_facebook:before {
  background-image: url(../images/icon/icon_facebook.svg);
  background-size: cover;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_googleplus:before {
  background-image: url(../images/icon/icon_googleplus.svg);
  background-size: cover;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_grid:before {
  background-image: url(../images/icon/icon_grid.svg);
  background-size: cover;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_heart:before {
  background-image: url(../images/icon/icon_heart.svg);
  background-size: cover;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_home:before {
  background-image: url(../images/icon/icon_home.svg);
  background-size: cover;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_info:before {
  background-image: url(../images/icon/icon_info.svg);
  background-size: cover;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_link:before {
  background-image: url(../images/icon/icon_link.svg);
  background-size: cover;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_linkedin:before {
  background-image: url(../images/icon/icon_linkedin.svg);
  background-size: cover;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_lock:before {
  background-image: url(../images/icon/icon_lock.svg);
  background-size: cover;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_mail:before {
  background-image: url(../images/icon/icon_mail.svg);
  background-size: cover;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_rss:before {
  background-image: url(../images/icon/icon_rss.svg);
  background-size: cover;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_setting:before {
  background-image: url(../images/icon/icon_setting.svg);
  background-size: cover;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_star:before {
  background-image: url(../images/icon/icon_star.svg);
  background-size: cover;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_twitter:before {
  background-image: url(../images/icon/icon_twitter.svg);
  background-size: cover;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_video:before {
  background-image: url(../images/icon/icon_video.svg);
  background-size: cover;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_vimeo:before {
  background-image: url(../images/icon/icon_vimeo.svg);
  background-size: cover;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_youtube:before {
  background-image: url(../images/icon/icon_youtube.svg);
  background-size: cover;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_delete:before {
  background-image: url(../images/icon/icon_delete.svg);
  background-size: cover;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

.i_upload:before {
  background-image: url(../images/icon/icon_upload.svg);
  background-size: cover;
  margin-top: -0.1em;
  margin-bottom: 0.1em;
}

a:focus {
  outline: none;
  -webkit-box-shadow: 0 0px 0px 2px #cba60f inset;
          box-shadow: 0 0px 0px 2px #cba60f inset;
}
@media screen and (max-width: 767px) {
  a:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.accesskey {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 9;
  color: #444;
  font-size: 1em;
}
@media screen and (max-width: 767px) {
  .accesskey {
    display: none;
  }
}

a.more {
  display: block;
  width: 10em;
  text-align: center;
  height: 2.5em;
  margin: 0.5em auto 0.5em;
  line-height: 2.5;
  color: #d21f01;
  border: 1px solid #d21f01;
  text-align: center;
  overflow: hidden;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
a.more:after {
  content: "";
  width: 12px;
  height: 12px;
  border: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: -10px;
  top: 14px;
  border-left: none;
  border-bottom: none;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
a.more:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #d21f01;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
a.more:hover, a.more:focus, a.more.active {
  color: white;
}
a.more:hover:before, a.more:focus:before, a.more.active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
a.more:hover:after, a.more:focus:after, a.more.active:after {
  right: 15px;
}

.scrollToTop {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: url(../images/basic/top.png) no-repeat center center rgba(0, 0, 0, 0.4);
  text-align: center;
  color: #FFF;
  line-height: 44px;
  text-decoration: none;
  position: fixed;
  bottom: 15px;
  right: 10px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  display: none;
  z-index: 99999999;
  text-indent: -999999px;
}
.scrollToTop:hover, .scrollToTop:focus {
  background: url(../images/basic/top.png) no-repeat center center rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: none;
          box-shadow: none;
}

img.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.necessary {
  color: #E10000;
  margin: 0px 0.2em;
}

.tooltip {
  text-align: center;
  padding: 40px 0;
}
.tooltip span {
  display: inline-block;
  background: #DEDEDE;
  text-align: center;
  padding: 10px;
  width: 100px;
  height: 20px;
  line-height: 20px;
  vertical-align: baseline;
}
.tooltip p > em {
  color: #E10000;
}

.header {
  position: relative;
  z-index: 99;
  background: url(../images/headerbg1.png) no-repeat 45% top;
}
@media screen and (max-width: 767px) {
  .header {
    position: fixed;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0px 2px 5px RGBA(0, 0, 0, 0.3);
    box-shadow: 0px 2px 5px RGBA(0, 0, 0, 0.3);
  }
}
.header > .container .searchCtrl, .header > .container .sidebarCtrl {
  width: 60px !important;
  height: 60px !important;
  position: absolute;
  top: 0px;
  display: block;
  font-size: 0em;
  padding: 15px;
  margin: 0;
  min-width: auto;
  min-height: auto;
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .header > .container .searchCtrl, .header > .container .sidebarCtrl {
    display: block !important;
  }
}
.header > .container {
  max-width: 1170px;
  overflow: visible;
  position: relative;
}
.header > .container .sidebarCtrl {
  display: none;
  left: 0px;
}
.header > .container .sidebarCtrl span {
  position: absolute;
  background: #d21f01;
  width: 50%;
  height: 4px;
  top: 35%;
  left: 50%;
  margin-left: -25%;
  display: block;
}
.header > .container .sidebarCtrl span:nth-child(2) {
  top: 50%;
}
.header > .container .sidebarCtrl span:nth-child(3) {
  top: 65%;
}
.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;
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
}
.header h1 {
  float: left;
  width: 365px;
  height: 53px;
  margin: -5px 0 5px 1em;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header h1 a {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .header h1 a {
    width: 100%;
    height: 100%;
  }
}
.header h1 img {
  display: block;
  max-width: 365px;
  max-height: 53px;
}
@media screen and (max-width: 767px) {
  .header h1 {
    padding: 5px 0;
    width: calc(100% - 120px);
    text-align: center;
    height: 60px;
    margin: 0 60px;
    background: url(../images/logo.png) no-repeat center center;
    background-size: contain;
  }
  .header h1 img {
    display: none;
  }
}
.header .navigation {
  overflow: hidden;
  width: 100%;
  margin: 0.2em 0 0.5em;
  padding: 0 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: right;
}
.header .navigation ul {
  padding: 0;
  margin: 0;
  font-size: 0.813em;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
}
.header .navigation ul li {
  float: left;
  margin: 0 0.2em;
}
.header .navigation ul li:after {
  content: "";
  width: 1px;
  height: 10px;
  background: #333;
  display: inline-block;
  margin-left: 7px;
}
.header .navigation ul li:last-child:after {
  display: none;
}
.header .navigation ul li a {
  display: inline-block;
  padding: 0.7em 0.5em;
  text-decoration: none;
  color: #444;
}
.header .navigation ul li a:hover, .header .navigation ul li a:focus {
  color: #d21f01;
  text-decoration: underline;
}
.header .navigation ul.language li:after {
  display: none;
}
.header .navigation ul.language li a {
  padding: 0.2em 0.8em;
  margin: 0.3em 0;
  background: #eee;
  border-radius: 3px;
  border: 1px solid #ccc;
}
.header .navigation ul.language li a:hover, .header .navigation ul.language li a:focus {
  background: #d21f01;
  border: 1px solid #9f1801;
  text-decoration: none;
  color: #fff;
  -webkit-box-shadow: 0 0 0 0;
          box-shadow: 0 0 0 0;
}

.search {
  min-width: 25%;
  max-width: 50%;
  float: right;
  vertical-align: middle;
  padding: 0em 1em 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.search label {
  font-size: 0em;
}
.search form {
  margin-bottom: 5px;
  font-size: 0.938em;
}
.search .form_grp {
  margin-bottom: 0;
  margin-right: 5px !important;
}
.search .form_grp input {
  margin: -0.2em 0 0;
  padding: 0.3em 35px 0.3em 0.5em;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.search .form_grp input[type=text] {
  min-width: 218px;
}
.search .form_grp input[type=text]:hover, .search .form_grp input[type=text]:focus {
  opacity: 1;
  border: 1px solid #d21f01;
  background: #e7eef5;
}
.search .form_grp input[type=submit] {
  font-size: 0em;
  width: 20px !important;
  height: 23px;
  background: url(../images/basic/icon_search.png) no-repeat center center;
  background-size: 20px;
  border: none;
  display: inline-block;
  margin-left: -38px !important;
  margin-top: 1px !important;
  opacity: 0.7;
  position: absolute;
  border-radius: 3px;
}
.search .form_grp input[type=submit]:hover, .search .form_grp input[type=submit]:focus {
  opacity: 1;
  background: #d21f01 url(../images/basic/icon_search_.png) no-repeat center center;
  background-size: 20px;
}
.search .btn_grp {
  margin-right: 0 !important;
  font-size: 0.938em;
  padding: 0;
}
.search .btn_grp a {
  padding: 4px 6px 5px 6px;
  border: 1px solid #fff;
}
.search .btn_grp a:hover, .search .btn_grp a:focus {
  -webkit-box-shadow: 0 0 0 0;
          box-shadow: 0 0 0 0;
  border: 1px solid #d21f01;
  border-radius: 3px;
}
.search .keywordHot {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5em;
  padding: 0.1em 0 0.3em;
  font-size: 0.813em;
  color: #888;
}
.search .keywordHot ul {
  display: inline-block;
  line-height: 1.65em;
  margin: 0 0 0 1em;
  padding: 0;
}
.search .keywordHot ul li {
  margin: 0 0.6em 0 0;
  padding: 0;
  display: inline-block;
}
.search .keywordHot ul a {
  color: #6D6D6D;
}
.search .keywordHot ul a:hover, .search .keywordHot ul a:focus {
  text-decoration: underline;
  color: #333;
}
.search.m_search {
  width: 100% !important;
  max-width: 100% !important;
  min-width: auto;
  padding: 0.2em 0.3em 0.5em;
  display: block;
  height: auto;
  position: fixed;
  top: 60px;
  left: 0;
  z-index: 98;
  background: #f3f3f3;
}
.search.m_search label {
  font-size: 0em;
  line-height: 0;
}
.search.m_search .form_grp {
  width: 65%;
  height: auto;
  padding: 0 0 0 5% !important;
  margin-top: 20px;
  text-align: right;
  float: left;
  height: auto;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.search.m_search .form_grp input {
  width: 100%;
  margin: 0;
  padding: 0.5em 45px 0.4em 0.5em;
}
.search.m_search .form_grp input[type=text] {
  min-width: auto;
}
.search.m_search .form_grp input[type=submit] {
  font-size: 0em;
  width: 36px !important;
  height: 36px;
  padding: 0;
  background: url(../images/basic/icon_search.png) no-repeat center center;
  background-size: 24px;
  border: none;
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 3px;
  opacity: 0.8;
}
.search.m_search .form_grp input[type=submit]:hover, .search.m_search .form_grp input[type=submit]:focus {
  opacity: 1;
}
.search.m_search .btn_grp {
  display: inline-block;
  padding: 0.43em;
  width: 25%;
  background: #d21f01;
  margin: 20px 5% 0 3%;
  font-size: 1em;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.search.m_search .btn_grp input {
  width: 100% !important;
  padding: 0.6em 0.5em !important;
  margin: 0;
}
.search.m_search .btn_grp a {
  background: #d21f01;
  color: #fff;
}
.search.m_search .keywordHot {
  margin-top: 10px;
  color: #333;
  font-size: 1em;
}
.search.m_search .keywordHot ul {
  margin-left: 0;
}
.search.m_search .keywordHot a {
  color: #d21f01;
}
.search.m_search .keywordHot a:hover, .search.m_search .keywordHot a:focus {
  color: #d21f01;
}

.header.fixed {
  position: fixed;
  width: 100%;
  right: 0;
  top: 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0 25px;
          box-shadow: rgba(0, 0, 0, 0.5) 0 0 25px;
  background: rgba(0, 0, 0, 0.75);
  z-index: 999;
  background: #d21f01;
}
@media screen and (max-width: 767px) {
  .header.fixed {
    background: #FFF;
  }
}
.header.fixed .menu > ul > li > a {
  color: #FFF;
}

.menu {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding: 0 1em;
  min-height: 2.5em;
  position: relative;
  z-index: 999;
  clear: both;
  background: #d21f01;
  font-size: 1.125em;
}
.menu > ul {
  text-align: left;
  margin: 0;
  padding: 0;
}
.menu > ul li {
  position: relative;
}
.menu > ul li a {
  display: block;
  outline: none;
  text-decoration: none;
}
.menu > ul li li {
  float: none;
}
.menu > ul li li a {
  font-size: 0.88em;
  padding: 0.6em 1.4em;
  color: #FFF;
  font-weight: bold;
}
.menu > ul li li a:hover, .menu > ul li li a:focus {
  background: rgba(210, 31, 1, 0.8);
  -webkit-box-shadow: 0 0 0 0;
          box-shadow: 0 0 0 0;
}
.menu > ul li li.hasChild > ul {
  z-index: 999;
}
.menu > ul li li.hasChild > a:hover, .menu > ul li li.hasChild > a:focus {
  background: #d21f01;
}
.menu > ul li li.hasChild > a:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 1.1em;
  width: 6px;
  height: 6px;
  border: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-bottom: none;
  border-left: none;
}
.menu > ul > li {
  display: inline-block;
  vertical-align: top;
}
.menu > ul > li > a {
  display: block;
  padding: 0 0.6em;
  min-height: 3.5em;
  font-weight: bold;
  line-height: 3.5em;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .menu > ul > li > a {
    min-height: 3em;
    line-height: 3em;
  }
}
.menu > ul > li > a:before {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  position: absolute;
  top: -3px;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  content: "";
  background-color: #d55f52;
  z-index: -2;
  border-top: 3px solid #d21f01;
}
.menu > ul > li > a:focus {
  color: #fff;
  -webkit-box-shadow: 0 0 0 0;
          box-shadow: 0 0 0 0;
}
.menu > ul > li > a:focus:after {
  border: 2px solid #fff;
  border-bottom: none;
  border-left: none;
}
.menu > ul > li > a:focus:before {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
}
.menu > ul > li.hasChild > a:after {
  content: "";
  width: 4px;
  height: 4px;
  display: inline-block;
  margin-left: 0.5em;
  vertical-align: middle;
  border: 2px solid rgba(255, 255, 255, 0.6);
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  border-bottom: none;
  border-left: none;
  margin-bottom: 0.2em;
}
.menu > ul > li:hover a {
  color: #fff;
}
.menu > ul > li:hover a:after {
  border: 2px solid #fff;
  border-bottom: none;
  border-left: none;
}
.menu > ul > li:hover a:before {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
}
@media screen and (max-width: 1470px) {
  .menu > ul > li:last-child ul ul, .menu > ul > li:nth-last-child(2) ul ul, .menu > ul li:nth-last-child(3) ul ul {
    left: -200px;
  }
}
@media screen and (max-width: 1470px) {
  .menu > ul > li:last-child li.hasChild > a:after, .menu > ul > li:nth-last-child(2) li.hasChild > a:after, .menu > ul li:nth-last-child(3) li.hasChild > a:after {
    right: auto;
    left: 10px;
    top: 1.1em;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
}
@media screen and (max-width: 767px) {
  .menu > ul > li:last-child li.hasChild > a:after, .menu > ul > li:nth-last-child(2) li.hasChild > a:after, .menu > ul li:nth-last-child(3) li.hasChild > a:after {
    left: auto;
  }
}
.menu > ul ul {
  display: none;
  overflow: visible;
  width: 200px;
  background: rgba(102, 102, 102, 0.95);
  padding: 0;
  position: absolute;
  top: auto;
  left: 0;
  list-style: none;
  text-align: left;
  -webkit-animation: showMenu 0.3s ease-out;
          animation: showMenu 0.3s ease-out;
}
.menu > ul ul ul {
  top: 0;
  left: 200px;
  -webkit-animation: none;
          animation: none;
  background: rgba(80, 80, 80, 0.95);
}
.menu > ul ul ul ul {
  background: rgba(60, 60, 60, 0.95);
}

.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99999999;
  display: none;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sidebar > .menu_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: #d21f01;
  overflow: hidden;
  overflow-y: auto;
  z-index: 9999;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sidebar .m_area:before {
  content: "";
  width: 280px;
  position: absolute;
  top: 0;
  left: 0;
  color: #FFF;
  width: 100%;
  height: 3em;
  background: #d21f01;
  padding: 0 1em;
  line-height: 3em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sidebar .m_area .menu {
  width: 100%;
  -webkit-box-shadow: 0px 0px 4px RGBA(0, 0, 0, 0.4);
          box-shadow: 0px 0px 4px RGBA(0, 0, 0, 0.4);
  margin-bottom: 1em;
  background: #fff;
  padding: 0;
}
.sidebar .m_area .menu a {
  display: block;
  color: #222;
  text-decoration: none;
  -webkit-transition: 0s ease-out;
  transition: 0s ease-out;
  border-bottom: 1px solid #CCC;
}
.sidebar .m_area .menu ul ul {
  display: none;
  width: 100%;
  margin: 0;
  font-size: 0.938em;
  position: relative;
  left: 0;
}
.sidebar .m_area .menu > ul > li {
  display: block;
  width: 100%;
}
.sidebar .m_area .menu > ul > li > a {
  background: #FFF;
  position: relative;
  min-height: 1.4em;
  line-height: 1.4em;
  padding: 1em 2em 1em 1em;
}
.sidebar .m_area .menu > ul > li.hasChild > a:after {
  content: "";
  position: absolute;
  right: 16px;
  top: 1.5em;
  width: 5px;
  line-height: 1.25em;
  height: 5px;
  border: 2px solid #222;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: none;
  border-left: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sidebar .m_area .menu > ul > li li a {
  background: #efefef;
  padding: 1em 1.2em;
  font-size: 0.9375em;
}
.sidebar .m_area .menu > ul > li li.hasChild > a:after {
  content: "";
  position: absolute;
  right: 16px;
  top: 1.5em;
  width: 5px;
  line-height: 1.25em;
  height: 5px;
  border: 2px solid #555;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: none;
  border-left: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sidebar .m_area .menu > ul > li li li a {
  background: #ccc;
  padding: 0.8em 2em !important;
  border-bottom: 1px solid #BBB;
}
.sidebar .m_area .menu > ul > li li li li > a {
  background: #666;
  color: #fff;
}
.sidebar .m_area .menu > ul > li li li li > a:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #fff;
  display: inline-block;
  margin-right: 10px;
  margin-left: 5px;
  vertical-align: middle;
}
.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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sidebar .navigation ul li:nth-child(odd):last-child {
  width: 100%;
}
.sidebar .navigation ul li a {
  display: block;
  height: 3em;
  line-height: 2em;
  padding: 0.5em 1em;
  font-size: 0.938em;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sidebar .navigation ul li a:nth-child(odd) {
  border-left: none;
  border-top: none;
}
.sidebar .navigation ul li a:hover, .sidebar .navigation ul li a:focus {
  background: #6c1001;
}
.sidebar .navigation .language {
  position: relative;
}
.sidebar .navigation .language a {
  padding: 0.6em 1em;
}
.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;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-right: none;
  border-top: none;
}

@-webkit-keyframes showMenu {
  0% {
    left: 20px;
  }
  100% {
    left: 0px;
  }
}

@keyframes showMenu {
  0% {
    left: 20px;
  }
  100% {
    left: 0px;
  }
}
footer {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  clear: both;
  zoom: 1;
  text-align: left;
  font-size: 0.938em;
  padding-top: 2em;
  padding-bottom: 1em;
  position: relative;
  background: #b94335;
}
footer:before, footer:after {
  content: "";
  display: table;
}
footer:after {
  clear: both;
}
@media screen and (max-width: 767px) {
  footer {
    padding-bottom: 0;
  }
}
footer .container {
  position: relative;
  min-height: 1px;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
footer .container > div {
  padding-bottom: 1em;
}
footer a {
  text-decoration: none;
  color: #d21f01;
}
footer a:hover, footer a:focus {
  color: #9f1801;
}
footer .leftblock {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 768px) {
  footer .leftblock {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  footer .leftblock {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 1400px) {
  footer .leftblock {
    float: left;
    width: 33.3333333333%;
  }
}
footer .rightblock {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 768px) {
  footer .rightblock {
    float: left;
    width: 66.6666666667%;
  }
}
@media (min-width: 992px) {
  footer .rightblock {
    float: left;
    width: 66.6666666667%;
  }
}
@media (min-width: 1400px) {
  footer .rightblock {
    float: left;
    width: 66.6666666667%;
  }
}
@media screen and (max-width: 767px) {
  footer .rightblock {
    padding: 0;
  }
}
footer .footer_logo {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  footer .footer_logo {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  footer .footer_logo img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  footer .footer_icon {
    text-align: center;
  }
}
footer .footer_icon a {
  display: inline-block;
  vertical-align: top;
  margin-left: 18px;
}
footer .footer_icon img {
  max-width: 120px;
}
footer .footer_link {
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both;
  zoom: 1;
  margin-left: -0.7em;
}
footer .footer_link:before, footer .footer_link:after {
  content: "";
  display: table;
}
footer .footer_link:after {
  clear: both;
}
@media screen and (max-width: 991px) {
  footer .footer_link {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  footer .footer_link {
    text-align: center;
  }
}
footer .footer_link li {
  float: left;
  display: block;
}
@media screen and (max-width: 991px) {
  footer .footer_link li {
    margin-right: 5px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer_link li {
    float: none;
    display: inline-block;
  }
}
footer .footer_link li:after {
  content: "|";
  display: inline-block;
  color: #fff;
}
@media screen and (max-width: 991px) {
  footer .footer_link li:after {
    display: none;
  }
}
footer .footer_link li:last-child:after {
  display: none;
}
footer .footer_link li a {
  display: inline-block;
  padding: 0.5em 0.7em;
  color: #FFF;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 991px) {
  footer .footer_link li a {
    padding: 0.3em 0.7em;
    background: #9f1801;
    border-radius: 3px;
  }
}
footer .footer_link li a:hover, footer .footer_link li a:focus {
  background: #992013;
  text-decoration: none;
  border-radius: 3px;
}
footer p {
  line-height: 1.8em;
  margin: 0.5em 0;
  color: #E7FCFF;
  font-size: 0.938em;
  width: 60%;
  float: left;
}
@media screen and (max-width: 991px) {
  footer p {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 767px) {
  footer p {
    text-align: center;
  }
}
footer p a {
  color: #fff;
  padding: 3px 8px;
  margin-left: 5px;
  border-radius: 3px;
  text-decoration: none;
  background: #992013;
}
footer p a:hover {
  color: #fff;
  text-decoration: none;
  background: #444;
}
footer .update,
footer .counter {
  display: block;
  color: #E7FCFF;
  font-size: 0.938em;
  width: 30%;
  float: right;
}
@media screen and (max-width: 991px) {
  footer .update,
  footer .counter {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 767px) {
  footer .update,
  footer .counter {
    width: 100%;
    float: none;
    text-align: center;
  }
}
footer .update em,
footer .counter em {
  font-style: normal;
  color: #fff;
  padding: 0 0.5em;
}
footer .update {
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  footer .update {
    margin-top: 0;
  }
}

.fatfooter {
  margin: 0 auto;
  position: relative;
}
.fatfooter nav {
  max-width: 100%;
}
.fatfooter nav > ul > li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 25%;
}
@media screen and (max-width: 767px) {
  .fatfooter nav > ul > li {
    width: 95%;
    margin: 0px auto 3px;
  }
}
@media screen and (max-width: 767px) {
  .fatfooter {
    display: none;
  }
}
.fatfooter .container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  background: #f5f3f4;
  position: relative;
  background-size: cover;
}
.fatfooter .container:before {
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  top: 0px;
  -webkit-box-shadow: 0px -5px 5px RGBA(0, 0, 0, 0.3);
  box-shadow: 0px -2px 2px RGBA(0, 0, 0, 0.2);
  background: transparent;
}
.fatfooter .btn-fatfooter {
  font-size: 0.813em;
  display: block;
  width: 68px;
  height: 68px;
  color: #FFF;
  border: none;
  background: #d21f01;
  position: absolute;
  right: 2%;
  top: -34px;
  z-index: 90;
  padding: 0 !important;
  text-align: center;
  border-radius: 0;
  background-clip: padding-box;
}
.fatfooter .btn-fatfooter:hover, .fatfooter .btn-fatfooter:focus {
  background: #2a4664;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border: none;
  cursor: pointer;
}
.fatfooter nav {
  overflow: hidden;
  display: block;
  position: relative;
  padding: 2em 0 1em 2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .fatfooter nav {
    padding: 1em 0;
  }
}
.fatfooter nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .fatfooter nav ul {
    width: 100%;
    display: block;
    margin: 0px auto;
  }
}
.fatfooter nav ul li {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0 -5px 1em 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .fatfooter nav ul li {
    display: block;
    margin: 0 0 0.4em;
  }
}
.fatfooter nav ul li a {
  line-height: 1.5em;
  display: block;
  font-weight: bold;
  padding: 0.5em 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333;
  font-size: 1.125em;
}
.fatfooter nav ul li a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.fatfooter nav ul li ul {
  margin-top: 5px;
  display: none;
}
@media screen and (max-width: 767px) {
  .fatfooter nav ul li ul {
    width: auto;
    padding-left: 2em;
  }
}
.fatfooter nav ul li ul li {
  display: block;
  margin: 0;
  border: none;
  background: none;
  width: 100%;
}
.fatfooter nav ul li ul li a {
  display: block;
  color: #444;
  text-decoration: none;
  font-weight: normal;
  text-align: left;
  font-size: 0.938em;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 0;
}
.fatfooter nav ul li ul li a:hover, .fatfooter nav ul li ul li a:focus {
  color: #992013;
  cursor: pointer;
}
.fatfooter nav ul li ul li a:hover {
  color: #d21f01;
}
@media screen and (max-width: 767px) {
  .fatfooter nav ul li ul li a {
    padding: 0.3em 0.2em;
  }
}
.fatfooter nav ul li ul ul {
  display: none;
}

div.function ul li.icon_forward a:before, div.function ul li.icon_print a:before, div.function ul li.icon_back a:before {
  vertical-align: middle;
  content: "";
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.2em;
  display: inline-block;
}

div.function {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0.5em 0;
}
div.function ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
div.function ul li {
  display: block;
  float: left;
  margin: 0 3px 3px 0;
}
div.function ul li button,
div.function ul li a {
  font-size: 0.813em;
  display: block;
  padding: 0.2em 1em;
  background: #d55f52;
  border-color: #d55f52;
  color: #fff;
  border-radius: 4px;
}
div.function ul li button:hover, div.function ul li button:focus,
div.function ul li a:hover,
div.function ul li a:focus {
  background: #992013;
  border-color: #992013;
  -webkit-box-shadow: 0 0 0 0;
          box-shadow: 0 0 0 0;
}
div.function ul li.icon_back a:before {
  background: url(../images/basic/icon_back.svg) no-repeat center center;
  background-size: cover;
}
div.function ul li.icon_print a:before {
  background: url(../images/basic/icon_print.svg) no-repeat center center;
  background-size: cover;
}
div.function ul li.icon_forward a:before {
  background: url(../images/basic/icon_forward.svg) no-repeat center center;
  background-size: cover;
}

.function_panel .function {
  height: 30px;
  margin: 5px 0 0 0;
}
.function_panel .function ul li {
  width: 30px;
  height: 30px;
  font-size: 1em;
  float: left;
  display: block;
  margin: 0 0.2em;
}
.function_panel .function ul li a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  background: #d55f52;
  text-indent: -9999px;
  position: relative;
}
.function_panel .function ul li a:hover, .function_panel .function ul li a:focus {
  background: #9f1801;
  color: #fff;
}
.function_panel .function ul li a:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 60%;
  top: 20%;
  left: 20%;
  -webkit-filter: invert(100%);
          filter: invert(100%);
}
.function_panel .function ul li.back a:before {
  background: url(../images/basic/icon_back.png) no-repeat center center;
  background-size: 100%;
}
.function_panel .function ul li.print a:before {
  background: url(../images/basic/icon_printer.png) no-repeat center center;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .function_panel .function ul li.print {
    display: none;
  }
}
.function_panel .function ul li.forward a:before {
  background: url(../images/basic/icon_forward.png) no-repeat center center;
  background-size: 100%;
}
.function_panel .function_btn {
  float: right;
}
.function_panel .function_btn .btn {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .function_panel .function_btn .btn {
    margin-bottom: 8px;
  }
}
.function_panel .function_btn .btn:hover, .function_panel .function_btn .btn:focus {
  color: #fff;
  background: #d21f01;
  border: 1px solid #d21f01;
  -webkit-box-shadow: 0 0 0 0;
          box-shadow: 0 0 0 0;
  outline: 0;
}
@media screen and (max-width: 767px) {
  .function_panel .function_btn {
    float: none;
  }
}

.btn_subscribe_modify, .btn_subscribe, .btn_advanced_search, .btn_fill, .btn_faq, .btn_casesearch, .btn_opml, .btn_download {
  vertical-align: top;
  margin: 0 0 10px 10px;
  padding: 0.5em 1em !important;
}
@media screen and (max-width: 767px) {
  .btn_subscribe_modify, .btn_subscribe, .btn_advanced_search, .btn_fill, .btn_faq, .btn_casesearch, .btn_opml, .btn_download {
    display: block;
    width: 100%;
    margin: 10px 0 0 0;
  }
}
.btn_subscribe_modify:before, .btn_subscribe:before, .btn_advanced_search:before, .btn_fill:before, .btn_faq:before, .btn_casesearch:before, .btn_opml:before, .btn_download:before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  opacity: 0.7;
}
.btn_subscribe_modify:hover, .btn_subscribe:hover, .btn_advanced_search:hover, .btn_fill:hover, .btn_faq:hover, .btn_casesearch:hover, .btn_opml:hover, .btn_download:hover, .btn_subscribe_modify:focus, .btn_subscribe:focus, .btn_advanced_search:focus, .btn_fill:focus, .btn_faq:focus, .btn_casesearch:focus, .btn_opml:focus, .btn_download:focus {
  -webkit-box-shadow: 0 0 0 0;
          box-shadow: 0 0 0 0;
  outline: 0;
}

.btn_reload, .btn_upload, .btn_minus, .btn_add, .btn_sound {
  vertical-align: top;
  margin: 0;
}
.btn_reload:before, .btn_upload:before, .btn_minus:before, .btn_add:before, .btn_sound:before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  opacity: 0.7;
}
.btn_reload:hover, .btn_upload:hover, .btn_minus:hover, .btn_add:hover, .btn_sound:hover, .btn_reload:focus, .btn_upload:focus, .btn_minus:focus, .btn_add:focus, .btn_sound:focus {
  -webkit-box-shadow: 0 0 0 0;
          box-shadow: 0 0 0 0;
}

.btn_download:before {
  background: url(../images/icon_download.png) no-repeat 0 0;
  background-size: cover;
}

.btn_opml:before {
  background: url(../images/icon_opml.png) no-repeat 0 0;
  background-size: cover;
}
.btn_opml:hover, .btn_opml:focus {
  color: #fff;
  background: #d21f01;
  border: 1px solid #d21f01;
}

.btn_casesearch:before {
  background: url(../images/icon_casesearch.png) no-repeat 0 0;
  background-size: cover;
}
.btn_casesearch:hover:before, .btn_casesearch:focus:before {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.btn_faq:before {
  background: url(../images/icon_faq.png) no-repeat 0 0;
  background-size: cover;
}
.btn_faq:hover:before, .btn_faq:focus:before {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.btn_sound:before {
  content: "";
  background: url(../images/icon_sound.png) no-repeat 0 0;
  background-size: cover;
}

.btn_add:before {
  content: "";
  background: url(../images/icon/icon_add.svg) no-repeat 0 0;
  background-size: cover;
}

.btn_minus:before {
  content: "";
  background: url(../images/icon/icon_minus.svg) no-repeat 0 0;
  background-size: cover;
}

.btn_upload:before {
  content: "";
  background: url(../images/icon/icon_upload.svg) no-repeat 0 0;
  background-size: cover;
}

.btn_reload:before {
  background: url(../images/icon_reload.png) no-repeat 0 0;
  background-size: cover;
}

.btn_fill:before {
  background: url(../images/icon_fill.png) no-repeat 0 0;
  background-size: cover;
}
.btn_fill:hover:before, .btn_fill:focus:before {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.btn_advanced_search {
  text-align: center;
  letter-spacing: 1px;
  color: #fff;
  background: #9f1801;
  border: 1px solid #9f1801;
}
.btn_advanced_search:before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(../images/basic/icon_search_.png) no-repeat 0 0;
  background-size: cover;
  vertical-align: middle;
  margin-right: 8px;
  margin-bottom: 2px;
}
.btn_advanced_search:hover, .btn_advanced_search:focus {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dddddd));
  background: linear-gradient(to bottom, #ffffff, #dddddd);
  color: #d21f01;
  border: 1px solid #9f1801;
}
.btn_subscribe {
  text-align: center;
  letter-spacing: 1px;
  color: #fff;
  background: #9f1801;
  border: 1px solid #9f1801;
}
.btn_subscribe:before {
  display: none;
}
.btn_subscribe:hover, .btn_subscribe:focus {
  background: #d21f01;
  color: #fff;
  border: 1px solid #9f1801;
}
.btn_subscribe:hover:before, .btn_subscribe:focus:before {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}

.btn_subscribe_modify:before {
  display: none;
}

.modal {
  position: fixed;
  display: none;
  width: 400px;
  height: 300px;
  background: #FFF;
  z-index: 99999999;
  top: 5%;
  left: 50%;
  margin-left: -200px;
  padding: 1em 1em 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  -webkit-box-shadow: 1px 1px 15px RGBA(0, 0, 0, 0.5);
          box-shadow: 1px 1px 15px RGBA(0, 0, 0, 0.5);
  -webkit-animation: scaleUp 0.5s ease-out;
          animation: scaleUp 0.5s ease-out;
}
.modal h2 {
  border-bottom: 1px solid #d21f01;
  padding-bottom: 0.5em;
}
.modal .close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px !important;
  min-width: auto;
  height: 30px;
  font-size: 0em;
  border: none;
  display: block;
  padding: 0;
  background: url(../images/basic/icon_close.svg) no-repeat center center;
}
.modal .close:hover, .modal .close:focus {
  cursor: pointer;
}

@-webkit-keyframes scaleUp {
  0% {
    -webkit-transform: scale(1) translateY(-50px);
            transform: scale(1) translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1) translateY(0px);
            transform: scale(1) translateY(0px);
    opacity: 1;
  }
}

@keyframes scaleUp {
  0% {
    -webkit-transform: scale(1) translateY(-50px);
            transform: scale(1) translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1) translateY(0px);
            transform: scale(1) translateY(0px);
    opacity: 1;
  }
}
.modal_overlay {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: RGBA(0, 0, 0, 0.5);
  z-index: 99999998;
}

.pagination {
  margin: 0.5em auto;
  padding: 0;
  display: block;
  text-align: center;
  font-size: 0.938em;
}
.pagination span {
  color: #d21f01;
  margin: 0px 0.5em;
}
.pagination .page {
  margin: 10px 0;
  padding: 0;
}
.pagination .page li {
  display: inline-block;
  min-width: 40px;
  height: 40px;
  margin-bottom: 5px;
  list-style: none;
  -webkit-box-sizing: border-box;
          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: #444;
  background: #f7f7f7;
  background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#eaeaea));
  background: linear-gradient(to bottom, #f7f7f7, #eaeaea);
  border: #ccc solid 1px;
}
.pagination .page li a:hover, .pagination .page li a:focus {
  background: #d21f01;
  color: #fff !important;
  border: #d21f01 solid 1px;
  -webkit-box-shadow: 0 0 0 0;
          box-shadow: 0 0 0 0;
}
.pagination .page li.active a {
  color: #fff !important;
  background: #d21f01;
  border: #b91b01 solid 1px;
}
.pagination .page li.last a:after, .pagination .page li.last a:before, .pagination .page li.next a:before, .pagination .page li.prev a:before, .pagination .page li.first a:after, .pagination .page li.first a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border: 2px solid #666;
  border-left: none;
  border-bottom: none;
}
.pagination .page li.first a, .pagination .page li.prev a, .pagination .page li.next a, .pagination .page li.last a {
  text-indent: -9999px;
  position: relative;
}
.pagination .page li.first a:hover:before, .pagination .page li.first a:hover:after, .pagination .page li.first a:focus:before, .pagination .page li.first a:focus:after, .pagination .page li.prev a:hover:before, .pagination .page li.prev a:hover:after, .pagination .page li.prev a:focus:before, .pagination .page li.prev a:focus:after, .pagination .page li.next a:hover:before, .pagination .page li.next a:hover:after, .pagination .page li.next a:focus:before, .pagination .page li.next a:focus:after, .pagination .page li.last a:hover:before, .pagination .page li.last a:hover:after, .pagination .page li.last a:focus:before, .pagination .page li.last a:focus:after {
  border: 2px solid #fff;
  border-left: none;
  border-bottom: none;
}
.pagination .page li.first a:before {
  margin-left: -6px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.pagination .page li.first a:after {
  margin-left: 0px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.pagination .page li.prev a:before {
  margin-left: -2px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.pagination .page li.next a:before {
  margin-left: -6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.pagination .page li.last a:before {
  margin-left: -3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.pagination .page li.last a:after {
  margin-left: -9px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.pagination .total {
  padding: 0.5em;
}
.pagination .total select {
  margin: 0px 0.5em;
}
@media screen and (max-width: 767px) {
  .pagination .total select {
    margin: 0px;
  }
}
.pagination .total input[type=button] {
  background: #f7f7f7;
  background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#eaeaea));
  background: linear-gradient(to bottom, #f7f7f7, #eaeaea);
  border: 1px solid #ccc;
  color: #222;
  padding: 0.4em 1em !important;
  min-width: 3em;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.pagination .total input[type=button]:hover, .pagination .total input[type=button]:focus {
  color: #fff !important;
  background: #b94335;
  border: #a53c2f solid 1px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: 0;
}

@media screen and (max-width: 767px) {
  .pagination .total select.form-control {
    margin: 0px 0px;
    text-align: center;
  }
}
.thumbnail {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .thumbnail {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .thumbnail {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 1400px) {
  .thumbnail {
    float: left;
    width: 33.3333333333%;
  }
}
.thumbnail a {
  display: block;
  border-radius: 5px;
  background-clip: padding-box;
  border: 1px solid #DDD;
  padding: 0.5em;
  color: #444;
  text-decoration: none;
}
.thumbnail a:hover, .thumbnail a:focus {
  color: #992013;
  cursor: pointer;
}
.thumbnail .imgOuter {
  overflow: hidden;
}
.thumbnail .imgOuter:before {
  display: inline-block;
  content: "";
  padding-top: 75%;
}
.thumbnail .imgOuter img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.thumbnail .caption {
  max-width: 90%;
  margin: 0px auto;
}

.category {
  text-align: left;
  margin: 1em auto;
}
.category ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.category ul li {
  margin: 0px 3px 3px 0px;
  display: block;
  float: left;
}
.category a {
  background: #FFF;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#DDD));
  background: linear-gradient(to bottom, #FFF, #DDD);
  border: 1px solid #CCC;
  padding: 0.4em 1em;
  display: block;
  color: #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
}
.category a:hover, .category a:focus {
  color: #FFF;
  background: #d21f01;
  background: -webkit-gradient(linear, left top, left bottom, from(#d21f01), to(#861401));
  background: linear-gradient(to bottom, #d21f01, #861401);
  border: 1px solid #861401;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.category a.active {
  color: #FFF;
  background: #d21f01;
  background: -webkit-gradient(linear, left top, left bottom, from(#d21f01), to(#861401));
  background: linear-gradient(to bottom, #d21f01, #861401);
  border: 1px solid #861401;
}
.category a span {
  font-size: 0.813em;
}
.category a span:before {
  content: "(";
  display: inline-block;
}
.category a span:after {
  content: ")";
  display: inline-block;
}

.gallery .lightbox {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  display: none;
}
.gallery .lightbox .galler_overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  width: 100vw;
  height: 100vh;
  z-index: 1;
  display: block;
}
.gallery .lightbox .caption {
  color: #FFF;
  position: absolute;
  bottom: 0px;
  text-align: center;
  z-index: 999999;
  width: 60%;
  height: 8%;
  left: 50%;
  margin-left: -30%;
  line-height: 1.3em;
}
.gallery .lightbox .light_prev,
.gallery .lightbox .light_next {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 0px;
  width: 80px;
  height: 30px;
  line-height: 30px;
  font-size: 0.938em;
  color: #FFF;
  z-index: 999;
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.gallery .lightbox .light_next {
  right: 0px;
  left: auto;
}
.gallery .lightbox .light_prev:hover,
.gallery .lightbox .light_next:hover {
  background: #FFF;
  color: #000;
  cursor: pointer;
}
.gallery .lightbox .light_close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 80px;
  height: 30px;
  color: #FFF;
  line-height: 30px;
  font-size: 0.938em;
  z-index: 999;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  text-align: center;
}
.gallery .lightbox .light_close:hover {
  background: #FFF;
  color: #000;
  cursor: pointer;
}
.gallery .lightbox img {
  max-width: 80vw;
  max-height: 80vh;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.share {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0.5em 0;
}
.share ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.share ul li {
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: left;
  margin: 0px 3px 3px;
}
@media screen and (max-width: 991px) {
  .share ul li {
    margin: 0px 1px 2px;
    width: 30px;
    height: 30px;
  }
}
.share ul li img {
  width: 100%;
  height: 100%;
}

.function_panel .share {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  height: 30px;
  margin: 5px 0 0 0;
  position: relative;
}
.function_panel .share ul {
  display: none;
  position: absolute;
  top: 2.5em;
  left: -11px;
  width: 30px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 2px 2px 5px RGBA(0, 0, 0, 0.2);
          box-shadow: 2px 2px 5px RGBA(0, 0, 0, 0.2);
  border-radius: 3px;
  z-index: 999;
  height: auto;
}
.function_panel .share ul li {
  display: block;
  margin: 0 auto 0.5em;
}
.function_panel .share ul li:last-child {
  margin-bottom: 0;
}
.function_panel .share ul li a {
  display: block;
  padding: 0;
  width: 30px;
  height: 30px;
}
.function_panel .share ul li a.facebook {
  background: url(../images/basic/icon_facebook.png) no-repeat 0 0;
  background-size: cover;
}
.function_panel .share ul li a.google {
  background: url(../images/basic/icon_googleplus.png) no-repeat 0 0;
  background-size: cover;
}
.function_panel .share ul li a.line {
  background: url(../images/basic/icon_line.png) no-repeat 0 0;
  background-size: cover;
}
.function_panel .share ul li a.twitter {
  background: url(../images/basic/icon_twitter.png) no-repeat 0 0;
  background-size: cover;
}
.function_panel .share ul li a:hover, .function_panel .share ul li a:focus {
  -webkit-box-shadow: 0 0 0 0;
          box-shadow: 0 0 0 0;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.function_panel .share a.shareButton {
  display: block;
  background: #d55f52;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
}
.function_panel .share a.shareButton:before {
  content: "";
  width: 60%;
  height: 60%;
  display: inline-block;
  margin: 20% auto;
  -webkit-filter: invert(100%);
          filter: invert(100%);
  background: url(../images/basic/icon_share.png) no-repeat 0 0;
  background-size: cover;
}
.function_panel .share a.shareButton:hover, .function_panel .share a.shareButton:focus {
  background: #9f1801;
  -webkit-box-shadow: 0 0 0 0;
          box-shadow: 0 0 0 0;
}

div.tag {
  padding: 0.5em 0;
  margin-bottom: 0.5em;
}
div.tag:before {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  position: relative;
  top: 0.2em;
  background: url(../images/basic/icon_tag.png) no-repeat center center;
  background-size: 16px;
}
div.tag ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}
div.tag ul li {
  display: inline-block;
  margin: 0 0.2em 0.2em 0;
}
div.tag ul li a {
  display: block;
  font-size: 0.813em;
  color: #444;
  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: #992013;
  cursor: pointer;
}

.font_size {
  overflow: hidden;
  display: inline-block;
  text-align: center;
  margin-right: -4px;
  margin-top: 5px;
}
.font_size span {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.938em;
  color: #666;
}
.font_size ul {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  list-style: none;
}
.font_size ul li {
  width: 30px;
  height: 30px;
  font-size: 1em;
  float: left;
  display: block;
  margin: 0 0.2em;
}
.font_size ul li a {
  display: block;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  background: #d55f52;
  color: #fff;
}
.font_size ul li a:hover, .font_size ul li a:focus {
  background: #d21f01;
  color: #fff;
  -webkit-box-shadow: 0 0 0 0;
          box-shadow: 0 0 0 0;
}
.font_size ul li a.active {
  background: #992013 !important;
}
.font_size ul li a.active:hover, .font_size ul li a.active:focus {
  background: #d21f01;
  color: #FFF;
  -webkit-box-shadow: 0 0 0 0;
          box-shadow: 0 0 0 0;
}
.font_size ul li a.small {
  font-size: 0.938em;
}
.font_size ul li a.large {
  font-size: 1.125em;
}
*[class^=notice] {
  padding: 0.4em 2.5em;
  display: block;
  font-size: 0.938em;
  margin: 0.2em 0;
  position: relative;
  color: #666;
  background-color: #f2f2f2;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  border: none;
  width: 100%;
}
*[class^=notice]:before {
  position: absolute;
  top: 0.7em;
  left: 0.8em;
  display: block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  content: "";
}
*[class^=notice]:before img {
  width: 100%;
}
*[class^=notice] a.close {
  position: absolute;
  width: 12px;
  height: 12px;
  top: 0.8em;
  right: 1em;
  display: block;
  opacity: 0.5;
  filter: alpha(opacity=50); /*IE8*/
}
*[class^=notice] a.close:hover, *[class^=notice] a.close:focus {
  opacity: 1;
  filter: alpha(opacity=100); /*IE8*/
}
*[class^=notice] a.close img {
  display: block;
  width: 12px;
  height: 12px;
  margin: 0;
}

*[class*=notice_info] {
  color: #00529b;
  background-color: #bde5f8;
}
*[class*=notice_info]:before {
  background: url(../images/basic/icon_info.svg) no-repeat center center;
  background-size: 15px;
}

*[class*=notice_success] {
  color: #4f8a10;
  background-color: #dff2bf;
}
*[class*=notice_success]:before {
  background: url(../images/basic/icon_success.svg) no-repeat center center;
  background-size: 15px;
}

*[class*=notice_warning] {
  color: #ce5605;
  background-color: #feefb3;
}
*[class*=notice_warning]:before {
  background: url(../images/basic/icon_warning.svg) no-repeat center center;
  background-size: 15px;
}

*[class*=notice_error] {
  color: #d8000c;
  background-color: #ffd2d2;
}
*[class*=notice_error]:before {
  background: url(../images/basic/icon_error.svg) no-repeat center center;
  background-size: 15px;
}

body {
  background: #fffdf2 url(../images/wrapbg_ny.png) repeat-x left top;
}
body.noscroll {
  position: static !important;
  width: 100%;
  height: 100%;
  overflow: hidden !important;
  overflow-y: hidden !important;
  margin: 0;
  padding: 0;
}

.wrapper {
  max-width: 1170px;
  margin: 0px auto;
  background: #fff;
}

.container {
  padding: 0;
  margin: 0 auto;
  max-width: 1170px;
}

.main {
  background: #f7f7f7;
  position: relative;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .main {
    padding-top: 55px;
  }
}
.main h2.title {
  line-height: 1.25em;
  position: relative;
  border-bottom: 4px solid #b94335;
  display: inline-block;
  padding-bottom: 5px;
  font-size: 1.75em;
}
@media screen and (max-width: 767px) {
  .main h2.title {
    text-align: center;
  }
}

.innerpage {
  padding: 2em;
  background: #fcfcfc;
}
.innerpage.npbg {
  background: #fcfcfc url(../images/bg2.gif) center bottom repeat-x;
}
@media screen and (max-width: 767px) {
  .innerpage {
    padding: 5em 0 0 0;
  }
}
.innerpage > .container {
  position: relative;
  min-height: 1px;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent !important;
}
.innerpage.small_size {
  font-size: 0.938em;
}
.innerpage.large_size {
  font-size: 1.125em;
}

div.more {
  text-align: right;
  position: relative;
  clear: both;
}
@media screen and (max-width: 767px) {
  div.more {
    text-align: center;
  }
}
div.more a {
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding: 0 60px 4px 10px;
  line-height: 38px;
  vertical-align: middle;
  color: #333;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-weight: bold;
}
div.more a:before {
  content: "";
  width: 38px;
  height: 38px;
  border-radius: 22px;
  display: inline-block;
  vertical-align: middle;
  border-left: 3px solid #000;
  border-right: 3px solid #d21f01;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  position: absolute;
  right: 0;
  top: -3px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
div.more a:after {
  content: "";
  width: 8px;
  height: 8px;
  border-left: 3px solid transparent;
  border-right: 3px solid #d21f01;
  border-top: 3px solid #d21f01;
  border-bottom: 3px solid transparent;
  position: absolute;
  right: 18px;
  top: 13px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
div.more a:hover, div.more a:focus {
  color: #d21f01;
}
div.more a:hover:before, div.more a:focus:before {
  width: 100%;
  border-radius: 0;
  border-left: 3px solid #d21f01;
  border-right: 3px solid #d21f01;
  border-top: 3px solid #d21f01;
  border-bottom: 3px solid #d21f01;
}
div.more a:hover:after, div.more a:focus:after {
  -webkit-animation: more 0.5s linear 0s infinite alternate;
          animation: more 0.5s linear 0s infinite alternate;
}
div.more a:hover, div.more a:focus {
  -webkit-box-shadow: 0 0 0 0;
          box-shadow: 0 0 0 0;
}

@-webkit-keyframes more {
  0% {
    right: 22px;
  }
  100% {
    right: 30px;
  }
}

@keyframes more {
  0% {
    right: 22px;
  }
  100% {
    right: 30px;
  }
}
.main .container {
  background: #f7f7f7;
}

.vertical_slider {
  width: 69%;
  height: auto;
  min-height: 310px;
  position: relative;
  overflow: hidden !important;
  margin: 0;
  background: #ddd;
  display: block;
  float: left;
}
@media screen and (max-width: 991px) {
  .vertical_slider {
    float: none;
    width: 100%;
    margin: 0 auto 0;
    overflow: hidden;
    background: transparent;
    min-height: 170px;
  }
}
@media screen and (max-width: 340px) {
  .vertical_slider {
    min-height: 130px;
  }
}
.vertical_slider span {
  top: 90%;
  position: absolute;
}
.vertical_slider ul {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .vertical_slider ul {
    min-height: 170px;
    margin: 0;
  }
}
@media screen and (max-width: 340px) {
  .vertical_slider ul {
    min-height: 130px;
  }
}
.vertical_slider ul li {
  position: absolute;
  display: block;
  top: 310px;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .vertical_slider ul li {
    min-height: 170px;
  }
}
@media screen and (max-width: 340px) {
  .vertical_slider ul li {
    min-height: 130px;
  }
}
.vertical_slider ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .vertical_slider ul li a {
    min-height: 170px;
  }
}
@media screen and (max-width: 340px) {
  .vertical_slider ul li a {
    min-height: 130px;
  }
}
.vertical_slider ul li a h3 {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 3em;
  line-height: 3em;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10em 0 1em;
  display: none;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .vertical_slider ul li a h3 {
    display: block;
    padding: 0 1em;
  }
}
@media screen and (max-width: 340px) {
  .vertical_slider ul li a h3 {
    height: 2.5em;
    line-height: 2.5em;
    font-size: 1em;
  }
}
.vertical_slider ul li a img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .vertical_slider ul li a img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.vertical_slider ul li a:focus:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-shadow: 0px 0px 0px 2px #d21f01 inset;
          box-shadow: 0px 0px 0px 2px #d21f01 inset;
  z-index: 99;
}
.vertical_slider .slider_prev {
  position: absolute;
  top: 50%;
  left: 0;
  width: 34px;
  height: 62px;
  display: block;
  background: rgba(0, 0, 0, 0.3);
  z-index: 89;
  text-indent: -9999px;
  color: transparent;
  margin-top: -36px;
}
@media screen and (max-width: 340px) {
  .vertical_slider .slider_prev {
    height: 2.5em;
    line-height: 2.5em;
    font-size: 1em;
    width: 36px;
    height: 50px;
    margin-top: -25px;
  }
}
.vertical_slider .slider_prev:before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-left: 13px;
  margin-top: 20px;
}
@media screen and (max-width: 340px) {
  .vertical_slider .slider_prev:before {
    height: 20px;
    width: 20px;
    margin-left: 12px;
    margin-top: 15px;
  }
}
.vertical_slider .slider_prev:hover, .vertical_slider .slider_prev:focus {
  background: #fff;
  -webkit-box-shadow: 0 0px 0px 1px #d21f01 inset;
          box-shadow: 0 0px 0px 1px #d21f01 inset;
}
.vertical_slider .slider_prev:hover:before, .vertical_slider .slider_prev:focus:before {
  border-top: 2px solid #d21f01;
  border-left: 2px solid #d21f01;
}
.vertical_slider .slider_next {
  position: absolute;
  top: 50%;
  right: 0;
  width: 34px;
  height: 62px;
  display: block;
  background: rgba(0, 0, 0, 0.3);
  z-index: 89;
  text-indent: -9999px;
  color: transparent;
  margin-top: -36px;
}
@media screen and (max-width: 340px) {
  .vertical_slider .slider_next {
    height: 2.5em;
    line-height: 2.5em;
    font-size: 1em;
    width: 36px;
    height: 50px;
    margin-top: -25px;
  }
}
.vertical_slider .slider_next:before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 15px;
  margin-top: 20px;
}
@media screen and (max-width: 340px) {
  .vertical_slider .slider_next:before {
    height: 20px;
    width: 20px;
    margin-right: 12px;
    margin-top: 15px;
  }
}
.vertical_slider .slider_next:hover, .vertical_slider .slider_next:focus {
  background: #fff;
  -webkit-box-shadow: 0 0px 0px 1px #d21f01 inset;
          box-shadow: 0 0px 0px 1px #d21f01 inset;
}
.vertical_slider .slider_next:hover:before, .vertical_slider .slider_next:focus:before {
  border-top: 2px solid #d21f01;
  border-right: 2px solid #d21f01;
}

/* right */
.vslider_menu {
  width: 31%;
  position: relative;
  z-index: 90;
  display: inline-block;
  float: right;
}
@media screen and (max-width: 991px) {
  .vslider_menu {
    display: none;
  }
}
.vslider_menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.vslider_menu ul li {
  display: block;
  width: 100%;
  height: 3em;
  font-size: 1em;
  background: #eaeaea;
  margin-bottom: 1px;
  position: relative;
  z-index: 90;
}
.vslider_menu ul li a {
  display: block;
  padding: 10px 20px;
  width: 100%;
  height: 100%;
  line-height: 300%;
  font-size: 1.125em;
  color: #333;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.vslider_menu ul li a:hover, .vslider_menu ul li a:focus {
  -webkit-box-shadow: 0 0 0 0;
          box-shadow: 0 0 0 0;
  color: #fff;
  background: #444;
  outline-color: #444;
}
.vslider_menu ul li a:hover:before, .vslider_menu ul li a:focus:before {
  content: "";
  width: 9px;
  height: 100%;
  display: block;
  position: absolute;
  left: -7px;
  top: 0;
  background: #444;
  z-index: 91;
  border-bottom: 1px solid #fff;
}
.vslider_menu ul li.active:before {
  content: "";
  width: 9px;
  height: 100%;
  display: block;
  position: absolute;
  left: -7px;
  top: 0;
  background: #bb3d30;
  z-index: 91;
  border-bottom: 1px solid #fff;
}
.vslider_menu ul li.active a {
  color: #fff;
  background: #bb3d30;
}
.vslider_menu ul li.active:hover a, .vslider_menu ul li.active:focus a {
  background: #6c1001;
}
.vslider_menu ul li.active:hover a:before, .vslider_menu ul li.active:focus a:before {
  background: #6c1001;
}

.top_block {
  background: #f5f5f5;
  display: block;
  clear: both;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .top_block {
    background: #fff;
    padding-bottom: 0;
  }
}
.top_block:after {
  content: "";
  clear: both;
  display: block;
}

.bottom_block {
  overflow: hidden;
  padding-top: 15px;
  background: url(../images/bg1.jpg) left top no-repeat, url(../images/bg2.jpg) left bottom no-repeat;
  background-size: contain;
}

.news_block {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: border-box;
  position: relative;
}
@media (min-width: 768px) {
  .news_block {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .news_block {
    float: left;
    width: 66.6666666667%;
  }
}
@media (min-width: 1400px) {
  .news_block {
    float: left;
    width: 66.6666666667%;
  }
}
@media screen and (max-width: 767px) {
  .news_block {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.news_block:after {
  content: "";
  width: 94%;
  height: 105%;
  display: block;
  position: absolute;
  left: 30px;
  top: -12px;
  background: #f2f2f2;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  z-index: 10;
}
@media screen and (max-width: 991px) {
  .news_block:after {
    display: none;
  }
}
.news_block .tabSet {
  margin: 38px auto 20px auto;
  position: relative;
  z-index: 11;
}
@media screen and (max-width: 340px) {
  .news_block .tabSet {
    margin-top: 20px;
  }
}
.news_block .tabSet .tabs > .tabItem {
  border-top: 10px solid #f2f2f2;
  border-bottom: 10px solid #f2f2f2;
}
@media screen and (max-width: 767px) {
  .news_block .tabSet .tabs > .tabItem {
    border-top: 1px solid #000;
    border-bottom: 0px solid #f2f2f2;
  }
}
@media screen and (max-width: 767px) {
  .news_block .tabSet .tabs > .tabItem > a {
    border-top: 0px solid #f2f2f2;
    background: #f2f2f2;
  }
}
.news_block .tabSet .tabs > .tabItem > a:hover, .news_block .tabSet .tabs > .tabItem > a:focus {
  color: #d21f01;
}
@media screen and (max-width: 767px) {
  .news_block .tabSet .tabs > .tabItem.active {
    border-top: 1px solid #000;
    border-bottom: 0px solid #f2f2f2;
  }
}
.news_block .tabSet .tabs > .tabItem.active a {
  border-top: 2px solid #d21f01;
  border-bottom: 2px solid #d21f01;
  background: #d21f01;
  -webkit-box-shadow: 0 -10px 0 0 #d21f01, 0 10px 0 0 #d21f01;
          box-shadow: 0 -10px 0 0 #d21f01, 0 10px 0 0 #d21f01;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .news_block .tabSet .tabs > .tabItem.active a {
    border-top: 1px solid #f2f2f2;
  }
}
.news_block .tabSet .tabs > .tabItem.active a:hover, .news_block .tabSet .tabs > .tabItem.active a:focus {
  border-top: 2px solid #9f1801;
  border-bottom: 2px solid #9f1801;
  color: #fff;
  background: #9f1801;
  -webkit-box-shadow: 0 -10px 0 0 #9f1801, 0 10px 0 0 #9f1801;
          box-shadow: 0 -10px 0 0 #9f1801, 0 10px 0 0 #9f1801;
}
.news_block .tabContent {
  padding: 30px 0 0 0;
}
@media screen and (max-width: 767px) {
  .news_block .tabContent {
    padding: 20px 0 0 0;
  }
}
.news_block .tabContent li {
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  padding: 0.7em 0;
  border-bottom: 1px #dee0e0 solid;
}
.news_block .tabContent li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .news_block .tabContent li:last-child {
    border-bottom: 1px #dee0e0 solid;
    margin-bottom: 0.7em;
  }
}
.news_block .tabContent li a {
  color: #333;
  -webkit-box-shadow: 0 0px 0px 2px transparent inset;
          box-shadow: 0 0px 0px 2px transparent inset;
}
.news_block .tabContent li a:hover, .news_block .tabContent li a:focus {
  color: #d21f01;
  -webkit-box-shadow: 0 0px 0px 2px #cba60f inset;
          box-shadow: 0 0px 0px 2px #cba60f inset;
}
.news_block .tabContent li time {
  display: inline-block;
  margin: 0 0.8em 0 0;
  font-family: "baskerville";
  color: #595959;
  font-size: 1.125em;
  letter-spacing: 0.5px;
}
.news_block .tabContent .more {
  margin-top: 1em;
}

.video_block {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background: #f5f5f5;
  padding-right: 48px;
}
@media (min-width: 768px) {
  .video_block {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .video_block {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 1400px) {
  .video_block {
    float: left;
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 991px) {
  .video_block {
    padding-right: 30px;
    background: #fff;
  }
}
.video_block:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: -50px;
  top: 0;
  background: #fff;
  z-index: 9;
  padding-right: 50px;
}
@media screen and (max-width: 991px) {
  .video_block:after {
    display: none;
  }
}
.video_block .video_slider {
  position: relative;
  z-index: 10;
}
.video_block .video_slider .slick-prev,
.video_block .video_slider .slick-next {
  top: 75px;
  margin-top: 0;
}
@media screen and (max-width: 991px) {
  .video_block .video_slider .slick-prev,
  .video_block .video_slider .slick-next {
    top: 45%;
  }
}
.video_block .video_slider .slick-prev {
  left: 0;
}
.video_block .video_slider .slick-prev:hover, .video_block .video_slider .slick-prev:focus {
  -webkit-box-shadow: 0 0 0 0;
          box-shadow: 0 0 0 0;
}
.video_block .video_slider .slick-next {
  right: 0;
}
.video_block .video_slider .slick-next:hover, .video_block .video_slider .slick-next:focus {
  -webkit-box-shadow: 0 0 0 0;
          box-shadow: 0 0 0 0;
}
.video_block .video_slider .video .pic {
  margin-bottom: 0.8em;
}
.video_block .video_slider .video .date {
  font-family: "baskerville";
  color: #595959;
  font-size: 1.125em;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.video_block .video_slider .video p {
  margin-top: 0;
  font-weight: bold;
  line-height: 1.8em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  margin-bottom: 0.8em;
  overflow: hidden;
  height: 3.6em;
  letter-spacing: 0.5px;
}
.video_block .video_slider .video a {
  color: #333;
}
.video_block h2,
.video_block .more {
  z-index: 12;
}
.video_block h2 {
  position: relative;
  text-align: left;
  color: #333;
  font-size: 1.625em;
  margin-top: 16px;
}
.video_block .more {
  margin-bottom: 20px;
}

ul.link_banner {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  position: relative;
  z-index: 10;
  margin-top: 1.5em;
  padding-bottom: 0.5em;
  border-bottom: 2px solid #ccc;
}
ul.link_banner li {
  text-align: center;
  margin-bottom: 5px;
}
ul.link_banner li img {
  max-width: 100%;
  height: auto;
}
ul.link_banner li a:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
ul.link_banner li a:focus img {
  -webkit-box-shadow: 0 0 0 2px #cba60f;
          box-shadow: 0 0 0 2px #cba60f;
}

.key_indicators_block,
.service_block,
.policy_block,
.issue_block,
.link_block,
.adSlider {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .key_indicators_block,
  .service_block,
  .policy_block,
  .issue_block,
  .link_block,
  .adSlider {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .key_indicators_block,
  .service_block,
  .policy_block,
  .issue_block,
  .link_block,
  .adSlider {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .key_indicators_block,
  .service_block,
  .policy_block,
  .issue_block,
  .link_block,
  .adSlider {
    float: left;
    width: 100%;
  }
}
.key_indicators_block h2,
.service_block h2,
.policy_block h2,
.issue_block h2,
.link_block h2,
.adSlider h2 {
  text-align: center;
  color: #343434;
  letter-spacing: 2px;
}
.key_indicators_block .inner,
.service_block .inner,
.policy_block .inner,
.issue_block .inner,
.link_block .inner,
.adSlider .inner {
  background: #fefcfc;
  padding: 20px 30px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.key_indicators_block .tabSet {
  max-width: 100%;
  overflow: inherit;
  clear: both;
  position: relative;
}
.key_indicators_block .tabSet:after {
  content: "";
  clear: both;
  display: block;
}
.key_indicators_block .tabs {
  position: relative;
}
.key_indicators_block .tabs .tabItem {
  width: 49%;
  position: relative;
  z-index: 9;
  display: block;
  margin: 0 0 10px 0;
  padding: 0;
  clear: both;
  background: #fff;
  border: 0;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  float: none;
  letter-spacing: 0.02em;
}
.key_indicators_block .tabs .tabItem a {
  border: 0;
  padding: 20px 20px 20px 30px;
  text-align: right;
  cursor: pointer;
}
.key_indicators_block .tabs .tabItem a:before, .key_indicators_block .tabs .tabItem a:after {
  display: none;
}
.key_indicators_block .tabs .tabItem a:hover, .key_indicators_block .tabs .tabItem a:focus {
  -webkit-box-shadow: 0 0 0 0;
          box-shadow: 0 0 0 0;
}
.key_indicators_block .tabs .tabItem h3 {
  font-size: 1.25em;
  font-weight: normal;
  margin: 0;
  float: left;
  position: relative;
  z-index: 11;
  width: 65%;
  white-space: normal;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .key_indicators_block .tabs .tabItem h3 {
    width: 100%;
  }
}
.key_indicators_block .tabs .tabItem span.date {
  display: inline-block;
  color: #777;
  font-size: 0.938em;
  margin-top: 6px;
  float: left;
  clear: left;
  position: relative;
  z-index: 11;
}
.key_indicators_block .tabs .tabItem span.info {
  font-family: "Century Gothic";
  color: #333;
  position: relative;
  z-index: 11;
}
@media screen and (max-width: 767px) {
  .key_indicators_block .tabs .tabItem span.info {
    clear: left;
    display: block;
  }
}
.key_indicators_block .tabs .tabItem span.info em {
  font-size: 2em;
  font-style: normal;
}
.key_indicators_block .tabs .tabItem:hover {
  border: 0;
}
.key_indicators_block .tabs .tabItem:hover a {
  background: #444;
}
.key_indicators_block .tabs .tabItem:hover a h3,
.key_indicators_block .tabs .tabItem:hover a span.date,
.key_indicators_block .tabs .tabItem:hover a span.info {
  color: #fff;
}
.key_indicators_block .tabs .tabItem.active {
  border: 0;
}
.key_indicators_block .tabs .tabItem.active a h3,
.key_indicators_block .tabs .tabItem.active a span.date,
.key_indicators_block .tabs .tabItem.active a span.info {
  color: #fff;
}
.key_indicators_block .tabs .tabItem.active:hover a {
  background: #6c1001;
  border-top: 0;
  border-bottom: 0;
}
.key_indicators_block .tabs .tabContent {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  clear: both;
  padding: 0;
  display: none;
  height: 535px;
  width: 49%;
  text-align: left;
  z-index: 11;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .key_indicators_block .tabs .tabContent {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    height: auto;
  }
}
.key_indicators_block .tabs .tabContent .key_chart {
  width: 100%;
  height: 354px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  background: #fff;
}
@media screen and (max-width: 767px) {
  .key_indicators_block .tabs .tabContent .key_chart {
    height: auto;
    overflow: hidden;
    overflow-x: auto;
  }
}
.key_indicators_block .tabs .tabContent h3 {
  background: #333;
  color: #fff;
  padding: 4px 10px;
  display: inline-block;
  border-radius: 3px;
  margin: 10px 0 10px 0;
}
.key_indicators_block .tabs .tabContent p {
  margin-top: 0;
  line-height: 1.8em;
  height: 3.6em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  color: #333;
  font-weight: bold;
}

.service_block {
  margin-bottom: 20px;
}
.service_block ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .service_block ul {
    display: block;
  }
}
.service_block li {
  border-top: 10px solid #d21f01;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  background: #fefcfc;
  padding: 22px 12px 50px 12px;
  width: 24%;
  margin-right: 0;
  margin-left: 1.33%;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 767px) {
  .service_block li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
    display: block;
  }
}
.service_block li:first-child {
  margin-left: 0;
}
.service_block li .more {
  text-align: center;
  margin-bottom: 0;
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  letter-spacing: 2px;
}
.service_block li .more a {
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding-right: 30px;
  padding-left: 10px;
  line-height: auto;
  vertical-align: middle;
  color: #333;
  letter-spacing: 1px;
  -webkit-transition: background 0.3s linear;
  transition: background 0.3s linear;
  font-weight: bold;
  border: 1px solid #fff;
}
.service_block li .more a:before {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-left: 0;
  border-top: 0;
  border-radius: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  bottom: 20px;
  right: 11px;
  top: auto;
  z-index: 10;
}
.service_block li .more a:after {
  content: "";
  width: 18px;
  height: 18px;
  border: 0;
  position: absolute;
  right: 6px;
  top: auto;
  bottom: 14px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background: #d21f01;
  border-radius: 50%;
  vertical-align: middle;
  z-index: 9;
}
.service_block li .more a:hover, .service_block li .more a:focus {
  color: #d21f01;
  border: 1px solid #d21f01;
}
.service_block li .more a:hover:before, .service_block li .more a:focus:before {
  display: none;
}
.service_block li .more a:hover:after, .service_block li .more a:focus:after {
  -webkit-animation: all 0s linear 0s infinite alternate;
          animation: all 0s linear 0s infinite alternate;
}
.service_block dl {
  margin: 0;
}
.service_block dt {
  font-size: 1.25em;
  color: #333;
  padding-bottom: 18px;
  border-bottom: 2px solid #0d0c0c;
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
}
.service_block dd {
  position: relative;
  padding-left: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 15px 0;
}
.service_block dd:before {
  content: "";
  width: 4px;
  height: 4px;
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  background: #111;
}
.service_block dd a {
  color: #333;
}
.service_block dd a:hover {
  text-decoration: underline;
  color: #d21f01;
}

.policy_block .slick-list {
  padding-bottom: 10px;
}
.policy_block ul {
  list-style: none;
  padding: 5px 0;
  margin: 0 0 15px 0;
  margin-left: -10px;
  margin-right: -10px;
  clear: both;
  zoom: 1;
}
.policy_block ul:before, .policy_block ul:after {
  content: "";
  display: table;
}
.policy_block ul:after {
  clear: both;
}
.policy_block ul:after {
  content: "";
  clear: both;
  display: block;
}
.policy_block li {
  float: left;
  padding: 0 10px;
  vertical-align: top;
  position: relative;
}
@media screen and (max-width: 767px) {
  .policy_block li {
    width: 100%;
    margin-right: 0;
  }
}
.policy_block li:last-child {
  margin-right: 0;
}
.policy_block li a {
  color: #333;
  padding: 34px 12px 32px 92px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  position: relative;
  border: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .policy_block li a {
    padding: 25px 60px;
  }
}
.policy_block li a span {
  height: 2.9em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .policy_block li a span {
    text-align: center;
  }
}
.policy_block li a:before {
  content: "";
  width: 70px;
  height: 70px;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: 12px;
  top: 22px;
}
@media screen and (max-width: 767px) {
  .policy_block li a:before {
    display: none;
  }
}
.policy_block li a:hover, .policy_block li a:focus {
  text-decoration: underline;
  border: 1px solid #d21f01;
}
.policy_block li a:hover:before, .policy_block li a:focus:before {
  -webkit-animation: flip-vertical-right 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
          animation: flip-vertical-right 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}
.policy_block li.press a:before {
  background: #d21f01 url(../images/icon_policy1.png);
  background-size: cover;
}
.policy_block li.reference a:before {
  background: #d21f01 url(../images/icon_policy2.png);
  background-size: cover;
}
.policy_block li.slides a:before {
  background: #d21f01 url(../images/icon_policy3.png);
  background-size: cover;
}

@-webkit-keyframes flip-vertical-right {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
}

@keyframes flip-vertical-right {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
}
.issue_block {
  margin-bottom: 20px;
}
.issue_block .issue .issue_pic {
  width: 100%;
  max-height: 385px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .issue_block .issue .issue_pic {
    height: auto;
  }
}
.issue_block .issue .issue_pic a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 385px;
  z-index: 98;
  overflow: hidden;
}
.issue_block .issue .issue_pic a:before {
  display: inline-block;
  content: "";
  padding-top: 41.1830357143%;
}
.issue_block .issue .issue_pic a img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.issue_block .issue .issue_pic a img {
  max-width: 100%;
}
.issue_block .issue .issue_pic a:focus:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  -webkit-box-shadow: 0 0 0 2px #cba60f inset;
          box-shadow: 0 0 0 2px #cba60f inset;
}
.issue_block .issue .more {
  margin-top: 6px;
}
.issue_block .slick-prev {
  left: 0;
}
.issue_block .slick-next {
  right: 0;
}

.link_block {
  margin-bottom: 20px;
}
.link_block .inner {
  background: #fefcfc;
  padding: 20px 30px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .link_block .inner {
    background: transparent;
    padding: 0;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
  }
}
.link_block h2 {
  margin-bottom: 1em;
}
.link_block .tabSet {
  margin-bottom: 0;
}
.link_block .tabSet .tabs > .tabItem {
  border-top: 10px solid #fff;
  border-bottom: 10px solid white;
}
@media screen and (max-width: 767px) {
  .link_block .tabSet .tabs > .tabItem {
    border-top: 1px solid #000;
    border-bottom: 0px solid #f2f2f2;
  }
}
@media screen and (max-width: 767px) {
  .link_block .tabSet .tabs > .tabItem > a {
    border-top: 0px solid #f2f2f2;
    background: #f2f2f2;
  }
}
.link_block .tabSet .tabs > .tabItem > a:hover, .link_block .tabSet .tabs > .tabItem > a:focus {
  color: #d21f01;
}
@media screen and (max-width: 767px) {
  .link_block .tabSet .tabs > .tabItem.active {
    border-top: 1px solid #000;
    border-bottom: 0px solid #f2f2f2;
  }
}
.link_block .tabSet .tabs > .tabItem.active a {
  border-top: 2px solid #d21f01;
  border-bottom: 2px solid #d21f01;
  background: #d21f01;
  -webkit-box-shadow: 0 -10px 0 0 #d21f01, 0 10px 0 0 #d21f01;
          box-shadow: 0 -10px 0 0 #d21f01, 0 10px 0 0 #d21f01;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .link_block .tabSet .tabs > .tabItem.active a {
    border-top: 1px solid #f2f2f2;
  }
}
.link_block .tabSet .tabs > .tabItem.active a:hover, .link_block .tabSet .tabs > .tabItem.active a:focus {
  border-top: 2px solid #6c1001;
  border-bottom: 2px solid #6c1001;
  color: #fff;
  background: #6c1001;
  -webkit-box-shadow: 0 -10px 0 0 #6c1001, 0 10px 0 0 #6c1001;
          box-shadow: 0 -10px 0 0 #6c1001, 0 10px 0 0 #6c1001;
}
.link_block .tabItem {
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .link_block .tabItem > a {
    background: #f3f3f3;
  }
}
.link_block .tabContent {
  padding: 30px 30px 10px 30px;
}
@media screen and (max-width: 767px) {
  .link_block .tabContent {
    padding: 20px 0;
    background: #fff;
  }
}
.link_block .tabContent li {
  position: relative;
  margin-bottom: 20px;
  font-size: 1em;
  font-weight: bold;
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .link_block .tabContent li {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .link_block .tabContent li {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1400px) {
  .link_block .tabContent li {
    float: left;
    width: 25%;
  }
}
.link_block .tabContent li:before {
  content: "";
  width: 4px;
  height: 4px;
  display: block;
  position: absolute;
  left: 20px;
  top: 12px;
  background: #111;
}
.link_block .tabContent li a {
  margin-left: 13px;
}
.link_block .more {
  margin-bottom: 0;
  margin-right: -30px;
}
@media screen and (max-width: 767px) {
  .link_block .more {
    margin-right: 0;
  }
}

.adSlider {
  position: relative;
  min-height: 1px;
  padding-left: 35px;
  padding-right: 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 40px;
  margin-left: 30px;
  margin-right: 30px;
  width: 93.5%;
}
@media screen and (max-width: 767px) {
  .adSlider {
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;
    margin-bottom: 30px;
  }
}
.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: 80px;
  margin: 0px 15px;
}
@media screen and (max-width: 767px) {
  .adSlider .img-container {
    height: auto;
    margin: 0px 10px;
  }
}
.adSlider .img-container a {
  display: block;
  text-align: center;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 98;
}
.adSlider .img-container a:focus:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  -webkit-box-shadow: 0 0 0 2px #cba60f inset;
          box-shadow: 0 0 0 2px #cba60f inset;
}
.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;
  -webkit-box-shadow: 0 0px 0px 3px #d21f01 inset;
          box-shadow: 0 0px 0px 3px #d21f01 inset;
}

.fixed_right_block {
  width: 44px;
  text-align: center;
  position: fixed;
  bottom: 110px;
  right: 10px;
  z-index: 98;
}
@media screen and (max-width: 767px) {
  .fixed_right_block {
    position: relative;
    width: 100%;
    bottom: auto;
    right: auto;
    background: #d21f01;
    text-align: left;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.fixed_right_block a {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: block;
  text-indent: -9999px;
}
.fixed_right_block a.right_menu {
  background: #222;
  display: block;
  width: 44px;
  height: 44px;
  position: absolute;
  right: 0;
  bottom: -44px;
  -webkit-transition: ease-in 0.3s all;
  transition: ease-in 0.3s all;
}
@media screen and (max-width: 767px) {
  .fixed_right_block a.right_menu {
    display: none;
  }
}
.fixed_right_block a.right_menu:before {
  content: "";
  margin: -1px 0 0 -7px;
  background: #fff;
  display: block;
  width: 14px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
}
.fixed_right_block a.right_menu:after {
  content: "";
  margin: -1px 0 0 -7px;
  background: #fff;
  display: block;
  width: 14px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.fixed_right_block a.right_menu.close {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #cba60f;
}
.fixed_right_block ul {
  margin: 0;
  padding: 0;
  list-style: none;
  opacity: 1;
}
.fixed_right_block ul li {
  float: none;
  margin: 5px 0;
}
@media screen and (max-width: 767px) {
  .fixed_right_block ul li {
    display: inline-block;
  }
}
.fixed_right_block ul li a {
  border-radius: 50%;
  overflow: hidden;
}
.fixed_right_block ul li a img {
  width: 44px;
  height: 44px;
}
.fixed_right_block ul li a:hover, .fixed_right_block ul li a:focus {
  -webkit-box-shadow: 0 0 0 0;
          box-shadow: 0 0 0 0;
}
.fixed_right_block ul li a.facebook {
  background: #999 url(../images/icon_facebook.png) no-repeat center center;
  background-size: contain;
}
.fixed_right_block ul li a.ig {
  background: #999 url(../images/icon_ig.png) no-repeat center center;
  background-size: contain;
}
.fixed_right_block ul li a.youtube {
  background: #999 url(../images/icon_youtube.png) no-repeat center center;
  background-size: contain;
}
.fixed_right_block ul li a.flickr {
  background: #999 url(../images/icon_flickr.png) no-repeat center center;
  background-size: contain;
}
.fixed_right_block ul li a.app {
  height: 55px;
  background: url(../images/icon_app.png) no-repeat center top;
  background-size: contain;
  border-radius: 0px;
}
.fixed_right_block ul li a.epaper {
  background: #999 url(../images/icon_epaper.png) no-repeat center center;
  background-size: contain;
}
.fixed_right_block ul li a.mailbox {
  background: #999 url(../images/icon_mail.png) no-repeat center center;
  background-size: contain;
}
.fixed_right_block ul li a:hover.facebook, .fixed_right_block ul li a:focus.facebook {
  background: #4067b4 url(../images/icon_facebook.png) no-repeat center center;
  background-size: contain;
}
.fixed_right_block ul li a:hover.ig, .fixed_right_block ul li a:focus.ig {
  background: #4067b4 url(../images/icon_ig_.png) no-repeat center center;
  background-size: contain;
}
.fixed_right_block ul li a:hover.youtube, .fixed_right_block ul li a:focus.youtube {
  background: #e22b26 url(../images/icon_youtube.png) no-repeat center center;
  background-size: contain;
}
.fixed_right_block ul li a:hover.flickr, .fixed_right_block ul li a:focus.flickr {
  background: url(../images/icon_flickr_.png) no-repeat center center;
  background-size: contain;
}
.fixed_right_block ul li a:hover.app, .fixed_right_block ul li a:focus.app {
  background: url(../images/icon_app_.png) no-repeat center top;
  background-size: contain;
}
.fixed_right_block ul li a:hover.epaper, .fixed_right_block ul li a:focus.epaper {
  background: #c60 url(../images/icon_epaper.png) no-repeat center center;
  background-size: contain;
}
.fixed_right_block ul li a:hover.mailbox, .fixed_right_block ul li a:focus.mailbox {
  background: #bae040 url(../images/icon_mail.png) no-repeat center center;
  background-size: contain;
}

.lp table th:nth-child(1) {
  white-space: nowrap;
}
.lp table td {
  text-align: left;
  color: #444;
}
.lp table td a {
  color: #b94335;
  text-decoration: underline;
}
.lp table td a:hover, .lp table td a:focus {
  color: #992013;
  text-decoration: none;
}
.lp table td.center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lp table td.center {
    text-align: left;
  }
}
.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 table td.rate {
  text-align: center;
  color: #b94335;
}
@media screen and (max-width: 767px) {
  .lp table td.rate {
    text-align: left;
  }
}
.lp table td.noWrap {
  white-space: nowrap;
}
.lp .list > ul,
.lp .list ol {
  list-style-type: none;
  padding: 0;
  border-top: 2px solid #d21f01;
}
.lp .list > ul > li,
.lp .list ol > li {
  padding: 1em 0;
  border-bottom: 1px solid #ddd;
  position: relative;
  display: block;
}
.lp .list > ul > li .tag,
.lp .list ol > li .tag {
  margin-left: 2em;
}
.lp .list > ul > li > a,
.lp .list ol > li > a {
  display: table-cell;
  padding-left: 0.5em;
  position: relative;
  line-height: 1.45em;
  color: #444;
}
.lp .list > ul > li > a:hover,
.lp .list ol > li > a:hover {
  color: #992013;
}
.lp .list > ul > li .num,
.lp .list ol > li .num {
  min-width: 1.8em;
  text-align: right;
  display: table-cell;
  white-space: nowrap;
}
.lp .list > ul > li .num:after,
.lp .list ol > li .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: table-cell;
  color: #6e6e6e;
  padding-left: 0.5em;
  padding-right: 10px;
  white-space: nowrap;
}
.lp .list > ul > li time + a,
.lp .list ol > li time + a {
  display: table-cell;
  padding-left: 0;
}
.lp .list > ul > li time + a:hover, .lp .list > ul > li time + a:focus,
.lp .list ol > li time + a:hover,
.lp .list ol > li time + a:focus {
  outline: 0;
  text-decoration: underline;
  color: #992013;
}
.lp .album {
  margin: 1em -10px;
  overflow: hidden;
}
.lp .album ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.lp .album ul li {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 768px) {
  .lp .album ul li {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .lp .album ul li {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 1400px) {
  .lp .album ul li {
    float: left;
    width: 33.3333333333%;
  }
}
.lp .album ul li a {
  display: block;
  text-align: center;
  position: relative;
  margin: 5% 0;
  min-height: 320px;
  border: 1px solid #ddd;
  border-radius: 0;
  background-clip: padding-box;
  padding: 10px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
}
.lp .album ul li a:hover, .lp .album ul li a:focus {
  color: #992013;
  cursor: pointer;
}
@media screen and (max-width: 1399px) {
  .lp .album ul li a {
    min-height: 260px;
  }
}
@media screen and (max-width: 991px) {
  .lp .album ul li a {
    min-height: auto;
  }
}
.lp .album ul li a time {
  color: #666;
}
.lp .album ul li a:hover .imgOuter img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.lp .album ul li .imgOuter {
  width: 100%;
  overflow: hidden;
}
.lp .album ul li .imgOuter:before {
  display: inline-block;
  content: "";
  padding-top: 75%;
}
.lp .album ul li .imgOuter img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.lp .album ul li .imgOuter img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.lp .album ul li .caption {
  text-align: left;
  width: 100%;
  margin-left: 0;
}
.lp .album ul li .caption h3 {
  height: 3em;
  overflow: hidden;
  line-height: 1.5em;
  display: block;
  margin: 5px 0;
  font-size: 0.938em;
}
.lp .album ul li .caption time {
  color: #666;
  font-size: 0.938em;
  display: block;
  margin: 10px 0 5px;
}

.file_download td.num {
  width: 6%;
  text-align: center;
  color: #666;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .file_download td.num {
    text-align: left;
  }
}
.file_download:before {
  display: none;
}
.file_download .file {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .file_download .file {
    text-align: left;
  }
}
.file_download .file a {
  margin: 0 0.3em;
  text-indent: -99999px;
}

.advanced_search_block .advanced_search {
  border-top: 5px solid #d21f01;
  clear: both;
  border-radius: 0;
  background-clip: padding-box;
  background: #f2f2f2;
  margin-top: 0.3em;
  margin-bottom: 1em;
  padding: 0.6em 1em 0em 1em;
  display: none;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.advanced_search_block .advanced_search label {
  background: url(../images/arrow1.png) no-repeat 1em 9px;
  padding-left: 2.5em !important;
}
@media screen and (max-width: 767px) {
  .advanced_search_block .advanced_search label {
    background: url(../images/arrow1.png) no-repeat 0.2em 4px;
    padding-left: 1.5em !important;
  }
}
@media screen and (max-width: 767px) {
  .advanced_search_block .advanced_search .form_grid {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .advanced_search_block .advanced_search .form_grid .form_title {
    float: none;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .advanced_search_block .advanced_search .form_grid .form_content {
    float: none;
    padding-left: 0;
    padding-right: 0;
  }
}
.advanced_search_block .advanced_search .form_content .form_grp {
  border: none;
  padding: 0.2em;
}
.advanced_search_block .advanced_search .form_content .form_grp p {
  margin: 0;
  font-size: 0.813em;
}
.advanced_search_block .advanced_search .btn_grp input {
  padding: 0.4em 0.5em;
}

.np ul, .np ol {
  overflow: hidden;
  padding: 1em 0;
  margin: 0;
}
.np li {
  display: block;
  width: 48%;
  margin: 0 2% 10px 0;
  float: left;
  border-left: 4px solid #d21f01;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.np li:nth-child(even) {
  width: 50%;
  margin-right: 0px;
}
@media screen and (max-width: 767px) {
  .np li {
    float: none;
    width: 96%;
    margin: 0px auto 10px;
  }
  .np li:nth-child(even) {
    width: 96%;
    margin-right: auto;
  }
}
.np li a {
  background: #992013;
  background: -webkit-gradient(linear, left top, right top, from(#992013), to(#d21f01));
  background: linear-gradient(to right, #992013, #d21f01);
  padding: 1.2em 4em 1.2em 2.2em;
  display: block;
  vertical-align: top;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  color: #fff;
}
.np li a:before {
  content: "";
  width: 4px;
  height: 4px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -2px;
  z-index: 10;
  display: none;
}
.np li a:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -7px;
  width: 15px;
  height: 15px;
  display: none;
  background: #d21f01;
  border-radius: 50%;
  z-index: 9;
}
.np li a .num {
  position: absolute;
  width: 1em;
  top: 1.2em;
  left: 0.8em;
  text-align: right;
}
.np li a .num:after {
  content: ".";
  display: inline-block;
}
.np li a:hover, .np li a:focus {
  color: #992013;
  background: #dce2e9;
  -webkit-box-shadow: 0 0 0 0;
          box-shadow: 0 0 0 0;
}
.np li a:hover:before, .np li a:hover:after, .np li a:focus:before, .np li a:focus:after {
  display: block;
}

h1.title {
  font-size: 1.75em;
  line-height: 1.25em;
  position: relative;
  border-bottom: 4px solid #b94335;
  display: inline-block;
  padding-bottom: 5px;
}

h3.block_title {
  font-size: 1.5em;
  padding: 12px 0px;
  margin: 0.5em 0px;
  border-bottom: 3px solid #d21f01;
}

.cp ol.cjk > li {
  list-style-type: cjk-ideographic;
}
.cp ol ol, .cp ol ul, .cp ul ul, .cp ul ol {
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .cp .cp_table {
    position: relative;
    width: 100%;
    overflow: hidden !important;
  }
  .cp .cp_table table {
    display: block;
    width: 100%;
    overflow-x: scroll;
  }
}
.cp table {
  background: #FFF;
  margin-bottom: 20px;
}
.cp table caption {
  text-align: center;
}
.cp table ol, .cp table ul {
  margin-bottom: 0.5em;
}
.cp table th {
  line-height: 1.45em;
  background: #ececec;
  color: #444;
  border: #ccc 1px solid;
}
.cp table td {
  border: #ccc 1px solid;
}
.cp table p {
  margin-bottom: 0;
}
.cp .cp_pic .caption {
  font-size: 0.938em;
  background: #F2F2F1;
  padding: 0.2em 0.8em;
  text-align: center;
  letter-spacing: 0.05em;
}
.cp .cp_pic.float_left {
  float: left;
  margin: 8px 1em 1em 0;
  width: auto;
  max-width: 55%;
}
@media screen and (max-width: 767px) {
  .cp .cp_pic.float_left {
    float: none;
    max-width: 100%;
    margin: 0px auto;
  }
}
.cp .cp_pic.float_right {
  float: right;
  margin: 8px 0 1em 1em;
  width: auto;
  max-width: 55%;
}
@media screen and (max-width: 767px) {
  .cp .cp_pic.float_right {
    float: none;
    max-width: 100%;
    margin: 0px auto;
  }
}
.cp a {
  color: #b94335;
  text-decoration: none;
  text-decoration: underline;
}
.cp a:hover, .cp a:focus {
  color: #992013;
  cursor: pointer;
}
.cp a:hover, .cp a:focus {
  text-decoration: none;
}
.cp .info {
  font-size: 0.938em;
  line-height: 1.5em;
  list-style: none;
  margin: 0 0 1.5em 0;
  border-left: solid 5px #d21f01;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.8em 1.5em 0.8em;
  background: #F2F2F2;
}
.cp .info li {
  width: 32%;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 991px) {
  .cp .info li {
    width: 48%;
    margin-bottom: 0.2em;
    font-size: 0.875em;
  }
}
@media screen and (max-width: 767px) {
  .cp .info li {
    width: 100%;
    display: block;
  }
}

.cp_slider .slick-dots li button:before {
  width: 12px;
  height: 12px;
  background: #666;
  content: "";
}
.cp_slider .slick-dots li.slick-active button:before {
  background: #d21f01;
}

.function_panel {
  text-align: left;
  margin: 0.2em 0;
  min-height: 35px;
}
@media screen and (max-width: 767px) {
  .function_panel {
    margin: 0;
    padding: 0 0 0.5em;
  }
}
.function_panel .share {
  display: inline-block;
  vertical-align: top;
}
.function_panel .function {
  display: inline-block;
  vertical-align: top;
}
.function_panel .publish_time {
  float: right;
  min-width: 100px;
  display: block;
  margin-top: 0.6em;
  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;
}

.file_download {
  width: 100%;
  margin: 0 auto;
  clear: both;
  zoom: 1;
}
.file_download:before, .file_download:after {
  content: "";
  display: table;
}
.file_download:after {
  clear: both;
}
.file_download ul {
  counter-reset: counter;
  padding: 0;
  margin-left: 0;
}
.file_download li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 50px;
  border-bottom: 1px solid #EEE;
  clear: both;
  overflow: hidden;
  padding-bottom: 0.7em;
}
.file_download li:before {
  position: absolute;
  left: 0px;
  top: 3px;
  width: 45px;
  text-align: right;
  counter-increment: counter;
  content: counters(counter, ".") " . ";
  white-space: nowrap;
}
.file_download li .update,
.file_download li .file_view {
  font-size: 0.813em;
  color: #AAA;
  padding-left: 10px;
  float: none;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .file_download li .update,
  .file_download li .file_view {
    display: inline-block;
    float: none;
    width: auto;
    margin-top: 0;
  }
}
@media screen and (max-width: 575px) {
  .file_download li .update,
  .file_download li .file_view {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .file_download li .update {
    margin-left: 5px;
  }
}
.file_download li span {
  display: inline-block;
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  .file_download li span {
    display: block;
    margin-bottom: 0.3em;
  }
}
.file_download a .kb {
  font-size: 0.75em;
  color: #666;
  display: inline-block;
  margin: 0px 0.5em;
}
.file_download a.doc, .file_download a.odf, .file_download a.pdf, .file_download a.xls, .file_download a.ppt, .file_download a.ppt, .file_download a.jpg, .file_download a.mp3, .file_download a.mov, .file_download a.txt, .file_download a.dot, .file_download a.zip, .file_download a.other {
  width: 21px;
  height: 24px;
  display: inline-block;
  margin-right: 4px;
  text-indent: -9999px;
  vertical-align: text-bottom;
}
.file_download a.doc {
  background: url(../images/basic/icon_doc.jpg);
}
.file_download a.odf {
  background: url(../images/basic/icon_odf.jpg);
}
.file_download a.pdf {
  background: url(../images/basic/icon_pdf.jpg);
}
.file_download a.xls {
  background: url(../images/basic/icon_xls.jpg);
}
.file_download a.ppt {
  background: url(../images/basic/icon_ppt.jpg);
}
.file_download a.jpg {
  background: url(../images/basic/icon_jpg.jpg);
}
.file_download a.mp3 {
  background: url(../images/basic/icon_mp3.jpg);
}
.file_download a.mov {
  background: url(../images/basic/icon_mov.jpg);
}
.file_download a.txt {
  background: url(../images/basic/icon_txt.jpg);
}
.file_download a.dot {
  background: url(../images/basic/icon_doc.jpg);
}
.file_download a.zip {
  background: url(../images/basic/icon_zip.jpg);
}
.file_download a.other {
  background: url(../images/basic/icon_other.jpg);
}

.web_link {
  width: 100%;
  margin: 0 auto;
}
.web_link ol,
.web_link ul {
  counter-reset: counter;
  list-style-type: none;
  padding: 0;
}
.web_link li {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #EEE;
}
.web_link li a {
  padding: 0.2em 0px 0.2em 35px;
  position: relative;
  height: auto;
  line-height: 1.45em;
  display: block;
  color: #444;
  text-decoration: none;
}
.web_link li a:hover, .web_link li a:focus {
  color: #992013;
  cursor: pointer;
}
.web_link li a:before {
  position: absolute;
  top: 5px;
  left: 0px;
  text-align: right;
  width: 30px;
  counter-increment: counter;
  content: counters(counter, ".") " . ";
}

.fp {
  margin: 1em auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1em;
}

.qp {
  margin: 1em auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1em;
}

.rss h3 {
  color: #d21f01;
}
.rss ul {
  padding-left: 0;
}
.rss ul li {
  list-style: none;
  margin-bottom: 12px;
}
.rss ul li:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 3px;
  display: block;
  background: #ff8e06 url("../images/basic/icon_rss.png");
  background-size: cover;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.rss ul li a {
  text-decoration: none;
  color: #444;
}
.rss ul li a:hover, .rss ul li a:focus {
  text-decoration: underline;
  color: #d21f01;
}

.rate_table {
  margin: 10px 0;
}
.rate_table .rate_info .time {
  float: left;
  display: block;
  color: #666;
}
.rate_table .rate_info .time span {
  font-size: 0.938em;
}
.rate_table .rate_info .time time {
  font-family: georgia;
  font-size: 1.125em;
}
@media screen and (max-width: 767px) {
  .rate_table .rate_info .time time {
    font-size: 0.938em;
  }
}
.rate_table .rate_info .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;
}
.rate_table .rate_info .unit {
  float: right;
  font-size: 0.938em;
}
.rate_table dl dt {
  display: inline-block;
}
.rate_table dl dd {
  display: inline-block;
  clear: both;
}
.rate_table table {
  margin-bottom: 1em;
}
.rate_table th,
.rate_table td {
  text-align: left;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.rate_table th {
  width: 30%;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .rate_table th {
    width: 38%;
    white-space: normal;
  }
}
.rate_table th em {
  text-decoration: underline;
  font-style: normal;
}
.rate_table td.rate {
  color: #d9594d;
  font-weight: bold;
}
.rate_table td.length {
  width: 30%;
  background: #efefef;
}

.governors h2 {
  position: relative;
  clear: both;
}
.governors .governors_info {
  display: inline-block;
  margin-right: 3%;
  width: 162px;
  font-size: 1.125em;
  text-align: center;
  margin-bottom: 20px;
}
.governors .governors_info .pic {
  display: block;
  width: 162px;
  height: 194px;
  overflow: hidden;
  margin-bottom: 10px;
  border: 1px solid #ccc;
}
.governors .governors_info .pic img {
  width: 100%;
  height: auto;
}
.governors .governors_info a {
  color: #444;
  text-decoration: none;
}
.governors .governors_info a:hover, .governors .governors_info a:focus {
  color: #992013;
  text-decoration: underline;
  -webkit-box-shadow: 0 0 0 0;
          box-shadow: 0 0 0 0;
}
.governors .governors_intro {
  padding-left: 300px;
  margin-top: 15px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .governors .governors_intro {
    padding-left: 190px;
  }
}
@media screen and (max-width: 767px) {
  .governors .governors_intro {
    padding-left: 0;
  }
}
.governors .governors_intro .pic {
  width: 162px;
  height: 194px;
  overflow: hidden;
  border: 1px solid #ccc;
  position: absolute;
  left: 110px;
}
@media screen and (max-width: 991px) {
  .governors .governors_intro .pic {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .governors .governors_intro .pic {
    position: relative;
    left: auto;
    margin: 0 auto;
  }
}
.governors .governors_intro .pic img {
  width: 100%;
  height: auto;
}
.governors .governors_intro h3 {
  border-bottom: 2px solid #ccc;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .governors .governors_intro h3 {
    text-align: center;
  }
}
.governors .governors_intro h4 {
  margin-bottom: 0;
  color: #d21f01;
}
.governors .governors_intro ul {
  padding-left: 0;
  list-style: none;
}
.governors .governors_intro li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 4px;
}
.governors .governors_intro li:before {
  content: "";
  width: 4px;
  height: 4px;
  display: block;
  position: absolute;
  left: 3px;
  top: 10px;
  background: #111;
}
.governors .governors_list ul {
  list-style: none;
  padding-left: 0;
}
.governors .governors_list li {
  position: relative;
  z-index: 9;
  display: block;
  margin: 0 0 10px 0;
  padding: 10px 25px;
  clear: both;
  background: #fff;
  border: 0;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  float: none;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .governors .governors_list li {
    padding: 10px 10px 10px 15px;
    letter-spacing: 0;
  }
}
.governors .governors_list li:before {
  content: "";
  width: 10px;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: #d21f01;
  z-index: 10;
}
.governors .governors_list li a {
  border: 0;
  cursor: pointer;
  display: block;
  color: #333;
  padding: 3px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .governors .governors_list li a {
    padding: 3px 30px 3px 0px;
  }
}
.governors .governors_list li a:hover, .governors .governors_list li a:focus {
  text-decoration: underline;
}
.governors .governors_list li a:before {
  content: "";
  position: absolute;
  right: 8px;
  top: 6px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-top: 0px;
  border-left: 0px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 13;
  border-radius: 0;
}
.governors .governors_list li a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 28px;
  height: 28px;
  display: block;
  border-radius: 50%;
  background: #d21f01;
  z-index: 12;
  border: 0;
}
.governors .governors_list li a.active:before {
  content: "";
  position: absolute;
  right: 8px;
  top: 10px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-top: 0px;
  border-left: 0px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  z-index: 13;
  border-radius: 0;
}
.governors .governors_list li a.active:after {
  background: #992013;
}
.governors .governors_list li a span {
  float: left;
  font-size: 1.125em;
  color: #d21f01;
}
@media screen and (max-width: 767px) {
  .governors .governors_list li a span {
    float: none;
    display: block;
  }
}
.governors .governors_list li a span:after {
  content: "/";
  margin-right: 10px;
  margin-left: 10px;
}
.governors .governors_list li .governors_content {
  border-top: 1px solid #ccc;
  margin-top: 10px;
}
.governors .governors_list li .governors_content dt {
  font-weight: bold;
}
.governors .governors_list li .governors_content dd {
  margin-left: 0;
  margin-bottom: 10px;
}

.inslist table {
  margin-bottom: 20px;
}
.inslist th,
.inslist td {
  padding: 0.8em;
}
.inslist th {
  text-align: left;
  background: #eaeaea;
  border: 1px solid #ddd;
  color: #333;
  width: 30%;
}
@media screen and (max-width: 767px) {
  .inslist th {
    width: auto;
  }
}
.inslist th input {
  margin-right: 0.5em;
}
.inslist th label {
  margin-bottom: 0;
}
.inslist td input,
.inslist td select {
  margin-bottom: 0;
}
.inslist td .form_inline input,
.inslist td .form_inline select {
  width: auto;
}
.inslist td .form_inline input[type=radio] {
  width: 1em;
}
.inslist td .form_inline select {
  padding: 0.5em;
  line-height: normal;
}
.inslist td .form_inline label {
  margin-right: -4px;
}
.inslist td .form_inline select ~ input {
  width: 4em;
  margin-right: 3px;
  margin-left: 3px;
}
.inslist td .check_grp label {
  display: block;
}
.inslist .adv_inlist {
  display: none;
}

.survey table {
  margin-bottom: 20px;
}
.survey th,
.survey td {
  padding: 0.8em;
}
.survey th {
  text-align: right;
  background: #eaeaea;
  border: 1px solid #ddd;
  color: #333;
  width: 20%;
}
@media screen and (max-width: 767px) {
  .survey th {
    width: auto;
    text-align: left;
  }
}
.survey th input {
  margin-right: 0.5em;
}
.survey th label {
  margin-bottom: 0;
}
.survey td label {
  width: 19%;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .survey td label {
    width: auto;
  }
}
.survey td .check_grp label {
  display: block;
}

.textBlue {
  color: #992013;
}

.apply {
  margin-top: 1em;
}
.apply table td a.aInfo, .apply table td a.aHire, .apply table td a.aRegister {
  white-space: nowrap;
  display: inline-block;
  text-decoration: none;
  padding: 4px 8px;
  border-radius: 2px;
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
.apply table td a.aInfo {
  background: #444;
  color: #fff;
}
.apply table td a.aInfo:hover {
  background: #666;
}
.apply table td a.aHire {
  background: #d21f01;
  color: #fff;
}
.apply table td a.aHire:hover {
  background: #992013;
}
.apply table td a.aRegister {
  background: #a6870c;
  color: #fff;
}
.apply table td a.aRegister:hover {
  background: #8a710a;
}
.apply .applyInfoBlock {
  margin-bottom: 2em;
}
.apply .applyInfoBlock .applyInfoTitle {
  font-size: 1.5em;
  font-weight: bold;
  padding-left: 16px;
  position: relative;
}
.apply .applyInfoBlock .applyInfoTitle:before {
  content: "";
  width: 5px;
  height: 24px;
  background: #d21f01;
  display: inline-block;
  position: absolute;
  left: 0;
}
.apply .applyInfoBlock p {
  line-height: 180%;
}
.apply .applyInfoBlock p em {
  color: #bb3d30;
  font-style: normal;
  font-weight: bold;
}
.apply .applyInfoBlock ul,
.apply .applyInfoBlock ol {
  line-height: 180%;
}
.apply .applyBtn {
  margin: 1rem 0;
  text-align: center;
}
.apply .applyBtn a {
  padding: 1rem 4rem;
  background: #d21f01;
  color: #fff;
  cursor: pointer;
}
.apply .applyBtn a:hover, .apply .applyBtn a:focus {
  background: #992013;
}
.apply .flow {
  margin: 50px auto;
  overflow: hidden;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .apply .flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 575px) {
  .apply .flow:after {
    content: "";
    position: absolute;
    width: 100%;
    z-index: 98;
    height: 2px;
    display: block;
    background: #ccc;
    top: 46px;
  }
}
@media screen and (max-width: 514px) {
  .apply .flow:after {
    top: 30px;
  }
}
@media screen and (max-width: 320px) {
  .apply .flow:after {
    top: 25px;
  }
}
.apply .flow .step {
  width: 100px;
  padding-right: 4%;
  margin-left: 4%;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  color: #444;
  position: relative;
  font-weight: bold;
  z-index: 99;
}
@media screen and (max-width: 991px) {
  .apply .flow .step {
    padding-right: 2%;
    margin-left: 2%;
  }
}
@media screen and (max-width: 575px) {
  .apply .flow .step {
    padding-right: 1%;
    margin-left: 1%;
    text-indent: -9999px;
  }
}
@media screen and (max-width: 514px) {
  .apply .flow .step {
    width: 20%;
  }
}
.apply .flow .step:after {
  content: "";
  width: 18px;
  height: 18px;
  display: block;
  vertical-align: middle;
  border: 2px solid #dfe4e9;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-bottom: none;
  border-left: none;
  position: absolute;
  right: -5px;
  top: 40px;
}
@media screen and (max-width: 575px) {
  .apply .flow .step:after {
    display: none;
  }
}
.apply .flow .step:last-of-type:after {
  display: none;
}
.apply .flow .step .no {
  width: 94px;
  height: 94px;
  border-radius: 50%;
  display: block;
  background: #dfe4e9;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 12px;
  position: relative;
  font-family: "Century Gothic";
}
@media screen and (max-width: 575px) {
  .apply .flow .step .no {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 38px;
    left: 50%;
    margin-left: -10px;
  }
}
@media screen and (max-width: 514px) {
  .apply .flow .step .no {
    top: 22px;
  }
}
@media screen and (max-width: 320px) {
  .apply .flow .step .no {
    top: 17px;
  }
}
.apply .flow .step .no span {
  position: absolute;
  color: #444;
  left: 36px;
  top: 24px;
  font-size: 2.25em;
}
@media screen and (max-width: 514px) {
  .apply .flow .step .no span {
    left: 20px;
    top: 18px;
  }
}
@media screen and (max-width: 320px) {
  .apply .flow .step .no span {
    left: 15px;
    top: 14px;
  }
}
.apply .flow .step .no:after {
  content: "step";
  position: absolute;
  color: #5b6065;
  left: 30px;
  bottom: 15px;
  font-size: 1.125em;
}
@media screen and (max-width: 514px) {
  .apply .flow .step .no:after {
    display: none;
  }
}
.apply .flow .step.active {
  color: #b94335;
  text-indent: 0;
}
.apply .flow .step.active .no {
  background: #ffb765;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffb765), to(#ff9a5c));
  background: linear-gradient(to bottom, #ffb765, #ff9a5c);
}
@media screen and (max-width: 575px) {
  .apply .flow .step.active .no {
    width: 94px;
    height: 94px;
    border-radius: 50%;
    display: block;
    background: #ffb765;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffb765), to(#ff9a5c));
    background: linear-gradient(to bottom, #ffb765, #ff9a5c);
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 12px;
    position: relative;
    font-family: "Century Gothic";
    top: auto;
    left: auto;
  }
}
@media screen and (max-width: 514px) {
  .apply .flow .step.active .no {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 320px) {
  .apply .flow .step.active .no {
    width: 50px;
    height: 50px;
  }
}
.apply .flow .step.active:after {
  border: 2px solid #ffb765;
  border-bottom: none;
  border-left: none;
}
.apply h3 {
  padding-bottom: 16px;
  border-bottom: 1px solid #787878;
  text-align: center;
}
.apply .agreement {
  color: #fff;
  background: #992013;
  padding: 2rem;
  margin-bottom: 1rem;
}
.apply .agreement h3 {
  margin-top: 0;
  border-bottom: 1px solid #fff;
}
.apply .agreement p,
.apply .agreement ul,
.apply .agreement ol {
  line-height: 180%;
}
.apply .agreement em {
  font-style: normal;
  color: #fcc211;
}
.apply .agreement .textCenter {
  text-align: center;
}
.apply form abbr[title] {
  border-bottom: none;
  text-decoration: none;
  padding: 2px 4px;
  border: 1px solid red;
  border-radius: 2px;
  font-size: 0.875rem;
  margin-right: 8px;
}
.apply .applyForm .formText {
  margin-bottom: 1em;
}
.apply .applyForm .formText .formTitle {
  font-size: 1.5em;
  font-weight: bold;
  padding-left: 16px;
  position: relative;
}
.apply .applyForm .formText .formTitle:before {
  content: "";
  width: 5px;
  height: 24px;
  background: #d21f01;
  display: inline-block;
  position: absolute;
  left: 0;
}
.apply .applyForm .formText .number {
  font-weight: bold;
  color: #992013;
  margin-top: 1em;
}
.apply .applyForm .formBlock {
  padding: 2rem;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  margin-bottom: 2em;
  position: relative;
}
.apply .applyForm .formBlock .formBlockTitle {
  background: #992013;
  color: #fff;
  padding: 0.5em 1em;
  display: inline-block;
  position: absolute;
  left: 2em;
  top: 0;
  font-size: 1.125em;
}
.apply .applyForm .formBlock .formBlockTitle + .form_grp {
  margin-top: 1em;
}
.apply .applyForm .formBlock .form_content p,
.apply .applyForm .formBlock .form_content ul,
.apply .applyForm .formBlock .form_content ol {
  margin-top: 0;
  margin-bottom: 0.5em;
}
.apply .applyForm .formBlock .form_content .form_inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.apply .applyForm .formBlock .form_content .form_inline input[type=text] {
  width: auto;
}
.apply .applyForm .formBlock .form_content .form_inline input[type=button],
.apply .applyForm .formBlock .form_content .form_inline button {
  min-width: auto;
  margin: 0 0 0.3em 4px;
}
.apply .applyForm .formBlock .form_content .form_inline label,
.apply .applyForm .formBlock .form_content .form_inline div {
  margin: 0 0.5em 0 0;
}
.apply .applyForm .formBlock .form_content .form_inline span {
  margin-left: 4px;
}
.apply .applyForm .formBlock .form_content .form_inline.applyId input[type=text] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.apply .applyForm .formBlock .form_content .form_inline.applyDate input[type=text],
.apply .applyForm .formBlock .form_content .form_inline.applyDate input[type=date] {
  width: auto;
}
.apply .applyForm .formBlock .form_content .form_inline.applyDate input[type=text] + span,
.apply .applyForm .formBlock .form_content .form_inline.applyDate input[type=date] + span {
  margin-left: 8px;
  margin-right: 8px;
}
.apply .applyForm .formBlock .form_content .form_inline.applyDate label {
  margin-left: 8px;
}
.apply .applyForm .formBlock .form_content .uploadBlock {
  margin-top: 8px;
}
.apply .applyForm .formBlock .form_content .uploadBlock .applyFileList ol,
.apply .applyForm .formBlock .form_content .uploadBlock .applyFileList ul {
  list-style: none;
  padding: 8px;
  background: #efefef;
  border-radius: 4px;
}
.apply .applyForm .formBlock .form_content .uploadBlock .applyFileList ol li,
.apply .applyForm .formBlock .form_content .uploadBlock .applyFileList ul li {
  padding: 4px 40px 4px 8px;
  border-bottom: 1px dotted #ccc;
  position: relative;
}
.apply .applyForm .formBlock .form_content .uploadBlock .applyFileList ol li:last-child,
.apply .applyForm .formBlock .form_content .uploadBlock .applyFileList ul li:last-child {
  border-bottom: 0;
}
.apply .applyForm .formBlock .form_content .uploadBlock .applyFileList ol li span,
.apply .applyForm .formBlock .form_content .uploadBlock .applyFileList ul li span {
  color: #666;
  margin-left: 1em;
}
.apply .applyForm .formBlock .form_content .uploadBlock .applyFileList ol li a,
.apply .applyForm .formBlock .form_content .uploadBlock .applyFileList ul li a {
  text-decoration: underline;
  cursor: pointer;
}
.apply .applyForm .formBlock .form_content .uploadBlock .applyFileList ol li a.deleteFile,
.apply .applyForm .formBlock .form_content .uploadBlock .applyFileList ul li a.deleteFile {
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url(../images/icon/icon_delete.svg) no-repeat;
  font-size: 0;
  position: absolute;
  right: 8px;
  top: 6px;
  opacity: 0.7;
}
.apply .applyForm .formBlock .form_grp:last-child {
  border-bottom: 0;
}

/* sitemap */
.sitemap {
  margin: 0px auto 1em;
}
.sitemap .accesskeyDefine {
  padding: 1em 2em;
  background: #eee;
  border-radius: 6px;
  background-clip: padding-box;
}

.cascading {
  border-top: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cascading ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cascading li {
  line-height: 1.5;
  width: 25%;
  display: inline-block;
  vertical-align: top;
  margin: 0 -5px 1em 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 0.5em;
}
.cascading li a {
  margin: 0.5em 0;
  color: #222;
  padding: 0.5em;
  display: block;
  font-size: 1.25em;
  font-weight: bold;
  border-bottom: 2px solid #d21f01;
}
.cascading li a:hover, .cascading li a:focus {
  color: #d21f01 !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.3em 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%;
  }
}

.suggestions .flow {
  margin: 50px auto;
  overflow: hidden;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .suggestions .flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 575px) {
  .suggestions .flow:after {
    content: "";
    position: absolute;
    width: 100%;
    z-index: 98;
    height: 2px;
    display: block;
    background: #ccc;
    top: 46px;
  }
}
@media screen and (max-width: 514px) {
  .suggestions .flow:after {
    top: 30px;
  }
}
@media screen and (max-width: 320px) {
  .suggestions .flow:after {
    top: 25px;
  }
}
.suggestions .flow .step {
  width: 100px;
  padding-right: 4%;
  margin-left: 4%;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  color: #444;
  position: relative;
  font-weight: bold;
  z-index: 99;
}
@media screen and (max-width: 991px) {
  .suggestions .flow .step {
    padding-right: 2%;
    margin-left: 2%;
  }
}
@media screen and (max-width: 575px) {
  .suggestions .flow .step {
    padding-right: 1%;
    margin-left: 1%;
    text-indent: -9999px;
  }
}
@media screen and (max-width: 514px) {
  .suggestions .flow .step {
    width: 20%;
  }
}
.suggestions .flow .step:after {
  content: "";
  width: 18px;
  height: 18px;
  display: block;
  vertical-align: middle;
  border: 2px solid #dfe4e9;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-bottom: none;
  border-left: none;
  position: absolute;
  right: -5px;
  top: 40px;
}
@media screen and (max-width: 575px) {
  .suggestions .flow .step:after {
    display: none;
  }
}
.suggestions .flow .step:last-of-type:after {
  display: none;
}
.suggestions .flow .step .no {
  width: 94px;
  height: 94px;
  border-radius: 50%;
  display: block;
  background: #dfe4e9;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 12px;
  position: relative;
  font-family: "Century Gothic";
}
@media screen and (max-width: 575px) {
  .suggestions .flow .step .no {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 38px;
    left: 50%;
    margin-left: -10px;
  }
}
@media screen and (max-width: 514px) {
  .suggestions .flow .step .no {
    top: 22px;
  }
}
@media screen and (max-width: 320px) {
  .suggestions .flow .step .no {
    top: 17px;
  }
}
.suggestions .flow .step .no span {
  position: absolute;
  color: #444;
  left: 36px;
  top: 24px;
  font-size: 2.25em;
}
@media screen and (max-width: 514px) {
  .suggestions .flow .step .no span {
    left: 20px;
    top: 18px;
  }
}
@media screen and (max-width: 320px) {
  .suggestions .flow .step .no span {
    left: 15px;
    top: 14px;
  }
}
.suggestions .flow .step .no:after {
  content: "step";
  position: absolute;
  color: #5b6065;
  left: 30px;
  bottom: 15px;
  font-size: 1.125em;
}
@media screen and (max-width: 514px) {
  .suggestions .flow .step .no:after {
    display: none;
  }
}
.suggestions .flow .step.active {
  color: #b94335;
  text-indent: 0;
}
.suggestions .flow .step.active .no {
  background: #ffb765;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffb765), to(#ff9a5c));
  background: linear-gradient(to bottom, #ffb765, #ff9a5c);
}
@media screen and (max-width: 575px) {
  .suggestions .flow .step.active .no {
    width: 94px;
    height: 94px;
    border-radius: 50%;
    display: block;
    background: #ffb765;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffb765), to(#ff9a5c));
    background: linear-gradient(to bottom, #ffb765, #ff9a5c);
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 12px;
    position: relative;
    font-family: "Century Gothic";
    top: auto;
    left: auto;
  }
}
@media screen and (max-width: 514px) {
  .suggestions .flow .step.active .no {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 320px) {
  .suggestions .flow .step.active .no {
    width: 50px;
    height: 50px;
  }
}
.suggestions .flow .step.active:after {
  border: 2px solid #ffb765;
  border-bottom: none;
  border-left: none;
}
.suggestions h3 {
  padding-bottom: 16px;
  border-bottom: 1px solid #787878;
  text-align: center;
}
.suggestions .agreement ol li {
  margin-bottom: 0.5em;
}
.suggestions .flowchart {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .suggestions .flowchart img {
    width: 100%;
    height: auto;
  }
}
.suggestions .text_block {
  font-size: 0.938em;
}
.suggestions .text_block ul {
  margin-bottom: 1.5em;
}
.suggestions .text_block em {
  color: #ff8e06;
  font-weight: bold;
  font-style: normal;
  margin-left: 4px;
  margin-right: 4px;
}
.suggestions .text_block .form_grid {
  border-top: 1px solid #787878;
  margin: 10px 0;
  padding-top: 10px;
}
.suggestions .text_block .form_grid .btn_grp input {
  padding-left: 2em;
  padding-right: 2em;
}
.suggestions .text_block.suggestions_result {
  border-top: 1px solid #787878;
  margin: 10px 0;
}
.suggestions .text_block.suggestions_result table {
  border: 0px;
}
.suggestions .text_block.suggestions_result table tr {
  border-bottom: 1px solid #ddd;
}
.suggestions .text_block.suggestions_result table tr:last-child th,
.suggestions .text_block.suggestions_result table tr:last-child td {
  color: #d21f01;
}
.suggestions .text_block.suggestions_result table th {
  text-align: left;
  width: 15%;
}
@media screen and (max-width: 767px) {
  .suggestions .text_block.suggestions_result table th {
    width: 20%;
    white-space: normal;
  }
}
.suggestions .text_block.suggestions_result table th,
.suggestions .text_block.suggestions_result table td {
  background: transparent;
  color: #444;
  border: 0;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .suggestions .text_block.suggestions_result table th,
  .suggestions .text_block.suggestions_result table td {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.kids:before {
  content: "";
  width: 100%;
  height: 302px;
  display: block;
  background: url(../images/kids_header.png) left top no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .kids:before {
    display: none;
  }
}
.kids .kids_title {
  color: #fff;
  padding: 0.5em 1em 0.5em 5.5em;
  border-radius: 5px;
  font-size: 1.25em;
  line-height: 1.6em;
  margin: 1.5em 0 1em 0;
  background: #DA3945;
  position: relative;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .kids .kids_title {
    margin: 3em 0 1em 0;
  }
}
.kids .kids_title:before {
  content: "";
  background: url(../images/kid.png) left bottom no-repeat;
  width: 105px;
  height: 114px;
  display: block;
  position: absolute;
  left: 8px;
  bottom: 0;
}
.kids .cp_pic {
  background: #bad7f1;
  border-radius: 5px;
  padding: 12px;
}
.kids .cp_pic .caption {
  background: none;
  padding: 0;
}
.kids h3 {
  color: #DA3945;
}
.kids .intro h3 {
  background: #bad7f1;
  color: #222;
  padding: 0.5em 1em;
  border-radius: 8px;
  font-size: 1.25em;
  line-height: 1.6em;
  margin-bottom: 0.5em;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.kids .intro ol {
  padding: 1em 1.4em;
  background: #fff;
  font-size: 1em;
  line-height: 2em;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.kids .intro ol.cjk {
  list-style-type: cjk-ideographic;
  list-style-position: inside;
}
.kids .intro ol > li {
  margin-bottom: 1em;
}
.kids .intro ul {
  list-style: none;
  padding-left: 29px;
}
.kids .intro ul li {
  position: relative;
  padding-left: 12px;
}
.kids .intro ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  display: block;
  position: absolute;
  left: 0;
  top: 15px;
  background: #f85006;
}
.kids .intro a {
  color: #f85006;
}
@media screen and (max-width: 767px) {
  .kids .intro a {
    display: block;
  }
}
.kids .intro a:hover {
  text-decoration: underline;
}
.kids .btn_grp {
  text-align: center;
  margin: 20px 0;
}
.kids .btn_grp input[type=submit], .kids .btn_grp .btn_enter {
  background: #DA3945;
  color: #fff !important;
  padding: 1em 3em;
  border-radius: 3em !important;
  font-size: 1.125em;
  letter-spacing: 1px;
  border-radius: 1em;
  font-weight: bold;
  border: 0;
  margin: 0 0.1em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .kids .btn_grp input[type=submit], .kids .btn_grp .btn_enter {
    padding: 1em;
  }
}
.kids .btn_grp input[type=submit]:hover, .kids .btn_grp .btn_enter:hover {
  text-decoration: none;
  background: #e2646d;
}
.kids .btn_grp input[type=reset], .kids .btn_grp .btn_back {
  background: #999;
  padding: 1em 3em;
  border-radius: 3em !important;
  font-size: 1.125em;
  letter-spacing: 1px;
  border-radius: 1em;
  font-weight: bold;
  border: 0;
  color: #fff;
  margin: 0 0.1em;
  vertical-align: middle;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .kids .btn_grp input[type=reset], .kids .btn_grp .btn_back {
    padding: 1em;
  }
}
.kids ul.kids_test {
  list-style: none;
  padding-left: 0;
}
.kids ul.kids_test .question {
  background: #bad7f1;
  color: #222;
  padding: 0.5em 1em 0.5em 3.5em;
  border-radius: 8px;
  font-size: 1.25em;
  line-height: 1.6em;
  margin-bottom: 0.5em;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  position: relative;
}
.kids ul.kids_test .question span.answer {
  background: #fff;
  border-radius: 30px;
  font-size: 0.8em;
  padding: 0.1em 1em;
  vertical-align: middle;
  display: block;
  display: inline-block;
}
.kids ul.kids_test .question:before {
  content: "Q";
  font-size: 2em;
  color: #fff;
  font-weight: bold;
  font-family: "Century Gothic";
  vertical-align: middle;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: #2a6096;
  display: inline-block;
  line-height: 50%;
  position: absolute;
  left: 15px;
}
.kids ul.kids_test form, .kids ul.kids_test div.answer {
  padding: 1em 1.4em 1em 4em;
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.kids ul.kids_test label {
  font-size: 1.25em;
}
.kids ul.kids_test input[type=radio] {
  font-size: 1.25em;
  margin: 4px 0.3em 0.2em 0;
  width: 1em;
  height: 1em;
  background: #fff;
  border: 4px solid #CCC;
}
.kids ul.kids_test input[type=radio]:checked {
  background: #DA3945;
  border: 4px solid #DA3945;
  outline: #DA3945;
}
.kids ul.kids_test div.answer {
  position: relative;
  min-height: 36px;
  padding-left: 4.3em;
}
.kids ul.kids_test div.answer .right, .kids ul.kids_test div.answer .wrong {
  width: 42px;
  height: 42px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 15px;
  top: 12px;
}
.kids ul.kids_test div.answer .right {
  background: url(../images/right.png) left top no-repeat;
  background-size: 100%;
}
.kids ul.kids_test div.answer .wrong {
  background: url(../images/wrong.png) left top no-repeat;
  background-size: 100%;
}

.organization {
  width: 100%;
}
.organization > ul {
  position: relative;
}
.organization > ul > li:first-child {
  top: 50%;
  text-align: center;
  position: relative;
}
.organization > ul > li:first-child:before {
  content: "";
  width: 50%;
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  border-top: 2px solid #dfe1e3;
  margin-top: 27px;
  left: 12%;
}
@media screen and (max-width: 767px) {
  .organization > ul > li:first-child:before {
    display: none;
  }
}
.organization > ul > li:first-child a.president {
  width: 15%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 10%;
  padding: 1.2em;
}
@media screen and (max-width: 767px) {
  .organization > ul > li:first-child a.president {
    width: 96%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    left: 2%;
    top: 130px;
  }
}
.organization > ul > li:first-child a.president:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 22px 0 0;
  border-color: #d21f01 transparent transparent transparent;
  position: absolute;
  left: 6px;
  top: 6px;
}
.organization > ul > li:first-child a.president:after {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 30px;
  top: -30px;
  border-left: 2px solid #dfe1e3;
  left: 50%;
}
.organization ul {
  list-style: none;
  padding-left: 0;
}
.organization ul li {
  position: relative;
}
.organization ul li a {
  background: #fff;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  display: block;
  padding: 0.6em 1em;
  color: #333;
}
.organization ul li a:hover, .organization ul li a:focus {
  background: #eee;
}
.organization ul.supervisor {
  width: 40%;
  position: absolute;
  top: 50%;
  margin-top: -122px;
}
@media screen and (max-width: 767px) {
  .organization ul.supervisor {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    top: 130px;
  }
}
.organization ul.supervisor:after {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 30px;
  border: 2px solid #dfe1e3;
  border-top: 0;
  left: 25%;
  bottom: -32px;
}
.organization ul.supervisor li {
  width: 46%;
  margin: 0 2%;
  float: left;
}
.organization ul.supervisor a {
  padding: 1.2em;
  text-align: center;
  position: relative;
}
.organization ul.supervisor a:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 22px 0 0;
  border-color: #d21f01 transparent transparent transparent;
  position: absolute;
  left: 6px;
  top: 6px;
}
.organization ul.office {
  width: 30%;
  margin-left: 65%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .organization ul.office {
    width: 75%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: 23%;
    padding-top: 220px;
  }
}
.organization ul.office:after {
  content: "";
  display: block;
  width: 30px;
  height: 94.5%;
  position: absolute;
  left: -30px;
  top: 2.8%;
  border-left: 2px solid #dfe1e3;
}
@media screen and (max-width: 767px) {
  .organization ul.office:after {
    top: 192px;
    height: 78.5%;
  }
}
.organization ul.office li {
  margin-bottom: 14px;
}
.organization ul.office li:before {
  content: "";
  width: 30px;
  height: 1px;
  border-top: 2px solid #dfe1e3;
  top: 50%;
  left: -30px;
  position: absolute;
  margin-top: -1px;
}
.organization ul.office li a {
  border-left: 5px solid #d21f01;
}
.organization ul.mint {
  width: 30%;
  margin-left: 65%;
}
@media screen and (max-width: 767px) {
  .organization ul.mint {
    width: 75%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: 23%;
  }
}
.organization ul.mint:before {
  content: "";
  width: 30px;
  height: 44.2%;
  position: absolute;
  left: 65%;
  top: 50%;
  border-left: 1px dotted #ccc;
  margin-left: -101px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .organization ul.mint:before {
    content: "";
    width: 1px;
    height: 890px;
    left: 8%;
    top: 162px;
    margin-left: 0px;
  }
}
.organization ul.mint li {
  margin-bottom: 14px;
  position: relative;
}
.organization ul.mint li:before {
  content: "";
  width: 100px;
  height: 1px;
  border-top: 1px dotted #ccc;
  top: 50%;
  left: -100px;
  position: absolute;
  margin-top: -1px;
}
@media screen and (max-width: 767px) {
  .organization ul.mint li:before {
    width: 52px;
    left: -52px;
  }
}
@media (max-width: 991px) {
  .organization ul.mint li:before {
    width: 45px;
    left: -45px;
  }
}
.organization ul.mint li a {
  border-left: 5px solid #ef9b08;
}

.epaper form .table_list {
  margin-top: 20px;
}
.epaper form .table_list td {
  width: 50%;
  vertical-align: top;
  padding: 1.5em;
}
@media screen and (max-width: 767px) {
  .epaper form .table_list td {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .epaper form .table_list td:before {
    content: attr(data-title);
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    padding-right: 0;
    color: #000;
    font-size: 1.125em;
    margin-bottom: 10px;
    padding-bottom: 10px;
    display: block;
  }
}
.epaper h2 {
  color: #444;
}
.epaper caption {
  text-align: left;
}
.epaper .form_content span.mail {
  font-weight: bold;
  color: #d21f01;
}

body {
  font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
}

.header .navigation ul.language li a {
  font-family: Lato, "PingFang TC", "Helvetica Neue", Helvetica, 微軟正黑體, Arial, sans-serif;
}

.header h1 {
  width: 553px;
}
@media screen and (max-width: 767px) {
  .header h1 {
    width: calc(100% - 120px);
  }
}
.header h1 img {
  max-width: 553px;
}

.search .keywordHot ul {
  margin: 0;
}
.search .keywordHot ul a {
  text-decoration: underline;
}
.search .keywordHot ul a:hover {
  text-decoration: none;
}

.menu {
  font-size: 0.9375em;
}
.menu > ul > li {
  width: 10%;
  margin-right: -5px;
}
@media screen and (max-width: 930px) {
  .menu > ul > li {
    width: 10.5%;
  }
}
@media screen and (max-width: 850px) {
  .menu > ul > li {
    width: 11%;
  }
}
.menu > ul > li:first-child a {
  border-left: 0;
}
.menu > ul > li:nth-child(2), .menu > ul > li:nth-child(7) {
  width: 17%;
}
@media screen and (max-width: 850px) {
  .menu > ul > li:nth-child(2), .menu > ul > li:nth-child(7) {
    width: 14%;
  }
}
.menu > ul > li:nth-child(5) {
  width: 14%;
}
.menu > ul > li:nth-child(6) {
  width: 12%;
}
@media screen and (max-width: 930px) {
  .menu > ul > li:nth-child(5), .menu > ul > li:nth-child(6) {
    width: 12%;
  }
}
@media screen and (max-width: 850px) {
  .menu > ul > li:nth-child(5), .menu > ul > li:nth-child(6) {
    width: 14%;
  }
}
.menu > ul > li > a {
  font-weight: normal;
  line-height: 1.4em;
  padding: 0.6em;
  min-height: 2.8em;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 1120px) {
  .menu > ul > li > a {
    min-height: 4.2em;
  }
}
@media screen and (max-width: 870px) {
  .menu > ul > li > a {
    min-height: 5.6em;
  }
}
@media screen and (max-width: 767px) {
  .menu > ul > li > a {
    min-height: auto;
  }
}
.menu > ul > li.hasChild > a:after {
  position: absolute;
  right: 3px;
  top: 30px;
}
@media screen and (max-width: 767px) {
  .menu > ul > li.hasChild > a:after {
    top: 1em !important;
  }
}
.menu li li a {
  padding: 0.6em;
  font-weight: normal;
}

.fatfooter nav ul li {
  padding-right: 2%;
}
.fatfooter nav ul li a {
  font-size: 1em;
  line-height: 1.4;
}
.fatfooter nav ul li ul li a {
  line-height: 1.4em;
}

.top_block {
  background: #f7f7f7;
  padding: 30px;
}
.top_block h2 {
  color: #d21f01;
  padding-bottom: 15px;
  margin-bottom: 5px;
  border-bottom: 2px solid #d21f01;
  letter-spacing: 0px;
  font-size: 1.625em;
  text-align: left;
}
.top_block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.top_block ul li {
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  padding: 0.7em 0.2em;
  border-bottom: 1px solid #e2e3e4;
  font-size: 1em;
}
.top_block ul li time {
  display: inline-block;
  margin: 0 1em 0 0;
  font-family: "baskerville";
  color: #595959;
  font-size: 1.125em;
  letter-spacing: 0.5px;
  font-weight: bold;
}
.top_block ul li a {
  color: #585858;
  font-weight: normal;
}
.top_block div.more {
  margin-top: 20px;
}

.press_block, .topview_block {
  vertical-align: top;
  padding: 15px 30px;
  margin-bottom: 50px;
}
@media screen and (max-width: 414px) {
  .press_block, .topview_block {
    margin-bottom: 20px;
  }
}

.press_block {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fcfcfc;
  padding-right: 44px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .press_block {
    float: left;
    width: 66.6666666667%;
  }
}
@media (min-width: 992px) {
  .press_block {
    float: left;
    width: 66.6666666667%;
  }
}
@media (min-width: 1400px) {
  .press_block {
    float: left;
    width: 66.6666666667%;
  }
}
@media screen and (max-width: 414px) {
  .press_block {
    padding: 0;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0);
    background: transparent;
  }
}

.topview_block {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  position: relative;
}
@media (min-width: 768px) {
  .topview_block {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .topview_block {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 1400px) {
  .topview_block {
    float: left;
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 414px) {
  .topview_block {
    padding: 0;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0);
    background: transparent;
  }
}
.topview_block:after {
  content: "";
  width: 40px;
  height: 100%;
  -webkit-box-shadow: -20px 0 20px rgba(0, 0, 0, 0.02) inset;
          box-shadow: -20px 0 20px rgba(0, 0, 0, 0.02) inset;
  position: absolute;
  left: -40px;
  top: 0;
}
@media screen and (max-width: 414px) {
  .topview_block:after {
    display: none;
  }
}
.topview_block ul {
  position: relative;
}
.topview_block ul li {
  padding-left: 52px;
}
.topview_block ul li .ranking {
  padding: 0.12em 0.3em;
  background: transparent;
  min-width: 1em;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
  position: absolute;
  left: 0;
}
.topview_block ul li:first-child .ranking, .topview_block ul li:nth-child(2) .ranking, .topview_block ul li:nth-child(3) .ranking {
  background: #fd5a00;
  color: #fff;
}
.topview_block ul li:first-child .ranking:after, .topview_block ul li:nth-child(2) .ranking:after, .topview_block ul li:nth-child(3) .ranking:after {
  content: "";
  position: absolute;
  right: -7px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 0 13px 7px;
  border-color: transparent transparent transparent #fd5a00;
}

.bulletin_block {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 10px;
  background: #f7f7f7;
}
@media (min-width: 768px) {
  .bulletin_block {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .bulletin_block {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .bulletin_block {
    float: left;
    width: 100%;
  }
}
@media screen and (max-width: 414px) {
  .bulletin_block {
    padding: 0;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0);
    background: transparent;
  }
}
.bulletin_block h2 {
  text-align: center;
}

.bottom_block {
  background: url(../images/bg1.jpg) left top no-repeat;
  background-size: cover;
}

.organization ul.supervisor {
  margin-top: -145px;
}
.organization ul.office li a {
  text-align: left;
}

.suggestions .text_block .form_grid {
  border-top: 0;
}

.lightbox_slider {
  margin-bottom: 25px;
  clear: both;
}
.lightbox_slider h3 {
  font-size: 1.5em;
  padding: 12px 0px;
  margin: 0.5em 0px;
  border-bottom: 3px solid #d21f01;
}
.lightbox_slider .imgOuter {
  margin: 0px 15px;
  overflow: hidden;
  height: 200px;
  overflow: hidden;
}
.lightbox_slider .imgOuter:before {
  display: inline-block;
  content: "";
  padding-top: 75%;
}
.lightbox_slider .imgOuter img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.lightbox_slider .imgOuter img {
  vertical-align: middle;
  max-width: 100% !important;
  max-height: 100% !important;
  width: auto !important;
  height: auto !important;
  display: inline-block;
  position: absolute;
  left: 0 !important;
  top: 0 !important;
  -o-object-fit: contain;
     object-fit: contain;
}
.lightbox_slider .infotxt {
  margin: 0px 10px 0px 20px;
  padding: 0px;
  display: none;
}
.lightbox_slider .slick-dots {
  bottom: -20px !important;
}
@media screen and (max-width: 767px) {
  .lightbox_slider .slick-dots {
    bottom: -40px !important;
    padding: 0;
  }
}
.lightbox_slider .slick-prev,
.lightbox_slider .slick-next {
  top: 50%;
  width: 50px;
  height: 50px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  border-radius: 0;
  background-clip: padding-box;
}
.lightbox_slider .slick-prev {
  left: 0;
  background: url(../vendor/slick/icon_arrow_left.png) center center no-repeat RGBA(0, 0, 0, 0.6);
  background-size: 80%;
}
.lightbox_slider .slick-prev:hover {
  background: url(../vendor/slick/icon_arrow_left.png) center center no-repeat RGBA(0, 0, 0, 0.9);
  background-size: 80%;
}
.lightbox_slider .slick-next {
  right: 0;
  background: url(../vendor/slick/icon_arrow_right.png) center center no-repeat RGBA(0, 0, 0, 0.6);
  background-size: 80%;
}
.lightbox_slider .slick-next:hover {
  background: url(../vendor/slick/icon_arrow_right.png) center center no-repeat RGBA(0, 0, 0, 0.9);
  background-size: 80%;
}
.lightbox_slider .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 10px;
}
.lightbox_slider a {
  color: #555;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lightbox_slider a:hover, .lightbox_slider a:focus {
  -webkit-box-shadow: 0px 0px 0px 1px #992013 inset;
          box-shadow: 0px 0px 0px 1px #992013 inset;
}

/*  slick-lightbox  */
.slick-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 9999999999999;
  width: 100%;
  height: 100%;
  background: black;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.slick-lightbox .slick-loading .slick-list {
  background-color: transparent;
}
.slick-lightbox .slick-prev {
  left: 5px;
  background: url(../vendor/slick/icon_arrow_left.png) center center no-repeat;
  background-size: 80%;
  z-index: 9;
}
.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;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 18px;
  background: #DDD;
  left: 6px;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.slick-lightbox-close:after {
  content: "";
  height: 6px;
  width: 32px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 18px;
  background: #DDD;
  left: 6px;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.slick-lightbox-close:hover, .slick-lightbox-close:focus {
  background: none;
  margin-top: 0;
  border: none;
}
.slick-lightbox-close:hover:before, .slick-lightbox-close:hover:after, .slick-lightbox-close:focus:before, .slick-lightbox-close:focus:after {
  background: #FFF;
}

.Syncing_slider {
  clear: both;
  zoom: 1;
  margin: 2em 0;
}
.Syncing_slider:before, .Syncing_slider:after {
  content: "";
  display: table;
}
.Syncing_slider:after {
  clear: both;
}
.Syncing_slider h3 {
  font-size: 1.5em;
  padding: 12px 0px 15px 0px;
  margin: 0.5em 0px 1.2em;
  border-bottom: 1px solid #d21f01;
}
.Syncing_slider .imgOuter {
  overflow: hidden;
}
.Syncing_slider .imgOuter:before {
  display: inline-block;
  content: "";
  padding-top: 75%;
}
.Syncing_slider .imgOuter img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.Syncing_slider .imgOuter p {
  position: absolute;
  background: RGBA(0, 0, 0, 0.4);
  text-align: center;
  color: #FFF;
  padding: 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  bottom: 0px;
  width: 100%;
  height: 4em;
  line-height: 3em;
  margin: 0px;
}
.Syncing_slider .slick-next {
  background: url(../vendor/slick/icon_arrow_right.png) center center no-repeat;
  background-size: 80%;
}
.Syncing_slider .slick-prev {
  background: url(../vendor/slick/icon_arrow_left.png) center center no-repeat;
  background-size: 80%;
}
.Syncing_slider .Slider-for {
  position: relative;
}
.Syncing_slider .Slider-for .imgOuter {
  max-height: 400px;
}
.Syncing_slider .Slider-nav {
  /*正在動作的縮圖*/
  position: relative;
}
.Syncing_slider .Slider-nav .imgOuter p {
  display: none;
}
.Syncing_slider .Slider-nav .slick-slide.slick-current {
  opacity: 1;
}
.Syncing_slider .Slider-nav .imgOuter {
  max-height: 200px;
}
@media screen and (max-width: 767px) {
  .Syncing_slider .Slider-nav .imgOuter {
    max-height: 150px;
  }
}
.Syncing_slider .slick-dots {
  display: none !important;
}

a.goCenter {
  position: absolute;
  top: -2.2em;
  left: 50%;
  margin-left: -480px;
  padding: 0 0.5em;
  height: 2em;
  line-height: 2em;
  background: #d21f01;
  color: #fff;
  text-decoration: none;
  z-index: 999999999999;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0px 0px 4px 4px;
  color: #FFF;
  -webkit-box-shadow: 0 0 0 0;
          box-shadow: 0 0 0 0;
}
@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 #d21f01;
  background: #FFF;
  color: #666;
  overflow: hidden;
  line-height: 1.45em;
  font-size: 0.813em;
  margin: 0 0.5em 0.5em;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.no-js noscript a {
  color: #d21f01;
}
.no-js noscript a:hover, .no-js noscript a:focus {
  color: #992013;
}
.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;
}

@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;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .cp {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .main,
  .content {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100% !important;
    max-width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
    float: none;
    clear: both;
    zoom: 1;
  }
  .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 {
    margin-right: 10px;
  }
  .file_download a.doc {
    content: url(../images/basic/icon_doc.jpg);
  }
  .file_download a.odf {
    content: url(../images/basic/icon_odf.jpg);
  }
  .file_download a.pdf {
    content: url(../images/basic/icon_pdf.jpg);
  }
  .file_download a.xls {
    content: url(../images/basic/icon_xls.jpg);
  }
  .file_download a.ppt {
    content: url(../images/basic/icon_ppt.jpg);
  }
  .file_download a.jpg {
    content: url(../images/basic/icon_jpg.jpg);
  }
  .file_download a.mp3 {
    content: url(../images/basic/icon_mp3.jpg);
  }
  .file_download a.mov {
    content: url(../images/basic/icon_mov.jpg);
  }
  .file_download a.txt {
    content: url(../images/basic/icon_txt.jpg);
  }
  .file_download a.dot {
    content: url(../images/basic/icon_doc.jpg);
  }
  .file_download a.zip {
    content: url(../images/basic/icon_zip.jpg);
  }
  .file_download a.other {
    content: url(../images/basic/icon_other.jpg);
  }
  .file_download .update,
  .file_download .file_view {
    float: none !important;
    width: 30% !important;
    display: inline-block !important;
    margin-left: 3em;
  }
  *,
  *:before,
  *:after,
  *:first-letter,
  p:first-line,
  div:first-line,
  blockquote:first-line,
  li:first-line {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  thead {
    display: table-header-group;
    /* 表格即使分頁也會顯示表頭 */
  }
  .lightbox_slider {
    page-break-inside: avoid;
    overflow: hidden;
    height: 6cm;
  }
  .lightbox_slider .cp_slider {
    text-align: center;
  }
  .lightbox_slider .cp_slider .slick-slide {
    width: 30%;
    height: 4cm;
    display: inline-block;
    background: #dedede;
    position: relative;
  }
  .lightbox_slider .cp_slider .slick-slide:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0px 0px 0px 1px #ccc;
            box-shadow: 0px 0px 0px 1px #ccc;
  }
  .lightbox_slider .cp_slider .slick-slide img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 4cm;
    display: inline-block;
    vertical-align: middle;
  }
}/*# sourceMappingURL=cbc_en_ny.css.map */