/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@font-face {
    font-family: 'icon';
    src: url('../fonts/fontello.eot?70246885');
    src: url('../fonts/fontello.eot?70246885#iefix') format('embedded-opentype'), 
        url('../fonts/fontello.woff2?70246885') format('woff2'), 
        url('../fonts/fontello.woff?70246885') format('woff'), 
        url('../fonts/fontello.ttf?70246885') format('truetype'), 
        url('../fonts/fontello.svg?70246885#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?70246885#fontello') format('svg');
  }
}
*/
[class^="data-icon-"]:before, [class*=" data-icon-"]:before {
    font-family: "icon";
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.data-icon-about:before {
    content: '\e001';
}
/* 'úA' */
.data-icon-arrow-end:before {
    content: '\e002';
}
/* 'úB' */
.data-icon-arrow-endR:before {
    content: '\e003';
}
/* 'úC' */
.data-icon-arrow-right-01:before {
    content: '\e004';
}
/* 'úD' */
.data-icon-arrow:before {
    content: '\e005';
}
/* 'úE' */
.data-icon-arrowR:before {
    content: '\e006';
}
/* 'úF' */
.data-icon-arrow_down-01:before {
    content: '\e007';
}
/* 'úG' */
.data-icon-arrow_left:before {
    content: '\e008';
}
/* 'úH' */
.data-icon-arrow_left_short-01:before {
    content: '\e009';
}
/* 'úI' */
.data-icon-arrow_right-hollow:before {
    content: '\e00a';
}
/* 'úJ' */
.data-icon-attached-files:before {
    content: '\e00b';
}
/* 'úK' */
.data-icon-back:before {
    content: '\e00c';
}
/* 'úL' */
.data-icon-bin:before {
    content: '\e00d';
}
/* 'úM' */
.data-icon-building:before {
    content: '\e00e';
}
/* 'úN' */
.data-icon-career:before {
    content: '\e00f';
}
/* 'úO' */
.data-icon-case_packeg:before {
    content: '\e010';
}
/* 'úP' */
.data-icon-c_logo:before {
    content: '\e011';
}
/* 'úQ' */
.data-icon-declare:before {
    content: '\e012';
}
/* 'úR' */
.data-icon-document:before {
    content: '\e013';
}
/* 'úS' */
.data-icon-doc_file:before {
    content: '\e014';
}
/* 'úT' */
.data-icon-dot:before {
    content: '\e015';
}
/* 'úU' */
.data-icon-download:before {
    content: '\e016';
}
/* 'úV' */
.data-icon-Ei-sc-facebook:before {
    content: '\e017';
}
/* 'úW' */
.data-icon-eye-slash:before {
    content: '\e018';
}
/* 'úX' */
.data-icon-eye:before {
    content: '\e019';
}
/* 'úY' */
.data-icon-facebook:before {
    content: '\e01a';
}
/* 'úZ' */
.data-icon-fax:before {
    content: '\e01b';
}
/* 'ú[' */
.data-icon-fb:before {
    content: '\e01c';
}
/* 'ú\' */
.data-icon-fetus:before {
    content: '\e01d';
}
/* 'ú]' */
.data-icon-file:before {
    content: '\e01e';
}
/* 'ú^' */
.data-icon-global:before {
    content: '\e01f';
}
/* 'ú_' */
.data-icon-heartbeat:before {
    content: '\e020';
}
/* 'ú`' */
.data-icon-house:before {
    content: '\e021';
}
/* 'úa' */
.data-icon-house2:before {
    content: '\e022';
}
/* 'úb' */
.data-icon-ic:before {
    content: '\e023';
}
/* 'úc' */
.data-icon-iCatch:before {
    content: '\e024';
}
/* 'úd' */
.data-icon-iconmonstr-instagram-11:before {
    content: '\e025';
}
/* 'úe' */
.data-icon-info:before {
    content: '\e026';
}
/* 'úf' */
.data-icon-instagram:before {
    content: '\e027';
}
/* 'úg' */
.data-icon-investor:before {
    content: '\e028';
}
/* 'úh' */
.data-icon-jin_cart:before {
    content: '\e029';
}
/* 'úi' */
.data-icon-keane:before {
    content: '\e02a';
}
/* 'új' */
.data-icon-letter:before {
    content: '\e02b';
}
/* 'úk' */
.data-icon-light:before {
    content: '\e02c';
}
/* 'úl' */
.data-icon-lighten:before {
    content: '\e02d';
}
/* 'úm' */
.data-icon-line-logo:before {
    content: '\e02e';
}
/* 'ún' */
.data-icon-link2:before {
    content: '\e02f';
}
/* 'úo' */
.data-icon-link_other:before {
    content: '\e030';
}
/* 'úp' */
.data-icon-listbar:before {
    content: '\e031';
}
/* 'úq' */
.data-icon-lock:before {
    content: '\e032';
}
/* 'úr' */
.data-icon-mail-2:before {
    content: '\e033';
}
/* 'ús' */
.data-icon-mail:before {
    content: '\e034';
}
/* 'út' */
.data-icon-map:before {
    content: '\e035';
}
/* 'úu' */
.data-icon-map2-01:before {
    content: '\e036';
}
/* 'úv' */
.data-icon-map_mark:before {
    content: '\e037';
}
/* 'úw' */
.data-icon-member-01:before {
    content: '\e038';
}
/* 'úx' */
.data-icon-member:before {
    content: '\e039';
}
/* 'úy' */
.data-icon-newsPaper:before {
    content: '\e03a';
}
/* 'úz' */
.data-icon-pdf-file:before {
    content: '\e03b';
}
/* 'ú{' */
.data-icon-phone:before {
    content: '\e03c';
}
/* 'ú|' */
.data-icon-qa-circle:before {
    content: '\e03d';
}
/* 'ú}' */
.data-icon-qa:before {
    content: '\e03e';
}
/* 'ú~' */
.data-icon-service:before {
    content: '\e03f';
}
/* 'ú¡' */
.data-icon-share:before {
    content: '\e040';
}
/* 'ú¢' */
.data-icon-speaker:before {
    content: '\e041';
}
/* 'ú£' */
.data-icon-talk:before {
    content: '\e042';
}
/* 'ú¤' */
.data-icon-technology:before {
    content: '\e043';
}
/* 'ú¥' */
.data-icon-tel:before {
    content: '\e044';
}
/* 'ú¦' */
.data-icon-testtube:before {
    content: '\e045';
}
/* 'ú§' */
.data-icon-time:before {
    content: '\e046';
}
/* 'ú¨' */
.data-icon-twitter:before {
    content: '\e047';
}
/* 'ú©' */
.data-icon-Weibo_font_awesome-01:before {
    content: '\e048';
}
/* 'úª' */
.data-icon-youtube:before {
    content: '\e049';
}
/* 'ú«' */
.data-icon-zoom:before {
    content: '\e04a';
}
/* 'ú¬' */
.data-icon-zoomGlass:before {
    content: '\e04b';
}
/* 'ú­' */
.data-icon-application:before {
    content: '\e04c';
}
/* 'ú®' */

/*---------------animation mixin-------------------------------------------------- */
/*---------------animation mixin-------------------------------------------------- */
/*---Example-----------------------
 *
 * @include keyframes(fade) {
 *   0%   { opacity: 0; }
 *   100% { opacity: 1; }
 * }
 *
 * .box {
 *   width: 200px;
 *   height: 200px;
 *   background-color: blue;
 *
 *   @include animation(fade 5s infinite); 
 *
 * }
 *
 * ----------------------- */
@keyframes scrollMove {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes introOpc {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/**
 * Foundation for Sites by ZURB
 * Version 6.4.4-rc1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
figcaption,
figure {
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 */
button {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */
}
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Add the correct display in IE 9-.
 */
menu {
  display: block;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Marcellus", Arial, Helvetica, Tahoma, Geneva, Microsoft JhengHei, serif, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}
[data-whatinput='mouse'] button {
  outline: 0;
}

pre {
  overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.grid-container {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  max-width: 75rem;
  margin: 0 auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.fluid {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  max-width: 100%;
  margin: 0 auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container.fluid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin: 0 auto;
}

.grid-x {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}

.cell {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}
.cell.auto {
  -ms-flex: 1 1 0px;
      flex: 1 1 0px;
}
.cell.shrink {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}
.grid-x > .shrink {
  width: auto;
}

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
.grid-x > .small-1 {
  width: 8.33333%;
}

.grid-x > .small-2 {
  width: 16.66667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.33333%;
}

.grid-x > .small-5 {
  width: 41.66667%;
}

.grid-x > .small-6 {
  width: 50%;
}

.grid-x > .small-7 {
  width: 58.33333%;
}

.grid-x > .small-8 {
  width: 66.66667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.33333%;
}

.grid-x > .small-11 {
  width: 91.66667%;
}

.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    width: auto;
  }

  .grid-x > .medium-shrink {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
  }

  .grid-x > .medium-1 {
    width: 8.33333%;
  }

  .grid-x > .medium-2 {
    width: 16.66667%;
  }

  .grid-x > .medium-3 {
    width: 25%;
  }

  .grid-x > .medium-4 {
    width: 33.33333%;
  }

  .grid-x > .medium-5 {
    width: 41.66667%;
  }

  .grid-x > .medium-6 {
    width: 50%;
  }

  .grid-x > .medium-7 {
    width: 58.33333%;
  }

  .grid-x > .medium-8 {
    width: 66.66667%;
  }

  .grid-x > .medium-9 {
    width: 75%;
  }

  .grid-x > .medium-10 {
    width: 83.33333%;
  }

  .grid-x > .medium-11 {
    width: 91.66667%;
  }

  .grid-x > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    width: auto;
  }

  .grid-x > .large-shrink {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
  }

  .grid-x > .large-1 {
    width: 8.33333%;
  }

  .grid-x > .large-2 {
    width: 16.66667%;
  }

  .grid-x > .large-3 {
    width: 25%;
  }

  .grid-x > .large-4 {
    width: 33.33333%;
  }

  .grid-x > .large-5 {
    width: 41.66667%;
  }

  .grid-x > .large-6 {
    width: 50%;
  }

  .grid-x > .large-7 {
    width: 58.33333%;
  }

  .grid-x > .large-8 {
    width: 66.66667%;
  }

  .grid-x > .large-9 {
    width: 75%;
  }

  .grid-x > .large-10 {
    width: 83.33333%;
  }

  .grid-x > .large-11 {
    width: 91.66667%;
  }

  .grid-x > .large-12 {
    width: 100%;
  }
}
.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
.grid-margin-x > .cell {
  width: calc(100% - 2.5rem);
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(8.33333% - 2.5rem);
}
.grid-margin-x > .small-2 {
  width: calc(16.66667% - 2.5rem);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 2.5rem);
}
.grid-margin-x > .small-4 {
  width: calc(33.33333% - 2.5rem);
}
.grid-margin-x > .small-5 {
  width: calc(41.66667% - 2.5rem);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 2.5rem);
}
.grid-margin-x > .small-7 {
  width: calc(58.33333% - 2.5rem);
}
.grid-margin-x > .small-8 {
  width: calc(66.66667% - 2.5rem);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 2.5rem);
}
.grid-margin-x > .small-10 {
  width: calc(83.33333% - 2.5rem);
}
.grid-margin-x > .small-11 {
  width: calc(91.66667% - 2.5rem);
}
.grid-margin-x > .small-12 {
  width: calc(100% - 2.5rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.33333% - 1.875rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.66667% - 1.875rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.33333% - 1.875rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.66667% - 1.875rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.33333% - 1.875rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.66667% - 1.875rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.33333% - 1.875rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.33333% - 1.875rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.33333% - 1.875rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.33333% - 1.875rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.66667% - 1.875rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.33333% - 1.875rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.66667% - 1.875rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.33333% - 1.875rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.66667% - 1.875rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 1.875rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -1.25rem;
  margin-left: -1.25rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.grid-container:not(.full) > .grid-padding-x {
  margin-right: -1.25rem;
  margin-left: -1.25rem;
}
@media print, screen and (min-width: 40em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.grid-padding-x > .cell {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x > .cell {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.33333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.66667%;
}

.small-up-7 > .cell {
  width: 14.28571%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%;
  }

  .medium-up-2 > .cell {
    width: 50%;
  }

  .medium-up-3 > .cell {
    width: 33.33333%;
  }

  .medium-up-4 > .cell {
    width: 25%;
  }

  .medium-up-5 > .cell {
    width: 20%;
  }

  .medium-up-6 > .cell {
    width: 16.66667%;
  }

  .medium-up-7 > .cell {
    width: 14.28571%;
  }

  .medium-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }

  .large-up-2 > .cell {
    width: 50%;
  }

  .large-up-3 > .cell {
    width: 33.33333%;
  }

  .large-up-4 > .cell {
    width: 25%;
  }

  .large-up-5 > .cell {
    width: 20%;
  }

  .large-up-6 > .cell {
    width: 16.66667%;
  }

  .large-up-7 > .cell {
    width: 14.28571%;
  }

  .large-up-8 > .cell {
    width: 12.5%;
  }
}
.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 2.5rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 2.5rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.33333% - 2.5rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 2.5rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 2.5rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.66667% - 2.5rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.28571% - 2.5rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 2.5rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 2.5rem);
  }

  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 2.5rem);
  }

  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 2.5rem);
  }

  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 2.5rem);
  }

  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 2.5rem);
  }

  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 2.5rem);
  }

  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 2.5rem);
  }

  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 2.5rem);
  }

  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }

  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }

  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }

  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }

  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }

  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }

  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }

  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }

  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }

  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }

  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .small-1 {
  width: 8.33333%;
}
.small-margin-collapse > .small-2 {
  width: 16.66667%;
}
.small-margin-collapse > .small-3 {
  width: 25%;
}
.small-margin-collapse > .small-4 {
  width: 33.33333%;
}
.small-margin-collapse > .small-5 {
  width: 41.66667%;
}
.small-margin-collapse > .small-6 {
  width: 50%;
}
.small-margin-collapse > .small-7 {
  width: 58.33333%;
}
.small-margin-collapse > .small-8 {
  width: 66.66667%;
}
.small-margin-collapse > .small-9 {
  width: 75%;
}
.small-margin-collapse > .small-10 {
  width: 83.33333%;
}
.small-margin-collapse > .small-11 {
  width: 91.66667%;
}
.small-margin-collapse > .small-12 {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

.small-offset-0 {
  margin-left: 0%;
}

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 1.25rem);
}

.small-offset-1 {
  margin-left: 8.33333%;
}

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.33333% + 1.25rem);
}

.small-offset-2 {
  margin-left: 16.66667%;
}

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.66667% + 1.25rem);
}

.small-offset-3 {
  margin-left: 25%;
}

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 1.25rem);
}

.small-offset-4 {
  margin-left: 33.33333%;
}

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.33333% + 1.25rem);
}

.small-offset-5 {
  margin-left: 41.66667%;
}

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.66667% + 1.25rem);
}

.small-offset-6 {
  margin-left: 50%;
}

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 1.25rem);
}

.small-offset-7 {
  margin-left: 58.33333%;
}

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.33333% + 1.25rem);
}

.small-offset-8 {
  margin-left: 66.66667%;
}

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.66667% + 1.25rem);
}

.small-offset-9 {
  margin-left: 75%;
}

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 1.25rem);
}

.small-offset-10 {
  margin-left: 83.33333%;
}

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.33333% + 1.25rem);
}

.small-offset-11 {
  margin-left: 91.66667%;
}

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.66667% + 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }

  .medium-offset-1 {
    margin-left: 8.33333%;
  }

  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem);
  }

  .medium-offset-2 {
    margin-left: 16.66667%;
  }

  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem);
  }

  .medium-offset-3 {
    margin-left: 25%;
  }

  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }

  .medium-offset-4 {
    margin-left: 33.33333%;
  }

  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem);
  }

  .medium-offset-5 {
    margin-left: 41.66667%;
  }

  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem);
  }

  .medium-offset-6 {
    margin-left: 50%;
  }

  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }

  .medium-offset-7 {
    margin-left: 58.33333%;
  }

  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem);
  }

  .medium-offset-8 {
    margin-left: 66.66667%;
  }

  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem);
  }

  .medium-offset-9 {
    margin-left: 75%;
  }

  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }

  .medium-offset-10 {
    margin-left: 83.33333%;
  }

  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem);
  }

  .medium-offset-11 {
    margin-left: 91.66667%;
  }

  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem);
  }
}
@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }

  .large-offset-1 {
    margin-left: 8.33333%;
  }

  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem);
  }

  .large-offset-2 {
    margin-left: 16.66667%;
  }

  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem);
  }

  .large-offset-3 {
    margin-left: 25%;
  }

  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }

  .large-offset-4 {
    margin-left: 33.33333%;
  }

  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem);
  }

  .large-offset-5 {
    margin-left: 41.66667%;
  }

  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem);
  }

  .large-offset-6 {
    margin-left: 50%;
  }

  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }

  .large-offset-7 {
    margin-left: 58.33333%;
  }

  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem);
  }

  .large-offset-8 {
    margin-left: 66.66667%;
  }

  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem);
  }

  .large-offset-9 {
    margin-left: 75%;
  }

  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }

  .large-offset-10 {
    margin-left: 83.33333%;
  }

  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem);
  }

  .large-offset-11 {
    margin-left: 91.66667%;
  }

  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem);
  }
}
.grid-y {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
}
.grid-y > .cell {
  width: auto;
  max-width: none;
}
.grid-y > .auto {
  height: auto;
}
.grid-y > .shrink {
  height: auto;
}
.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
.grid-y > .small-1 {
  height: 8.33333%;
}
.grid-y > .small-2 {
  height: 16.66667%;
}
.grid-y > .small-3 {
  height: 25%;
}
.grid-y > .small-4 {
  height: 33.33333%;
}
.grid-y > .small-5 {
  height: 41.66667%;
}
.grid-y > .small-6 {
  height: 50%;
}
.grid-y > .small-7 {
  height: 58.33333%;
}
.grid-y > .small-8 {
  height: 66.66667%;
}
.grid-y > .small-9 {
  height: 75%;
}
.grid-y > .small-10 {
  height: 83.33333%;
}
.grid-y > .small-11 {
  height: 91.66667%;
}
.grid-y > .small-12 {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.33333%;
  }
  .grid-y > .medium-2 {
    height: 16.66667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.33333%;
  }
  .grid-y > .medium-5 {
    height: 41.66667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.33333%;
  }
  .grid-y > .medium-8 {
    height: 66.66667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.33333%;
  }
  .grid-y > .medium-11 {
    height: 91.66667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.33333%;
  }
  .grid-y > .large-2 {
    height: 16.66667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.33333%;
  }
  .grid-y > .large-5 {
    height: 41.66667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.33333%;
  }
  .grid-y > .large-8 {
    height: 66.66667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.33333%;
  }
  .grid-y > .large-11 {
    height: 91.66667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-padding-y > .cell {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y > .cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

.grid-margin-y {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 2.5rem);
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.33333% - 2.5rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.66667% - 2.5rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 2.5rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.33333% - 2.5rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.66667% - 2.5rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 2.5rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.33333% - 2.5rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.66667% - 2.5rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 2.5rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.33333% - 2.5rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.66667% - 2.5rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 2.5rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: stretch;
      align-items: stretch;
  width: 100vw;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  max-height: 100%;
}
.cell-block-container > .grid-x {
  max-height: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: stretch;
        align-items: stretch;
    width: 100vw;
  }

  .cell .medium-grid-frame {
    width: 100%;
  }

  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }

  .medium-cell-block-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
}
@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: stretch;
        align-items: stretch;
    width: 100vw;
  }

  .cell .large-grid-frame {
    width: 100%;
  }

  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }

  .large-cell-block-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
}
.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: stretch;
      align-items: stretch;
  height: 100vh;
}
@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: stretch;
        align-items: stretch;
    height: 100vh;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: stretch;
        align-items: stretch;
    height: 100vh;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 2.5rem);
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.33333% - 2.5rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.66667% - 2.5rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 2.5rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.33333% - 2.5rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.66667% - 2.5rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 2.5rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.33333% - 2.5rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.66667% - 2.5rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 2.5rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.33333% - 2.5rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.66667% - 2.5rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 2.5rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 2.5rem);
}
@media print, screen and (min-width: 40em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.9375rem;
  margin: 0 0 1.5rem;
  padding: 0.75rem;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: none;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
textarea:focus {
  outline: none;
  border: 1px solid #cacaca;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #b1b1b1;
}

input::placeholder,
textarea::placeholder {
  color: #b1b1b1;
}
input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

[type='submit'],
[type='button'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

input[type='search'] {
  box-sizing: border-box;
}

[type='number'] {
  -moz-appearance: textfield;
}
[type='number']::-webkit-inner-spin-button, [type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1.5rem;
}

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.75rem;
  margin-right: 1.5rem;
  margin-bottom: 0;
}
[type='checkbox'] + label[for],
[type='radio'] + label[for] {
  cursor: pointer;
}

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.75rem;
}

[type='file'] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}
@media print, screen and (min-width: 40em) {
  label {
    font-size: 1.125rem;
  }
}
label.middle {
  margin: 0 0 1.5rem;
  padding: 0.8125rem 0;
}

.help-text {
  margin-top: -0.75rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a;
}

.input-group {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1.5rem;
  -ms-flex-align: stretch;
      align-items: stretch;
}
.input-group > :first-child {
  border-radius: 0 0 0 0;
}
.input-group > :last-child > * {
  border-radius: 0 0 0 0;
}

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  -ms-flex-align: center;
      align-items: center;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  -ms-flex: 1 1 0px;
      flex: 1 1 0px;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  height: auto;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  max-width: 100%;
  margin-bottom: 0.75rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 2.9375rem;
  margin: 0 0 1.5rem;
  padding: 0.75rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #5e5e5e;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='13' height='7'><path d='M.4 2.4L4 6c1.4 1.4 3.6 1.4 5 0l3.6-3.6c.5-.5.5-1.4 0-2-.5-.5-1.4-.5-2 0L7 4c-.3.3-.7.3-1 0L2.4.4c-.3-.3-.6-.4-1-.4S.7.1.4.4c-.5.6-.5 1.4 0 2z' style='fill: rgb%28112, 113, 117%29'/></svg>");
  background-origin: content-box;
  background-position: right -1.5rem center;
  background-repeat: no-repeat;
  background-size: 13px 7px;
  padding-right: 2.25rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:focus {
  outline: none;
  border: 1px solid #cacaca;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea;
}
.is-invalid-input:not(:focus):-ms-input-placeholder {
  color: #cc4b37;
}
.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

.is-invalid-label {
  color: #cc4b37;
}

.form-error {
  display: none;
  margin-top: -0.75rem;
  margin-bottom: 1.5rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37;
}
.form-error.is-visible {
  display: block;
}

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 1rem 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #0099cc;
  color: #fefefe;
}
[data-whatinput='mouse'] .button {
  outline: 0;
}
.button:hover, .button:focus {
  background-color: #0082ad;
  color: #fefefe;
}
.button.tiny {
  font-size: 0.6rem;
}
.button.small {
  font-size: 0.75rem;
}
.button.large {
  font-size: 1.25rem;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button.primary {
  background-color: #0099cc;
  color: #0a0a0a;
}
.button.primary:hover, .button.primary:focus {
  background-color: #007aa3;
  color: #0a0a0a;
}
.button.secondary {
  background-color: #767676;
  color: #fefefe;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: #5e5e5e;
  color: #fefefe;
}
.button.success {
  background-color: #3adb76;
  color: #0a0a0a;
}
.button.success:hover, .button.success:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}
.button.warning {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}
.button.alert {
  background-color: #cc4b37;
  color: #fefefe;
}
.button.alert:hover, .button.alert:focus {
  background-color: #a53b2a;
  color: #fefefe;
}
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
  background-color: #0099cc;
  color: #fefefe;
}
.button.disabled.primary, .button[disabled].primary {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
  background-color: #0099cc;
  color: #0a0a0a;
}
.button.disabled.secondary, .button[disabled].secondary {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #767676;
  color: #fefefe;
}
.button.disabled.success, .button[disabled].success {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #3adb76;
  color: #0a0a0a;
}
.button.disabled.warning, .button[disabled].warning {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button.disabled.alert, .button[disabled].alert {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #cc4b37;
  color: #fefefe;
}
.button.hollow {
  border: 1px solid #0099cc;
  color: #0099cc;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus {
  background-color: transparent;
}
.button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
  background-color: transparent;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: #004d66;
  color: #004d66;
}
.button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
  border: 1px solid #0099cc;
  color: #0099cc;
}
.button.hollow.primary {
  border: 1px solid #0099cc;
  color: #0099cc;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #004d66;
  color: #004d66;
}
.button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] {
  border: 1px solid #0099cc;
  color: #0099cc;
}
.button.hollow.secondary {
  border: 1px solid #767676;
  color: #767676;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}
.button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] {
  border: 1px solid #767676;
  color: #767676;
}
.button.hollow.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}
.button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled] {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}
.button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled], .button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled] {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.alert {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #67251a;
  color: #67251a;
}
.button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled], .button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled] {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.clear {
  border: 1px solid #0099cc;
  color: #0099cc;
}
.button.clear, .button.clear:hover, .button.clear:focus {
  background-color: transparent;
}
.button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  background-color: transparent;
}
.button.clear:hover, .button.clear:focus {
  border-color: #004d66;
  color: #004d66;
}
.button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
  border: 1px solid #0099cc;
  color: #0099cc;
}
.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] {
  border-color: transparent;
}
.button.clear.primary {
  border: 1px solid #0099cc;
  color: #0099cc;
}
.button.clear.primary:hover, .button.clear.primary:focus {
  border-color: #004d66;
  color: #004d66;
}
.button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
  border: 1px solid #0099cc;
  color: #0099cc;
}
.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
  border-color: transparent;
}
.button.clear.secondary {
  border: 1px solid #767676;
  color: #767676;
}
.button.clear.secondary:hover, .button.clear.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}
.button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
  border: 1px solid #767676;
  color: #767676;
}
.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
  border-color: transparent;
}
.button.clear.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.clear.success:hover, .button.clear.success:focus {
  border-color: #157539;
  color: #157539;
}
.button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
  border-color: transparent;
}
.button.clear.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.clear.warning:hover, .button.clear.warning:focus {
  border-color: #805700;
  color: #805700;
}
.button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
  border-color: transparent;
}
.button.clear.alert {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.clear.alert:hover, .button.clear.alert:focus {
  border-color: #67251a;
  color: #67251a;
}
.button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
  border-color: transparent;
}
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fefefe transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}
.button.dropdown.hollow::after {
  border-top-color: #0099cc;
}
.button.dropdown.hollow.primary::after {
  border-top-color: #0099cc;
}
.button.dropdown.hollow.secondary::after {
  border-top-color: #767676;
}
.button.dropdown.hollow.success::after {
  border-top-color: #3adb76;
}
.button.dropdown.hollow.warning::after {
  border-top-color: #ffae00;
}
.button.dropdown.hollow.alert::after {
  border-top-color: #cc4b37;
}
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

a.button:hover, a.button:focus {
  text-decoration: none;
}

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none;
}
.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}
.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #0099cc;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 0 0 0;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: #e6e6e6;
}
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.3em;
  content: '+';
}
.is-active > .accordion-title::before {
  content: '\2013';
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a;
}
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.accordion-menu li {
  width: 100%;
}
.accordion-menu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem;
}
.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #0099cc transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}
.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  left: auto;
  right: 1rem;
}
.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem;
}
.accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}

.is-accordion-submenu-parent {
  position: relative;
}

.has-submenu-toggle > a {
  margin-right: 40px;
}

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 40px;
  height: 40px;
}
.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #0099cc transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}

.submenu-toggle[aria-expanded='true']::after {
  transform: scaleY(-1);
  transform-origin: 50% 50%;
}

.submenu-toggle-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0;
}

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer;
}
[data-whatinput='mouse'] .close-button {
  outline: 0;
}
.close-button:hover, .close-button:focus {
  color: #0a0a0a;
}
.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 2em;
  line-height: 1;
}
.close-button, .close-button.medium {
  right: 1rem;
  top: 0.5rem;
  font-size: 2.75em;
  line-height: 1;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
[data-whatinput='mouse'] .menu li {
  outline: 0;
}
.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}
.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu input {
  display: inline-block;
}
.menu, .menu.horizontal {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
}
.menu.vertical {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-direction: column;
      flex-direction: column;
}
.menu.expanded li {
  -ms-flex: 1 1 0px;
      flex: 1 1 0px;
}
.menu.simple {
  -ms-flex-align: center;
      align-items: center;
}
.menu.simple li + li {
  margin-left: 1rem;
}
.menu.simple a {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .menu.medium-vertical {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .menu.medium-expanded li {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px;
  }
  .menu.medium-simple li {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .menu.large-vertical {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .menu.large-expanded li {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px;
  }
  .menu.large-simple li {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px;
  }
}
.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}
.menu.icons a {
  display: -ms-flexbox;
  display: flex;
}
.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
  display: -ms-flexbox;
  display: flex;
}
.menu.icon-left li a {
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
}
.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg {
  margin-right: 0.25rem;
}
.menu.icon-right li a {
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
}
.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg {
  margin-left: 0.25rem;
}
.menu.icon-top li a {
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
}
.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu.icon-bottom li a {
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
}
.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu .is-active > a {
  background: #0099cc;
  color: #fefefe;
}
.menu .active > a {
  background: #0099cc;
  color: #fefefe;
}
.menu.align-left {
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.menu.align-right li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.menu.align-right li .submenu li {
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.menu.align-right.vertical li {
  display: block;
  text-align: right;
}
.menu.align-right.vertical li .submenu li {
  text-align: right;
}
.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}
.menu.align-center li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.menu.align-center li .submenu li {
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  -ms-flex-pack: center;
      justify-content: center;
}
.menu-centered > .menu li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.menu-centered > .menu li .submenu li {
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  content: '';
}
.menu-icon:hover::after {
  background: #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  content: '';
}
.menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #0099cc transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}
.dropdown.menu a {
  padding: 0.7rem 1rem;
}
[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0;
}
.dropdown.menu .is-active > a {
  background: transparent;
  color: #0099cc;
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
  top: 0;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.dropdown.menu.vertical > li > a::after {
  right: 14px;
}
.dropdown.menu.vertical > li.opens-left > a::after {
  right: auto;
  left: 5px;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #0099cc transparent transparent;
}
.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #0099cc;
}
@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #0099cc transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #0099cc transparent transparent;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #0099cc;
  }
}
@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #0099cc transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #0099cc transparent transparent;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #0099cc;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}
.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}
.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -6px;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe;
}
.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  right: auto;
  left: 5px;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #0099cc transparent transparent;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #0099cc;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #0099cc;
  color: #fefefe;
}
@media print, screen and (min-width: 40em) {
  .label {
    font-size: 0.875rem;
    padding: 0.4375rem 1rem;
  }
}
.label.primary {
  background: #0099cc;
  color: #0a0a0a;
}
.label.secondary {
  background: #767676;
  color: #fefefe;
}
.label.success {
  background: #3adb76;
  color: #0a0a0a;
}
.label.warning {
  background: #ffae00;
  color: #0a0a0a;
}
.label.alert {
  background: #cc4b37;
  color: #fefefe;
}
.label.pink {
  background: #ff9e9e;
  color: #fefefe;
}
.label.blue {
  background: #90d4e2;
  color: #fefefe;
}
.label.round {
  border-radius: 1000px;
}

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}
.pagination::before, .pagination::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-order: 1;
      order: 1;
}
.pagination::after {
  clear: both;
}
.pagination li {
  margin-right: 0.0625rem;
  border-radius: 0;
  font-size: 0.875rem;
  display: none;
}
@media print, screen and (min-width: 40em) {
  .pagination li {
    display: inline-block;
  }
}
.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
  color: #0a0a0a;
}
.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}
.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #0099cc;
  color: #fefefe;
  cursor: default;
}
.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: not-allowed;
}
.pagination .disabled:hover {
  background: transparent;
}

html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow: hidden;
}
html.is-reveal-open body {
  overflow: hidden;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.9);
  overflow-y: auto;
}

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
  padding: 4.375rem 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}
[data-whatinput='mouse'] .reveal {
  outline: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
    padding: 4.375rem;
  }
}
.reveal .column {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}
@media screen and (min-width: 64em) {
  .reveal {
    width: 930px;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }
}
@media screen and (min-width: 64em) {
  .reveal.tiny {
    width: 930px;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}
@media screen and (min-width: 64em) {
  .reveal.small {
    width: 930px;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}
@media screen and (min-width: 64em) {
  .reveal.large {
    width: 930px;
  }
}
.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media screen and (max-width: 39.9375em) {
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}
thead,
tbody,
tfoot {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
}

caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
}

thead {
  background: #f8f8f8;
  color: #0a0a0a;
}

tfoot {
  background: #f1f1f1;
  color: #0a0a0a;
}

thead tr,
tfoot tr {
  background: transparent;
}
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

table.unstriped tbody {
  background-color: #fefefe;
}
table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #f1f1f1;
  background-color: #fefefe;
}

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: #f3f3f3;
}
table.hover tfoot tr:hover {
  background-color: #ececec;
}
table.hover tbody tr:hover {
  background-color: #f9f9f9;
}
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ececec;
}

.table-scroll {
  overflow-x: auto;
}
.table-scroll table {
  width: auto;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
          clip-path: none;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.align-left {
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.align-right {
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.align-center {
  -ms-flex-pack: center;
      justify-content: center;
}

.align-justify {
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.align-spaced {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.align-left.vertical.menu > li > a {
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  -ms-flex-pack: center;
      justify-content: center;
}

.align-top {
  -ms-flex-align: start;
      align-items: flex-start;
}

.align-self-top {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.align-bottom {
  -ms-flex-align: end;
      align-items: flex-end;
}

.align-self-bottom {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.align-middle {
  -ms-flex-align: center;
      align-items: center;
}

.align-self-middle {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.align-stretch {
  -ms-flex-align: stretch;
      align-items: stretch;
}

.align-self-stretch {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.align-center-middle {
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.small-order-1 {
  -ms-flex-order: 1;
      order: 1;
}

.small-order-2 {
  -ms-flex-order: 2;
      order: 2;
}

.small-order-3 {
  -ms-flex-order: 3;
      order: 3;
}

.small-order-4 {
  -ms-flex-order: 4;
      order: 4;
}

.small-order-5 {
  -ms-flex-order: 5;
      order: 5;
}

.small-order-6 {
  -ms-flex-order: 6;
      order: 6;
}

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    -ms-flex-order: 1;
        order: 1;
  }

  .medium-order-2 {
    -ms-flex-order: 2;
        order: 2;
  }

  .medium-order-3 {
    -ms-flex-order: 3;
        order: 3;
  }

  .medium-order-4 {
    -ms-flex-order: 4;
        order: 4;
  }

  .medium-order-5 {
    -ms-flex-order: 5;
        order: 5;
  }

  .medium-order-6 {
    -ms-flex-order: 6;
        order: 6;
  }
}
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    -ms-flex-order: 1;
        order: 1;
  }

  .large-order-2 {
    -ms-flex-order: 2;
        order: 2;
  }

  .large-order-3 {
    -ms-flex-order: 3;
        order: 3;
  }

  .large-order-4 {
    -ms-flex-order: 4;
        order: 4;
  }

  .large-order-5 {
    -ms-flex-order: 5;
        order: 5;
  }

  .large-order-6 {
    -ms-flex-order: 6;
        order: 6;
  }
}
.flex-container {
  display: -ms-flexbox;
  display: flex;
}

.flex-child-auto {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}

.flex-child-grow {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
}

.flex-child-shrink {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
}

.flex-dir-row {
  -ms-flex-direction: row;
      flex-direction: row;
}

.flex-dir-row-reverse {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}

.flex-dir-column {
  -ms-flex-direction: column;
      flex-direction: column;
}

.flex-dir-column-reverse {
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
}

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: -ms-flexbox;
    display: flex;
  }

  .medium-flex-child-auto {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
  }

  .medium-flex-child-grow {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
  }

  .medium-flex-child-shrink {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
  }

  .medium-flex-dir-row {
    -ms-flex-direction: row;
        flex-direction: row;
  }

  .medium-flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }

  .medium-flex-dir-column {
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .medium-flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: -ms-flexbox;
    display: flex;
  }

  .large-flex-child-auto {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
  }

  .large-flex-child-grow {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
  }

  .large-flex-child-shrink {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
  }

  .large-flex-dir-row {
    -ms-flex-direction: row;
        flex-direction: row;
  }

  .large-flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }

  .large-flex-dir-column {
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .large-flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}
@font-face {
  font-family: Libre Baskerville;
  src: url(../fonts/LibreBaskerville-Regular.woff);
}
.w250 {
  width: 250px !important;
}

.mt50 {
  margin-top: 50px;
}

.mt30 {
  margin-top: 30px !important;
}

.pd50 {
  padding: 50px;
}
@media screen and (max-width: 64.0625em) {
  .pd50 {
    padding: 50px 35px;
  }
}
@media screen and (max-width: 37.5em) {
  .pd50 {
    padding: 40px 15px;
  }
}

.pd30 {
  padding: 30px;
}

.pdl90 {
  padding-left: 90px;
}
@media screen and (max-width: 64.0625em) {
  .pdl90 {
    padding-left: inherit;
  }
}

.mw {
  max-width: 1400px;
}

.mw1200 {
  max-width: 1400px !important;
}

.w1440 {
  width: 100%;
  max-width: 1400px;
}

.fc {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

h1 {
  font-size: 3.125rem;
  line-height: 4.0625rem;
}

h2 {
  font-size: 3.4375rem;
  line-height: 4.375rem;
}

h4 {
  font-size: 1.375rem;
  line-height: 2rem;
}

a {
  text-decoration: none;
}

* {
  font-family: "Roboto", Arial, Helvetica, Tahoma, Geneva, Microsoft JhengHei, serif, sans-serif;
}

html.lock {
  height: 100vh;
  overflow: hidden;
}

html.index {
  height: 100%;
  position: inherit;
  display: block;
  overflow: hidden;
}

body {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  background-color: #fff;
  opacity: 1;
}

.pd50i {
  padding: 50px 0 50px 0;
}
.pd50i.noFilter {
  padding: 0 0 50px 0;
  padding: 0 0 35px 0;
}
@media screen and (max-width: 37.5em) {
  .pd50i {
    padding: 25px 0 35px 0;
  }
}

.compamy-Logo {
  width: 284px;
  height: 54px;
  position: absolute;
  top: 30px;
  left: 185px;
  z-index: 9991;
  display: none;
}

.compamy-Logo.index {
  display: block;
}

@media screen and (max-width: 93.75em) {
  .compamy-Logo {
    left: 180px;
  }
}
@media screen and (max-width: 64.0625em) {
  .compamy-Logo {
    left: 155px;
    width: 200px;
  }
}
@media screen and (max-width: 50em) {
  .compamy-Logo {
    left: 60px;
    top: 110px;
  }
}
@media screen and (max-width: 37.5em) {
  .compamy-Logo {
    left: 2.5%;
    right: auto;
    top: 80px;
    width: 180px;
    height: auto;
  }
}

.otherContainer {
  width: 50%;
  height: 30px;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 9992;
  left: auto;
  text-align: right;
  transform-style: preserve-3d;
  perspective: 5000px;
}
@media screen and (max-width: 37.5em) {
  .otherContainer {
    top: 15px;
    right: 15px;
  }
}
.otherContainer .searchBar {
  background-color: #fff;
  display: inline-block;
  width: 200px;
  height: 100%;
  vertical-align: top;
  position: relative;
  margin-right: 10px;
  transform-origin: right center;
  transform: rotateY(90deg);
  opacity: 0;
}
@media screen and (max-width: 37.5em) {
  .otherContainer .searchBar {
    width: 100px;
    position: absolute;
  }
}
.otherContainer .searchBar form {
  position: relative;
  height: 100%;
}
.otherContainer .searchBar form label {
  display: block;
  position: relative;
  height: 100%;
}
.otherContainer .searchBar form label input {
  font-size: 2.5rem;
  margin: 0;
  border: none;
  color: #5a73b9;
  position: relative;
  height: 100%;
  box-sizing: border-box;
}
.otherContainer .searchBar form label input:force {
  outline: none;
}
.otherContainer .zoomGlass, .otherContainer .share {
  width: 35px;
  height: 35px;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
}
@media screen and (max-width: 37.5em) {
  .otherContainer .zoomGlass, .otherContainer .share {
    width: 20px;
    height: 20px;
    margin-right: 0;
  }
}
.otherContainer .zoomGlass i, .otherContainer .share i {
  color: #fff;
  font-size: 2.1875rem;
  width: 35px;
  height: 35px;
  display: inline-block;
}
@media screen and (max-width: 37.5em) {
  .otherContainer .zoomGlass i, .otherContainer .share i {
    font-size: 1.25rem;
    width: 20px;
    height: 20px;
  }
}
.otherContainer .zoomGlass i:before, .otherContainer .share i:before {
  margin: 0 !important;
  width: 20px;
  height: 20px;
  display: block;
}
@media screen and (max-width: 37.5em) {
  .otherContainer .zoomGlass i:before, .otherContainer .share i:before {
    width: 20px;
    height: 20px;
  }
}

#header {
  position: fixed;
  width: 90px;
  background-color: #fff;
  left: 0;
  top: 0;
  height: 100vh;
  display: block;
  box-shadow: 5px 0 10px rgba(0, 0, 0, 0.1);
  z-index: 9994;
  padding-top: 0;
  transform-style: preserve-3d;
}
@media screen and (max-width: 50em) {
  #header {
    transform: translateX(-140px);
    width: 140px;
    z-index: 9996;
  }
}
@media screen and (max-width: 37.5em) {
  #header {
    width: 120px;
    transform: translateX(-120px);
    z-index: 9996;
  }
}
@media screen and (max-width: 50em) {
  #header.active {
    transform: translateX(0);
  }
}
#header .mainMenu {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  height: 100vh;
}
#header .mainMenu::-webkit-scrollbar {
  width: 5px;
}
#header .mainMenu::-webkit-scrollbar-track {
  border-radius: 2.5px;
  background-color: #e4e6f1;
}
#header .mainMenu::-webkit-scrollbar-thumb {
  background-color: #a7abc3;
}
#header .mainMenu::-webkit-scrollbar-thumb:hover {
  background-color: #868ba4;
}
#header .subMenu {
  width: 400px;
  left: 90px;
  position: fixed;
  top: 0;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  transform-origin: left center;
  transform: rotateY(90deg);
  opacity: 0;
  transition-property: all;
  transition-duration: 0.5s;
  transition-delay: 0s;
}
@media screen and (max-width: 50em) {
  #header .subMenu {
    left: 140px;
  }
}
@media screen and (max-width: 37.5em) {
  #header .subMenu {
    left: 120px;
  }
}
#header .subMenu.active {
  transform: rotateY(0deg);
  opacity: 1;
}
#header .subMenu .Sub {
  width: 100%;
  margin: 0;
  list-style-type: none;
  position: relative;
  padding-top: 100px;
  padding-bottom: 30px;
}
@media screen and (max-width: 37.5em) {
  #header .subMenu .Sub {
    padding-top: 100px;
  }
}
#header .subMenu .Sub .headerTitle {
    padding: 0 45px;
    background-color: #485c95;
    font-size: 1.25rem;
    color: #fff;
    letter-spacing: 2px;
    height: 80px;
    line-height: 80px;
    margin-bottom: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
@media screen and (max-width: 37.5em) {
  #header .subMenu .Sub .headerTitle {
    height: 80px;
    line-height: 80px;
    font-size: 1.25rem;
    padding: 0 20px;
  }
}
#header .subMenu .Sub li {
  display: block;
  width: 100%;
  height: auto;
}
#header .subMenu .Sub li a.items {
  display: block;
  padding: 15px 45px;
  color: #fff;
  letter-spacing: 1px;
  transition-property: all;
  transition-duration: 0.5s;
  transition-delay: 0s;
}
@media screen and (max-width: 50em) {
  #header .subMenu .Sub li a.items {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 37.5em) {
  #header .subMenu .Sub li a.items {
    padding: 15px 20px;
    font-size: 1rem;
  }
}
#header .subMenu .Sub li a.items:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
#header.followBottom {
  position: absolute;
  top: auto;
}
#header a.mainItems {
  display: block;
  position: relative;
  padding-top: 15px;
  padding-bottom: 5px;
  transition-property: background-color;
  transition-duration: 0.5s;
  transition-delay: 0s;
  position: relative;
}
#header a.mainItems#iCatch {
  padding-top: 20px;
  display: none;
}
@media screen and (max-width: 93.75em) {
  #header a.mainItems {
    padding: 5px;
  }
}
@media screen and (max-width: 50em) {
  #header a.mainItems {
    padding-top: 10px;
  }
}
#header a.mainItems:after {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: -10;
  transition-property: all;
  transition-duration: 0.5s;
  transition-delay: 0s;
  display: block;
  transform-origin: right center;
}
#header a.mainItems:hover .icon i {
  color: #fff;
}
#header a.mainItems:hover p {
  color: #fff;
}
#header a.mainItems:hover:after {
  background-color: #5a73b9;
  transform-origin: right center;
}
#header a.mainItems.logo {
  transform-origin: left center;
  transition-property: all;
  transition-duration: 0s;
  transition-delay: 0s;
  overflow: hidden;
  height: auto;
}
#header a.mainItems.logo.height_0 {
  height: 0;
  padding: 0;
}
#header a.mainItems.logo .icon {
  transition-property: all;
  transition-duration: 0.5s;
  transition-delay: 0s;
}
#header a.mainItems.logo .icon i {
  font-size: 1.625rem;
}
#header a.mainItems.logo.active:after {
  display: none;
}
#header a.mainItems .icon {
  width: 100%;
  text-align: center;
  height: 32px;
}
@media screen and (max-width: 93.75em) {
  #header a.mainItems .icon {
    height: 30px;
  }
}
#header a.mainItems .icon i {
  font-size: 1.75rem;
  color: #7b7b7b;
  height: 32px;
  width: 32px;
  line-height: 32px;
  transition-property: color;
  transition-duration: 0.5s;
  transition-delay: 0s;
}
@media screen and (max-width: 93.75em) {
  #header a.mainItems .icon i {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 50em) {
  #header a.mainItems .icon i {
    font-size: 2.375rem;
  }
}
@media screen and (max-width: 37.5em) {
  #header a.mainItems .icon i {
    font-size: 1.875rem;
  }
}
#header a.mainItems .icon img {
  max-width: 32px;
}
#header a.mainItems p {
  text-align: center;
  letter-spacing: 1px;
  color: #5a73b9;
  margin-top: 5px;
  font-size: 0.875rem;
  margin-bottom: 5px;
  transition-property: color;
  transition-duration: 0.5s;
  transition-delay: 0s;
}
@media screen and (max-width: 50em) {
  #header a.mainItems p {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 37.5em) {
  #header a.mainItems p {
    font-size: 1rem;
    margin-top: 8px;
  }
}
#header a.mainItems.active:after {
  transform-origin: right center;
  transform: scaleX(0.05);
  background-color: #5a73b9;
}
#header a.mainItems.active .icon i {
  color: #7b7b7b;
}
#header a.mainItems.active p {
  color: #5a73b9;
}

.mainContainer {
  position: relative;
  height: auto;
  width: calc(100% - 90px);
  margin-right: 0;
  margin-left: auto;
  float: none;
  min-height: 100vh;
}
@media screen and (max-width: 37.5em) {
  .mainContainer {
    min-height: auto;
  }
}
.mainContainer .insideBanner {
  width: 100%;
  height: 300px;
  position: relative;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 64.0625em) {
  .mainContainer .insideBanner {
    height: 300px;
  }
}
@media screen and (max-width: 37.5em) {
  .mainContainer .insideBanner {
    height: 300px;
    overflow: hidden;
  }
}
.mainContainer .insideBanner picture {
  width: 100%;
  height: 320px;
  position: fixed;
  top: 0;
  display: block;
  left: 0;
}
.mainContainer .insideBanner picture.objectfit {
  display: block;
  background-size: cover;
  background-position: center bottom;
  background: no-repeat;
}
.mainContainer .insideBanner picture.objectfit img, .mainContainer .insideBanner picture.objectfit source {
  display: none;
}
@media screen and (max-width: 64.0625em) {
  .mainContainer .insideBanner picture {
    height: 320px;
  }
}
@media screen and (max-width: 37.5em) {
  .mainContainer .insideBanner picture {
    height: 320px;
    width: 100vw;
  }
}
.mainContainer .insideBanner picture img, .mainContainer .insideBanner picture source {
  height: 105%;
  width: 100vw;
  position: relative;
  object-fit: cover;
  object-position: 50% 50%;
}
.mainContainer .insideBanner.Investor {
  height: 300px;
}
.mainContainer .insideBanner.Investor picture {
  width: 100%;
  height: 320px;
}
.mainContainer .insideBanner.Investor picture img, .mainContainer .insideBanner.Investor picture source {
  height: 105%;
  width: 100%;
  object-position: 5px 100%;
  object-fit: cover;
}
.mainContainer .insideBanner.Technology {
  height: 300px;
}
.mainContainer .insideBanner.Technology picture {
  width: 100%;
  height: 320px;
}
.mainContainer .insideBanner.Technology picture img, .mainContainer .insideBanner.Technology picture source {
  height: 105%;
  width: 100%;
  object-fit: cover;
}
.mainContainer .insideBanner.News {
  height: 300px;
}
.mainContainer .insideBanner.News picture {
  width: 100%;
  height: 320px;
}
.mainContainer .insideBanner.News picture img, .mainContainer .insideBanner.News picture source {
  height: 105%;
  width: 100%;
  object-fit: cover;
}
.mainContainer .insideBanner.Pdcontent {
  height: 300px;
  min-height: auto;
  overflow: hidden;
}
.mainContainer .insideBanner.Pdcontent:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  background: linear-gradient(to bottom, transparent 0%, black 100%);
}
.mainContainer .insideBanner.Pdcontent picture {
  width: 100vw;
  height: 330px;
  position: fixed;
  top: 0;
  display: block;
  left: 0;
}
.mainContainer .insideBanner.Pdcontent picture img, .mainContainer .insideBanner.Pdcontent picture source {
  height: 65vh;
  max-height: 350px;
  width: 100%;
  object-fit: cover;
}
.mainContainer .insideBanner.Pdcontent .textArea {
  position: absolute;
  z-index: 120;
}
.mainContainer .insideBanner.Pdcontent .textArea h1 {
  text-align: center;
  letter-spacing: 3px;
  padding: 0;
}
.mainContainer .insideBanner.Pdcontent .textArea p.subtitle {
  font-size: 1.5625rem;
  text-align: center;
  color: #fff;
  display: inline-block;
  width: 100%;
  letter-spacing: 2px;
}
.mainContainer .insideBanner.Pdcontent .textArea .PdPic {
  width: 150px;
  height: 150px;
  border-radius: 56%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  border: #fff 3px solid;
}
.mainContainer .insideBanner.series {
  height: 300px;
  position: relative;
}
.mainContainer .insideBanner.series picture {
  width: 100%;
  height: 65vh;
  position: fixed;
  top: 0;
  display: block;
  left: 0;
}
.mainContainer .insideBanner.series picture img, .mainContainer .insideBanner.series picture source {
  height: 65vh;
  width: 100%;
  object-fit: cover;
}
.mainContainer .insideBanner .textArea {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 10px;
  letter-spacing: 2px;
}
.mainContainer .insideBanner .textArea.dark h1, .mainContainer .insideBanner .textArea.dark h4 {
  color: #485c95;
}
.mainContainer .insideBanner .textArea h1 {
  font-size: 3.4375rem;
  color: #fff;
  text-align: right;
  padding-right: 30px;
  font-weight: normal;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (max-width: 37.5em) {
  .mainContainer .insideBanner .textArea h1 {
    padding-right: 15px;
  }
}
.mainContainer .insideBanner .textArea h4 {
  text-align: right;
  padding-right: 30px;
  font-size: 1.25rem;
  font-weight: normal;
  color: #fff;
  width: 100%;
  letter-spacing: 1px;
  margin-right: 0;
  margin-left: auto;
  display: none;
}
@media screen and (max-width: 50em) {
  .mainContainer .insideBanner .textArea h4 {
    font-size: 0.9375rem;
    line-height: 1.375rem;
  }
}
@media screen and (max-width: 37.5em) {
  .mainContainer .insideBanner .textArea h4 {
    padding-right: 15px;
    line-height: 1.375rem;
  }
}
@media screen and (max-width: 50em) {
  .mainContainer {
    width: 100%;
    z-index: 1000;
  }
}
.mainContainer .mainIntro {
  position: relative;
  width: 100%;
  height: 70vh;
  min-height: 680px;
  background: #30396b;
  background: linear-gradient(135deg, #30396b 0%, #2c3d8b 100%);
}
@media screen and (max-width: 93.75em) {
  .mainContainer .mainIntro {
    min-height: 680px;
    height: 70vh;
  }
}
@media screen and (max-width: 64.0625em) {
  .mainContainer .mainIntro {
    height: 70vh;
  }
}
@media screen and (max-width: 50em) {
  .mainContainer .mainIntro {
    height: 75vh;
  }
}
@media screen and (max-width: 37.5em) {
  .mainContainer .mainIntro {
    min-height: auto;
    height: 78vh;
  }
}
@media screen and (max-width: 25em) {
  .mainContainer .mainIntro {
    height: 70vh;
  }
}
@media screen and (max-width: 21.875em) {
  .mainContainer .mainIntro {
    height: 75vh;
  }
}
.mainContainer .mainIntro .pattern {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/mainIndex_l.png);
  z-index: 100;
  background-repeat: no-repeat;
  background-position: right center;
  opacity: 0.4;
}
@media screen and (max-width: 50em) {
  .mainContainer .mainIntro .pattern {
    opacity: 0.3;
  }
}
@media screen and (max-width: 37.5em) {
  .mainContainer .mainIntro .pattern {
    opacity: 0.2;
  }
}
.mainContainer .mainIntro article {
  width: 60%;
  display: block;
  position: absolute;
  top: 170px;
  left: 90px;
  z-index: 200;
  min-width: 1000px;
}
@media screen and (max-width: 93.75em) {
  .mainContainer .mainIntro article {
    top: 150px;
    height: auto;
    width: 60%;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-line-pack: justify;
        align-content: space-between;
    display: flex;
    display: -webkit-flex;
    -ms-flex-direction: column;
        flex-direction: column;
    min-width: auto;
  }
}
@media screen and (max-width: 81.25em) {
  .mainContainer .mainIntro article {
    width: 80%;
  }
}
@media screen and (max-width: 64.0625em) {
  .mainContainer .mainIntro article {
    left: 60px;
  }
}
@media screen and (max-width: 50em) {
  .mainContainer .mainIntro article {
    top: 230px;
  }
}
@media screen and (max-width: 37.5em) {
  .mainContainer .mainIntro article {
    width: 90%;
    left: 5%;
    top: 130px;
    height: auto;
  }
}
@media screen and (max-width: 25em) {
  .mainContainer .mainIntro article {
    width: 95%;
    left: 2.5%;
    top: 130px;
    height: auto;
  }
}
.mainContainer .mainIntro article h1 {
  color: #fff;
  display: inline-block;
  position: relative;
  letter-spacing: 3px;
  font-weight: normal;
  width: 90%;
}
@media screen and (max-width: 81.25em) {
  .mainContainer .mainIntro article h1 {
    width: 100%;
  }
}
@media screen and (max-width: 50em) {
  .mainContainer .mainIntro article h1 {
    font-size: 2.5rem;
    line-height: 3.125rem;
    width: 90%;
  }
}
@media screen and (max-width: 37.5em) {
  .mainContainer .mainIntro article h1 {
    font-size: 1.375rem;
    line-height: 2rem;
    width: 100%;
  }
}
.mainContainer .mainIntro article h4 {
  color: #FFF;
  display: inline-block;
  margin-top: 40px;
  font-weight: 300;
  letter-spacing: 1px;
}
@media screen and (max-width: 50em) {
  .mainContainer .mainIntro article h4 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 37.5em) {
  .mainContainer .mainIntro article h4 {
    font-size: 0.8125rem;
    line-height: 1.4375rem;
    margin-top: 10px;
  }
}
@media screen and (max-width: 20.625em) {
  .mainContainer .mainIntro article h4 {
    line-height: 1.375rem;
  }
}
section.fist_slider, section.sec_slider {
  width: 100%;
  height: 55vh;
  position: relative;
  min-height: 500px;
}
@media screen and (max-width: 81.25em) {
  section.fist_slider, section.sec_slider {
    height: 50vh;
    min-height: 420px;
  }
}
@media screen and (max-width: 64.0625em) {
  section.fist_slider, section.sec_slider {
    height: 50vh;
    min-height: 380px;
  }
}
@media screen and (max-width: 50em) {
  section.fist_slider, section.sec_slider {
    height: 45vh;
  }
}
@media screen and (max-width: 37.5em) {
  section.fist_slider, section.sec_slider {
    height: 48vh;
    min-height: 355px;
  }
}
section.fist_slider .pagination_1, section.sec_slider .pagination_1 {
  position: absolute;
  bottom: 40px;
  left: 0;
  z-index: 500;
  text-align: center;
}
@media screen and (max-width: 64.0625em) {
  section.fist_slider .pagination_1, section.sec_slider .pagination_1 {
    bottom: 60px;
    left: 0;
  }
}
@media screen and (max-width: 50em) {
  section.fist_slider .pagination_1, section.sec_slider .pagination_1 {
    left: 0;
    bottom: 40px;
  }
}
@media screen and (max-width: 37.5em) {
  section.fist_slider .pagination_1, section.sec_slider .pagination_1 {
    left: 0;
    bottom: 30px;
  }
}
section.fist_slider .pagination_1 .swiper-pagination-bullet, section.sec_slider .pagination_1 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #999ebf;
  border-radius: 0;
  opacity: 1;
  margin-right: 15px;
  margin-left: 0;
  cursor: pointer;
  border-radius: 50%;
  transition-property: all;
  transition-duration: 0.5s;
  transition-delay: 0s;
}
section.fist_slider .pagination_1 .swiper-pagination-bullet.swiper-pagination-bullet-active, section.sec_slider .pagination_1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
  width: 12px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
section.fist_slider .pagination_1.w .swiper-pagination-bullet-active, section.sec_slider .pagination_1.w .swiper-pagination-bullet-active {
  background-color: #fff;
}
section.fist_slider .swiper-slide, section.sec_slider .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
}
@media screen and (max-width: 93.75em) {
  section.fist_slider .swiper-slide, section.sec_slider .swiper-slide {
    background-position: 50% center;
  }
}
@media screen and (max-width: 64.0625em) {
  section.fist_slider .swiper-slide, section.sec_slider .swiper-slide {
    background-position: 60% center;
  }
}
@media screen and (max-width: 50em) {
  section.fist_slider .swiper-slide, section.sec_slider .swiper-slide {
    background-position: 70% center;
  }
}
@media screen and (max-width: 37.5em) {
  section.fist_slider .swiper-slide[data-swiper-slide-index='1'], section.sec_slider .swiper-slide[data-swiper-slide-index='1'] {
    background-position: 10% center;
  }
}
section.fist_slider .swiper-slide article, section.sec_slider .swiper-slide article {
  width: 60%;
  height: auto;
  position: relative;
  margin-left: 90px;
  margin-top: 70px;
}
@media screen and (max-width: 93.75em) {
  section.fist_slider .swiper-slide article, section.sec_slider .swiper-slide article {
    width: 60%;
  }
}
@media screen and (max-width: 64.0625em) {
  section.fist_slider .swiper-slide article, section.sec_slider .swiper-slide article {
    width: 70%;
    margin-left: 60px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 50em) {
  section.fist_slider .swiper-slide article, section.sec_slider .swiper-slide article {
    margin-top: 60px;
  }
}
@media screen and (max-width: 37.5em) {
  section.fist_slider .swiper-slide article, section.sec_slider .swiper-slide article {
    width: 90%;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
  }
}
section.fist_slider .swiper-slide article h2, section.sec_slider .swiper-slide article h2 {
  font-size: 3.4375rem;
  color: #485c95;
  font-weight: 700;
  margin-top: 40px;
  letter-spacing: 3px;
  font-weight: normal;
}
@media screen and (max-width: 93.75em) {
  section.fist_slider .swiper-slide article h2, section.sec_slider .swiper-slide article h2 {
    font-size: 2.1875rem;
    line-height: 3rem;
  }
}
@media screen and (max-width: 64.0625em) {
  section.fist_slider .swiper-slide article h2, section.sec_slider .swiper-slide article h2 {
    font-size: 1.875rem;
    line-height: 2.375rem;
    margin-top: 20px;
  }
}
@media screen and (max-width: 50em) {
  section.fist_slider .swiper-slide article h2, section.sec_slider .swiper-slide article h2 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 37.5em) {
  section.fist_slider .swiper-slide article h2, section.sec_slider .swiper-slide article h2 {
    font-size: 1.875rem;
    line-height: 2.5rem;
    margin-top: 20px;
  }
}
@media screen and (max-width: 25em) {
  section.fist_slider .swiper-slide article h2, section.sec_slider .swiper-slide article h2 {
    font-size: 1.5625rem;
    line-height: 1.875rem;
    margin-top: 20px;
  }
}
section.fist_slider .swiper-slide article h2.w, section.sec_slider .swiper-slide article h2.w {
  color: #fff;
}
section.fist_slider .swiper-slide article h2.s, section.sec_slider .swiper-slide article h2.s {
  /*text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4); */
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}
section.fist_slider .swiper-slide article p, section.sec_slider .swiper-slide article p {
  font-size: 1.25rem;
  margin-top: 20px;
  color: #747474;
  letter-spacing: 1px;
  width: 110%;
  display: inline-block;
}

@media screen and (max-width: 93.75em) {
  section.fist_slider .swiper-slide article p, section.sec_slider .swiper-slide article p {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 64.0625em) {
  section.fist_slider .swiper-slide article p, section.sec_slider .swiper-slide article p {
    margin-top: 20px;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media screen and (max-width: 50em) {
  section.fist_slider .swiper-slide article p, section.sec_slider .swiper-slide article p {
    margin-top: 20px;
  }
}
@media screen and (max-width: 37.5em) {
  section.fist_slider .swiper-slide article p, section.sec_slider .swiper-slide article p {
    font-size: 1rem;
    width: 90%;
  }
}
/* modify by Allen 2020.7.14 for light background in the first banner block*/

section.fist_slider .swiper-slide article h2.w {
  color: #fff !important;
}
section.fist_slider .swiper-slide article p.w {
  color: #fff !important;
}

/* end */
section.fist_slider .swiper-slide article p.w, section.sec_slider .swiper-slide article p.w {
  color: #fff;
}
section.fist_slider .swiper-slide article p.s, section.sec_slider .swiper-slide article p.s {
  /*text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);*/
  text-shadow: 1px 1px 3px rgb(0, 0, 0);
}
section.fist_slider .swiper-slide article .more_btn, section.sec_slider .swiper-slide article .more_btn {
  background-color: #fff;
  color: #485c95;
  margin-top: 30px;
}
@media screen and (max-width: 64.0625em) {
  section.fist_slider .swiper-slide article .more_btn, section.sec_slider .swiper-slide article .more_btn {
    margin-top: 20px;
  }
}
@media screen and (max-width: 50em) {
  section.fist_slider .swiper-slide article .more_btn, section.sec_slider .swiper-slide article .more_btn {
    margin-top: 20px;
  }
}
@media screen and (max-width: 37.5em) {
  section.fist_slider .swiper-slide article .more_btn, section.sec_slider .swiper-slide article .more_btn {
    margin-top: 15px;
  }
}
section.fist_slider .swiper-slide article .more_btn:hover, section.sec_slider .swiper-slide article .more_btn:hover {
  color: #fff;
  background-color: #485c95;
}
section.fist_slider .swiper-slide .icon, section.sec_slider .swiper-slide .icon {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #4d599a;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  display: none;
}
@media screen and (max-width: 93.75em) {
  section.fist_slider .swiper-slide .icon, section.sec_slider .swiper-slide .icon {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 37.5em) {
  section.fist_slider .swiper-slide .icon, section.sec_slider .swiper-slide .icon {
    width: 70px;
    height: 70px;
  }
}
section.fist_slider .swiper-slide .icon img, section.sec_slider .swiper-slide .icon img {
  object-fit: cover;
  object-position: center;
}
section.fist_slider.top, section.top.sec_slider {
  min-height: 500px;
  background-color: #000;
}
@media screen and (max-width: 81.25em) {
  section.fist_slider.top, section.top.sec_slider {
    min-height: 420px;
  }
}
@media screen and (max-width: 64.0625em) {
  section.fist_slider.top, section.top.sec_slider {
    min-height: 380px;
  }
}
@media screen and (max-width: 50em) {
  section.fist_slider.top, section.top.sec_slider {
    height: 45vh;
    min-height: 420px;
  }
}
@media screen and (max-width: 37.5em) {
  section.fist_slider.top, section.top.sec_slider {
    height: 60vh;
    min-height: 440px;
  }
}
section.fist_slider.top .swiper-wrapper .swiper-slide article, section.top.sec_slider .swiper-wrapper .swiper-slide article {
  margin-top: 130px;
}
@media screen and (max-width: 93.75em) {
  section.fist_slider.top .swiper-wrapper .swiper-slide article, section.top.sec_slider .swiper-wrapper .swiper-slide article {
    width: 70%;
  }
}
@media screen and (max-width: 81.25em) {
  section.fist_slider.top .swiper-wrapper .swiper-slide article, section.top.sec_slider .swiper-wrapper .swiper-slide article {
    width: 70%;
  }
}
@media screen and (max-width: 64.0625em) {
  section.fist_slider.top .swiper-wrapper .swiper-slide article, section.top.sec_slider .swiper-wrapper .swiper-slide article {
    margin-top: 100px;
  }
}
@media screen and (max-width: 50em) {
  section.fist_slider.top .swiper-wrapper .swiper-slide article, section.top.sec_slider .swiper-wrapper .swiper-slide article {
    width: 70%;
    margin-top: 160px;
  }
}
@media screen and (max-width: 37.5em) {
  section.fist_slider.top .swiper-wrapper .swiper-slide article, section.top.sec_slider .swiper-wrapper .swiper-slide article {
    margin-top: 130px;
    width: 90%;
    margin-left: 5%;
  }
}

section.sec_slider .icon.w {
  background-color: #fff;
}
section.sec_slider article h2.w {
  color: #fff;
}
section.sec_slider article h2.s {
  text-shadow: 2px 0 23px rgba(0, 0, 0, 0.4);
}
section.sec_slider article p.w {
  color: #fff;
}
section.sec_slider article p.s {
  text-shadow: 2px 0 23px rgba(0, 0, 0, 0.4);
}

section.newsList {
  width: 100%;
  height: auto;
  padding: 70px 70px 50px 70px;
  background-color: #f7f7f7;
  position: relative;
}
section.newsList .arrowContainer {
  width: 95%;
  right: auto;
  left: 2.5%;
  position: absolute;
  height: 25px;
  top: 52%;
}
@media screen and (max-width: 81.25em) {
  section.newsList .arrowContainer {
    width: 98%;
    left: 1%;
  }
}
@media screen and (max-width: 64.0625em) {
  section.newsList .arrowContainer {
    margin-top: 0;
    width: 98%;
  }
}
@media screen and (max-width: 37.5em) {
  section.newsList .arrowContainer {
    display: none;
  }
}
section.newsList .arrowContainer .swiper-button-next, section.newsList .arrowContainer .swiper-button-prev {
  width: 18px;
  height: 25px;
  background-size: 18px 25px;
  margin-top: 0;
  top: 0;
}
@media screen and (max-width: 81.25em) {
  section.newsList {
    padding: 70px 35px 50px 35px;
  }
}
@media screen and (max-width: 50em) {
  section.newsList {
    padding: 50px 30px 50px 30px;
  }
}
@media screen and (max-width: 37.5em) {
  section.newsList {
    padding: 40px 2.5% 40px 2.5%;
  }
}
section.newsList .pagination_news {
  width: 80%;
  position: absolute;
  bottom: 145px;
  left: 10%;
  z-index: 500;
  text-align: center;
}
@media screen and (max-width: 64.0625em) {
  section.newsList .pagination_news {
    display: block;
    bottom: 60px;
    left: 10%;
    bottom: 120px;
    text-align: center;
  }
}
@media screen and (max-width: 50em) {
  section.newsList .pagination_news {
    left: 10%;
    bottom: 120px;
    text-align: center;
  }
}
@media screen and (max-width: 37.5em) {
  section.newsList .pagination_news {
    left: 0;
    bottom: 30px;
    text-align: center;
    display: none;
  }
}
section.newsList .pagination_news .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #999ebf;
  border-radius: 50%;
  opacity: 1;
  margin-right: 6px;
  margin-left: 6px;
  transition-property: all;
  transition-duration: 0.5s;
  transition-delay: 0s;
  cursor: pointer;
}
section.newsList .pagination_news .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #485c95;
  width: 12px;
}
section.newsList .more_btn {
  margin-top: 50px;
  background-color: #485c95;
  color: #fff;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  display: block;
}
/* add by Allen.C 2019.4.16*/
section.newsList .more_btn:hover {
  transform: scale(1.03);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}
/* end of add by Allen.C 2019.4.16*/
@media screen and (max-width: 64.0625em) {
  section.newsList .more_btn {
    margin-top: 35px;
  }
}
@media screen and (max-width: 37.5em) {
  section.newsList .more_btn {
    margin-top: 30px;
  }
}
section.newsList h3 {
  color: #485c95;
  font-size: 3.4375rem;
  font-weight: normal;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 37.5em) {
  section.newsList h3 {
    font-size: 1.75rem;
    margin-bottom: 20px;
  }
}
section.newsList .swiper-container {
  padding: 20px;
  padding-bottom: 40px;
}
@media screen and (max-width: 64.0625em) {
  section.newsList .swiper-container {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 37.5em) {
  section.newsList .swiper-container {
    padding-bottom: 20px;
  }
}
section.newsList .swiper-container.w .swiper-pagination-bullet-active {
  background-color: #fff;
}
section.newsList .swiper-container .listContainer {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-align: stretch;
      align-items: stretch;
}
section.newsList .swiper-container .listContainer li {
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  padding: 30px;
  width: 25%;
  box-sizing: border-box;
  height: auto;
  transition-property: all;
  transition-duration: 0.8s;
  transition-delay: 0s;
}
@media screen and (max-width: 64.0625em) {
  section.newsList .swiper-container .listContainer li {
    width: 47%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 37.5em) {
  section.newsList .swiper-container .listContainer li {
    padding: 20px;
  }
}
section.newsList .swiper-container .listContainer li:hover {
  transform: scale(1.03);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 64.0625em) {
  section.newsList .swiper-container .listContainer li:hover {
    transform: scale(1);
  }
}
section.newsList .swiper-container .listContainer li a {
  position: relative;
  display: block;
  height: 100%;
  padding-bottom: 40px;
}
section.newsList .swiper-container .listContainer li a .tag {
  position: relative;
  float: left;
  width: auto;
  padding: 8px 25px;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 26px; 
}
section.newsList .swiper-container .listContainer li a .tag.fi {
  background-color: #62aacf;
}
section.newsList .swiper-container .listContainer li a .tag.pr {
  background-color: #ff971d;
}
section.newsList .swiper-container .listContainer li a .tag.ev {
  background-color: #51afa2;
}
section.newsList .swiper-container .listContainer li a .tag.ot {
  background-color: #e33cb6;
}
section.newsList .swiper-container .listContainer li a .tag.c4 {
  background-color: #cc4b37;
}
section.newsList .swiper-container .listContainer li a h4 {
  color: #333;
  font-size: 1.625rem;
  line-height: 1.9375rem;
  font-weight: normal;
  margin-top: 26px;
  display: inline-block;
  height: 120px;
  letter-spacing: 1px;
}
@media screen and (max-width: 93.75em) {
  section.newsList .swiper-container .listContainer li a h4 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 37.5em) {
  section.newsList .swiper-container .listContainer li a h4 {
    font-size: 1.25rem;
    line-height: 2rem;
    height: 130px;
    margin-top: 15px;
  }
}
section.newsList .swiper-container .listContainer li a p {
  color: #8a8a8a;
  letter-spacing: 1px;
  font-size: 1rem;
  color: #757575;
  display: inline-block;
  height: auto;
  margin-top: 15px;
}
@media screen and (max-width: 37.5em) {
  section.newsList .swiper-container .listContainer li a p {
    font-size: 0.9375rem;
    height: auto;
  }
}
section.newsList .swiper-container .listContainer li a .date {
  width: 100%;
  text-align: left;
  color: #485c95;
  font-size: 0.9375rem;
  font-weight: normal;
  position: absolute;
  bottom: 0;
  left: 0;
}

footer {
  width: 100%;
  height: auto;
  padding: 30px 40px 30px 120px;
  position: relative;
  background-color: #fff;
  z-index: 9993;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 50em) {
  footer {
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-align: start;
        align-items: flex-start;
    padding: 0;
  }
}
footer .groupRight {
  width: 27%;
  position: absolute;
  height: 100%;
  background: #3a478f;
  background: #2e3c86;
  background: linear-gradient(135deg, #2e3c86 0%, #4d5a9e 100%);
  top: 0;
  right: 0;
  padding-top: 110px;
  padding-right: 0;
  padding-left: 30px;
}
@media screen and (max-width: 64.0625em) {
  footer .groupRight {
    width: 35%;
  }
}
@media screen and (max-width: 50em) {
  footer .groupRight {
    width: 100%;
    position: relative;
    padding-top: 30px;
    padding-right: 50px;
    padding-left: 50px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 37.5em) {
  footer .groupRight {
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 0;
  }
}
footer .groupRight ul.contact {
  list-style: none;
  width: 100%;
  height: auto;
}
footer .groupRight ul.contact a {
  display: block;
  width: 100%;
  height: auto;
  text-align: left;
  margin-bottom: 20px;
}
@media screen and (max-width: 64.0625em) {
  footer .groupRight ul.contact a {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 50em) {
  footer .groupRight ul.contact a {
    margin-bottom: 20px;
  }
}
footer .groupRight ul.contact a .icon {
  width: 42px;
  height: 42px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 47px;
  font-size: 1.25rem;
  vertical-align: middle;
}
footer .groupRight ul.contact a .icon i {
  color: #485c95;
}
footer .groupRight ul.contact a .icon i:before {
  font-weight: bold;
}
footer .groupRight ul.contact a p {
  display: inline-block;
  color: #fff;
  height: 42px;
  line-height: 42px;
  margin-left: 10px;
  letter-spacing: 1px;
  max-width: calc(100% - 70px);
  vertical-align: middle;
}
@media screen and (max-width: 50em) {
  footer .groupRight ul.contact a p {
    max-width: none;
    margin-top: 0;
    margin-left: 10px;
    height: auto;
  }
}
@media screen and (max-width: 37.5em) {
  footer .groupRight ul.contact a p {
    max-width: calc(100% - 70px);
  }
}
footer .groupRight ul.contact a p.address {
  line-height: 1;
  height:auto;
}
footer .groupRight .shareBtn {
  width: 100%;
  height: auto;
  display: block;
  text-align: left;
}
@media screen and (max-width: 37.5em) {
  footer .groupRight .shareBtn {
    text-align: center;
  }
}
footer .groupRight .shareBtn li {
  display: inline-block;
  width: 42px;
  height: 42px;
  border: 2px solid #fff;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: 0;
  position: relative;
  transition-property: all;
  transition-duration: 0.5s;
  transition-delay: 0s;
}
@media screen and (max-width: 37.5em) {
  footer .groupRight .shareBtn li {
    margin-right: 5px;
    margin-left: 5px;
  }
}

footer .groupRight .shareBtn li:hover {
  transform: scale(1.05, 1.05);
}


/*start of modify by Allen*/
 footer .groupRight  .large {
  position: absolute;
  opacity:0;
}

footer .groupRight li:hover .large {
left: 0px;
top: 50px;
width: 100px;
opacity:1;
}

footer .groupRight .large-image {
  border-radius: 3 px;  
} 


/*end of modify by Allen*/


footer .groupRight .shareBtn li a {
  color: #fff;
  text-align: center;
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  line-height: 42px;
}
footer .groupRight .shareBtn li a i {
  font-size: 1.25rem;
  display: inline-block;
}
footer .groupLeft {
  padding-top: 40px;
  width: 73%;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 120px;
  padding-right: 60px;
}
@media screen and (max-width: 93.75em) {
  footer .groupLeft {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 64.0625em) {
  footer .groupLeft {
    padding-left: 0;
    padding-right: 0;
    width: 65%;
  }
}
@media screen and (max-width: 50em) {
  footer .groupLeft {
    display: none;
  }
}
footer .groupLeft .group {
  width: 20%;
  margin-bottom: 30px;
  /* modify by allen*/
  line-height: 1;}
@media screen and (max-width: 93.75em) {
  footer .groupLeft .group {
    width: 25%;
  }
}
@media screen and (max-width: 64.0625em) {
  footer .groupLeft .group {
    width: 30%;
  }
}
@media screen and (max-width: 50em) {
  footer .groupLeft .group {
    width: 48%;
  }
}
footer .groupLeft .group h3 {
  font-size: 1.125rem;
  color: #2b3984;
  left: 2px;
  letter-spacing: 1px;
}
footer .groupLeft .group ul {
  display: block;
  margin-top: 20px;
}
@media screen and (max-width: 64.0625em) {
  footer .groupLeft .group ul {
    margin-top: 10px;
  }
}
footer .groupLeft .group ul li {
  margin-bottom: 10px;
  margin-top: 0;
  letter-spacing: 1px;
  font-size: 0.9375rem;
  color: #747474;
}
footer .groupLeft .group ul li a {
  color: #747474;
  transition-property: all;
  transition-duration: 0.5s;
  transition-delay: 0s;
}
footer .groupLeft .group ul li a:hover {
  color: #485c95;
  letter-spacing: 1px;
}
footer .groupLeft .copyRight {
  width: 100%;
}
footer .groupLeft .copyRight p {
  color: #747474;
}
footer .groupLeft .copyRight p a {
  color: #485c95;
}
footer .Footerlogo {
  text-align: left;
  width: 100%;
  height: 40px;
  padding-left: 120px;
}
@media screen and (max-width: 93.75em) {
  footer .Footerlogo {
    padding-left: 0;
  }
}
@media screen and (max-width: 64.0625em) {
  footer .Footerlogo {
    padding-left: 0;
  }
}
@media screen and (max-width: 50em) {
  footer .Footerlogo {
    width: calc(100% - 80px);
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }
}
@media screen and (max-width: 37.5em) {
  footer .Footerlogo {
    display: none;
  }
}
footer .Footerlogo img {
  display: inline-block;
  height: 40px;
  width: auto;
}

.ccc {
  clear: both;
}

.more_btn {
  display: inline-block;
  width: 150px;
  height: 48px;
  background-color: #e2e8ff;
  text-align: center;
  color: #485c95;
  line-height: 48px;
  font-size: 1.125rem;
  margin-top: 60px;
  letter-spacing: 1px;
  transition-property: all;
  transition-duration: 0.5s;
  transition-delay: 0s;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 93.75em) {
  .more_btn {
    margin-top: 60px;
  }
}
@media screen and (max-width: 64.0625em) {
  .more_btn {
    width: 130px;
    height: 42px;
    line-height: 42px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 50em) {
  .more_btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 37.5em) {
  .more_btn {
    margin-top: 10px;
    height: 35px;
    width: 110px;
    font-size: 0.9375rem;
    line-height: 35px;
  }
}
.more_btn:hover {
  background-color: #485c95;
  color: #fff;
}
@media screen and (max-width: 50em) {
  .more_btn:hover {
    background-color: #e2e8ff;
    color: #485c95;
  }
}

.burgerContainer {
  width: 50px;
  height: 50px;
  background-color: transparent;
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 9993;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-align: center;
      align-items: center;
  display: flex;
  display: -webkit-flex;
  -ms-flex-pack: center;
      justify-content: center;
}
@media screen and (max-width: 50em) {
  .burgerContainer {
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    top: 30px;
    left: 30px;
  }
}
@media screen and (max-width: 37.5em) {
  .burgerContainer {
    width: 40px;
    height: 40px;
    top: 15px;
    left: 15px;
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  }
}
.burgerContainer .stick {
  width: 60%;
  height: 3px;
  background-color: #5a73b9;
  position: relative;
}
.burgerContainer .stick:after {
  width: 100%;
  height: 3px;
  position: absolute;
  content: "";
  top: -13px;
  background-color: #5a73b9;
}
.burgerContainer .stick:before {
  width: 100%;
  height: 3px;
  position: absolute;
  content: "";
  top: 13px;
  background-color: #5a73b9;
}
@media screen and (max-width: 37.5em) {
  .burgerContainer .stick:after {
    top: -10px;
  }
  .burgerContainer .stick:before {
    top: 10px;
  }
}

.closeMenu {
  display: none;
}
@media screen and (max-width: 50em) {
  .closeMenu {
    display: block;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-align: center;
        align-items: center;
    display: flex;
    display: -webkit-flex;
    -ms-flex-pack: center;
        justify-content: center;
    height: 30px;
    width: 30px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 50em) and (max-width: 50em) {
  .closeMenu {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 50em) {
  .closeMenu .stick {
    width: 100%;
    height: 3px;
    background-color: #5a73b9;
    position: relative;
    transition-property: transform;
    transition-duration: 0.5s;
    transition-delay: 0s;
    transform: rotate(45deg);
  }
  .closeMenu .stick:after {
    width: 100%;
    height: 3px;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background-color: #5a73b9;
    transform-origin: center;
    transform: rotate(90deg);
  }
}

.menuBgound {
  display: none;
}
@media screen and (max-width: 50em) {
  .menuBgound {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    display: block;
    z-index: 9992;
    transition-property: transform;
    transition-duration: 0.5s;
    transition-delay: 0.3s;
    transform: scaleX(0);
    transform-origin: left center;
  }
  .menuBgound.active {
    transform: scaleX(1);
  }
}
@media screen and (max-width: 50em) and (max-width: 50em) {
  .menuBgound {
    z-index: 9996;
  }
}
@media screen and (max-width: 50em) and (max-width: 37.5em) {
  .menuBgound {
    z-index: 9996;
  }
}

.tracking {
  width: 100%;
  height: 86px;
  position: relative;
  padding-left: 50px;
  line-height: 86px !important;
  z-index: 200;
}
@media screen and (max-width: 64.0625em) {
  .tracking {
    padding-left: 50px;
  }
}
@media screen and (max-width: 50em) {
  .tracking {
    padding-left: 100px;
  }
}
@media screen and (max-width: 37.5em) {
  .tracking {
    display: none;
    padding-left: 70px;
    height: 50px;
    line-height: 45px !important;
    font-size: 1rem;
  }
}
.tracking p.nowLoaction {
  display: inline-block;
  font-size: 1.25rem;
  color: #fff;
  line-height: 25px;
  vertical-align: middle;
}
@media screen and (max-width: 37.5em) {
  .tracking p.nowLoaction {
    font-size: 1rem;
  }
}
.tracking a, .tracking div {
  vertical-align: middle;
  font-size: 1.25rem;
  color: #fff;
  display: inline-block;
  position: relative;
  height: auto;
  width: auto;
  line-height: 25px;
  display: inline-block;
  transition-property: all;
  transition-duration: 0.5s;
  transition-delay: 0s;
  cursor: pointer;
}
@media screen and (max-width: 37.5em) {
  .tracking a, .tracking div {
    font-size: 1rem;
  }
}
.tracking a.page, .tracking div.page {
  padding: 10px;
}
.tracking a.downArrow, .tracking div.downArrow {
  position: relative;
  min-width: 250px;
}
@media screen and (max-width: 37.5em) {
  .tracking a.downArrow, .tracking div.downArrow {
    min-width: 180px;
  }
}
.tracking a.downArrow ul.dropeDown, .tracking div.downArrow ul.dropeDown {
  display: block;
  position: absolute;
  width: auto;
  top: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 15px 0;
  z-index: 100;
  left: 0;
  min-width: 250px;
  opacity: 0;
}
.tracking a.downArrow ul.dropeDown.op1, .tracking div.downArrow ul.dropeDown.op1 {
  opacity: 1;
}
@media screen and (max-width: 37.5em) {
  .tracking a.downArrow ul.dropeDown, .tracking div.downArrow ul.dropeDown {
    min-width: 180px;
  }
}
.tracking a.downArrow ul.dropeDown li, .tracking div.downArrow ul.dropeDown li {
  font-weight: normal;
  font-size: 1.125rem;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  transition-property: all;
  transition-duration: 0.5s;
  transition-delay: 0s;
  letter-spacing: 1px;
  line-height: 1.5625rem;
  white-space: nowrap;
}
.tracking a.downArrow ul.dropeDown li a, .tracking div.downArrow ul.dropeDown li a {
  color: #485c95;
}
.tracking a.downArrow ul.dropeDown li:hover, .tracking div.downArrow ul.dropeDown li:hover {
  background-color: rgba(72, 92, 149, 0.3);
}
.tracking a.downArrow p, .tracking div.downArrow p {
  display: inline-block;
}
.tracking a.downArrow i, .tracking div.downArrow i {
  transform: rotate(-90deg);
  display: inline-block;
  width: 25px;
  height: 25px;
  position: relative;
  top: 0;
  margin: 0;
  margin-left: 10px;
}
.tracking a.downArrow i:before, .tracking div.downArrow i:before {
  margin: 0;
}
.tracking span.node {
  color: #fff;
  font-size: 1.25rem;
  display: inline-block;
  height: 25px;
  vertical-align: middle;
  line-height: 25px;
  margin-right: 10px;
  margin-left: 10px;
}
@media screen and (max-width: 37.5em) {
  .tracking span.node {
    margin-right: 0;
    margin-left: 0;
  }
}

.class_list_Container {
  width: 100%;
  padding: 40px 60px 50px 90px;
  background-color: #f7f7f7;
  position: relative;
  padding: 40px 50px 50px 50px;
  min-height: calc( 100vh - 300px);
}

.class_list_Container_application {
    width: 100%;
    padding: 40px 60px 50px 90px;
    background-color: #f7f7f7;
    position: relative;
    padding: 40px 50px 50px 50px;
}
@media screen and (max-width: 64.0625em) {
  .class_list_Container {
    padding: 40px 35px 50px 35px;
  }
}
@media screen and (max-width: 37.5em) {
  .class_list_Container {
    padding: 40px 15px 50px 15px;
  }
}
.class_list_Container .seriesMore {
  width: 180px;
  height: 60px;
  margin-right: auto;
  display: block;
  margin-left: auto;
  background-color: #5a73b9;
  color: #fff;
  font-size: 1.25rem;
  letter-spacing: 1px;
  line-height: 60px;
  text-align: center;
  transition-property: all;
  transition-duration: 0.5s;
  transition-delay: 0s;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.class_list_Container .seriesMore:hover {
  background-color: #485c95;
}
.class_list_Container .titleBox {
  width: 100%;
  height: 70px;
  position: relative;
  text-align: left;
  border-bottom: #d3d3d3 1px solid;
}
.class_list_Container .titleBox:before {
  width: 210px;
  height: 5px;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #485c95;
}
.class_list_Container .titleBox h3 {
  font-size: 2.1875rem;
  vertical-align: top;
  color: #7c7c7c;
  float: left;
  position: relative;
  height: 100%;
  font-weight: normal;
  border-bottom: #4978be 5px solid;
  letter-spacing: 1px;
}
.class_list_Container .titleBox.apply h3 {
  font-size: 1.875rem;
  vertical-align: top;
  color: #7c7c7c;
  float: left;
  position: relative;
  height: 100%;
  font-weight: normal;
  border-bottom: #4978be 5px solid;
  letter-spacing: 1px;
}
@media screen and (max-width: 64.0625em) {
  .class_list_Container .titleBox h3 {
    font-size: 1.875rem;
  }
  .class_list_Container .titleBox.apply h3 {
    font-size: 1.4375rem;
  }
}
.class_list_Container .titleBox.des {
  height: auto;
  padding-bottom: 50px;
}
.class_list_Container .titleBox.des p {
  width: 100%;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 0;
  color: #7c7c7c;
  font-size: 1.125rem;
  line-height: 1.875rem;
  letter-spacing: 1px;
}
.class_list_Container .titleBox.des h3 {
  border-bottom: none;
  display: inline-block;
  width: 100%;
  color: #485c95;
}
.class_list_Container .titleBox.apply h3 {
  border-bottom: none;
  display: inline-block;
  width: 100%;
  color: #485c95;
}
.class_list_Container .SeriesContainer {
  position: relative;
  padding-bottom: 10px;
}
.class_list_Container .SeriesContainer .SeriesMore {
  position: absolute;
  display: block;
  right: 0;
  bottom: 10px;
  color: #7c7c7c;
  letter-spacing: 1px;
  font-size: 1.375rem;
  transition-property: all;
  transition-duration: 0.5s;
  transition-delay: 0s;
}
@media screen and (max-width: 64.0625em) {
  .class_list_Container .SeriesContainer .SeriesMore {
    font-size: 1.25rem;
  }
}
.class_list_Container .SeriesContainer .SeriesMore:hover {
  letter-spacing: 2px;
  color: #5a73b9;
}
.class_list_Container .seriesTitle {
  width: 100%;
  height: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 64.0625em) {
  .class_list_Container .seriesTitle {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
.class_list_Container .seriesTitle p {
  display: inline-block;
  margin: 15px 0;
  color: #797979;
  padding-left: 40px;
  color: #7c7c7c;
  font-size: 1.125rem;
  line-height: 1.875rem;
  letter-spacing: 1px;
}
.class_list_Container .seriesTitle i {
  width: 20px;
  display: inline-block;
  height: 20px;
  transform: rotate(-90deg);
  font-size: 1.25rem;
  color: #7c7c7c;
  vertical-align: bottom;
  margin-top: -5px;
}
.class_list_Container .seriesTitle img {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}
.class_list_Container .seriesTitle h4 {
  display: inline-block;
  vertical-align: top;
  color: #7c7c7c;
  padding-left: 10px;
  font-weight: normal;
}
.class_list_Container .ListContainer {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: flex;
  display: -webkit-flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.class_list_Container .ListContainer .item {
  width: 22%;
  background-color: #fff;
  padding: 33px;
  position: relative;
  transition-property: all;
  transition-duration: 0.58s;
  transition-delay: 0s;
  margin-bottom: 50px;
  margin-right: 4%;
}
.class_list_Container .ListContainer .item:nth-child(4n+4) {
  margin-right: 0;
}
@media screen and (max-width: 93.75em) {
  .class_list_Container .ListContainer .item {
    width: 30%;
    margin-right: 4%;
    padding: 22px;
  }
  .class_list_Container .ListContainer .item:nth-child(4n+4) {
    margin-right: 4%;
  }
  .class_list_Container .ListContainer .item:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media screen and (max-width: 64.0625em) {
  .class_list_Container .ListContainer .item {
    padding: 15px;
    margin-right: 6%;
    width: 46%;
  }
  .class_list_Container .ListContainer .item:nth-child(3n+3) {
    margin-right: 6%;
  }
  .class_list_Container .ListContainer .item:nth-child(even) {
    margin-right: 0;
  }
}
@media screen and (max-width: 50em) {
  .class_list_Container .ListContainer .item {
    width: 48%;
    margin-right: 3.5%;
  }
  .class_list_Container .ListContainer .item:nth-child(3n+3) {
    margin-right: 3.5%;
  }
  .class_list_Container .ListContainer .item:nth-child(even) {
    margin-right: 0;
  }
}
@media screen and (max-width: 37.5em) {
  .class_list_Container .ListContainer .item {
    width: 100%;
    margin-right: 0;
  }
}
.class_list_Container .ListContainer .item .more {
  position: absolute;
  width: 80px;
  height: 80px;
  display: block;
  bottom: 0;
  right: 0;
  z-index: 250;
  opacity: 0.5;
  transition-property: all;
  transition-duration: 0.4s;
  transition-delay: 0s;
}
@media screen and (max-width: 64.0625em) {
  .class_list_Container .ListContainer .item .more {
    width: 60px;
    height: 60px;
  }
  .class_list_Container .ListContainer .item .more i {
    font-size: 1rem;
  }
}
.class_list_Container .ListContainer .item .more i {
  position: absolute;
  display: block;
  transform: scaleX(-1) translateX(0);
  width: 23px;
  height: 23px;
  font-weight: bold;
  color: #fff;
  left: calc( 80% - 11.5px);
  top: calc( 68% - 11.5px);
  font-size: 1.25rem;
  transition-property: all;
  transition-duration: 0.4s;
  transition-delay: 0s;
}
.class_list_Container .ListContainer .item:hover {
  transform: scale(1.03);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
.class_list_Container .ListContainer .item:hover .more {
  opacity: 1;
}
.class_list_Container .ListContainer .item:hover .more i {
  transform: scaleX(-1) translateX(-5px);
}
.class_list_Container .ListContainer .item .head {
  width: 100%;
  text-align: center;
  letter-spacing: 0;
}
.class_list_Container .ListContainer .item .head .header {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-align: center;
      align-items: center;
}
.class_list_Container .ListContainer .item .head .header .cover {
  width: 110px;
  display: inline-block;
  margin: 0;
  vertical-align: top;
}
@media screen and (max-width: 93.75em) {
  .class_list_Container .ListContainer .item .head .header .cover {
    width: 80px;
  }
}
@media screen and (max-width: 64.0625em) {
  .class_list_Container .ListContainer .item .head .header .cover {
    width: 60px;
  }
}
.class_list_Container .ListContainer .item .head .header .title {
  width: calc(100% - 115px);
  display: inline-block;
  height: auto;
  margin: 0;
  vertical-align: top;
  text-align: left;
  padding-left: 10px;
  position: relative;
}
.class_list_Container .ListContainer .item .head .header .title h2 {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
}
@media screen and (max-width: 93.75em) {
  .class_list_Container .ListContainer .item .head .header .title {
    width: calc(100% - 85px);
  }
}
@media screen and (max-width: 64.0625em) {
  .class_list_Container .ListContainer .item .head .header .title {
    width: calc(100% - 65px);
  }
}
.class_list_Container .ListContainer .item .head .header .title h2 {
  color: #7c7c7c;
  font-size: 1.875rem;
  line-height: 2.375rem;
  font-weight: bold;
}
@media screen and (max-width: 93.75em) {
  .class_list_Container .ListContainer .item .head .header .title h2 {
    font-size: 1.4375rem;
    line-height: 1.9375rem;
    font-weight: normal;
  }
}
@media screen and (max-width: 64.0625em) {
  .class_list_Container .ListContainer .item .head .header .title h2 {
    font-size: 1.25rem;
    line-height: 1.875rem;
    font-weight: normal;
  }
}
.class_list_Container .ListContainer .item .head .header .title p {
  color: #7c7c7c;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.class_list_Container .ListContainer .item .head .pdContent {
  width: 100%;
  height: 245px;
  overflow: hidden;
  position: relative;
}
.class_list_Container .ListContainer .item .head .pdContent:after {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 200;
  content: "";
  display: block;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 25%, white 100%);
  top: 0;
  left: 0;
}
.class_list_Container .ListContainer .item .head .pdContent ul.first {
  width: 100%;
  margin: 0;
  display: block;
  margin-top: 30px;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 93.75em) {
  .class_list_Container .ListContainer .item .head .pdContent ul.first {
    margin-top: 30px;
  }
}
@media screen and (max-width: 64.0625em) {
  .class_list_Container .ListContainer .item .head .pdContent ul.first {
    margin-top: 20px;
  }
}
.class_list_Container .ListContainer .item .head .pdContent ul.first li {
  width: 100%;
  display: block;
  text-align: left;
  color: #7c7c7c;
  padding-left: 15px;
  letter-spacing: 1px;
  font-size: 0.9375rem;
  margin-bottom: 3px;
  position: relative;
}
.class_list_Container .ListContainer .item .head .pdContent ul.first li:before {
  width: 5px;
  height: 3px;
  background-color: #5a73b9;
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 10px;
}
.class_list_Container .ListContainer .item .head .pdContent ul.first li ul.sub {
  width: 100%;
  margin: 0;
  display: block;
  margin-top: 0;
}
.class_list_Container .ListContainer .item .head .pdContent ul.first li ul.sub li {
  width: 100%;
  display: block;
  text-align: left;
  color: #7c7c7c;
  padding-left: 10px;
  letter-spacing: 1px;
  font-size: 0.9375rem;
  margin-bottom: 3px;
  position: relative;
}
.class_list_Container .ListContainer .item .head .pdContent ul.first li ul.sub li:before {
  display: none;
}
.class_list_Container.news .filter span.title {
  color: #485c95;
  font-size: 1.25rem;
}
.class_list_Container.news .filter .filterBox {
  width: 200px;
  display: inline-block;
  margin-left: 5px;
}
.class_list_Container.news .filter .filterBox select {
  background-color: #f7f7f7;
  color: #485c95;
  border: #485c95 1px solid;
  font-size: 1.25rem;
  padding: 5px 40px 5px 10px;
  margin-bottom: 0;
}
.class_list_Container.news .newsContainer {
  position: relative;
  padding-bottom: 10px;
}
.class_list_Container.news .newsContainer .list {
  width: 100%;
  height: auto;
  list-style-type: none;
  list-style: none;
  margin-top: 0;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.class_list_Container.news .newsContainer .list .newsContent {
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  padding: 30px;
  width: calc((100% - ( 30px * 3 )) / 4 );
  margin-right: 30px;
  box-sizing: border-box;
  transition-property: all;
  transition-duration: 0.8s;
  transition-delay: 0s;
  height: auto;
  min-height: 450px;
  margin-bottom: 40px;
}
.class_list_Container.news .newsContainer .list .newsContent:nth-child(4n+4) {
  margin-right: 0;
}
@media screen and (max-width: 93.75em) {
  .class_list_Container.news .newsContainer .list .newsContent {
    padding: 25px 15px;
  }
}
@media screen and (max-width: 81.25em) {
  .class_list_Container.news .newsContainer .list .newsContent {
    width: calc((100% - ( 20px * 2 )) / 3 );
    margin-right: 20px;
    padding: 25px 15px;
    min-height: inherit;
  }
  .class_list_Container.news .newsContainer .list .newsContent:nth-child(3n+3) {
    margin-right: 0;
  }
  .class_list_Container.news .newsContainer .list .newsContent:nth-child(4n+4) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 64.0625em) {
  .class_list_Container.news .newsContainer .list .newsContent {
    width: calc((100% - ( 35px )) / 2 );
    margin-right: 35px;
  }
  .class_list_Container.news .newsContainer .list .newsContent:nth-child(3n+3) {
    margin-right: 35px;
  }
  .class_list_Container.news .newsContainer .list .newsContent:nth-child(even) {
    margin-right: 0;
  }
}
@media screen and (max-width: 37.5em) {
  .class_list_Container.news .newsContainer .list .newsContent {
    width: 100%;
    padding: 20px;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .class_list_Container.news .newsContainer .list .newsContent:nth-child(3n+3) {
    margin-right: 0;
  }
  .class_list_Container.news .newsContainer .list .newsContent:nth-child(4n+4) {
    margin-right: 0;
  }
}
.class_list_Container.news .newsContainer .list .newsContent a {
  position: relative;
  display: block;
  height: 100%;
  padding-bottom: 40px;
}
.class_list_Container.news .newsContainer .list .newsContent a .tag {
  position: relative;
  float: left;
  width: auto;
  padding: 8px 25px;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 26px; 
}
@media screen and (max-width: 93.75em) {
    .class_list_Container.news .newsContainer .list .newsContent a .tag {
        padding: 8px 20px;
        margin-bottom: 8px 20px;
    }  
}
.class_list_Container.news .newsContainer .list .newsContent a .tag.fi {
  background-color: #62aacf;
}
.class_list_Container.news .newsContainer .list .newsContent a .tag.pr {
  background-color: #ff971d;
}
.class_list_Container.news .newsContainer .list .newsContent a .tag.ev {
  background-color: #51afa2;
}
.class_list_Container.news .newsContainer .list .newsContent a .tag.ot {
  background-color: #e33cb6;
}
.class_list_Container.news .newsContainer .list .newsContent a h4 {
  color: #333;
  font-size: 1.625rem;
  line-height: 2.3125rem;
  font-weight: normal;
  margin-top: 26px;
  display: inline-block;
  height: 120px;
  /*letter-spacing: 1px;*/
}
@media screen and (max-width: 93.75em) {
  .class_list_Container.news .newsContainer .list .newsContent a h4 {
    font-size: 1.375rem;
    line-height: 1.6875rem;
    height: 120px;
  }
}
@media screen and (max-width: 37.5em) {
  .class_list_Container.news .newsContainer .list .newsContent a h4 {
    font-size: 1.25rem;
    line-height: 2rem;
    height: auto;
    margin-top: 15px;
  }
}
.class_list_Container.news .newsContainer .list .newsContent a p {
  color: #8a8a8a;
  /*letter-spacing: 1px;*/
  font-size: 1rem;
  color: #757575;
  display: inline-block;
  height: auto;
  margin-top: 15px;
}
@media screen and (max-width: 37.5em) {
  .class_list_Container.news .newsContainer .list .newsContent a p {
    font-size: 0.9375rem;
  }
}
.class_list_Container.news .newsContainer .list .newsContent a .date {
  width: 100%;
  text-align: left;
  color: #485c95;
  font-size: 0.9375rem;
  font-weight: normal;
  position: absolute;
  bottom: 0;
}
.class_list_Container.news .newsContainer .list .newsContent:hover {
  transform: scale(1.03);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 64.0625em) {
  .class_list_Container.news .newsContainer .list .newsContent:hover {
    transform: scale(1);
  }
}

.pages {
  width: 100%;
  height: 45px;
  margin-top: 20px;
  position: relative;
  text-align: left;
  vertical-align: top;
}
.pages.mobile {
  display: none;
}
@media screen and (max-width: 37.5em) {
  .pages.mobile {
    display: block;
  }
}
@media screen and (max-width: 37.5em) {
  .pages {
    text-align: center;
    display: none;
  }
}
.pages .arrowLeft {
  width: 40px;
  height: 100%;
  display: inline-block;
  position: relative;
  vertical-align: top;
  background-color: #fff;
  text-align: center;
  margin-top: 0;
  color: #5a73b9;
  margin: 0;
  margin-right: 10px;
}
.pages .arrowLeft i {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  transform: scaleX(-1);
  font-size: 1.125rem;
  line-height: 50px;
  font-weight: bold;
  transition-property: all;
  transition-duration: 0.5s;
  transition-delay: 0s;
}
.pages .arrowLeft i:hover {
  background-color: #5a73b9;
  color: #fff;
}
.pages .num {
  width: auto;
  display: inline-block;
  position: relative;
  height: 100%;
  white-space: nowrap;
  background-color: #fff;
  text-align: center;
}
.pages .num a {
  width: 40px;
  height: 100%;
  position: relative;
  display: inline-block;
  line-height: 45px;
  background-color: #fff;
  color: #5a73b9;
  transition-property: all;
  transition-duration: 0.5s;
  transition-delay: 0s;
}
.pages .num a.active {
  background-color: #5a73b9;
  color: #fff;
}
.pages .num a:hover {
  background-color: #5a73b9;
  color: #fff;
}
.pages .arrowRight {
  width: 40px;
  height: 100%;
  display: inline-block;
  position: relative;
  vertical-align: top;
  background-color: #fff;
  text-align: center;
  margin-top: 0;
  color: #5a73b9;
  margin: 0;
  margin-left: 10px;
}
.pages .arrowRight i {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 1.125rem;
  line-height: 50px;
  font-weight: bold;
  transition-property: all;
  transition-duration: 0.5s;
  transition-delay: 0s;
}
.pages .arrowRight i:hover {
  background-color: #5a73b9;
  color: #fff;
}

.introduce {
  width: 100%;
  height: auto;
  background-color: #ececec;
  padding-top: 50px;
  padding-bottom: 80px;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  min-height: 100vh;
}
@media screen and (max-width: 37.5em) {
  .introduce {
    padding: 50px 15px;
  }
}

.PdMainContent {
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 0;
  position: relative;
}

.editerIntroduce {
  width: 100%;
  max-width: 1400px;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  display: flex;
  display: -webkit-flex;
  -ms-flex-align: start;
      align-items: flex-start;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 93.75em) {
  .editerIntroduce {
    padding: 50px 0;
  }
}
@media screen and (max-width: 81.25em) {
  .editerIntroduce {
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 30px 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 64.0625em) {
  .editerIntroduce {
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}
.editerIntroduce .Features, .editerIntroduce .Application, .editerIntroduce .DownloadBar {
  width: 33.3%;
  padding-top: 0;
  padding: 30px;
}
@media screen and (max-width: 81.25em) {
  .editerIntroduce .Features, .editerIntroduce .Application, .editerIntroduce .DownloadBar {
    width: 33.3%;
    padding: 0 30px 0 0;
  }
}
@media screen and (max-width: 37.5em) {
  .editerIntroduce .Features, .editerIntroduce .Application, .editerIntroduce .DownloadBar {
    width: 100%;
    padding: 0;
  }
}
.editerIntroduce .Features h3, .editerIntroduce .Application h3, .editerIntroduce .DownloadBar h3 {
  font-size: 1.5625rem;
  color: #485c95;
  font-weight: normal;
  letter-spacing: 1px;
  display: inline-block;
  border-bottom: 4px solid #5a73b9;
  padding-bottom: 10px;
}
.editerIntroduce .Features ul, .editerIntroduce .Application ul, .editerIntroduce .DownloadBar ul {
  display: block;
  width: 100%;
  padding-top: 30px;
}
.editerIntroduce .Features ul li, .editerIntroduce .Application ul li, .editerIntroduce .DownloadBar ul li {
  display: block;
  color: #727272;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 20px;
  position: relative;
  letter-spacing: 1px;
  font-size: 1rem;
}
.editerIntroduce .Features ul li:before, .editerIntroduce .Application ul li:before, .editerIntroduce .DownloadBar ul li:before {
  width: 3px;
  content: "";
  height: 3px;
  display: block;
  position: absolute;
  top: 18px;
  left: 0;
  background-color: #485c95;
}
.editerIntroduce .DownloadBar ul {
  list-style-type: none;
}
.editerIntroduce .DownloadBar ul li {
  padding-left: 0;
  list-style: none;
}
.editerIntroduce .DownloadBar ul li:before {
  display: none;
}
.editerIntroduce .DownloadBar ul li a {
  color: #485c95;
  opacity: 1;
  transition-property: all;
  transition-duration: 0.5s;
  transition-delay: 0s;
  position: relative;
  display: block;
  padding-left: 35px;
}
.editerIntroduce .DownloadBar ul li a i {
  display: inline-block;
  margin-right: 10px;
  font-size: 1.125rem;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 0;
}
.editerIntroduce .DownloadBar ul li a:hover {
  opacity: 1;
}
.editerIntroduce .moreInformation {
  width: 100%;
  margin-top: 0;
  cursor: pointer;
}
.editerIntroduce .moreInformation .openBox {
  width: 35px;
  height: 35px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.editerIntroduce .moreInformation .openBox .arrowDown {
  width: 35px;
  height: 35px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-90deg);
}
.editerIntroduce .moreInformation .openBox .arrowDown i {
  font-size: 1.25rem;
  color: #485c95;
  line-height: 35px;
  vertical-align: middle;
  display: block;
  position: relative;
}
.editerIntroduce .moreInformation .openBox .arrowDown i:before {
  margin: 0;
}
.editerIntroduce .moreInformation .morebtn {
  margin-top: 0;
  width: 100%;
}
.editerIntroduce .moreInformation .morebtn .moreInformation {
  color: #485c95;
  display: block;
  font-size: 1.5625rem;
  line-height: 50px;
  height: 50px;
  letter-spacing: 1px;
  text-align: center;
}
.editerIntroduce .moreInformation .morebtn .content {
  font-size: 1rem;
  padding: 15px;
  color: #8a8a8a;
  line-height: 1.75rem;
  min-height: inherit;
  background-color: transparent;
  letter-spacing: 1px;
  margin-top: 10px;
}
.editerIntroduce .moreInformation .morebtn .content h1 {
  font-size: 2.1875rem;
  line-height: 2.75rem;
}
.editerIntroduce .moreInformation .morebtn .content h2 {
  font-size: 1.875rem;
  line-height: 2.5rem;
}
.editerIntroduce .moreInformation .morebtn .content h3 {
  font-size: 1.4375rem;
  line-height: 1.8125rem;
}
.editerIntroduce .moreInformation .morebtn .content h4 {
  font-size: 1.125rem;
  line-height: 1.625rem;
}
.editerIntroduce .moreInformation .morebtn .content h5 {
  font-size: 0.8125rem;
  line-height: 1.375rem;
}
.editerIntroduce .moreInformation .morebtn .content p {
  font-size: 0.875rem;
}
.editerIntroduce .textArea {
  width: calc(100% - 320px);
}
@media screen and (max-width: 81.25em) {
  .editerIntroduce .textArea {
    width: calc( 100% - 300px);
  }
}
@media screen and (max-width: 37.5em) {
  .editerIntroduce .textArea {
    width: 100%;
  }
}
.editerIntroduce .textArea p {
  font-size: 1.125rem;
  color: #7c7c7c;
  letter-spacing: 1px;
  line-height: 1.875rem;
}
.editerIntroduce .textArea h2 {
  color: #fff;
  font-weight: normal;
  display: inline-block;
  padding-right: 5px;
  font-size: 3.125rem;
  line-height: 3.125rem;
}
.editerIntroduce .textArea h2.block {
  float: left;
  color: #485c95;
}
.editerIntroduce .textArea h3 {
  font-size: 2.1875rem;
  color: #485c95;
  letter-spacing: 2px;
  font-weight: normal;
}
@media screen and (max-width: 64.0625em) {
  .editerIntroduce .textArea h3 {
    font-size: 1.875rem;
  }
}
.editerIntroduce .Pic {
  margin-left: 60px;
  width: 250px;
  height: 250px;
  position: relative;
}
@media screen and (max-width: 81.25em) {
  .editerIntroduce .Pic {
    width: 210px;
    max-height: 210px;
  }
}
@media screen and (max-width: 37.5em) {
  .editerIntroduce .Pic {
    width: 70%;
    max-width: 300px;
    max-height: inherit;
    margin: 0 auto 30px auto;
    -ms-flex-order: -1;
        order: -1;
    height: auto;
  }
}
.editerIntroduce .Pic .swiper-button-prev, .editerIntroduce .Pic .swiper-button-next {
  background-image: none;
  height: 35px;
  width: 35px;
  left: -50px;
  top: calc(50% - 17px);
  margin: 0;
}
.editerIntroduce .Pic .swiper-button-prev i, .editerIntroduce .Pic .swiper-button-next i {
  font-size: 2.1875rem;
  color: #fff;
  vertical-align: top;
  height: 35px;
  width: 35px;
  display: block;
}
.editerIntroduce .Pic .swiper-button-next {
  right: -50px;
  left: auto;
}
/* News content style Allen.C 2020/3/19 */

.editerIntroduce .NewstextArea {
  width: calc(100% - 520px);
}

@media screen and (max-width: 81.25em) {
	/* 1300px */
  .editerIntroduce .NewstextArea {
    width: calc( 100% - 520px);
  }
}
@media screen and (max-width: 64.0625em) {
	/* 1025px */
.editerIntroduce .NewstextArea {
    width: 100%;
  }
}
@media screen and (max-width: 50em) {
	/* 800px */
  .editerIntroduce .NewstextArea {
    width: 100%;
  }
}

@media screen and (max-width: 37.5em) {
	/* 600px */
  .editerIntroduce .NewstextArea {
    width: 100%;
  }
}


.editerIntroduce .NewstextArea p {
  font-size: 1.125rem;
  color: #7c7c7c;
  /*letter-spacing: 1px;*/
  line-height: 1.875rem;
}
.editerIntroduce .NewstextArea h2 {
  color: #fff;
  font-weight: normal;
  display: inline-block;
  padding-right: 5px;
  font-size: 3.125rem;
  line-height: 3.125rem;
}
.editerIntroduce .NewstextArea h2.block {
  float: left;
  color: #485c95;
}
.editerIntroduce .NewstextArea h3 {
  font-size: 2.1875rem;
  color: #485c95;
  /*letter-spacing: 2px;*/
  font-weight: normal;
}
@media screen and (max-width: 64.0625em) {
  .editerIntroduce .NewstextArea h3 {
    font-size: 1.875rem;
  }
}
.editerIntroduce .NewsPic {
  margin-left: 60px;
  width: 450px;
  height: 450px;
  position: relative;
}
@media screen and (max-width: 81.25em) {
  .editerIntroduce .NewsPic {
    width: 410px;
    max-height: 410px;
  }
}
@media screen and (max-width: 37.5em) {
  .editerIntroduce .NewsPic {
    width: 70%;
    max-width: 500px;
    max-height: inherit;
    margin: 0 auto 30px auto;
    -ms-flex-order: -1;
        order: -1;
    height: auto;
  }
}
.editerIntroduce .NewsPic img {
    display: inline-block;
    width: 100%;
    margin-left: 0px;
  }
.editerIntroduce .NewsPic .swiper-button-prev, .editerIntroduce .Pic .swiper-button-next {
  background-image: none;
  height: 35px;
  width: 35px;
  left: -50px;
  top: calc(50% - 17px);
  margin: 0;
}
.editerIntroduce .NewsPic .swiper-button-prev i, .editerIntroduce .Pic .swiper-button-next i {
  font-size: 2.1875rem;
  color: #fff;
  vertical-align: top;
  height: 35px;
  width: 35px;
  display: block;
}
.editerIntroduce .NewsPic .swiper-button-next {
  right: -50px;
  left: auto;
}
/* End of News content */
.PdMainContent h3 {
  font-size: 2.5rem;
  color: #485c95;
  font-weight: normal;
  margin-bottom: 15px;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 50px;
}
.PdMainContent h3:first-child {
  padding-top: 60px;
  margin-top: 0;
}

.editer {
  width: 95%;
  max-width: 1400px;
  font-size: 1.25rem;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 37.5em) {
  .editer {
    width: 100%;
  }
}
.editer.Locations {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: flex;
  display: -webkit-flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-bottom: 0;
}
.editer.Locations .card {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
  vertical-align: top;
  transition-property: all;
  transition-duration: 0.5s;
  transition-delay: 0s;
}
@media screen and (max-width: 37.5em) {
  .editer.Locations .card {
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.editer.Locations .card .mapContainer {
  width: auto;
  padding-right: 50px;
  position: relative;
  padding-left: 10px;
  padding-top: 10px;
}
@media screen and (max-width: 64.0625em) {
  .editer.Locations .card .mapContainer {
    width: auto;
    padding-right: 30px;
  }
}
@media screen and (max-width: 37.5em) {
  .editer.Locations .card .mapContainer {
    width: 100%;
    padding-right: 0;
  }
}
.editer.Locations .card .mapContainer:after {
  width: 1px;
  height: 80%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #485c95;
  content: "";
  display: block;
  opacity: 0.5;
}
@media screen and (max-width: 37.5em) {
  .editer.Locations .card .mapContainer:after {
    display: none;
  }
}
.editer.Locations .card .mapContainer .mapBox {
  width: 310px;
  height: 170px;
  background-color: #fff;
  border: #fff 2px solid;
  border-radius: 15px;
  display: block;
  overflow: hidden;
  transition-property: all;
  transition-duration: 0.4s;
  transition-delay: 0s;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-pack: center;
      justify-content: center;
  display: flex;
  display: -webkit-flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
}
@media screen and (max-width: 64.0625em) {
  .editer.Locations .card .mapContainer .mapBox {
    width: 220px;
    height: 170px;
  }
}
@media screen and (max-width: 37.5em) {
  .editer.Locations .card .mapContainer .mapBox {
    margin-right: auto;
    margin-left: auto;
    width: 90%;
  }
}
@media screen and (max-width: 64.0625em) {
  .editer.Locations .card .mapContainer .mapBox:hover {
    transform: scale(1);
  }
}
.editer.Locations .card .mapContainer .mapBox img {
  display: block;
  width: 150%;
  height: auto;
  position: relative;
  max-width: inherit;
}
.editer.Locations .card .detialContainer {
  width: calc(100% - 360px);
  padding-left: 45px;
}
@media screen and (max-width: 64.0625em) {
  .editer.Locations .card .detialContainer {
    width: calc(100% - 250px);
    padding-left: 30px;
  }
}
@media screen and (max-width: 37.5em) {
  .editer.Locations .card .detialContainer {
    width: 100%;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    padding: 20px;
  }
}
.editer.Locations .card .detialContainer h3 {
  font-size: 2.1875rem;
  font-weight: normal;
  color: #485c95;
  letter-spacing: 2px;
  border-bottom: 4px #9b9b9b solid;
  vertical-align: top;
  margin-top: -5px;
  float: left;
  display: inline-block;
  padding-bottom: 15px;
}
@media screen and (max-width: 64.0625em) {
  .editer.Locations .card .detialContainer h3 {
    font-size: 1.875rem;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 37.5em) {
  .editer.Locations .card .detialContainer h3 {
    font-size: 1.875rem;
    padding-bottom: 10px;
  }
}
.editer.Locations .card .detialContainer .address, .editer.Locations .card .detialContainer .phones, .editer.Locations .card .detialContainer .link {
  font-size: 1.125rem;
  padding-left: 35px;
  color: #727272;
  background-repeat: no-repeat;
  background-position: left 10px;
  line-height: 1.875rem;
  padding-top: 5px;
  padding-bottom: 8px;
  letter-spacing: 1px;
  position: relative;
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 64.0625em) {
  .editer.Locations .card .detialContainer .address, .editer.Locations .card .detialContainer .phones, .editer.Locations .card .detialContainer .link {
    font-size: 1rem;
    line-height: 1.5625rem;
    padding-left: 30px;
  }
}
@media screen and (max-width: 37.5em) {
  .editer.Locations .card .detialContainer .address, .editer.Locations .card .detialContainer .phones, .editer.Locations .card .detialContainer .link {
    font-size: 1rem;
    line-height: 1.5625rem;
    padding-left: 30px;
  }
}
.editer.Locations .card .detialContainer .address {
  background-image: url(../images/mark.png);
  margin-top: 20px;
}
.editer.Locations .card .detialContainer .address a {
  color: #727272;
  display: inline-block;
  transition-property: all;
  transition-duration: 0.5s;
  transition-delay: 0s;
}
.editer.Locations .card .detialContainer .address a:hover {
  transform: translateX(10px);
}
.editer.Locations .card .detialContainer .phones {
  background-image: url(../images/phone.png);
}
.editer.Locations .card .detialContainer .link {
  background-image: url(../images/link.png);
}
.editer.Locations .card .detialContainer .link a {
  color: #727272;
  transition-property: all;
  transition-duration: 0.5s;
  transition-delay: 0s;
  position: relative;
  display: inline-block;
  font-size: 1.125rem;
  line-height: 1.5625rem;
}
.editer.Locations .card .detialContainer .link a:hover {
  transform: translateX(10px);
}
@media screen and (max-width: 64.0625em) {
  .editer.Locations .card.pd30 {
    padding: 0;
  }
}
@media screen and (max-width: 37.5em) {
  .editer.Locations .card.pd30 {
    padding: 0;
  }
}
.editer.normal {
  background-color: #fff;
  padding: 0;
  text-align: center;
  width: 95%;
  max-width: 1200px;
}
.editer.normal h4 {
  font-weight: lighter;
  font-size: 1.875rem;
  color: #7c7c7c;
  margin-bottom: 10px;
}
.editer.normal p {
  color: #333;
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
}
.editer:last-child {
  padding-bottom: 50px;
}
.editer.styleForList {
  background-color: #e3e3e3;
  padding: 60px;
  min-height: 300px;
}
.editer.styleForList:nth-child(4n+4) {
  background-color: #fff;
  padding: 0;
}
.editer.styleForList:nth-child(4n+4) img {
  right: auto;
  left: 0;
}
.editer.styleForList:nth-child(4n+4) ul {
  float: right;
  padding-left: calc(50% + 50px);
}
.editer.styleForList:nth-child(4n+4) a.link {
  margin-left: calc(50% + 50px);
}
.editer.styleForList img {
  display: block;
  width: 45%;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  object-fit: cover;
}
.editer.styleForList ul {
  width: 100%;
  height: auto;
  display: inline-block;
  color: #333;
  list-style: none;
  float: none;
  margin-left: 0;
  margin-right: auto;
  position: relative;
}
.editer.styleForList a.link {
  float: left;
  display: inline-block;
  color: #fff;
  padding: 10px 15px;
  background-color: #485c95;
  font-size: 1rem;
  letter-spacing: 1px;
  margin-top: 30px;
  transition-property: all;
  transition-duration: 0.5s;
  transition-delay: 0s;
}
.editer.styleForList a.link:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.editer.styleForList a.link li {
  letter-spacing: 1px;
  font-size: 1.125rem;
  display: inline-block;
  width: 100%;
  padding-left: 15px;
  position: relative;
}
.editer.styleForList a.link li:before {
  width: 3px;
  height: 3px;
  background-color: #5a73b9;
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  content: "";
  top: 10px;
}
.editer ul {
  width: 50%;
  height: auto;
  display: inline-block;
  color: #333;
  list-style: none;
  float: left;
  position: relative;
}
.editer ul li {
  letter-spacing: 1px;
  font-size: 1rem;
  display: inline-block;
  width: 100%;
  padding-left: 15px;
  position: relative;
}
.editer ul li:before {
  width: 3px;
  height: 3px;
  background-color: #5a73b9;
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  content: "";
  top: 10px;
}
.editer figcaption {
  display: inline-block;
  float: left;
  margin: 0;
  margin-right: 20px;
}
.editer figcaption img {
  margin-bottom: 10px;
}
.editer figcaption figure {
  margin: 0;
  color: #555;
  font-size: 0.9375rem;
}
.editer .Img {
  display: inline-block;
  float: left;
}
.editer p {
  letter-spacing: 1px;
  font-size: 1.25rem;
  color: #fff;
  text-align: left;
}

.cl {
  clear: both;
}

.TechMenuBar, .AboutMenuBar {
  width: 100%;
  padding-top: 30px;
  background-color: #f7f7f7;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
.TechMenuBar .swiper-button-disabled, .AboutMenuBar .swiper-button-disabled {
  display: none;
}
@media screen and (max-width: 64.0625em) {
  .TechMenuBar, .AboutMenuBar {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 50em) {
  .TechMenuBar, .AboutMenuBar {
    padding-top: 15px;
  }
}
@media screen and (max-width: 37.5em) {
  .TechMenuBar, .AboutMenuBar {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 37.5em) {
  .TechMenuBar, .AboutMenuBar {
    padding-top: 30px;
  }
}
.TechMenuBar .sliderBar, .AboutMenuBar .sliderBar {
  max-width: 1400px;
  margin-right: auto;
  position: relative;
  margin-left: auto;
}
@media screen and (max-width: 64.0625em) {
  .TechMenuBar .sliderBar, .AboutMenuBar .sliderBar {
    width: 100%;
  }
}
@media screen and (max-width: 64.0625em) {
  .TechMenuBar .sliderBar.AboutIcatch, .AboutMenuBar .sliderBar.AboutIcatch {
    width: 100%;
  }
}
.TechMenuBar .sliderBar .swiper-button-prev, .AboutMenuBar .sliderBar .swiper-button-prev {
  height: 30px;
  background-image: none;
  font-size: 30px;
  margin-top: -15px;
  color: #5a73b9;
  left: -10px;
  outline: none;
}
@media screen and (max-width: 64.0625em) {
  .TechMenuBar .sliderBar .swiper-button-prev, .AboutMenuBar .sliderBar .swiper-button-prev {
    left: -20px;
    height: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 37.5em) {
  .TechMenuBar .sliderBar .swiper-button-prev, .AboutMenuBar .sliderBar .swiper-button-prev {
    left: -25px;
    height: 24px;
    top: 26px;
  }
}
.TechMenuBar .sliderBar .swiper-button-prev i, .AboutMenuBar .sliderBar .swiper-button-prev i {
  vertical-align: top;
  height: 30px;
  width: 30px;
  display: inline-block;
}
.TechMenuBar .sliderBar .swiper-button-prev i:before, .AboutMenuBar .sliderBar .swiper-button-prev i:before {
  vertical-align: top;
}
.TechMenuBar .sliderBar .swiper-button-next, .AboutMenuBar .sliderBar .swiper-button-next {
  height: 30px;
  background-image: none;
  font-size: 30px;
  margin-top: -15px;
  color: #5a73b9;
  right: -10px;
}
@media screen and (max-width: 64.0625em) {
  .TechMenuBar .sliderBar .swiper-button-next, .AboutMenuBar .sliderBar .swiper-button-next {
    right: -20px;
    height: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 37.5em) {
  .TechMenuBar .sliderBar .swiper-button-next, .AboutMenuBar .sliderBar .swiper-button-next {
    top: 26px;
    right: -25px;
  }
}
.TechMenuBar .sliderBar .swiper-button-next i, .AboutMenuBar .sliderBar .swiper-button-next i {
  vertical-align: top;
  height: 30px;
  width: 30px;
  display: inline-block;
}
.TechMenuBar .sliderBar .swiper-button-next i:before, .AboutMenuBar .sliderBar .swiper-button-next i:before {
  vertical-align: top;
}
.TechMenuBar .sliderBar .Tech, .TechMenuBar .sliderBar .AbouTab, .AboutMenuBar .sliderBar .Tech, .AboutMenuBar .sliderBar .AbouTab {
  width: 100%;
  height: 100px;
}
.TechMenuBar .sliderBar .Tech.height.Thin, .TechMenuBar .sliderBar .AbouTab.height.Thin, .AboutMenuBar .sliderBar .Tech.height.Thin, .AboutMenuBar .sliderBar .AbouTab.height.Thin {
  height: 80px;
  line-height: 40px;
}
@media screen and (max-width: 50em) {
  .TechMenuBar .sliderBar .Tech.height.Thin, .TechMenuBar .sliderBar .AbouTab.height.Thin, .AboutMenuBar .sliderBar .Tech.height.Thin, .AboutMenuBar .sliderBar .AbouTab.height.Thin {
    height: 90px;
  }
}
.TechMenuBar .sliderBar .Tech.height.Thin .swiper-slide, .TechMenuBar .sliderBar .AbouTab.height.Thin .swiper-slide, .AboutMenuBar .sliderBar .Tech.height.Thin .swiper-slide, .AboutMenuBar .sliderBar .AbouTab.height.Thin .swiper-slide {
  line-height: 60px;
}
.TechMenuBar .sliderBar .Tech.height.Thin .swiper-slide p, .TechMenuBar .sliderBar .AbouTab.height.Thin .swiper-slide p, .AboutMenuBar .sliderBar .Tech.height.Thin .swiper-slide p, .AboutMenuBar .sliderBar .AbouTab.height.Thin .swiper-slide p {
  line-height: 25px;
  display: inline-block;
}
.TechMenuBar .sliderBar .Tech.height.Thin .swiper-slide.NowActive, .TechMenuBar .sliderBar .AbouTab.height.Thin .swiper-slide.NowActive, .AboutMenuBar .sliderBar .Tech.height.Thin .swiper-slide.NowActive, .AboutMenuBar .sliderBar .AbouTab.height.Thin .swiper-slide.NowActive {
  line-height: 55px;
}
.TechMenuBar .sliderBar .Tech.height.Thin .swiper-slide:hover, .TechMenuBar .sliderBar .AbouTab.height.Thin .swiper-slide:hover, .AboutMenuBar .sliderBar .Tech.height.Thin .swiper-slide:hover, .AboutMenuBar .sliderBar .AbouTab.height.Thin .swiper-slide:hover {
  line-height: 55px;
}
.TechMenuBar .sliderBar .Tech.Thin, .TechMenuBar .sliderBar .AbouTab.Thin, .AboutMenuBar .sliderBar .Tech.Thin, .AboutMenuBar .sliderBar .AbouTab.Thin {
  height: 70px;
}
.TechMenuBar .sliderBar .Tech.Thin .swiper-slide, .TechMenuBar .sliderBar .AbouTab.Thin .swiper-slide, .AboutMenuBar .sliderBar .Tech.Thin .swiper-slide, .AboutMenuBar .sliderBar .AbouTab.Thin .swiper-slide {
  line-height: 55px;
  position: relative;
}
.TechMenuBar .sliderBar .Tech.Thin .swiper-slide:after, .TechMenuBar .sliderBar .AbouTab.Thin .swiper-slide:after, .AboutMenuBar .sliderBar .Tech.Thin .swiper-slide:after, .AboutMenuBar .sliderBar .AbouTab.Thin .swiper-slide:after {
  width: 100%;
  height: 4px;
  position: absolute;
  content: "";
  background-color: #b2b2b2;
  bottom: 10px;
  left: 0;
  transition-property: all;
  transition-duration: 0.4s;
  transition-delay: 0s;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.TechMenuBar .sliderBar .Tech.Thin .swiper-slide:before, .TechMenuBar .sliderBar .AbouTab.Thin .swiper-slide:before, .AboutMenuBar .sliderBar .Tech.Thin .swiper-slide:before, .AboutMenuBar .sliderBar .AbouTab.Thin .swiper-slide:before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 7.5px 0 7.5px;
  border-color: transparent transparent transparent transparent;
  content: "";
  position: absolute;
  bottom: -1px;
  left: calc(50% - 15px);
  transition-property: all;
  transition-duration: 0.4s;
  transition-delay: 0s;
}
@media screen and (max-width: 37.5em) {
  .TechMenuBar .sliderBar .Tech.Thin .swiper-slide, .TechMenuBar .sliderBar .AbouTab.Thin .swiper-slide, .AboutMenuBar .sliderBar .Tech.Thin .swiper-slide, .AboutMenuBar .sliderBar .AbouTab.Thin .swiper-slide {
    line-height: 50px;
  }
}
.TechMenuBar .sliderBar .Tech.Thin .swiper-slide i, .TechMenuBar .sliderBar .AbouTab.Thin .swiper-slide i, .AboutMenuBar .sliderBar .Tech.Thin .swiper-slide i, .AboutMenuBar .sliderBar .AbouTab.Thin .swiper-slide i {
  display: none;
}
.TechMenuBar .sliderBar .Tech.Thin .swiper-slide.NowActive, .TechMenuBar .sliderBar .AbouTab.Thin .swiper-slide.NowActive, .AboutMenuBar .sliderBar .Tech.Thin .swiper-slide.NowActive, .AboutMenuBar .sliderBar .AbouTab.Thin .swiper-slide.NowActive {
  line-height: 55px;
  font-size: 1.375rem;
}
.TechMenuBar .sliderBar .Tech.Thin .swiper-slide.NowActive:after, .TechMenuBar .sliderBar .AbouTab.Thin .swiper-slide.NowActive:after, .AboutMenuBar .sliderBar .Tech.Thin .swiper-slide.NowActive:after, .AboutMenuBar .sliderBar .AbouTab.Thin .swiper-slide.NowActive:after {
  width: 100%;
  height: 4px;
  position: absolute;
  content: "";
  background-color: #485c95;
  bottom: 10px;
  left: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}
.TechMenuBar .sliderBar .Tech.Thin .swiper-slide.NowActive:before, .TechMenuBar .sliderBar .AbouTab.Thin .swiper-slide.NowActive:before, .AboutMenuBar .sliderBar .Tech.Thin .swiper-slide.NowActive:before, .AboutMenuBar .sliderBar .AbouTab.Thin .swiper-slide.NowActive:before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 7.5px 0 7.5px;
  border-color: #485c95 transparent transparent transparent;
  content: "";
  position: absolute;
  bottom: -1px;
  left: calc(50% - 15px);
}
@media screen and (max-width: 50em) {
  .TechMenuBar .sliderBar .Tech.Thin .swiper-slide.NowActive:before, .TechMenuBar .sliderBar .AbouTab.Thin .swiper-slide.NowActive:before, .AboutMenuBar .sliderBar .Tech.Thin .swiper-slide.NowActive:before, .AboutMenuBar .sliderBar .AbouTab.Thin .swiper-slide.NowActive:before {
    left: calc(50% - 5px);
  }
}
@media screen and (max-width: 37.5em) {
  .TechMenuBar .sliderBar .Tech.Thin .swiper-slide.NowActive, .TechMenuBar .sliderBar .AbouTab.Thin .swiper-slide.NowActive, .AboutMenuBar .sliderBar .Tech.Thin .swiper-slide.NowActive, .AboutMenuBar .sliderBar .AbouTab.Thin .swiper-slide.NowActive {
    line-height: 50px;
  }
}
.TechMenuBar .sliderBar .Tech.Thin .swiper-slide:hover, .TechMenuBar .sliderBar .AbouTab.Thin .swiper-slide:hover, .AboutMenuBar .sliderBar .Tech.Thin .swiper-slide:hover, .AboutMenuBar .sliderBar .AbouTab.Thin .swiper-slide:hover {
  line-height: 45px;
}
.TechMenuBar .sliderBar .Tech.Thin .swiper-slide:hover:after, .TechMenuBar .sliderBar .AbouTab.Thin .swiper-slide:hover:after, .AboutMenuBar .sliderBar .Tech.Thin .swiper-slide:hover:after, .AboutMenuBar .sliderBar .AbouTab.Thin .swiper-slide:hover:after {
  width: 100%;
  height: 4px;
  position: absolute;
  content: "";
  background-color: #485c95;
  bottom: 10px;
  left: 0;
}
@media screen and (max-width: 37.5em) {
  .TechMenuBar .sliderBar .Tech.Thin .swiper-slide:hover, .TechMenuBar .sliderBar .AbouTab.Thin .swiper-slide:hover, .AboutMenuBar .sliderBar .Tech.Thin .swiper-slide:hover, .AboutMenuBar .sliderBar .AbouTab.Thin .swiper-slide:hover {
    line-height: 50px;
  }
}
@media screen and (max-width: 37.5em) {
  .TechMenuBar .sliderBar .Tech.Thin, .TechMenuBar .sliderBar .AbouTab.Thin, .AboutMenuBar .sliderBar .Tech.Thin, .AboutMenuBar .sliderBar .AbouTab.Thin {
    height: 70px;
    line-height: 55px;
  }
}
.TechMenuBar .sliderBar .Tech .swiper-slide, .TechMenuBar .sliderBar .AbouTab .swiper-slide, .AboutMenuBar .sliderBar .Tech .swiper-slide, .AboutMenuBar .sliderBar .AbouTab .swiper-slide {
  text-align: center;
  line-height: 100px;
  color: #5a73b9;
  cursor: pointer;
  position: relative;
  transition-property: all;
  transition-duration: 0.5s;
  transition-delay: 0s;
  font-size: 1.25rem;
}
.TechMenuBar .sliderBar .Tech .swiper-slide:after, .TechMenuBar .sliderBar .AbouTab .swiper-slide:after, .AboutMenuBar .sliderBar .Tech .swiper-slide:after, .AboutMenuBar .sliderBar .AbouTab .swiper-slide:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
}
.TechMenuBar .sliderBar .Tech .swiper-slide.disable, .TechMenuBar .sliderBar .AbouTab .swiper-slide.disable, .AboutMenuBar .sliderBar .Tech .swiper-slide.disable, .AboutMenuBar .sliderBar .AbouTab .swiper-slide.disable {
  pointer-events: none;
}
.TechMenuBar .sliderBar .Tech .swiper-slide.NowActive, .TechMenuBar .sliderBar .AbouTab .swiper-slide.NowActive, .AboutMenuBar .sliderBar .Tech .swiper-slide.NowActive, .AboutMenuBar .sliderBar .AbouTab .swiper-slide.NowActive {
  line-height: 85px;
  color: #485c95;
}
.TechMenuBar .sliderBar .Tech .swiper-slide.NowActive .arrow, .TechMenuBar .sliderBar .AbouTab .swiper-slide.NowActive .arrow, .AboutMenuBar .sliderBar .Tech .swiper-slide.NowActive .arrow, .AboutMenuBar .sliderBar .AbouTab .swiper-slide.NowActive .arrow {
  opacity: 1;
}
.TechMenuBar .sliderBar .Tech .swiper-slide.NowActive .arrow:before, .TechMenuBar .sliderBar .AbouTab .swiper-slide.NowActive .arrow:before, .AboutMenuBar .sliderBar .Tech .swiper-slide.NowActive .arrow:before, .AboutMenuBar .sliderBar .AbouTab .swiper-slide.NowActive .arrow:before {
  transform: rotate(90deg) translateX(0);
}
.TechMenuBar .sliderBar .Tech .swiper-slide:hover, .TechMenuBar .sliderBar .AbouTab .swiper-slide:hover, .AboutMenuBar .sliderBar .Tech .swiper-slide:hover, .AboutMenuBar .sliderBar .AbouTab .swiper-slide:hover {
  line-height: 80px;
  color: #5a73b9;
}
.TechMenuBar .sliderBar .Tech .swiper-slide:hover .arrow, .TechMenuBar .sliderBar .AbouTab .swiper-slide:hover .arrow, .AboutMenuBar .sliderBar .Tech .swiper-slide:hover .arrow, .AboutMenuBar .sliderBar .AbouTab .swiper-slide:hover .arrow {
  opacity: 1;
  color: #fff;
}
.TechMenuBar .sliderBar .Tech .swiper-slide .arrow, .TechMenuBar .sliderBar .AbouTab .swiper-slide .arrow, .AboutMenuBar .sliderBar .Tech .swiper-slide .arrow, .AboutMenuBar .sliderBar .AbouTab .swiper-slide .arrow {
  display: inline-block;
  width: 100%;
  height: 40%;
  position: absolute;
  bottom: 0;
  opacity: 0;
  left: 0;
  line-height: 0;
  transition-property: all;
  transition-duration: 0.5s;
  transition-delay: 0s;
}
.TechMenuBar .sliderBar .Tech .swiper-slide .arrow:before, .TechMenuBar .sliderBar .AbouTab .swiper-slide .arrow:before, .AboutMenuBar .sliderBar .Tech .swiper-slide .arrow:before, .AboutMenuBar .sliderBar .AbouTab .swiper-slide .arrow:before {
  transition-property: all;
  transition-duration: 0.5s;
  transition-delay: 0s;
  transform-origin: center;
  transform: rotate(90deg) translateX(0);
}

.AboutContent {
  width: 100%;
  height: auto;
  background-color: #f7f7f7;
  position: relative;
  padding-top: 30px;
  padding-bottom: 80px;
  min-height: calc(100vh - 300px);
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 64.0625em) {
  .AboutContent {
    padding-bottom: 60px;
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media screen and (max-width: 37.5em) {
  .AboutContent {
    padding-top: 35px;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.AboutContent .About_icath {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}
.AboutContent .About_icath figcaption {
  display: inline-block;
  float: right;
  width: 500px;
  padding-left: 30px;
}
@media screen and (max-width: 64.0625em) {
  .AboutContent .About_icath figcaption {
    width: 350px;
  }
}
@media screen and (max-width: 50em) {
  .AboutContent .About_icath figcaption {
    width: 250px;
  }
}
@media screen and (max-width: 37.5em) {
  .AboutContent .About_icath figcaption {
    width: 100%;
    padding-left: 0;
  }
}
.AboutContent .About_icath figcaption .textbox {
  padding: 0;
  padding-top: 50px;
}
.AboutContent .About_icath figcaption figure {
  width: 100%;
  font-size: 1.875rem;
  text-align: left;
  font-style: italic;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #5a73b9;
  border-top: 2px solid #8d94b7;
  border-bottom: 2px solid #8d94b7;
  margin-top: 40px;
}
.AboutContent .About_icath .textLeft {
  width: calc( 100% - 500px );
  letter-spacing: 1px;
  color: #686868;
  font-size: 1rem;
  line-height: 1.75rem;
}
@media screen and (max-width: 64.0625em) {
  .AboutContent .About_icath .textLeft {
    width: calc( 100% - 350px );
  }
}
@media screen and (max-width: 50em) {
  .AboutContent .About_icath .textLeft {
    width: calc( 100% - 250px );
  }
}
@media screen and (max-width: 37.5em) {
  .AboutContent .About_icath .textLeft {
    width: 100%;
  }
}
.AboutContent .About_icath article {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 37.5em) {
  .AboutContent .About_icath article {
    width: 100%;
  }
}
.AboutContent .About_icath article .ExecutiveOfficers {
  width: 100%;
  font-size: 1.5625rem;
  position: relative;
  margin-bottom: 50px;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 64.0625em) {
  .AboutContent .About_icath article .ExecutiveOfficers {
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    padding-right: 0;
  }
}
@media screen and (max-width: 37.5em) {
  .AboutContent .About_icath article .ExecutiveOfficers {
    width: 100%;
    text-align: left;
    margin-bottom: 30px;
    padding-right: 0;
  }
}
.AboutContent .About_icath article .ExecutiveOfficers .left {
  width: 180px;
  padding-right: 35px;
}
@media screen and (max-width: 64.0625em) {
  .AboutContent .About_icath article .ExecutiveOfficers .left {
    width: 165px;
  }
}
@media screen and (max-width: 37.5em) {
  .AboutContent .About_icath article .ExecutiveOfficers .left {
    padding-right: 0;
  }
}
.AboutContent .About_icath article .ExecutiveOfficers .left .deco {
  width: 30%;
  height: 5px;
  background-color: #5a73b9;
  margin-top: 15px;
  margin-bottom: 15px;
}
.AboutContent .About_icath article .ExecutiveOfficers .left .photo {
  width: 160px;
  height: auto;
  margin-left: 0;
  margin-right: auto;
  display: inline-block;
  float: none;
  margin-bottom: 15px;
}
@media screen and (max-width: 37.5em) {
  .AboutContent .About_icath article .ExecutiveOfficers .left .photo {
    width: 130px;
  }
}
.AboutContent .About_icath article .ExecutiveOfficers .left h3 {
  text-align-last: left;
  letter-spacing: 1px;
  font-size: 1.5625rem;
  line-height: 1.875rem;
  display: inline-block;
  padding-bottom: 5px;
  width: auto;
  float: none;
  margin-left: 0;
  margin-right: auto;
  width: 100%;
  font-weight: normal;
  text-align: left;
}
.AboutContent .About_icath article .ExecutiveOfficers .left span {
  font-size: 1.125rem;
  display: inline-block;
}
.AboutContent .About_icath article .ExecutiveOfficers .left span img.photo {
  width: 130px;
  display: block;
  float: left;
}
@media screen and (max-width: 37.5em) {
  .AboutContent .About_icath article .ExecutiveOfficers .left span img.photo {
    margin-right: 10px;
  }
}
.AboutContent .About_icath article .ExecutiveOfficers .left span br {
  display: none;
}
.AboutContent .About_icath article .ExecutiveOfficers .left span h3, .AboutContent .About_icath article .ExecutiveOfficers .left span span {
  width: calc(100% - 130px);
  display: block;
  float: left;
  padding-left: 10px;
}
@media screen and (max-width: 37.5em) {
  .AboutContent .About_icath article .ExecutiveOfficers .left span h3, .AboutContent .About_icath article .ExecutiveOfficers .left span span {
    width: calc(100% - 140px);
  }
}
.AboutContent .About_icath article .ExecutiveOfficers .left span .deco {
  display: block;
  float: left;
  margin-left: 10px;
}
.AboutContent .About_icath article .ExecutiveOfficers .right {
  width: calc( 100% - 180px);
  padding-right: 0;
}
@media screen and (max-width: 64.0625em) {
  .AboutContent .About_icath article .ExecutiveOfficers .right {
    width: calc( 100% - 165px);
    padding-right: 0;
  }
}
@media screen and (max-width: 37.5em) {
  .AboutContent .About_icath article .ExecutiveOfficers .right {
    width: 100%;
    padding-right: 0;
  }
}
.AboutContent .About_icath article .ExecutiveOfficers .right h3 {
  text-align-last: left;
  letter-spacing: 1px;
  font-size: 1.5625rem;
  line-height: 1.875rem;
  display: inline-block;
  padding-bottom: 5px;
  width: auto;
  float: none;
  margin-left: 0;
  margin-right: auto;
  width: auto;
  font-weight: normal;
  text-align: left;
}
.AboutContent .About_icath article .ExecutiveOfficers .right span {
  font-size: 1.125rem;
  display: inline-block;
  padding-left: 15px;
}
.AboutContent .About_icath article .ExecutiveOfficers .right .deco {
  width: 120px;
  height: 5px;
  background-color: #5a73b9;
  margin-top: 15px;
  margin-bottom: 15px;
}
.AboutContent .About_icath article .ExecutiveOfficers .right p {
  font-size: 1rem;
  margin-bottom: 5px;
  display: inline-block;
  position: relative;
}
.AboutContent .About_icath article .ExecutiveOfficers .right p.profile {
  padding-bottom: 20px;
}
.AboutContent .About_icath article .ExecutiveOfficers .right p.profile:after {
  width: 100%;
  height: 1px;
  background-color: #8c95c3;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.5;
}
@media screen and (max-width: 37.5em) {
  .AboutContent .About_icath article .ExecutiveOfficers .right p.profile:after {
    width: 100%;
  }
}
.AboutContent .About_icath article .ExecutiveOfficers .right h4 {
  font-size: 1.125rem;
  font-style: italic;
  color: #5a73b9;
}
.AboutContent .About_icath article .ExecutiveOfficers h3 {
  text-align-last: left;
  letter-spacing: 1px;
  font-size: 1.5625rem;
  line-height: 1.5625rem;
  display: inline-block;
  padding-bottom: 5px;
  width: auto;
  float: none;
  margin-left: 0;
  margin-right: auto;
  width: 100%;
  font-weight: normal;
}
.AboutContent .About_icath article .ExecutiveOfficers span {
  font-size: 1.125rem;
  display: inline-block;
}
.AboutContent .About_icath article .ExecutiveOfficers .experience {
  display: inline-block;
  list-style: none;
  margin-top: 10px;
  width: 100%;
  padding-right: 0;
}
.AboutContent .About_icath article .ExecutiveOfficers .experience li {
  font-size: 1.125rem;
  display: inline-block;
  width: 100%;
  padding-left: 15px;
  position: relative;
}
.AboutContent .About_icath article .ExecutiveOfficers .experience li:before {
  width: 3px;
  height: 3px;
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  content: "";
  background-color: #5a73b9;
}
.AboutContent .About_icath article h3 {
  color: #5a73b9;
  letter-spacing: 2px;
  font-size: 2.8125rem;
  line-height: 3.125rem;
  text-align: center;
  padding-left: 0;
  font-weight: normal;
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 37.5em) {
  .AboutContent .About_icath article h3 {
    font-size: 2.1875rem;
    letter-spacing: 1px;
    line-height: 2.5rem;
  }
}
.AboutContent .About_icath article h3:after {
  width: 5%;
}
.AboutContent .About_icath article h3 span {
  font-size: 1.875rem;
  color: #999;
}
@media screen and (max-width: 37.5em) {
  .AboutContent .About_icath article h3 span {
    font-size: 1.5625rem;
    letter-spacing: 1px;
  }
}
.AboutContent .About_icath article span.textbox {
  display: block;
  width: 100%;
  color: #333;
  letter-spacing: 1px;
  padding: 0;
  position: relative;
  transform-style: preserve-3d;
  perspective: 1200px;
  padding: 25px 0;
}
.AboutContent .About_icath article span.textbox:first-child {
  padding-top: 50px;
}
@media screen and (max-width: 37.5em) {
  .AboutContent .About_icath article span.textbox:first-child {
    padding-top: 25px;
  }
}
@media screen and (max-width: 64.0625em) {
  .AboutContent .About_icath article span.textbox {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 37.5em) {
  .AboutContent .About_icath article span.textbox {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
.AboutContent .About_icath article span.textbox .box, .AboutContent .About_icath article span.textbox .box2 {
  font-size: 2.1875rem;
  font-weight: normal;
  left: 3px;
  display: inline-block;
  float: left;
  vertical-align: top;
  height: 45px;
  margin-right: 10px;
  line-height: 40px;
  font-style: italic;
  color: #5a73b9;
}
@media screen and (max-width: 64.0625em) {
  .AboutContent .About_icath article span.textbox .box, .AboutContent .About_icath article span.textbox .box2 {
    font-size: 1.625rem;
  }
}
.AboutContent .About_icath article span.textbox p {
  margin-bottom: 15px;
  text-justify: distribute;
  font-size: 1rem;
}
.AboutContent .Vision {
  display: block;
  position: relative;
  width: 100%;
}
.AboutContent .Vision article {
  width: 90%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}
.AboutContent .Vision article h3 {
  color: #5a73b9;
  letter-spacing: 2px;
  font-size: 2.8125rem;
  line-height: 3.125rem;
  text-align: center;
  padding-left: 0;
  font-weight: normal;
}
.AboutContent .Vision article h3 span {
  font-size: 1.875rem;
  color: #999;
}
.AboutContent .Vision article span.textbox {
  display: block;
  width: 45%;
  padding: 50px;
  color: #333;
  letter-spacing: 1px;
  padding-right: 50px;
  padding-bottom: 50px;
  position: relative;
  transform-style: preserve-3d;
  perspective: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.AboutContent .Vision article span.textbox .box, .AboutContent .Vision article span.textbox .box2 {
  font-size: 2.1875rem;
  font-weight: normal;
  left: 3px;
  display: inline-block;
  float: left;
  vertical-align: top;
  height: 45px;
  margin-right: 10px;
  line-height: 40px;
  font-style: italic;
  color: #5a73b9;
}
@media screen and (max-width: 64.0625em) {
  .AboutContent .Vision article span.textbox .box, .AboutContent .Vision article span.textbox .box2 {
    font-size: 1.875rem;
  }
}
.AboutContent .Vision article span.textbox .subBox {
  width: 170%;
  display: inline-block;
  margin-left: -35%;
  background-color: #5a73b9;
  padding: 50px;
  color: #fff;
}
.AboutContent .Vision article span.textbox .subBox .box, .AboutContent .Vision article span.textbox .subBox .box2 {
  color: #fff;
}
.AboutContent .Vision article span.textbox .foucsBox {
  margin-top: 30px;
  width: 100%;
  font-size: 1.875rem;
  font-style: italic;
  display: inline-block;
  padding-bottom: 20px;
  margin: 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #aaa;
}
.AboutContent .Vision article img.vision {
  display: inline-block;
  float: right;
  margin-right: 0;
  height: auto;
  margin-left: 30px;
}
.AboutContent .CEO {
  display: block;
  position: relative;
  width: 100%;
}
.AboutContent .CEO article {
  width: 90%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.AboutContent .CEO article h3 {
  color: #5a73b9;
  letter-spacing: 2px;
  font-size: 2.8125rem;
  line-height: 3.125rem;
  text-align: center;
  padding-left: 0;
  font-weight: normal;
}
.AboutContent .CEO article h3 span {
  font-size: 1.875rem;
  color: #999;
}
.AboutContent .CEO article span.textbox {
  display: block;
  width: 50%;
  padding: 50px;
  color: #333;
  letter-spacing: 1px;
  padding-right: 50px;
  padding-bottom: 50px;
  position: relative;
  transform-style: preserve-3d;
  perspective: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.AboutContent .CEO article span.textbox .box, .AboutContent .CEO article span.textbox .box2 {
  font-size: 2.1875rem;
  font-weight: normal;
  left: 3px;
  display: inline-block;
  float: left;
  vertical-align: top;
  height: 45px;
  margin-right: 10px;
  line-height: 40px;
  font-style: italic;
  color: #5a73b9;
}
@media screen and (max-width: 64.0625em) {
  .AboutContent .CEO article span.textbox .box, .AboutContent .CEO article span.textbox .box2 {
    font-size: 1.875rem;
  }
}
.AboutContent .CEO article span.textbox .subBox {
  width: 150%;
  display: inline-block;
  margin-left: -25%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 30px 50px;
  color: #333;
}
.AboutContent .CEO article span.textbox .subBox .box, .AboutContent .CEO article span.textbox .subBox .box2 {
  color: #5a73b9;
}
.AboutContent .CEO article img.ceo {
  display: inline-block;
  float: none;
  margin-right: auto;
  height: auto;
  margin-right: 30px;
  position: relative;
  max-width: none;
  width: 150%;
  margin-left: -25%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.AboutContent .TimeLine {
  display: block;
  position: relative;
  width: 100%;
}
.AboutContent .TimeLine article {
  width: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 50em) {
  .AboutContent .TimeLine article {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
.AboutContent .TimeLine article h3 {
  color: #5a73b9;
  letter-spacing: 2px;
  font-size: 2.8125rem;
  line-height: 3.125rem;
  text-align: center;
  padding-left: 0;
  font-weight: normal;
}
@media screen and (max-width: 50em) {
  .AboutContent .TimeLine article h3 {
    font-size: 2.375rem;
    line-height: 2.8125rem;
  }
}
@media screen and (max-width: 37.5em) {
  .AboutContent .TimeLine article h3 {
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
}
.AboutContent .TimeLine article h3 span {
  font-size: 1.875rem;
  color: #999;
}
.AboutContent .TimeLine article .achievementBox {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-align: strtch;
      align-items: strtch;
  display: flex;
  display: -webkit-flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding-bottom: 50px;
}
@media screen and (max-width: 37.5em) {
  .AboutContent .TimeLine article .achievementBox {
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.AboutContent .TimeLine article .achievementBox .achievement {
  width: 30%;
}
@media screen and (max-width: 37.5em) {
  .AboutContent .TimeLine article .achievementBox .achievement {
    width: 80%;
  }
}
.AboutContent .TimeLine article .achievementBox .achievement .icon {
  width: 100px;
  height: 100px;
  background: #5a73b9;
  border-radius: 50%;
  background-color: #5a73b9;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-right: auto;
  margin-left: auto;
  line-height: 100px;
  text-align: center;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.AboutContent .TimeLine article .achievementBox .achievement .icon i {
  font-size: 1.5625rem;
}
@media screen and (max-width: 37.5em) {
  .AboutContent .TimeLine article .achievementBox .achievement .icon {
    margin-top: 35px;
    margin-bottom: 20px;
  }
}
.AboutContent .TimeLine article .achievementBox .achievement .icon img {
  width: 50px;
}
.AboutContent .TimeLine article .achievementBox .achievement .textContainer {
  text-align: center;
  font-size: 1.125rem;
  letter-spacing: 1px;
  line-height: 1.5625rem;
  color: #333;
}
.AboutContent .TimeLine article .timeLineBoxV2 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  border-top: #e6e6e6 1px solid;
  position: relative;
  padding-bottom: 30px;
}
.AboutContent .TimeLine article .timeLineBoxV2 .wholetimeLine {
  width: 100%;
  height: auto;
  position: relative;
}
@media screen and (max-width: 37.5em) {
  .AboutContent .TimeLine article .timeLineBoxV2 .wholetimeLine {
    /* margin-bottom: 30px; */
    
  }
}
.AboutContent .TimeLine article .timeLineBoxV2 .wholetimeLine:before {
  width: 1px;
  height: 100%;
  position: absolute;
  left: 61px;
  top: 0;
  background-color: #485c95;
  content: "";
  display: block;
  z-index: 500;
}
@media screen and (max-width: 37.5em) {
  .AboutContent .TimeLine article .timeLineBoxV2 .wholetimeLine:before {
    left: 50px;
  }
}
.AboutContent .TimeLine article .timeLineBoxV2 .wholetimeLine:after {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  content: "";
  background-color: #485c95;
  left: 55px;
  bottom: 0;
  z-index: 501;
  display: block;
  position: absolute;
}
@media screen and (max-width: 37.5em) {
  .AboutContent .TimeLine article .timeLineBoxV2 .wholetimeLine:after {
    left: 44px;
  }
}
.AboutContent .TimeLine article .timeLineBoxV2 .wholetimeLine .year {
  width: 122px;
  height: 122px;
  border-radius: 50%;
  background-color: #7e89c7;
  z-index: 800;
  position: relative;
  text-align: center;
  line-height: 122px;
  color: #fff;
  font-weight: normal;
  font-size: 2.1875rem;
  font-style: italic;
}
@media screen and (max-width: 37.5em) {
  .AboutContent .TimeLine article .timeLineBoxV2 .wholetimeLine .year {
    width: 100px;
    height: 100px;
    font-size: 1.875rem;
    line-height: 100px;
  }
}
.AboutContent .TimeLine article .timeLineBoxV2 .wholetimeLine .year p {
  position: relative;
  z-index: 805;
}
.AboutContent .TimeLine article .timeLineBoxV2 .wholetimeLine .year:after {
  width: 116px;
  height: 116px;
  background-color: #485c95;
  border-radius: 50%;
  top: calc( (122px - 116px) / 2 );
  left: calc( (122px - 116px) / 2 );
  content: "";
  z-index: 802;
  position: absolute;
}
@media screen and (max-width: 37.5em) {
  .AboutContent .TimeLine article .timeLineBoxV2 .wholetimeLine .year:after {
    width: 94px;
    height: 94px;
    top: calc( (100px - 94px) / 2 );
    left: calc( (100px - 94px) / 2 );
  }
}
.AboutContent .TimeLine article .timeLineBoxV2 .wholetimeLine .yearContent {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}
.AboutContent .TimeLine article .timeLineBoxV2 .wholetimeLine .yearContent .month {
  width: 100%;
  margin-bottom: 30px;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start;
}
.AboutContent .TimeLine article .timeLineBoxV2 .wholetimeLine .yearContent .month .head {
  height: 60px;
  width: 290px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-align: center;
      align-items: center;
}
@media screen and (max-width: 50em) {
  .AboutContent .TimeLine article .timeLineBoxV2 .wholetimeLine .yearContent .month .head {
    width: 240px;
  }
}
@media screen and (max-width: 37.5em) {
  .AboutContent .TimeLine article .timeLineBoxV2 .wholetimeLine .yearContent .month .head {
    width: 100px;
  }
}
.AboutContent .TimeLine article .timeLineBoxV2 .wholetimeLine .yearContent .month .head .dot {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: #7e89c7 3px solid;
  background-color: #f7f7f7;
  margin-left: 49px;
  position: relative;
  z-index: 500;
}
@media screen and (max-width: 37.5em) {
  .AboutContent .TimeLine article .timeLineBoxV2 .wholetimeLine .yearContent .month .head .dot {
    margin-left: 38px;
  }
}
.AboutContent .TimeLine article .timeLineBoxV2 .wholetimeLine .yearContent .month .head .monthName {
  width: 160px;
  height: 60px;
  position: relative;
  text-align: center;
  line-height: 60px;
  font-size: 1.5625rem;
  font-style: italic;
  color: #686868;
  letter-spacing: 1px;
  text-align: left;
  text-indent: 15px;
}
@media screen and (max-width: 50em) {
  .AboutContent .TimeLine article .timeLineBoxV2 .wholetimeLine .yearContent .month .head .monthName {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 37.5em) {
  .AboutContent .TimeLine article .timeLineBoxV2 .wholetimeLine .yearContent .month .head .monthName {
    display: none;
  }
}
.AboutContent .TimeLine article .timeLineBoxV2 .wholetimeLine .yearContent .month .head .line {
  width: 25px;
  height: 2px;
  background-color: #485c95;
  position: absolute;
  right: 0;
  opacity: 0;
}
.AboutContent .TimeLine article .timeLineBoxV2 .wholetimeLine .yearContent .month .content {
  width: calc( 100% - 290px);
  padding: 18px 15px 0 30px;
  height: auto;
  min-height: inherit;
  position: relative;
}
@media screen and (max-width: 64.0625em) {
  .AboutContent .TimeLine article .timeLineBoxV2 .wholetimeLine .yearContent .month .content {
    padding: 18px 0 0 30px;
  }
}
@media screen and (max-width: 50em) {
  .AboutContent .TimeLine article .timeLineBoxV2 .wholetimeLine .yearContent .month .content {
    width: calc( 100% - 240px);
  }
}
@media screen and (max-width: 37.5em) {
  .AboutContent .TimeLine article .timeLineBoxV2 .wholetimeLine .yearContent .month .content {
    width: calc( 100% - 100px);
    padding: 18px 15px 0 0;
  }
}
.AboutContent .TimeLine article .timeLineBoxV2 .wholetimeLine .yearContent .month .content .item {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-align: center;
      align-items: center;
  padding-bottom: 15px;
  position: relative;
}
.AboutContent .TimeLine article .timeLineBoxV2 .wholetimeLine .yearContent .month .content .item:before {
  width: 10px;
  height: 2px;
  content: "";
  display: block;
  left: -20px;
  top: 12px;
  background-color: #485c95;
  position: absolute;
}
@media screen and (max-width: 37.5em) {
  .AboutContent .TimeLine article .timeLineBoxV2 .wholetimeLine .yearContent .month .content .item {
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.AboutContent .TimeLine article .timeLineBoxV2 .wholetimeLine .yearContent .month .content .item.pic:first-child {
  margin-top: -46px;
}
@media screen and (max-width: 37.5em) {
  .AboutContent .TimeLine article .timeLineBoxV2 .wholetimeLine .yearContent .month .content .item.pic:first-child {
    margin-top: -30px;
  }
}
.AboutContent .TimeLine article .timeLineBoxV2 .wholetimeLine .yearContent .month .content .item.pic:before {
  display: none;
}
.AboutContent .TimeLine article .timeLineBoxV2 .wholetimeLine .yearContent .month .content .item.pic .textContent {
  width: calc( 100% - 145px);
  padding-left: 20px;
}
@media screen and (max-width: 37.5em) {
  .AboutContent .TimeLine article .timeLineBoxV2 .wholetimeLine .yearContent .month .content .item.pic .textContent {
    width: 100%;
    padding-left: 0;
    padding: 20px 0;
  }
}
.AboutContent .TimeLine article .timeLineBoxV2 .wholetimeLine .yearContent .month .content .item .monthName {
  display: none;
}
@media screen and (max-width: 37.5em) {
  .AboutContent .TimeLine article .timeLineBoxV2 .wholetimeLine .yearContent .month .content .item .monthName.mb {
    display: block;
    font-style: italic;
    color: #5a73b9;
    margin-bottom: 10px;
    font-size: 1.125rem;
  }
}
.AboutContent .TimeLine article .timeLineBoxV2 .wholetimeLine .yearContent .month .content .item .textContent {
  letter-spacing: 1px;
  font-size: 1rem;
  color: #686868;
}
@media screen and (max-width: 37.5em) {
  .AboutContent .TimeLine article .timeLineBoxV2 .wholetimeLine .yearContent .month .content .item .textContent {
    width: 100%;
  }
}
.AboutContent .TimeLine article .timeLineBoxV2 .wholetimeLine .yearContent .month .content .item .picContent {
  width: 145px;
  height: 145px;
  background-color: #5a73b9;
  border-radius: 50%;
  position: relative;
  transition-property: all;
  transition-duration: 0.5s;
  transition-delay: 0s;
  cursor: pointer;
}
@media screen and (max-width: 50em) {
  .AboutContent .TimeLine article .timeLineBoxV2 .wholetimeLine .yearContent .month .content .item .picContent {
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 37.5em) {
  .AboutContent .TimeLine article .timeLineBoxV2 .wholetimeLine .yearContent .month .content .item .picContent {
    width: 90px;
    height: 90px;
  }
}
.AboutContent .TimeLine article .timeLineBoxV2 .wholetimeLine .yearContent .month .content .item .picContent:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  transform: scale(1.05);
}
.AboutContent .TimeLine article .timeLineBoxV2 .wholetimeLine .yearContent .month .content .item .picContent div.zoomGlass {
  width: 45px;
  height: 45px;
  display: inline-block;
  position: absolute;
  z-index: 100;
  bottom: 0;
  right: 0;
}
.AboutContent .TimeLine article .timeLineBoxV2 .wholetimeLine .yearContent .month .content .item .picContent div.container {
  width: 92%;
  height: 92%;
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  top: 4%;
  left: 4%;
  overflow: hidden;
  display: block;
  z-index: 50;
}
.AboutContent .TimeLine article .timeLineBoxV2 .wholetimeLine .yearContent .month .content .item .picContent div.container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.AboutContent .TimeLine article .timeLineBox {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
}
@media screen and (max-width: 37.5em) {
  .AboutContent .TimeLine article .timeLineBox {
    padding-top: 35px;
    width: 100%;
  }
}
.AboutContent .TimeLine article .timeLineBox .history {
  width: 100%;
  position: relative;
}
.AboutContent .TimeLine article .timeLineBox .history .content {
  width: 100%;
  height: auto;
  min-height: auto;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-top: 25px;
}
@media screen and (max-width: 37.5em) {
  .AboutContent .TimeLine article .timeLineBox .history .content {
    padding-top: 0;
    margin-bottom: 0;
  }
}
.AboutContent .TimeLine article .timeLineBox .history .content .bgp {
  width: 156px;
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 0;
  display: none;
}
.AboutContent .TimeLine article .timeLineBox .history .content .detial {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  position: relative;
  z-index: 100;
  padding-bottom: 0;
  background-color: #fff;
}
@media screen and (max-width: 37.5em) {
  .AboutContent .TimeLine article .timeLineBox .history .content .detial {
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.AboutContent .TimeLine article .timeLineBox .history .content .detial:after {
  width: 85%;
  height: 1px;
  position: absolute;
  content: "";
  display: block;
  right: 7.5%;
  bottom: 0;
  z-index: 100;
  background-color: #c6c6c6;
}
.AboutContent .TimeLine article .timeLineBox .history .content .detial:last-child:after {
  display: none;
}
.AboutContent .TimeLine article .timeLineBox .history .content .detial:hover .des {
  padding-left: 65px;
  color: #485c95;
}
.AboutContent .TimeLine article .timeLineBox .history .content .detial .month {
  width: 120px;
  line-height: 1.5625rem;
  text-align: left;
  font-size: 1.5625rem;
  color: #485c95;
  letter-spacing: 2px;
  padding: 25px;
  padding-left: 30px;
  position: relative;
  font-style: italic;
}
@media screen and (max-width: 37.5em) {
  .AboutContent .TimeLine article .timeLineBox .history .content .detial .month {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
.AboutContent .TimeLine article .timeLineBox .history .content .detial .des {
  padding: 25px;
  width: calc(100% - 120px);
  padding-left: 60px;
  font-size: 1.125rem;
  color: #8f8f8f;
  vertical-align: top;
  transition-property: all;
  transition-duration: 0.5s;
  transition-delay: 0s;
}
@media screen and (max-width: 37.5em) {
  .AboutContent .TimeLine article .timeLineBox .history .content .detial .des {
    padding-right: 5%;
    padding-left: 5%;
    width: 100%;
    padding-top: 0;
  }
}
.AboutContent .TimeLine article .timeLineBox .history .dateYear {
  text-align: center;
  font-size: 2.1875rem;
  letter-spacing: 1px;
  color: #5a73b9;
  position: relative;
}
@media screen and (max-width: 64.0625em) {
  .AboutContent .TimeLine article .timeLineBox .history .dateYear {
    font-size: 1.875rem;
  }
}
.AboutContent .TimeLine article .timeLineBox .history .dateYear:after {
  display: block;
  content: "";
  position: absolute;
  width: 43%;
  height: 3px;
  background-color: #d9d9d9;
  top: 50%;
  left: 0;
}
@media screen and (max-width: 37.5em) {
  .AboutContent .TimeLine article .timeLineBox .history .dateYear:after {
    width: 20%;
  }
}
.AboutContent .TimeLine article .timeLineBox .history .dateYear:before {
  background-color: #d9d9d9;
  display: block;
  content: "";
  position: absolute;
  width: 43%;
  height: 3px;
  background-color: #d9d9d9;
  top: 50%;
  right: 0;
}
@media screen and (max-width: 37.5em) {
  .AboutContent .TimeLine article .timeLineBox .history .dateYear:before {
    width: 20%;
  }
}

@media screen and (max-width: 37.5em) {
  .quaters .content {
    padding-left: 0;
    padding-right: 0;
  }
  .quaters .content a {
    font-size: 1rem;
  }
}

article.content.pd50 .content.pd50.Investors {
  padding: 0;
}

.content.Conference {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 37.5em) {
  .sharePrice.w1440 .content {
    padding-left: 0;
    padding-right: 0;
  }
}

.content {
  width: 100%;
  background-color: #f7f7f7;
  position: relative;
  min-height: calc( 100vh - 300px);
}
@media screen and (max-width: 37.5em) {
  .content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.content.Investors.Financial {
  padding-top: 0;
}
.content.news .infoBar {
  width: 100%;
  position: relative;
  max-width: 1400px;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
}
.content.news .infoBar:after {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #c8c8c8;
  display: block;
  content: "";
  top: 19px;
  left: 0;
  z-index: 10;
}
.content.news .infoBar .tag {
  position: relative;
  float: left;
  width: auto;
  padding: 0 25px;
  color: #fff;
  letter-spacing: 1px;
  line-height: 40px;
  z-index: 50;
}
.content.news .infoBar .tag.ot {
  background-color: #e33cb6;
}
.content.news .infoBar .date {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0 40px 0 25px;
  letter-spacing: 1px;
  color: #2b3984;
  background-color: #ececec;
  line-height: 40px;
  height: 100%;
  z-index: 50;
  position: relative;
}
@media screen and (max-width: 37.5em) {
  .content.news .infoBar .date {
    padding: 0 10px 0 10px;
  }
}
.content.news .mainContent {
  width: 100%;
  background: #fff;
  margin-top: 25px;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}
.content.news .mainContent .share {
  width: 100%;
  display: block;
  text-align: left;
}
.content.news .mainContent .share a {
  width: 50px;
  height: 50px;
  color: #485c95;
  font-size: 1.25rem;
}
.content.news .mainContent h3 {
  font-size: 2.1875rem;
  font-weight: normal;
  color: #485c95;
  /*letter-spacing: 2px;*/
  margin-bottom: 15px;
}
@media screen and (max-width: 37.5em) {
  .content.news .mainContent h3 {
    font-size: 1.5625rem;
  }
}

.techContent {
  width: 100%;
  height: auto;
  background-color: #f7f7f7;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 35px;
  padding-left: 35px;
  min-height: calc(100vh - 300px);
}
@media screen and (max-width: 81.25em) {
  .techContent {
    padding-top: 30px;
  }
}
@media screen and (max-width: 37.5em) {
  .techContent {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.ApplyContentTitle {
    color: #485c95;
    width: 100%;
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
}

.techContent .techItem {
    width: 100%;
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: flex;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
    min-height: 350px;
}
@media screen and (max-width: 37.5em) {
  .techContent .techItem {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 64.0625em) {
  .techContent .techItem:nth-child(even) .profile {
    padding: 25px 0 25px 0;
  }
}
@media screen and (max-width: 37.5em) {
  .techContent .techItem:nth-child(even) .casegroup {
    -ms-flex-order: 0;
        order: 0;
  }
}
@media screen and (max-width: 37.5em) {
  .techContent .techItem {
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
}
.techContent .techItem .profile {
  padding: 30px 0;
  width: 100%;
}
@media screen and (max-width: 64.0625em) {
  .techContent .techItem .profile {
    padding: 25px 0 25px 0;
  }
}
@media screen and (max-width: 50em) {
  .techContent .techItem .profile {
    padding: 25px 0;
  }
}
@media screen and (max-width: 37.5em) {
  .techContent .techItem .profile {
    padding: 0 0;
  }
}
.techContent .techItem .profile h3 {
  font-size: 1.875rem;
  color: #7c7c7c;
  line-height: 2.375rem;
  display: inline-block;
  padding-bottom: 20px;
  position: relative;
  font-weight: normal;
}
@media screen and (max-width: 37.5em) {
  .techContent .techItem .profile h3 {
    font-size: 1.5625rem;
    line-height: 2rem;
  }
}
.techContent .techItem .profile h3:after {
  width: 20%;
  position: absolute;
  content: "";
  height: 5px;
  background-color: #5a73b9;
  left: 0;
  bottom: 0;
}
.techContent .techItem .profile p {
  margin: 0;
  margin-top: 20px;
  color: #7c7c7c;
  letter-spacing: 1px;
}
.techContent .techItem .profile a {
  color: #485c95;
}
.techContent .techItem .profile a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 37.5em) {
  .techContent .techItem .profile {
    width: 100%;
  }
}
.techContent .techItem .casegroup {
  width: 100%;
  padding: 0;
}
.techContent .techItem .casegroup_ic {
    width: 100%;
    padding: 0;
}
@media screen and (max-width: 64.0625em) {
  .techContent .techItem .casegroup {
    padding: 25px 25px;
  }
}
@media screen and (max-width: 50em) {
  .techContent .techItem .casegroup {
    padding: 10px 0;
  }
}
@media screen and (max-width: 37.5em) {
  .techContent .techItem .casegroup {
    padding: 20px 0;
    padding-bottom: 0;
    text-align: center;
  }
}
.techContent .techItem .casegroup ul {
  display: block;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.techContent .techItem .casegroup_ic ul {
    display: block;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: flex;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media screen and (max-width: 64.0625em) {
  .techContent .techItem .casegroup ul {
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 37.5em) {
  .techContent .techItem .casegroup ul {
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.techContent .techItem .casegroup ul li {
  width: 23%;
  margin-right: 2.66%;
  display: block;
  transition-property: all;
  transition-duration: 0.5s;
  transition-delay: 0s;
  margin-bottom: 30px;
}
.techContent .techItem .casegroup_ic ul li {
    width: 23%;
    margin-right: 2%;
    display: block;
    transition-property: all;
    transition-duration: 0.5s;
    transition-delay: 0s;
    margin-bottom: 0px;
}

.techContent .techItem .casegroup_ic ul li .collapse {
    position: absolute;

    left: 0px;
}
.techContent .techItem .casegroup_ic ul li .collapsing {
    display: none; 
}

.techContent .techItem .casegroup_ic ul li .collapse .app-grid-drawer-inner {
    padding-top: 1.25em;
    padding-right: 1em;
    padding-bottom: 1.25em;
    padding-left: 1em;
}

.app-grid-drawer-img {
    margin-left: auto;
    margin-right: auto;
}

.app-grid-drawer-img-title {
    text-align: center;
}
.techContent .techItem .casegroup_ic ul li .collapse .app-grid-drawer-inner .app-grid-drawer-title {
    opacity: 1;
}


.techContent .techItem .casegroup_ic ul li .collapse .app-grid-drawer-inner .app-grid-drawer-desc {
    opacity: 1;
}
@media screen and (min-width: 1024px) {
    .techContent .techItem .casegroup_ic ul li .collapse {      
        width: 100%;
        z-index: 1;
    }
    .app-grid-drawer-img {
        width: 200px;
    }

    .app-grid-drawer-img-title {
        width: 200px;
    }
    .techContent .techItem .casegroup_ic ul li .collapse .app-grid-drawer-inner {
        max-width: 1024px;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
    } 
}


.techContent .techItem .casegroup ul li:nth-child(4n+4) {
  margin-right: 0;
}
.techContent .techItem .casegroup_ic ul li:nth-child(4n+4) {
  margin-right: 0;
}
@media screen and (max-width: 81.25em) {
  .techContent .techItem .casegroup ul li {
    width: 31%;
    margin-right: 3.4%;
  }
  .techContent .techItem .casegroup ul li:nth-child(3n+3) {
    margin-right: 0;
  }
  .techContent .techItem .casegroup ul li:nth-child(4n+4) {
    margin-right: 3.4%;
  }
  .techContent .techItem .casegroup_ic ul li {
    width: 31%;
    margin-right: 3.4%;
  }
  .techContent .techItem .casegroup_ic ul li:nth-child(3n+3) {
    margin-right: 0;
  }
  .techContent .techItem .casegroup_ic ul li:nth-child(4n+4) {
    margin-right: 3.4%;
  }
}
@media screen and (max-width: 64.0625em) {
  .techContent .techItem .casegroup ul li {
    width: 48%;
    margin-right: 4%;
    padding-bottom: 25px;
  }
  .techContent .techItem .casegroup ul li:nth-child(3n+3) {
    margin-right: 4%;
  }
  .techContent .techItem .casegroup ul li:nth-child(even) {
    margin-right: 0;
  }

  .techContent .techItem .casegroup_ic ul li {
    width: 48%;
    margin-right: 4%;
    padding-bottom: 25px;
  }

  .techContent .techItem .casegroup_ic ul li:nth-child(3n+3) {
    margin-right: 4%;
  }

  .techContent .techItem .casegroup_ic ul li:nth-child(even) {
    margin-right: 0;
  }
}
@media screen and (max-width: 37.5em) {
  .techContent .techItem .casegroup ul li {
    width: 100%;
    margin-right: 0;
    padding-bottom: 0;
  }
  .techContent .techItem .casegroup ul li:last-child {
    margin-bottom: 0;
  }
  .techContent .techItem .casegroup_ic ul li {
    width: 100%;
    margin-right: 0;
    padding-bottom: 0;
  }
  .techContent .techItem .casegroup_ic ul li:last-child {
    margin-bottom: 0;
  }
}

.techContent .techItem .casegroup ul li:hover {
    transform: scale(1.03);
}
.techContent .techItem .casegroup ul li:hover a.video .picContainer:after {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}
.techContent .techItem .casegroup ul li a {
  display: block;
  position: relative;
}
.techContent .techItem .casegroup_ic ul li a {
    display: block;
    position: relative;
}

.techContent .techItem .casegroup ul li a .picContainer {
  position: relative;
}
.techContent .techItem .casegroup_ic ul li a .picContainer {
    position: relative;
}
.techContent .techItem .casegroup ul li a .picContainer:after {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-image: url(../images/icon_btn.png);
  content: "";
  display: block;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 200;
  transition-property: all;
  transition-duration: 0.4s;
  transition-delay: 0.3s;
  border-radius: 50%;
}
.techContent .techItem .casegroup_ic ul li a .picContainer:after {
    width: 50px;
    height: 50px;
    position: absolute;    
    top: 50%;
    left: 50%;
    background-image: url(../images/icon_btn.png);
    content: "";
    display: block;
    margin-top: -25px;
    margin-left: -25px;
    z-index: 200;
    transition-property: all;
    transition-duration: 0.4s;
    transition-delay: 0.3s;
    border-radius: 50%;
}
@media screen and (max-width: 37.5em) {
  .techContent .techItem .casegroup ul li a {
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 0;
  }
  .techContent .techItem .casegroup ul li a .picContainer {
    position: relative;
    width: 90%;
    margin-left: 5%;
  }
  .techContent .techItem .casegroup ul li a .picContainer:after {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(../images/icon_btn.png);
    content: "";
    display: block;
    margin-top: -25px;
    margin-left: -25px;
    z-index: 200;
    transition-property: all;
    transition-duration: 0.4s;
    transition-delay: 0.3s;
    border-radius: 50%;
  }
    .techContent .techItem .casegroup_ic ul li a {
        display: -ms-flexbox;
        display: flex;
        display: -webkit-flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 0;
    }

        .techContent .techItem .casegroup_ic ul li a .picContainer {
            position: relative;
            width: 90%;
            margin-left: 5%;
        }

            .techContent .techItem .casegroup_ic ul li a .picContainer:after {
                width: 50px;
                height: 50px;
                position: absolute;
                top: 50%;
                left: 50%;
                background-image: url(../images/icon_btn.png);
                content: "";
                display: block;
                margin-top: -25px;
                margin-left: -25px;
                z-index: 200;
                transition-property: all;
                transition-duration: 0.4s;
                transition-delay: 0.3s;
                border-radius: 50%;
            }
}
.techContent .techItem .casegroup ul li a.video .picContainer {
  position: relative;
}
.techContent .techItem .casegroup ul li a.ic_video .picContainer {
    position: relative;
}
.techContent .techItem .casegroup_ic ul li a.video .picContainer {
    position: relative;
}
.techContent .techItem .casegroup ul li a.video .picContainer:after {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-image: url(../images/playBtn.png);
  content: "";
  display: block;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 200;
  transition-property: all;
  transition-duration: 0.4s;
  transition-delay: 0.3s;
  border-radius: 50%;
}

.techContent .techItem .casegroup ul li a.ic_video .picContainer:after {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    display: block;
    margin-top: -25px;
    margin-left: -25px;
    z-index: 200;
    transition-property: all;
    transition-duration: 0.4s;
    transition-delay: 0.3s;
    border-radius: 50%;
}
.techContent .techItem .casegroup ul li a.video .picContainer img {
  position: relative;
  z-index: 100;
  width: 100%;
  height: 242px;
  object-fit: cover;
  object-position: 50% 50%;
}
.techContent .techItem .casegroup_ic ul li a.video .picContainer img {
    position: relative;
    z-index: 100;
    width: 100%;
    height: 242px;
    object-fit: cover;
    object-position: 50% 50%;
}
@media screen and (max-width: 37.5em) {
  .techContent .techItem .casegroup ul li a.video .picContainer img {
    width: 100%;
    height: 260px;
  }
  .techContent .techItem .casegroup_ic ul li a.video .picContainer img {
    width: 100%;
    height: 260px;
  }
    .techContent .techItem .casegroup ul li a.ic_video .picContainer img {
        width: 100%;
        height: 260px;
    }
}
.techContent .techItem .casegroup ul li a img {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  object-fit: contain;
  object-position: 50% 50%;
  width: 322px;
  height: 242px;
}
.techContent .techItem .casegroup_ic ul li a img {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    object-fit: contain;
    object-position: 50% 50%;
    width: 322px;
    height: 242px;
}
@media screen and (max-width: 37.5em) {
  .techContent .techItem .casegroup ul li a img {
    swidth: 100%;
    sheight: 260px;
  }
  .techContent .techItem .casegroup_ic ul li a img {
    swidth: 100%;
    sheight: 260px;
  }
}
.techContent .techItem .casegroup ul li img {
  border: #fff 1px solid;
  transition-property: all;
  transition-duration: 0.3s;
  transition-delay: 0s;
}
.techContent .techItem .casegroup_ic ul li img {
    border: #fff 1px solid;
    transition-property: all;
    transition-duration: 0.3s;
    transition-delay: 0s;
}
.techContent .techItem .casegroup ul li h4 {
  color: #485c95;
  font-weight: normal;
  font-size: 1.1875rem;
  display: block;
  padding-top: 10px;
}

.techContent .techItem .casegroup_ic ul li h4 {
    color: #485c95;
    font-weight: normal;
    font-size: 1.1875rem;
    display: block;
    padding-top: 10px;
}
@media screen and (max-width: 93.75em) {
  .techContent .techItem .casegroup ul li h4 {
    font-size: 1.125rem;
  }
    .techContent .techItem .casegroup_ic ul li h4 {
        font-size: 1.125rem;
    }
}
@media screen and (max-width: 37.5em) {
  .techContent .techItem .casegroup ul li h4 {
    width: 100%;
    display: block;
  }
    .techContent .techItem .casegroup_ic ul li h4 {
        width: 100%;
        display: block;
    }
}
.techContent .techItem .casegroup ul li p {
  color: #7b7b7b;
  font-size: 1rem;
  margin-top: 0;
  letter-spacing: 1px;
}
.techContent .techItem .casegroup_ic ul li p {
    color: #7b7b7b;
    font-size: 1rem;
    margin-top: 0;
    letter-spacing: 1px;
}
@media screen and (max-width: 93.75em) {
  .techContent .techItem .casegroup ul li p {
    font-size: 0.9375rem;
  }
    .techContent .techItem .casegroup_ic ul li p {
        font-size: 0.9375rem;
    }
}
@media screen and (max-width: 37.5em) {
  .techContent .techItem .casegroup ul li p {
    width: 100%;
    display: block;
    padding-left: 0;
    display: inline-block;
    margin-top: 0;
  }
  .techContent .techItem .casegroup_ic ul li p {
        width: 100%;
        display: block;
        padding-left: 0;
        display: inline-block;
        margin-top: 0;
  }
}
@media screen and (max-width: 37.5em) {
  .techContent .techItem .casegroup {
    width: 100%;
  }
}

.close_X {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 50px;
  right: 50px;
  transition-property: all;
  transition-duration: 0.5s;
  transition-delay: 0s;
}
.close_X:hover {
  transform: rotate(90deg);
}
.close_X:after {
  width: 100%;
  height: 3px;
  background-color: #fff;
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  margin-top: -1.5px;
  transform-origin: center;
  transform: rotate(45deg);
}
.close_X:before {
  width: 100%;
  height: 3px;
  background-color: #fff;
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  margin-top: -1.5px;
  transform-origin: center;
  transform: rotate(-45deg);
}

.techMainContent {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9998;
  transform: translateX(100vw);
  opacity: 0;
  transition-property: all;
  transition-duration: 0.5s;
  transition-delay: 0s;
  top: 0;
  left: 0;
}
.techMainContent.open {
  transform: translateX(0);
  opacity: 1;
}
.techMainContent .close {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 50px;
  right: 50px;
  transition-property: all;
  transition-duration: 0.5s;
  transition-delay: 0s;
}
.techMainContent .close:hover {
  transform: rotate(90deg);
}
.techMainContent .close:after {
  width: 100%;
  height: 3px;
  background-color: #fff;
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  margin-top: -1.5px;
  transform-origin: center;
  transform: rotate(45deg);
}
.techMainContent .close:before {
  width: 100%;
  height: 3px;
  background-color: #fff;
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  margin-top: -1.5px;
  transform-origin: center;
  transform: rotate(-45deg);
}
@media screen and (max-width: 37.5em) {
  .techMainContent .close {
    top: 30px;
    right: 5%;
  }
}

.techDetialSlider {
  width: 80vw;
  height: 80vh;
  top: 8vh;
  
}
@media screen and (max-width: 64.0625em) {
  .techDetialSlider {
    height: 70vh;
    top: 15vh;
  }
}
@media screen and (max-width: 37.5em) {
  .techDetialSlider {
    height: 80vh;
    top: 10vh;
    width: 90vw;
  }
}
.techDetialSlider .techContent {
  position: relative;
  padding: 0;
  background-color: #000;
}
.techDetialSlider .techContent .iframeContainer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.techDetialSlider .techContent img {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.swiper-pagination.tech {
  width: 100%;
  height: 20px;
  text-align: center;
  position: absolute;
  bottom: 50px;
  z-index: 9999;
}
.swiper-pagination.tech .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-color: #999;
  border-radius: 0%;
  margin-right: 5px;
  margin-left: 5px;
  opacity: 0.47;
  transition-property: all;
  transition-duration: 0.5s;
  transition-delay: 0s;
  border-radius: 50%;
}
.swiper-pagination.tech .swiper-pagination-bullet-active {
  width: 100px;
  background-color: #5a73b9;
  opacity: 1;
}

.techMainContent .sliderL, .techMainContent .sliderR {
  background-image: none !important;
  color: #5a73b9;
  font-size: 2.5rem;
}

.techMainContent .sliderR {
  right: calc((100vw - 80vw) / 4);
  transform: scaleX(-1);
  transition-property: all;
  transition-duration: 0.5s;
  transition-delay: 0s;
}
@media screen and (max-width: 64.0625em) {
  .techMainContent .sliderR {
    top: 32vh;
    right: calc((100vw - 80vw) / 6);
  }
}
@media screen and (max-width: 37.5em) {
  .techMainContent .sliderR {
    top: 40vh;
    font-size: 1.5625rem;
    height: 25px;
    color: #fff;
  }
}

.techMainContent .sliderL {
  left: calc((100vw - 80vw) / 4);
  transition-property: all;
  transition-duration: 0.5s;
  transition-delay: 0s;
}
@media screen and (max-width: 64.0625em) {
  .techMainContent .sliderL {
    top: 32vh;
    left: calc((100vw - 80vw) / 6);
  }
}
@media screen and (max-width: 37.5em) {
  .techMainContent .sliderL {
    top: 40vh;
    font-size: 1.5625rem;
    height: 25px;
    color: #fff;
  }
}

@media screen and (max-width: 64.0625em) {
  .mainContainer .insideBanner .textArea {
    bottom: 50px;
  }
}
@media screen and (max-width: 50em) {
  .mainContainer .insideBanner .textArea {
    bottom: 30px;
  }
}
@media screen and (max-width: 37.5em) {
  .mainContainer .insideBanner .textArea {
    bottom: 30px;
    text-shadow: 1px 1px rgba(21, 30, 77, 0.5);
  }
}

.mainContainer .insideBanner .textArea h1 {
  font-size: 3.4375rem;
}
@media screen and (max-width: 64.0625em) {
  .mainContainer .insideBanner .textArea h1 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}
@media screen and (max-width: 37.5em) {
  .mainContainer .insideBanner .textArea h1 {
    font-size: 1.875rem;
    line-height: 2.1875rem;
  }
}

.mainContainer .insideBanner.Location {
  height: 300px;
}
.mainContainer .insideBanner.Location:after {
  width: 100%;
  height: 50vh;
  content: "";
  top: 0;
  left: 0;
  background-color: rgba(90, 115, 185, 0);
  display: block;
  position: absolute;
}
.mainContainer .insideBanner.Location picture {
  height: 320px;
}

.AboutTimeLineBar {
  width: 100%;
  padding-top: 60px;
  background-color: #ececec;
  position: relative;
  display: none;
}
@media screen and (max-width: 37.5em) {
  .AboutTimeLineBar {
    width: 85%;
    margin-right: auto;
    margin-left: auto;
  }
}
.AboutTimeLineBar .swiper-button-next {
  width: 20px;
  height: 30px;
  background-size: cover;
  right: 40px;
  bottom: 20px;
  top: auto;
}
@media screen and (max-width: 64.0625em) {
  .AboutTimeLineBar .swiper-button-next {
    right: -30px;
  }
}
@media screen and (max-width: 37.5em) {
  .AboutTimeLineBar .swiper-button-next {
    right: -30px;
    bottom: 10px;
  }
}
.AboutTimeLineBar .swiper-button-prev {
  width: 20px;
  height: 30px;
  background-size: cover;
  left: 40px;
  bottom: 20px;
  top: auto;
}
@media screen and (max-width: 64.0625em) {
  .AboutTimeLineBar .swiper-button-prev {
    left: -30px;
  }
}
@media screen and (max-width: 37.5em) {
  .AboutTimeLineBar .swiper-button-prev {
    left: -30px;
    bottom: 10px;
  }
}
.AboutTimeLineBar .TimeLimeSlider {
  background-color: #fff;
  max-width: 1200px;
  margin-right: auto;
  position: relative;
  margin-left: auto;
}
.AboutTimeLineBar .TimeLimeSlider .TimeTab {
  width: 100%;
  height: 70px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 37.5em) {
  .AboutTimeLineBar .TimeLimeSlider .TimeTab {
    height: 50px;
  }
}
.AboutTimeLineBar .TimeLimeSlider .TimeTab .TimeSlider {
  text-align: center;
  background-color: #fff;
  line-height: 70px;
  color: #5a73b9;
  cursor: pointer;
  position: relative;
  transition-property: all;
  transition-duration: 0.5s;
  transition-delay: 0s;
  font-size: 1.5625rem;
  transition-property: all;
  transition-duration: 0.5s;
  transition-delay: 0s;
}
@media screen and (max-width: 37.5em) {
  .AboutTimeLineBar .TimeLimeSlider .TimeTab .TimeSlider {
    font-size: 1.375rem;
    line-height: 50px;
  }
}
.AboutTimeLineBar .TimeLimeSlider .TimeTab .TimeSlider.clickActive {
  background-color: #485c95;
  color: #fff;
}
.AboutTimeLineBar .TimeLimeSlider .TimeTab .TimeSlider:hover {
  background-color: #485c95;
  color: #fff;
}

.table .content {
  height: auto;
  position: relative;
}
.table .content.Conference .item {
  cursor: auto;
}
@media screen and (max-width: 37.5em) {
  .table .content.Conference .item {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.table .content .item {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  border-bottom: 1px solid #b7b7b7;
  cursor: pointer;
  transition-property: all;
  transition-duration: 0.4s;
  transition-delay: 0s;
  position: relative;
}
@media screen and (max-width: 37.5em) {
  .table .content .item {
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.table .content .item:hover {
  background-color: rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid #5a73b9;
}
.table .content .item.active .title .detial {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 37.5em) {
  .table .content .item.active .title .detial {
    height: auto;
  }
}
.table .content .item.active .open .close {
  transform: rotateZ(45deg) rotateY(0deg);
}
.table .content .item.active .open .arrowDown {
  transform: rotateZ(45deg) rotateY(180deg);
}
.table .content .item .date {
  width: 20%;
  padding: 18px;
  padding-bottom: 18px;
  padding-left: 0;
  letter-spacing: 1px;
}
@media screen and (max-width: 37.5em) {
  .table .content .item .date {
    width: 50%;
    padding: 15px 0;
    position: relative;
  }
  .table .content .item .date:before {
    display: inline-block;
    content: attr(data-title);
    color: #485c95;
    padding-right: 15px;
  }
}
.table .content .item .time {
  width: 15%;
  padding: 18px;
  padding-bottom: 18px;
  letter-spacing: 1px;
}
@media screen and (max-width: 37.5em) {
  .table .content .item .time {
    width: 50%;
    padding: 15px 0;
    position: relative;
  }
  .table .content .item .time:before {
    display: inline-block;
    content: attr(data-title);
    color: #485c95;
    padding: 0;
    padding-right: 15px;
  }
}
.table .content .item .title {
  width: 55%;
  padding: 18px;
  padding-bottom: 18px;
  letter-spacing: 1px;
  text-align: left;
  cursor: pointer;
}
.table .content .item .title span {
  width: 100%;
  display: block;
}
@media screen and (max-width: 37.5em) {
  .table .content .item .title {
    width: 100%;
    padding: 0;
    height: auto;
  }
}
.table .content .item .title .detial {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 15px;
  line-height: 32px;
  padding-bottom: 10px;
}
@media screen and (max-width: 37.5em) {
  .table .content .item .title .detial {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.table .content .item .title .detial a {
  color: #7f7f7f;
  font-size: 1.125rem;
  transition-property: all;
  transition-duration: 0.4s;
  transition-delay: 0s;
}
.table .content .item .title .detial a:hover {
  color: #555;
}
@media screen and (max-width: 37.5em) {
  .table .content .item .title .detial a {
    font-size: 1rem;
  }
}
.table .content .item .title .detial a i {
  color: #5a73b9;
  vertical-align: middle;
}
.table .content .item .open {
  width: 10%;
  padding: 18px;
  padding-bottom: 18px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 37.5em) {
  .table .content .item .open {
    width: 100%;
    padding: 0;
    height: 30px;
  }
}
.table .content .item .open .close {
  width: 22px;
  height: 22px;
  position: absolute;
  display: block;
  left: calc( 50% - 11px );
  transform-origin: center;
  transform: rotateZ(45deg) rotateY(180deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition-property: all;
  transition-duration: 0.4s;
  transition-delay: 0s;
}
.table .content .item .open .close:after {
  width: 100%;
  height: 3px;
  content: "";
  position: absolute;
  background-color: #5a73b9;
  display: block;
  z-index: 500;
  top: calc( 50% - 1px);
}
.table .content .item .open .close:before {
  width: 3px;
  height: 100%;
  content: "";
  position: absolute;
  background-color: #5a73b9;
  display: block;
  z-index: 500;
  top: 0;
  left: calc(50% - 1px);
}
.table .content .item .open .arrowDown {
  width: 25px;
  height: 25px;
  position: absolute;
  display: block;
  left: calc( 50% - 12.5px);
  transform: rotateY(0deg) rotateZ(-90deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition-property: all;
  transition-duration: 0.4s;
  transition-delay: 0s;
}
.table .content .item .open .arrowDown i {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  left: 0;
  color: #5a73b9;
  font-size: 1.4375rem;
}
.table .content .item .open .arrowDown i:before {
  margin: 0;
}
.table .head {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  height: 55px;
  position: relative;
}
@media screen and (max-width: 37.5em) {
  .table .head {
    display: none;
  }
}
.table .head .item {
  position: relative;
  height: 100%;
  line-height: 55px;
  font-size: 1.25rem;
  letter-spacing: 1px;
}
@media screen and (max-width: 93.75em) {
  .table .head .item {
    height: auto;
    line-height: 30px;
  }
}
.table .head .item:after {
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: auto;
  top: 0;
  content: "";
  display: block;
  background-color: #b3b3b3;
}
.table .head .item:last-child:after {
  display: none;
}
.table .head .item.date {
  width: 20%;
}
.table .head .item.time {
  width: 15%;
  color: #485c95;
  padding-left: 15px;
}
.table .head .item.title {
  width: 55%;
  padding-left: 15px;
}
.table .head .item.open {
  width: 10%;
  color: #485c95;
  position: relative;
  text-align: center;
}
.table .head .item.open .close {
  width: 22px;
  height: 22px;
  position: absolute;
  display: block;
}
.table .head .item.open .close:after {
  width: 100%;
  height: 3px;
  content: "";
  position: absolute;
  background-color: #5a73b9;
  display: block;
  z-index: 500;
}
.table .headdeco {
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, #515d9e 0%, #7681bf 100%);
}

.table.MonthlySales .decoTop, .table.FinancialReport .decoTop {
  width: 100%;
  height: 3px;
  margin-top: 30px;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start;
}
.table.MonthlySales .decoTop .left, .table.FinancialReport .decoTop .left {
  width: 15%;
  background-color: #485c95;
  height: 3px;
}
.table.MonthlySales .decoTop .right, .table.FinancialReport .decoTop .right {
  width: 85%;
  background-color: #8c95c3;
  height: 3px;
}
.table.MonthlySales .MonthlySalesContent, .table.MonthlySales .FinancialReport, .table.FinancialReport .MonthlySalesContent, .table.FinancialReport .FinancialReport {
  width: 100%;
  height: auto;
}
.table.MonthlySales .MonthlySalesContent .MonthlyFilter, .table.MonthlySales .FinancialReport .MonthlyFilter, .table.FinancialReport .MonthlySalesContent .MonthlyFilter, .table.FinancialReport .FinancialReport .MonthlyFilter {
  width: 150px;
}
.table.MonthlySales .MonthlySalesContent .MonthlyFilter select, .table.MonthlySales .FinancialReport .MonthlyFilter select, .table.FinancialReport .MonthlySalesContent .MonthlyFilter select, .table.FinancialReport .FinancialReport .MonthlyFilter select {
  border: #5a73b9 1px solid;
  margin-bottom: 0;
}
.table.MonthlySales .MonthlySalesContent table tr td, .table.MonthlySales .FinancialReport table tr td, .table.FinancialReport .MonthlySalesContent table tr td, .table.FinancialReport .FinancialReport table tr td {
  border-bottom: #d2d2d2 1px solid;
}
.table.MonthlySales .MonthlySalesContent table tr:first-child td, .table.MonthlySales .FinancialReport table tr:first-child td, .table.FinancialReport .MonthlySalesContent table tr:first-child td, .table.FinancialReport .FinancialReport table tr:first-child td {
  border-bottom: #485c95 3px solid;
}
.table.MonthlySales .MonthlySalesContent table tr:first-child td:nth-child(even), .table.MonthlySales .FinancialReport table tr:first-child td:nth-child(even), .table.FinancialReport .MonthlySalesContent table tr:first-child td:nth-child(even), .table.FinancialReport .FinancialReport table tr:first-child td:nth-child(even) {
  border-bottom: #8b8b8b 3px solid;
}
.table.MonthlySales .MonthlySalesContent table tr:nth-child(n+2) td:first-child, .table.MonthlySales .FinancialReport table tr:nth-child(n+2) td:first-child, .table.FinancialReport .MonthlySalesContent table tr:nth-child(n+2) td:first-child, .table.FinancialReport .FinancialReport table tr:nth-child(n+2) td:first-child {
  color: #5a73b9;
}
.table.MonthlySales .MonthlySalesContent table tr:nth-child(n+2) td:nth-child(even), .table.MonthlySales .FinancialReport table tr:nth-child(n+2) td:nth-child(even), .table.FinancialReport .MonthlySalesContent table tr:nth-child(n+2) td:nth-child(even), .table.FinancialReport .FinancialReport table tr:nth-child(n+2) td:nth-child(even) {
  background-color: #f0f0f0;
}
.table.MonthlySales .MonthlySalesContent table tr:nth-child(4n+5), .table.MonthlySales .FinancialReport table tr:nth-child(4n+5), .table.FinancialReport .MonthlySalesContent table tr:nth-child(4n+5), .table.FinancialReport .FinancialReport table tr:nth-child(4n+5) {
  font-style: italic;
  color: #485c95;
  border-bottom: #898fae 3px solid;
}
.table.MonthlySales .MonthlySalesContent section#data, .table.MonthlySales .FinancialReport section#data, .table.FinancialReport .MonthlySalesContent section#data, .table.FinancialReport .FinancialReport section#data {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width: 81.25em) {
  .table.MonthlySales .MonthlySalesContent section#data, .table.MonthlySales .FinancialReport section#data, .table.FinancialReport .MonthlySalesContent section#data, .table.FinancialReport .FinancialReport section#data {
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.table.MonthlySales .MonthlySalesContent section#data .charts, .table.MonthlySales .FinancialReport section#data .charts, .table.FinancialReport .MonthlySalesContent section#data .charts, .table.FinancialReport .FinancialReport section#data .charts {
  width: 45%;
  -ms-flex-order: 2;
      order: 2;
  padding-top: 30px;
}
@media screen and (max-width: 81.25em) {
  .table.MonthlySales .MonthlySalesContent section#data .charts, .table.MonthlySales .FinancialReport section#data .charts, .table.FinancialReport .MonthlySalesContent section#data .charts, .table.FinancialReport .FinancialReport section#data .charts {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
@media screen and (max-width: 64.0625em) {
  .table.MonthlySales .MonthlySalesContent section#data .charts, .table.MonthlySales .FinancialReport section#data .charts, .table.FinancialReport .MonthlySalesContent section#data .charts, .table.FinancialReport .FinancialReport section#data .charts {
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.table.MonthlySales .MonthlySalesContent section#data .charts section, .table.MonthlySales .FinancialReport section#data .charts section, .table.FinancialReport .MonthlySalesContent section#data .charts section, .table.FinancialReport .FinancialReport section#data .charts section {
  width: 100%;
  border: #adadad 1px solid;
  padding: 15px;
  margin-bottom: 30px;
}
@media screen and (max-width: 81.25em) {
  .table.MonthlySales .MonthlySalesContent section#data .charts section, .table.MonthlySales .FinancialReport section#data .charts section, .table.FinancialReport .MonthlySalesContent section#data .charts section, .table.FinancialReport .FinancialReport section#data .charts section {
    width: 33%;
  }
}
@media screen and (max-width: 64.0625em) {
  .table.MonthlySales .MonthlySalesContent section#data .charts section, .table.MonthlySales .FinancialReport section#data .charts section, .table.FinancialReport .MonthlySalesContent section#data .charts section, .table.FinancialReport .FinancialReport section#data .charts section {
    width: 49%;
  }
}
@media screen and (max-width: 50em) {
  .table.MonthlySales .MonthlySalesContent section#data .charts section, .table.MonthlySales .FinancialReport section#data .charts section, .table.FinancialReport .MonthlySalesContent section#data .charts section, .table.FinancialReport .FinancialReport section#data .charts section {
    width: 100%;
  }
}
.table.MonthlySales .MonthlySalesContent section#data .charts section div, .table.MonthlySales .FinancialReport section#data .charts section div, .table.FinancialReport .MonthlySalesContent section#data .charts section div, .table.FinancialReport .FinancialReport section#data .charts section div {
  height: 200px !important;
}
@media screen and (max-width: 37.5em) {
  .table.MonthlySales .MonthlySalesContent section#data .charts section:nth-child(2), .table.MonthlySales .FinancialReport section#data .charts section:nth-child(2), .table.FinancialReport .MonthlySalesContent section#data .charts section:nth-child(2), .table.FinancialReport .FinancialReport section#data .charts section:nth-child(2) {
    padding: 25px 0 25px 0;
  }
}
.table.MonthlySales .MonthlySalesContent section#data .charts section h2, .table.MonthlySales .FinancialReport section#data .charts section h2, .table.FinancialReport .MonthlySalesContent section#data .charts section h2, .table.FinancialReport .FinancialReport section#data .charts section h2 {
  font-size: 1.25rem;
  font-weight: normal;
  color: #485c95;
  display: inline-block;
  line-height: 1.5625rem;
  padding-bottom: 15px;
  border-bottom: #485c95 3px solid;
  margin-bottom: 20px;
}
@media screen and (max-width: 37.5em) {
  .table.MonthlySales .MonthlySalesContent section#data .charts section, .table.MonthlySales .FinancialReport section#data .charts section, .table.FinancialReport .MonthlySalesContent section#data .charts section, .table.FinancialReport .FinancialReport section#data .charts section {
    width: 100%;
  }
}
.table.MonthlySales .MonthlySalesContent section#data section.tableContainer, .table.MonthlySales .FinancialReport section#data section.tableContainer, .table.FinancialReport .MonthlySalesContent section#data section.tableContainer, .table.FinancialReport .FinancialReport section#data section.tableContainer {
  width: 100%;
  padding-top: 30px;
  padding-right: 15px;
}
@media screen and (max-width: 81.25em) {
  .table.MonthlySales .MonthlySalesContent section#data section.tableContainer, .table.MonthlySales .FinancialReport section#data section.tableContainer, .table.FinancialReport .MonthlySalesContent section#data section.tableContainer, .table.FinancialReport .FinancialReport section#data section.tableContainer {
    padding-right: 0;
    overflow: auto;
  }
  .table.MonthlySales .MonthlySalesContent section#data section.tableContainer table, .table.MonthlySales .FinancialReport section#data section.tableContainer table, .table.FinancialReport .MonthlySalesContent section#data section.tableContainer table, .table.FinancialReport .FinancialReport section#data section.tableContainer table {
    min-width: 1000px;
  }
}
@media screen and (max-width: 81.25em) and (max-width: 50em) {
  .table.MonthlySales .MonthlySalesContent section#data section.tableContainer table, .table.MonthlySales .FinancialReport section#data section.tableContainer table, .table.FinancialReport .MonthlySalesContent section#data section.tableContainer table, .table.FinancialReport .FinancialReport section#data section.tableContainer table {
    min-width: 800px;
  }
}

.table.MonthlySales .MonthlySalesContent section#data section.tableContainer table, .table.MonthlySales .FinancialReport section#data section.tableContainer table, .table.FinancialReport .MonthlySalesContent section#data section.tableContainer table, .table.FinancialReport .FinancialReport section#data section.tableContainer table {
  width: 100%;
  padding: 15px 0 15px 0;
  font-size: 0.875rem;
}
.table.MonthlySales .MonthlySalesContent section#data section.tableContainer table td, .table.MonthlySales .FinancialReport section#data section.tableContainer table td, .table.FinancialReport .MonthlySalesContent section#data section.tableContainer table td, .table.FinancialReport .FinancialReport section#data section.tableContainer table td {
  padding: 10px;
  letter-spacing: 1px;
  width: calc( 100% / 7);
}
.table.MonthlySales .MonthlySalesContent .item, .table.MonthlySales .FinancialReport .item, .table.FinancialReport .MonthlySalesContent .item, .table.FinancialReport .FinancialReport .item {
  padding-top: 30px;
  padding-bottom: 30px;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  border-bottom: 1px solid #c7c7c7;
}
@media screen and (max-width: 50em) {
  .table.MonthlySales .MonthlySalesContent .item, .table.MonthlySales .FinancialReport .item, .table.FinancialReport .MonthlySalesContent .item, .table.FinancialReport .FinancialReport .item {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 37.5em) {
  .table.MonthlySales .MonthlySalesContent .item, .table.MonthlySales .FinancialReport .item, .table.FinancialReport .MonthlySalesContent .item, .table.FinancialReport .FinancialReport .item {
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.table.MonthlySales .MonthlySalesContent .item .year, .table.MonthlySales .FinancialReport .item .year, .table.FinancialReport .MonthlySalesContent .item .year, .table.FinancialReport .FinancialReport .item .year {
  width: 15%;
  border-right: 1px solid #afafaf;
  color: #727272;
  font-weight: normal;
  font-size: 2.5rem;
  font-style: italic;
}
@media screen and (max-width: 64.0625em) {
  .table.MonthlySales .MonthlySalesContent .item .year, .table.MonthlySales .FinancialReport .item .year, .table.FinancialReport .MonthlySalesContent .item .year, .table.FinancialReport .FinancialReport .item .year {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 50em) {
  .table.MonthlySales .MonthlySalesContent .item .year, .table.MonthlySales .FinancialReport .item .year, .table.FinancialReport .MonthlySalesContent .item .year, .table.FinancialReport .FinancialReport .item .year {
    width: 18%;
  }
}
@media screen and (max-width: 37.5em) {
  .table.MonthlySales .MonthlySalesContent .item .year, .table.MonthlySales .FinancialReport .item .year, .table.FinancialReport .MonthlySalesContent .item .year, .table.FinancialReport .FinancialReport .item .year {
    width: 100%;
    text-align: center;
    font-size: 1.375rem;
    border-right: none;
  }
}
.table.MonthlySales .MonthlySalesContent .item .quaters, .table.MonthlySales .FinancialReport .item .quaters, .table.FinancialReport .MonthlySalesContent .item .quaters, .table.FinancialReport .FinancialReport .item .quaters {
  width: 85%;
  padding-left: 30px;
  position: relative;
}
@media screen and (max-width: 64.0625em) {
  .table.MonthlySales .MonthlySalesContent .item .quaters, .table.MonthlySales .FinancialReport .item .quaters, .table.FinancialReport .MonthlySalesContent .item .quaters, .table.FinancialReport .FinancialReport .item .quaters {
    padding-left: 20px;
  }
}
@media screen and (max-width: 37.5em) {
  .table.MonthlySales .MonthlySalesContent .item .quaters, .table.MonthlySales .FinancialReport .item .quaters, .table.FinancialReport .MonthlySalesContent .item .quaters, .table.FinancialReport .FinancialReport .item .quaters {
    padding-left: 0;
    margin-top: 10px;
  }
}
.table.MonthlySales .MonthlySalesContent .item .quaters nav, .table.MonthlySales .FinancialReport .item .quaters nav, .table.FinancialReport .MonthlySalesContent .item .quaters nav, .table.FinancialReport .FinancialReport .item .quaters nav {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.table.MonthlySales .MonthlySalesContent .item .quaters nav a.report, .table.MonthlySales .FinancialReport .item .quaters nav a.report, .table.FinancialReport .MonthlySalesContent .item .quaters nav a.report, .table.FinancialReport .FinancialReport .item .quaters nav a.report {
  width: calc( 25% - 2px );
  height: 70px;
  background-color: #c3c3c3;
  text-align: center;
  color: #fff;
  line-height: 70px;
  font-size: 1.25rem;
  letter-spacing: 1px;
  transition-property: all;
  transition-duration: 0.5s;
  transition-delay: 0s;
  pointer-events: none;
}
@media screen and (max-width: 37.5em) {
  .table.MonthlySales .MonthlySalesContent .item .quaters nav a.report, .table.MonthlySales .FinancialReport .item .quaters nav a.report, .table.FinancialReport .MonthlySalesContent .item .quaters nav a.report, .table.FinancialReport .FinancialReport .item .quaters nav a.report {
    height: 50px;
    line-height: 50px;
  }
}
.table.MonthlySales .MonthlySalesContent .item .quaters nav a.report.active, .table.MonthlySales .FinancialReport .item .quaters nav a.report.active, .table.FinancialReport .MonthlySalesContent .item .quaters nav a.report.active, .table.FinancialReport .FinancialReport .item .quaters nav a.report.active {
  background-color: #4d599a;
  color: #fff;
  pointer-events: auto;
}
.table.MonthlySales .MonthlySalesContent .item .quaters nav a.report.active.selected, .table.MonthlySales .FinancialReport .item .quaters nav a.report.active.selected, .table.FinancialReport .MonthlySalesContent .item .quaters nav a.report.active.selected, .table.FinancialReport .FinancialReport .item .quaters nav a.report.active.selected {
  background: #fff;
  color: #5a73b9;
}
.table.MonthlySales .MonthlySalesContent .item .quaters nav a.report.active:hover, .table.MonthlySales .FinancialReport .item .quaters nav a.report.active:hover, .table.FinancialReport .MonthlySalesContent .item .quaters nav a.report.active:hover, .table.FinancialReport .FinancialReport .item .quaters nav a.report.active:hover {
  background-color: #fff;
  color: #5a73b9;
}
.table.MonthlySales .MonthlySalesContent .item .quaters nav a.report .pc, .table.MonthlySales .FinancialReport .item .quaters nav a.report .pc, .table.FinancialReport .MonthlySalesContent .item .quaters nav a.report .pc, .table.FinancialReport .FinancialReport .item .quaters nav a.report .pc {
  display: inline;
}
@media screen and (max-width: 37.5em) {
  .table.MonthlySales .MonthlySalesContent .item .quaters nav a.report .pc, .table.MonthlySales .FinancialReport .item .quaters nav a.report .pc, .table.FinancialReport .MonthlySalesContent .item .quaters nav a.report .pc, .table.FinancialReport .FinancialReport .item .quaters nav a.report .pc {
    display: none;
  }
}
.table.MonthlySales .MonthlySalesContent .item .quaters nav a.report .mobile, .table.MonthlySales .FinancialReport .item .quaters nav a.report .mobile, .table.FinancialReport .MonthlySalesContent .item .quaters nav a.report .mobile, .table.FinancialReport .FinancialReport .item .quaters nav a.report .mobile {
  display: none;
}
@media screen and (max-width: 37.5em) {
  .table.MonthlySales .MonthlySalesContent .item .quaters nav a.report .mobile, .table.MonthlySales .FinancialReport .item .quaters nav a.report .mobile, .table.FinancialReport .MonthlySalesContent .item .quaters nav a.report .mobile, .table.FinancialReport .FinancialReport .item .quaters nav a.report .mobile {
    display: inline;
  }
}
.table.MonthlySales .MonthlySalesContent .item .quaters .content, .table.MonthlySales .FinancialReport .item .quaters .content, .table.FinancialReport .MonthlySalesContent .item .quaters .content, .table.FinancialReport .FinancialReport .item .quaters .content {
  width: 100%;
  height: auto;
  min-height: auto;
  line-height: 1.5625rem;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.table.MonthlySales .MonthlySalesContent .item .quaters .content a, .table.MonthlySales .FinancialReport .item .quaters .content a, .table.FinancialReport .MonthlySalesContent .item .quaters .content a, .table.FinancialReport .FinancialReport .item .quaters .content a {
  width: 33%;
  display: inline-block;
  color: #727272;
  font-size: 1.125rem;
  letter-spacing: 1px;
  padding: 5px;
  transition-property: all;
  transition-duration: 0.5s;
  transition-delay: 0s;
}
@media screen and (max-width: 64.0625em) {
  .table.MonthlySales .MonthlySalesContent .item .quaters .content a, .table.MonthlySales .FinancialReport .item .quaters .content a, .table.FinancialReport .MonthlySalesContent .item .quaters .content a, .table.FinancialReport .FinancialReport .item .quaters .content a {
    width: 50%;
  }
}
@media screen and (max-width: 37.5em) {
  .table.MonthlySales .MonthlySalesContent .item .quaters .content a, .table.MonthlySales .FinancialReport .item .quaters .content a, .table.FinancialReport .MonthlySalesContent .item .quaters .content a, .table.FinancialReport .FinancialReport .item .quaters .content a {
    width: 100%;
  }
}
.table.MonthlySales .MonthlySalesContent .item .quaters .content a span, .table.MonthlySales .FinancialReport .item .quaters .content a span, .table.FinancialReport .MonthlySalesContent .item .quaters .content a span, .table.FinancialReport .FinancialReport .item .quaters .content a span {
  font-size: 0.8125rem;
  color: #b5b5b5;
  font-style: italic;
}
.table.MonthlySales .MonthlySalesContent .item .quaters .content a.linkDownload, .table.MonthlySales .FinancialReport .item .quaters .content a.linkDownload, .table.FinancialReport .MonthlySalesContent .item .quaters .content a.linkDownload, .table.FinancialReport .FinancialReport .item .quaters .content a.linkDownload {
  position: relative;
  padding-left: 40px;
}
.table.MonthlySales .MonthlySalesContent .item .quaters .content a.linkDownload i, .table.MonthlySales .FinancialReport .item .quaters .content a.linkDownload i, .table.FinancialReport .MonthlySalesContent .item .quaters .content a.linkDownload i, .table.FinancialReport .FinancialReport .item .quaters .content a.linkDownload i {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 5px;
  color: #485c95;
}
.table.MonthlySales .MonthlySalesContent .item .quaters .content a i, .table.MonthlySales .FinancialReport .item .quaters .content a i, .table.FinancialReport .MonthlySalesContent .item .quaters .content a i, .table.FinancialReport .FinancialReport .item .quaters .content a i {
  font-size: 1.125rem;
}
.table.MonthlySales .MonthlySalesContent .item .quaters .content a:hover, .table.MonthlySales .FinancialReport .item .quaters .content a:hover, .table.FinancialReport .MonthlySalesContent .item .quaters .content a:hover, .table.FinancialReport .FinancialReport .item .quaters .content a:hover {
  color: #485c95;
  background-color: #fff;
}
@media screen and (max-width: 37.5em) {
  .table.MonthlySales .MonthlySalesContent .item .quaters, .table.MonthlySales .FinancialReport .item .quaters, .table.FinancialReport .MonthlySalesContent .item .quaters, .table.FinancialReport .FinancialReport .item .quaters {
    width: 100%;
  }
}
.table.MonthlySales .MonthlySalesContent .item .list, .table.MonthlySales .FinancialReport .item .list, .table.FinancialReport .MonthlySalesContent .item .list, .table.FinancialReport .FinancialReport .item .list {
  width: 90%;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: flex;
  display: -webkit-flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  padding-left: 30px;
  letter: 1px;
  position: relative;
}
.table.MonthlySales .MonthlySalesContent .item .list a.report, .table.MonthlySales .FinancialReport .item .list a.report, .table.FinancialReport .MonthlySalesContent .item .list a.report, .table.FinancialReport .FinancialReport .item .list a.report {
  display: block;
  width: 180px;
  margin-right: calc((100% - (180px*6)) / 5 );
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 1.125rem;
  background-color: #fff;
  color: #485c95;
  transition-property: all;
  transition-duration: 0.5s;
  transition-delay: 0s;
  margin-bottom: 30px;
  position: relative;
  border: 1px solid #bbb;
}
.table.MonthlySales .MonthlySalesContent .item .list a.report:nth-child(6n+6), .table.MonthlySales .FinancialReport .item .list a.report:nth-child(6n+6), .table.FinancialReport .MonthlySalesContent .item .list a.report:nth-child(6n+6), .table.FinancialReport .FinancialReport .item .list a.report:nth-child(6n+6) {
  margin-right: 0;
}
.table.MonthlySales .MonthlySalesContent .item .list a.report:nth-child(n+7), .table.MonthlySales .FinancialReport .item .list a.report:nth-child(n+7), .table.FinancialReport .MonthlySalesContent .item .list a.report:nth-child(n+7), .table.FinancialReport .FinancialReport .item .list a.report:nth-child(n+7) {
  margin-bottom: 0;
}
.table.MonthlySales .MonthlySalesContent .item .list a.report:nth-child(even), .table.MonthlySales .FinancialReport .item .list a.report:nth-child(even), .table.FinancialReport .MonthlySalesContent .item .list a.report:nth-child(even), .table.FinancialReport .FinancialReport .item .list a.report:nth-child(even) {
  background-color: #fff;
}
.table.MonthlySales .MonthlySalesContent .item .list a.report.disable, .table.MonthlySales .FinancialReport .item .list a.report.disable, .table.FinancialReport .MonthlySalesContent .item .list a.report.disable, .table.FinancialReport .FinancialReport .item .list a.report.disable {
  background-color: #c3c3c3;
  pointer-events: none;
  color: #f7f7f7;
}
.table.MonthlySales .MonthlySalesContent .item .list a.report i, .table.MonthlySales .FinancialReport .item .list a.report i, .table.FinancialReport .MonthlySalesContent .item .list a.report i, .table.FinancialReport .FinancialReport .item .list a.report i {
  font-size: 1.125rem;
  display: inline-block;
  width: 18px;
  vertical-align: middle;
  height: 18px;
  line-height: 0;
  margin-right: 10px;
  margin-top: -5px;
}
.table.MonthlySales .MonthlySalesContent .item .list a.report i:before, .table.MonthlySales .FinancialReport .item .list a.report i:before, .table.FinancialReport .MonthlySalesContent .item .list a.report i:before, .table.FinancialReport .FinancialReport .item .list a.report i:before {
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
}
.table.MonthlySales .MonthlySalesContent .item .list a.report:hover, .table.MonthlySales .FinancialReport .item .list a.report:hover, .table.FinancialReport .MonthlySalesContent .item .list a.report:hover, .table.FinancialReport .FinancialReport .item .list a.report:hover {
  background-color: #485c95;
  color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.sharePrice .table.sharePrice {
  width: 100%;
}

.table.sharePrice, .table.Annual {
  margin-top: 0;
}
.table.sharePrice .head, .table.Annual .head {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  height: auto;
}
@media screen and (max-width: 50em) {
  .table.sharePrice .head, .table.Annual .head {
    display: none;
  }
}
.table.sharePrice .head .item, .table.Annual .head .item {
  padding-left: 20px;
  color: #727272;
}
@media screen and (max-width: 93.75em) {
  .table.sharePrice .head .item, .table.Annual .head .item {
    line-height: 2.1875rem;
  }
}
.table.sharePrice .head .item:nth-child(even), .table.Annual .head .item:nth-child(even) {
  color: #5a73b9;
}
.table.sharePrice .head .item:first-child, .table.Annual .head .item:first-child {
  padding-left: 0;
}
.table.sharePrice .head .item:after, .table.Annual .head .item:after {
  height: 100%;
}
.table.sharePrice .head .year, .table.Annual .head .year {
  width: 6%;
}
.table.sharePrice .head .cd, .table.Annual .head .cd {
  width: 14%;
}
.table.sharePrice .head .edtd, .table.Annual .head .edtd {
  width: 21%;
}
.table.sharePrice .head .rtd, .table.Annual .head .rtd {
  width: 20%;
}
.table.sharePrice .head .pay, .table.Annual .head .pay {
  width: 18%;
}
.table.sharePrice .head .icd, .table.Annual .head .icd {
  width: 21%;
}
.table.sharePrice .content .item div, .table.Annual .content .item div {
  padding: 18px;
  padding-bottom: 18px;
  padding-left: 0;
  letter-spacing: 1px;
  padding-left: 0;
  color: #727272;
  padding-left: 18px;
}
.table.sharePrice .content .item div:nth-first, .table.Annual .content .item div:nth-first {
  padding-left: 0;
}
.table.sharePrice .content .item .year, .table.Annual .content .item .year {
  width: 6%;
  padding-left: 0;
  position: relative;
}
@media screen and (max-width: 50em) {
  .table.sharePrice .content .item .year, .table.Annual .content .item .year {
    width: 100%;
    height: auto;
    padding: 5px 0;
    letter-spacing: 1px;
    font-size: 0.9375rem;
  }
  .table.sharePrice .content .item .year:before, .table.Annual .content .item .year:before {
    position: relative;
    content: attr(date-title);
    color: #5a73b9;
    display: inline-block;
    margin-right: 10px;
  }
}
.table.sharePrice .content .item .cd, .table.Annual .content .item .cd {
  width: 14%;
}
@media screen and (max-width: 50em) {
  .table.sharePrice .content .item .cd, .table.Annual .content .item .cd {
    width: 100%;
    padding: 8px 0;
    letter-spacing: 1px;
    font-size: 0.9375rem;
  }
  .table.sharePrice .content .item .cd:before, .table.Annual .content .item .cd:before {
    position: relative;
    content: attr(date-title);
    color: #5a73b9;
    display: inline-block;
    margin-right: 10px;
  }
}
.table.sharePrice .content .item .edtd, .table.Annual .content .item .edtd {
  width: 21%;
}
@media screen and (max-width: 50em) {
  .table.sharePrice .content .item .edtd, .table.Annual .content .item .edtd {
    width: 100%;
    padding: 8px 0;
    letter-spacing: 1px;
    font-size: 0.9375rem;
  }
  .table.sharePrice .content .item .edtd:before, .table.Annual .content .item .edtd:before {
    position: relative;
    content: attr(date-title);
    color: #5a73b9;
    display: inline-block;
    margin-right: 10px;
  }
}
.table.sharePrice .content .item .rtd, .table.Annual .content .item .rtd {
  width: 20%;
}
@media screen and (max-width: 50em) {
  .table.sharePrice .content .item .rtd, .table.Annual .content .item .rtd {
    width: 100%;
    padding: 8px 0;
    letter-spacing: 1px;
    font-size: 0.9375rem;
  }
  .table.sharePrice .content .item .rtd:before, .table.Annual .content .item .rtd:before {
    position: relative;
    content: attr(date-title);
    color: #5a73b9;
    display: inline-block;
    margin-right: 10px;
  }
}
.table.sharePrice .content .item .pay, .table.Annual .content .item .pay {
  width: 18%;
}
@media screen and (max-width: 50em) {
  .table.sharePrice .content .item .pay, .table.Annual .content .item .pay {
    width: 100%;
    padding: 8px 0;
    letter-spacing: 1px;
    font-size: 0.9375rem;
  }
  .table.sharePrice .content .item .pay:before, .table.Annual .content .item .pay:before {
    position: relative;
    content: attr(date-title);
    color: #5a73b9;
    display: inline-block;
    margin-right: 10px;
  }
}
.table.sharePrice .content .item .icd, .table.Annual .content .item .icd {
  width: 21%;
}
@media screen and (max-width: 50em) {
  .table.sharePrice .content .item .icd, .table.Annual .content .item .icd {
    width: 100%;
    padding: 8px 0;
    letter-spacing: 1px;
    font-size: 0.9375rem;
  }
  .table.sharePrice .content .item .icd:before, .table.Annual .content .item .icd:before {
    position: relative;
    content: attr(date-title);
    color: #5a73b9;
    display: inline-block;
    margin-right: 10px;
  }
}

@media screen and (max-width: 93.75em) {
  .table.Annual .head {
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
}
@media screen and (max-width: 37.5em) {
  .table.Annual .head {
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}
.table.Annual .head .year {
  width: 15%;
}
.table.Annual .head .Subject {
  width: 70%;
}
.table.Annual .head .file {
  width: 15%;
}
@media screen and (max-width: 37.5em) {
  .table.Annual .content {
    padding-left: 0;
    padding-right: 0;
  }
}
.table.Annual .content .item {
  cursor: auto;
}
.table.Annual .content .item .year {
  width: 15%;
  transition-property: all;
  transition-duration: 0.5s;
  transition-delay: 0s;
}
@media screen and (max-width: 37.5em) {
  .table.Annual .content .item .year {
    vertical-align: middle;
    padding: 18px 0;
  }
}
.table.Annual .content .item .Subject {
  width: 70%;
  transition-property: all;
  transition-duration: 0.5s;
  transition-delay: 0s;
}
.table.Annual .content .item .file {
  width: 15%;
  padding: 12px;
}
.table.Annual .content .item .file a {
  font-size: 1.875rem;
  color: #5a73b9;
  width: 30px;
  height: 30px;
  display: inline-block;
}
@media screen and (max-width: 37.5em) {
  .table.Annual .content .item .file a {
    font-size: 1.5625rem;
  }
}
.table.Annual .content .item:hover .year {
  padding-left: 8px;
}
@media screen and (max-width: 37.5em) {
  .table.Annual .content .item:hover .year {
    padding-left: 0;
  }
}
.table.Annual .content .item:hover .Subject {
  padding-left: 26px;
}
@media screen and (max-width: 37.5em) {
  .table.Annual .content .item:hover .Subject {
    padding-left: 0;
  }
}

.Investors .decoLine {
  width: 100%;
  margin-top: 30px;
  height: 1px;
  background-color: #b8b8b8;
}
.Investors .MenuBar {
  padding-top: 0;
}
.Investors .MenuBar.thin {
  height: 70px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.Investors .MenuBar.thin.Financials a.item {
  width: calc(33.5% - 4px );
}
.Investors .MenuBar.thin a.item {
  width: calc(25% - 2px );
  height: 70px;
  position: relative;
  background-color: #4d599a;
  text-align: center;
  line-height: 70px;
  transition-property: all;
  transition-duration: 0.5s;
  transition-delay: 0s;
}
.Investors .MenuBar.thin a.item:before {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  opacity: 1;
  content: attr(data-item);
  display: block;
  top: 0;
  left: 0;
  color: #fff;
  letter-spacing: 1px;
  transition-property: all;
  transition-duration: 0.5s;
  transition-delay: 0s;
  font-size: 1.25rem;
}
.Investors .MenuBar.thin a.item:after {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
  display: block;
  content: "";
  background: #f2f2f2;
  background: linear-gradient(to bottom, #f2f2f2 0%, white 100%);
  opacity: 0;
  transition-property: all;
  transition-duration: 0.5s;
  transition-delay: 0s;
}
.Investors .MenuBar.thin a.item:hover:after {
  background: #f2f2f2;
  background: linear-gradient(to bottom, #f2f2f2 0%, white 100%);
  opacity: 1;
}
.Investors .MenuBar.thin a.item:hover:before {
  color: #485c95;
}
.Investors .MenuBar.thin a.item.active:after {
  background: #f2f2f2;
  background: linear-gradient(to bottom, #f2f2f2 0%, white 100%);
  opacity: 1;
}
.Investors .MenuBar.thin a.item.active:before {
  color: #485c95;
}

.filter span.title {
  color: #485c95;
  font-size: 1.25rem;
}
.filter .filterBox {
  width: 200px;
  display: inline-block;
  margin-left: 5px;
}
.filter .filterBox select {
  background-color: #fcfcfc;
  color: #485c95;
  border: #485c95 1px solid;
  font-size: 1.25rem;
  padding: 5px 40px 5px 10px;
  margin-bottom: 0;
  cursor: pointer;
}

.Locations {
  position: relative;
  background-color: #f7f7f7;
  min-height: calc( 100vh - 300px);
}
.Locations .editer.Locations {
  background: none;
}
.Locations .textArea {
  width: 100%;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
}
.Locations .textArea h1 {
  font-weight: normal;
}
.Locations .textArea h4 {
  font-weight: normal;
  padding-bottom: 50px;
}

.InvestorView {
  min-height: calc( 100vh - 50vh);
  background-color: #ececec;
  position: relative;
  background-color: #5a73b9;
}
.InvestorView .container {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-pack: center;
      justify-content: center;
  display: flex;
  display: -webkit-flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.InvestorView .container .box {
  width: calc(33% - 20px);
  margin-right: 20px;
  margin-bottom: 80px;
  display: block;
  position: relative;
}
.InvestorView .container .box:nth-child(3n+3) {
  margin-right: 0;
}
.InvestorView .container .box .readMore {
  position: absolute;
  display: block;
  top: 5px;
  right: 0;
}
.InvestorView .container .box .imageBox {
  width: 100%;
  height: 130px;
  background-color: #fff;
}
.InvestorView .container .box h2 {
  font-size: 2.5rem;
  color: #fff;
  letter-spacing: 2px;
  font-weight: lighter;
  line-height: 3rem;
  margin-top: 20px;
  display: inline-block;
  position: relative;
  width: 100%;
}
.InvestorView .container .box p {
  font-size: 1rem;
  color: #fff;
  letter-spacing: 1px;
  margin-top: 5px;
}

@media screen and (max-width: 37.5em) {
  .content.shareholderNav {
    padding: 0;
  }
}

.edit, .moreInformation section.content {
  color: #5c5c5c;
  font-size: 1rem;
  line-height: 1.6875rem;
  letter-spacing: 1px;
}
.edit table, .moreInformation section.content table {
  border: none;
  border-collapse: collapse;
}
.edit table td, .moreInformation section.content table td {
  border: none;
}
.edit p, .moreInformation section.content p {
  color: #5c5c5c;
}
.edit .outSideLink, .moreInformation section.content .outSideLink {
  margin-top: 15px;
}
.edit .outSideLink a, .moreInformation section.content .outSideLink a {
  color: #485c95;
}
.edit ul, .moreInformation section.content ul {
  list-style-type: disc;
  list-style-position: inside;
  list-style-image: none;
}
.edit ol, .moreInformation section.content ol {
  list-style-type: decimal;
  list-style-position: inside;
}
.edit ul ul, .edit ol ul, .moreInformation section.content ul ul, .moreInformation section.content ol ul {
  list-style-type: circle;
  list-style-position: inside;
  margin-left: 15px;
}
.edit ol ol, .edit ul ol, .moreInformation section.content ol ol, .moreInformation section.content ul ol {
  list-style-type: lower-latin;
  list-style-position: inside;
  margin-left: 15px;
}
.edit a, .moreInformation section.content a {
  color: #485c95;
  transition-property: all;
  transition-duration: 0.5s;
  transition-delay: 0s;
}
.edit a:hover, .moreInformation section.content a:hover {
  color: #485c95;
}
.edit img, .moreInformation section.content img {
  display: inline-block;
  width: 300px;
  margin-left: 30px;
}
@media screen and (max-width: 37.5em) {
  .edit img, .moreInformation section.content img {
    width: 100%;
    margin: 0;
  }
}

.decoLineTop {
  height: 5px;
  background: linear-gradient(to right, #515d9e 0%, #7681bf 100%);
}
@media screen and (max-width: 37.5em) {
  .decoLineTop {
    width: 100%;
  }
}

.FAQList {
  display: block;
  width: 100%;
  list-style-type: none;
}
.FAQList li {
  display: block;
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: #d1d1d1 1px solid;
  padding-left: 30px;
  padding-right: 30px;
  letter-spacing: 1px;
  font-size: 1.125rem;
  line-height: 1.5625rem;
  vertical-align: middle;
  color: #485c95;
  cursor: pointer;
  position: relative;
  transition-property: all;
  transition-duration: 0.5s;
  transition-delay: 0s;
}
@media screen and (max-width: 37.5em) {
  .FAQList li {
    padding-left: 5px;
    padding-right: 30px;
  }
}
.FAQList li:hover {
  background-color: #fff;
}
.FAQList li.active {
  background-color: #fff;
  border-bottom: none;
}
.FAQList li.active i.arrowDown {
  transform: rotateZ(-90deg) rotateY(90deg);
}
.FAQList li.active .close {
  transform: rotateZ(45deg) rotateY(0deg);
}
.FAQList li i.arrowDown {
  font-size: 1.375rem;
  width: 25px;
  height: 25px;
  position: absolute;
  margin: 0;
  padding: 0;
  display: block;
  top: 25px;
  right: 25px;
  color: #5a73b9;
  transform-origin: center;
  transform: rotateZ(-90deg) rotateY(0deg);
  transition-property: all;
  transition-duration: 0.5s;
  transition-delay: 0s;
}
@media screen and (max-width: 37.5em) {
  .FAQList li i.arrowDown {
    right: 5px;
  }
}
.FAQList li .close {
  width: 22px;
  height: 22px;
  position: absolute;
  display: block;
  transform-origin: center;
  transform: rotateZ(45deg) rotateY(180deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition-property: all;
  transition-duration: 0.4s;
  transition-delay: 0s;
  top: 25px;
  right: 25px;
  transition-property: all;
  transition-duration: 0.5s;
  transition-delay: 0s;
}
.FAQList li .close:after {
  width: 100%;
  height: 3px;
  content: "";
  position: absolute;
  background-color: #5a73b9;
  display: block;
  z-index: 500;
  top: calc( 50% - 1px);
}
.FAQList li .close:before {
  width: 3px;
  height: 100%;
  content: "";
  position: absolute;
  background-color: #5a73b9;
  display: block;
  z-index: 500;
  top: 0;
  left: calc(50% - 1px);
}
.FAQList li .detialContent {
  font-size: 1rem;
  padding-top: 15px;
  display: block;
  color: #989898;
  padding-right: 8%;
  line-height: 1.5625rem;
}

select {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='13' height='7'><path d='M.4 2.4L4 6c1.4 1.4 3.6 1.4 5 0l3.6-3.6c.5-.5.5-1.4 0-2-.5-.5-1.4-.5-2 0L7 4c-.3.3-.7.3-1 0L2.4.4c-.3-.3-.6-.4-1-.4S.7.1.4.4c-.5.6-.5 1.4 0 2z' style='fill:#4d599a'/></svg>");
}

.swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%234d599a'%2F%3E%3C%2Fsvg%3E") !important;
}

.swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%234d599a'%2F%3E%3C%2Fsvg%3E") !important;
}

.swiper-button-next.w {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important;
}

.swiper-button-prev.w {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important;
}

.class_list_Container.news .newsContainer .list .newsContent a .tag.c1 {
  background-color: #3adb76;
}

.class_list_Container.news .newsContainer .list .newsContent a .tag.c2 {
  background-color: #767676;
}

.class_list_Container.news .newsContainer .list .newsContent a .tag.c3 {
  background-color: rgba(0, 0, 0, 0.3);
}

.class_list_Container.news .newsContainer .list .newsContent a .tag.c4 {
  background-color: #cc4b37;
}

.content.news .infoBar .tag.fi {
  background-color: #62aacf;
}

.content.news .infoBar .tag.pr {
  background-color: #ff971d;
}

.content.news .infoBar .tag.ev {
  background-color: #51afa2;
}

.content.news .infoBar .tag.ot {
  background-color: #e33cb6;
}

.content.news .infoBar .tag.c1 {
  background-color: #3adb76;
}

.content.news .infoBar .tag.c2 {
  background-color: #767676;
}

.content.news .infoBar .tag.c3 {
  background-color: rgba(0, 0, 0, 0.3);
}

.content.news .infoBar .tag.c4 {
  background-color: #cc4b37;
}

.TransferAgent {
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}
.TransferAgent .text_container {
  padding: 50px 30px;
  line-height: 1.75rem;
  font-size: 1rem;
  letter-spacing: 1px;
  color: #485c95;
}
@media screen and (max-width: 37.5em) {
  .TransferAgent .text_container {
    padding: 30px 0;
  }
}
.TransferAgent .text_container h3 {
  font-size: 1.5625rem;
  font-weight: normal;
  color: #485c95;
  position: relative;
  display: inline-block;
  padding-bottom: 25px;
  line-height: 2.0625rem;
}
.TransferAgent .text_container h3:after {
  width: 150px;
  height: 3px;
  position: absolute;
  content: "";
  display: block;
  background-color: #485c95;
  bottom: 0;
}
.TransferAgent .text_container .val {
  color: #353535;
}
.TransferAgent .text_container img {
  display: inline-block;
}
@media screen and (max-width: 64.0625em) {
  .TransferAgent .text_container img {
    width: 300px;
  }
}
@media screen and (max-width: 50em) {
  .TransferAgent .text_container img {
    width: 260px;
  }
}
@media screen and (max-width: 37.5em) {
  .TransferAgent .text_container img {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
  }
}

.TimeLinePhoto {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-pack: center;
      justify-content: center;
  display: flex;
  display: -webkit-flex;
  -ms-flex-align: center;
      align-items: center;
  transform: translateX(-100vw);
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.5s;
  transition-delay: 0s;
}
.TimeLinePhoto.open {
  transform: translateX(0);
  opacity: 1;
}
.TimeLinePhoto .close {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 50px;
  right: 50px;
  transition-property: all;
  transition-duration: 0.5s;
  transition-delay: 0s;
}
.TimeLinePhoto .close:hover {
  transform: rotate(90deg);
}
.TimeLinePhoto .close:after {
  width: 100%;
  height: 3px;
  background-color: #fff;
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  margin-top: -1.5px;
  transform-origin: center;
  transform: rotate(45deg);
}
.TimeLinePhoto .close:before {
  width: 100%;
  height: 3px;
  background-color: #fff;
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  margin-top: -1.5px;
  transform-origin: center;
  transform: rotate(-45deg);
}
.TimeLinePhoto .photo {
  width: 60vw;
  height: 80vh;
  position: relative;
}
.TimeLinePhoto .photo img {
  object-fit: cover;
  object-position: 50% 50%;
}
.TimeLinePhoto .photo figure {
  font-size: 1rem;
  color: #FFF;
  width: 100%;
  position: relative;
  margin: 0;
  padding: 15px 0;
  letter-spacing: 1px;
  display: block;
}

.abgne_tab .tabs li a {
  line-height: 55px !important;
  height: 70px !important;
}
.abgne_tab .tabs li a:hover {
  line-height: 55px !important;
  height: 70px !important;
}

@media screen and (max-width: 37.5em) {
    .Corporate_main #tab1 tr, .Corporate_main #tab2 tr, .Corporate_main #tab3 tr, .Corporate_main #tab5 tr {
        display: -ms-flexbox;
        display: flex;
        display: -webkit-flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border-top: 1px solid #485c95;
        border-bottom: 1px solid #485c95;
    }
    .Corporate_main #tab1 tr td, .Corporate_main #tab2 tr td, .Corporate_main #tab3 tr td, .Corporate_main #tab5 tr td {
        width: 100%;
        border-bottom: 1px dotted #898989;
    }
    .Corporate_main #tab1 tr td:before, .Corporate_main #tab2 tr td:before, .Corporate_main #tab3 tr td:before, .Corporate_main #tab5 tr td:before {
        display: inline-block;
        content: attr(data-title);
        padding-right: 10px;
        color: #485c95;
    }

    .Corporate_main #tab1 tr td:nth-child(3), .Corporate_main #tab2 tr td:nth-child(3), .Corporate_main #tab3 tr td:nth-child(3), .Corporate_main #tab5 tr td:nth-child(6) {
        line-height: 1.75rem;
    }
        .Corporate_main #tab1 tr td:nth-child(3):before, .Corporate_main #tab2 tr td:nth-child(3):before, .Corporate_main #tab3 tr td:nth-child(3):before, .Corporate_main #tab3 tr td:nth-child(6):before {
            display: none;
        }
    .Corporate_main #tab1 tr:first-child, .Corporate_main #tab2 tr:first-child, .Corporate_main #tab3 tr:first-child, .Corporate_main #tab5 tr:first-child {
        display: none;
    }
}
@media screen and (max-width: 37.5em) {
  .Corporate_main #tab4 .Internal_box {
    padding: 15px;
    background: none;
  }
  .Corporate_main #tab4 .Internal_box:before {
    display: none;
  }
  .Corporate_main #tab4 .Internal_box span {
    display: block;
  }
}

.IrContent {
  width: 100%;
  height: auto;
  background-color: #f7f7f7;
  position: relative;
  padding-top: 50px;
  padding-bottom: 80px;
  min-height: calc(100vh - 300px);
  padding-left: 50px;
  padding-right: 50px;
}
.IrContent .ir {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  height: auto;
  line-height: 28px;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.IrContent .ir .box1, .IrContent .ir .box2 {
  width: 100%;
  padding-bottom: 30px;
  padding-top: 30px;
  border-bottom: #485c95 2px solid;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-align: center;
      align-items: center;
}
.IrContent .ir .box1:first-child, .IrContent .ir .box2:first-child {
  padding-top: 30px;
  border-top: #485c95 2px solid;
}
@media screen and (max-width: 64.0625em) {
  .IrContent .ir .box1, .IrContent .ir .box2 {
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.IrContent .ir .box1 .h3, .IrContent .ir .box2 .h3 {
  text-align-last: left;
  letter-spacing: 1px;
  font-size: 1.5625rem;
  line-height: 2.375rem;
  display: inline-block;
  padding-bottom: 5px;
  width: 40%;
  float: none;
  margin-left: 0;
  margin-right: auto;
  font-weight: normal;
  text-align: left;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 64.0625em) {
  .IrContent .ir .box1 .h3, .IrContent .ir .box2 .h3 {
    width: 100%;
  }
}
@media screen and (max-width: 37.5em) {
  .IrContent .ir .box1 .h3, .IrContent .ir .box2 .h3 {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
.IrContent .ir .box1 .h3 span, .IrContent .ir .box2 .h3 span {
  color: #8b8b8b;
}
.IrContent .ir .box1 .h3 .line, .IrContent .ir .box2 .h3 .line {
  position: absolute;
  height: 5px;
  background-color: #5a73b9;
  width: 120px;
  bottom: 0;
}
.IrContent .ir .box1 .contentIr, .IrContent .ir .box2 .contentIr {
  width: 60%;
}
@media screen and (max-width: 64.0625em) {
  .IrContent .ir .box1 .contentIr, .IrContent .ir .box2 .contentIr {
    width: 100%;
  }
}
.IrContent .ir p {
  margin: 5px 0;
  font-size: 1rem;
  letter-spacing: 1px;
  color: #828282;
  letter-spacing: 1px;
}
.IrContent .ir p span {
  color: #485c95;
}

.Corporate_box.all_box {
  padding-top: 0;
}

.Partners {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-box: align-items;
  flex-box: align-items;
}
.Partners h3 {
  width: 100%;
  position: relative;
  display: inline-block;
  padding-bottom: 20px;
  font-size: 1.5625rem;
  font-weight: normal;
  color: #485c95;
}
.Partners h3:before {
  width: 130px;
  height: 5px;
  display: block;
  background-color: #5a73b9;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
}
.Partners a {
  width: 18%;
  padding: 30px 25px 35px 25px;
  background-color: #fff;
  display: block;
  position: relative;
  margin-right: 2%;
  margin-top: 35px;
  text-align: center;
  transition-property: all;
  transition-duration: 0.5s;
  transition-delay: 0s;
}
@media screen and (max-width: 93.75em) {
  .Partners a {
    width: 23%;
  }
}
@media screen and (max-width: 81.25em) {
  .Partners a {
    padding: 25px 15px 25px 15px;
  }
}
@media screen and (max-width: 50em) {
  .Partners a {
    width: 31%;
    margin-right: 2%;
  }
}
@media screen and (max-width: 37.5em) {
  .Partners a {
    width: 48%;
    margin-right: 2%;
  }
}
.Partners a span {
  display: inline-block;
  width: 100%;
  font-size: 1.5625rem;
  padding-bottom: 30px;
  color: #485c95;
  position: relative;
}
@media screen and (max-width: 81.25em) {
  .Partners a span {
    font-size: 1.375rem;
  }
}
.Partners a img {
  width: 80%;
  height: auto;
  max-width: inherit;
}
.Partners a .more {
  position: absolute;
  width: 80px;
  height: 80px;
  display: block;
  bottom: 0;
  right: 0;
  z-index: 250;
  opacity: 0.5;
  transition-property: all;
  transition-duration: 0.4s;
  transition-delay: 0s;
  padding-bottom: 0;
  display: none;
}
.Partners a .more i {
  position: absolute;
  display: block;
  transform: scaleX(-1) translateX(0);
  width: 23px;
  height: 23px;
  font-weight: bold;
  color: #fff;
  left: calc( 80% - 11.5px);
  top: calc( 68% - 11.5px);
  font-size: 1.25rem;
  transition-property: all;
  transition-duration: 0.4s;
  transition-delay: 0s;
  z-index: 500;
}
.Partners a .more img {
  width: 100%;
  height: auto;
  position: absolute;
  max-width: 100%;
  right: 0;
  bottom: 0;
  z-index: 200;
}
.Partners a:hover {
  transform: scale(1.02);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.all_box {
  min-height: calc( 100vh - 300px );
}
.all_box.Developers {
  padding: 40px 50px 50px 50px;
  min-height: calc( 100vh - 300px);
}
@media screen and (max-width: 37.5em) {
  .all_box.Developers {
    padding: 40px 35px 40px 35px;
  }
}
.all_box.Developers .titleBox {
  width: 100%;
  height: 70px;
  position: relative;
  text-align: left;
  border-bottom: #d3d3d3 1px solid;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}
.all_box.Developers .titleBox h3 {
  font-size: 2.1875rem;
  vertical-align: top;
  color: #7c7c7c;
  float: left;
  position: relative;
  height: 100%;
  font-weight: normal;
  border-bottom: #4978be 5px solid;
  letter-spacing: 1px;
}
.all_box.Developers .loginBox {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}
.all_box.Developers .loginBox p {
  width: 100%;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 0;
  color: #7c7c7c;
  font-size: 1.125rem;
  line-height: 1.875rem;
  letter-spacing: 1px;
}
.all_box.Developers .loginBox p .link {
  color: #485c95;
  transition-property: all;
  transition-duration: 0.5s;
  transition-delay: 0s;
}
.all_box.Developers .loginBox p .link:hover {
  color: #5a73b9;
}
.all_box.Developers .loginBox .login_form {
  margin-top: 30px;
  width: 100%;
  max-width: 600px;
  margin-right: auto;
  margin-left: 0;
}
.all_box.Developers .loginBox .login_form .login_container {
  width: 100%;
  height: auto;
  position: relative;
  height: 70px;
  margin-top: 30px;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media screen and (max-width: 37.5em) {
  .all_box.Developers .loginBox .login_form .login_container {
    height: 55px;
  }
}
.all_box.Developers .loginBox .login_form .login_container .btnContain {
  width: 100%;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 37.5em) {
  .all_box.Developers .loginBox .login_form .login_container .btnContain {
    text-align: center;
  }
}
.all_box.Developers .loginBox .login_form .login_container .btnContain .login_btn {
  width: 100px;
  position: relative;
  height: 70px;
  color: #fff;
  border-radius: 5px;
  background-color: #485c95;
  margin-right: 15px;
  cursor: pointer;
  transition-property: all;
  transition-duration: 0.5s;
  transition-delay: 0s;
}
@media screen and (max-width: 37.5em) {
  .all_box.Developers .loginBox .login_form .login_container .btnContain .login_btn {
    height: 55px;
    margin-right: 5px;
    margin-left: 5px;
  }
}
.all_box.Developers .loginBox .login_form .login_container .btnContain .login_btn:hover {
  background-color: #36497c;
}
.all_box.Developers .loginBox .login_form .login_container .btnContain .login_btn.reset {
  background-color: #7c7c7c;
}
.all_box.Developers .loginBox .login_form .login_container .btnContain .login_btn.reset:hover {
  background-color: #636363;
}
.all_box.Developers .loginBox .login_form label {
  color: #0a0a0a;
}
.all_box.Developers .loginBox .login_form label [type='text'] {
  margin-top: 5px;
}
.all_box.Developers .loginBox .login_form label i {
  color: #5a73b9;
  margin-right: 5px;
}
.all_box.Developers .loginBox .Greetings {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  padding-top: 30px;
}
.all_box.Developers .loginBox .Greetings p {
  max-width: 570px;
  margin-right: 30px;
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.375rem;
}
.all_box.Developers .loginBox .Greetings .btn {
  width: 100px;
  height: 47px;
  background: #485c95;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  line-height: 47px;
  letter-spacing: 1px;
  transition-property: all;
  transition-duration: 0.5s;
  transition-delay: 0s;
}
.all_box.Developers .loginBox .Greetings .btn:hover {
  background: #5a73b9;
}
.all_box.Developers .loginBox .linkList {
  list-style: none;
  display: block;
}
.all_box.Developers .loginBox .linkList li {
  width: 100%;
  display: block;
}
.all_box.Developers .loginBox .linkList li a {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  display: flex;
  display: -webkit-flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  width: 100%;
  padding-top: 18px;
  padding-bottom: 18px;
  border-bottom: #dadada 1px solid;
}
.all_box.Developers .loginBox .linkList li a:hover {
  background-color: #fff;
}
.all_box.Developers .loginBox .linkList li a:hover .titlecontaier {
  padding-left: 6px;
}
.all_box.Developers .loginBox .linkList li a .iconContainer {
  width: 38px;
}
.all_box.Developers .loginBox .linkList li a .iconContainer i {
  font-size: 1.125rem;
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  color: #838383;
  margin-top: 8px;
}
.all_box.Developers .loginBox .linkList li a .titlecontaier {
  width: calc(100% - 38px - 117px);
  transition-property: all;
  transition-duration: 0.5s;
  transition-delay: 0s;
}
.all_box.Developers .loginBox .linkList li a .titlecontaier h2 {
  font-size: 1.5rem;
  display: inline-block;
  letter-spacing: 1px;
  line-height: 2.25rem;
  color: #485c95;
  font-weight: normal;
}
.all_box.Developers .loginBox .linkList li a .titlecontaier p {
  font-size: 1rem;
  letter-spacing: 1px;
  line-height: 1.5625rem;
  display: inline-block;
  margin: 0;
  color: #777;
}
.all_box.Developers .loginBox .linkList li a .dataContainer {
  width: 117px;
  line-height: 100%;
}
.all_box.Developers .loginBox .linkList li a .dataContainer .data {
  color: #7c7c7c;
  display: inline-block;
  vertical-align: middle;
  margin-top: 15px;
}
.all_box.Developers .loginBox .linkList li a .dataContainer .data i {
  font-size: 1.5rem;
  color: #485c95;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0;
  vertical-align: middle;
}

.class_list_Container .seriesList {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  display: flex;
  display: -webkit-flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 50px;
}
.class_list_Container .seriesList a {
  width: 31%;
  height: auto;
  background-color: #fff;
  border: #5a73b9 3px solid;
  border-right: none;
  padding: 35px;
  margin-right: calc( (100% - (31% * 3)) / 2);
  margin-bottom: 50px;
  position: relative;
  transition-property: all;
  transition-duration: 0.5s;
  transition-delay: 0s;
}
.class_list_Container .seriesList .serialList-apply {
  width: 23%;
}
@media screen and (max-width: 81.25em) {
  .class_list_Container .seriesList a {
    width: 48%;
    margin-right: calc( (100% - (48% * 2)));
  }

  .class_list_Container .seriesList .serialList-apply {
    width: 48%;
  }
}
@media screen and (max-width: 64.0625em) {
  .class_list_Container .seriesList a {
    padding: 28px;
  }
}
@media screen and (max-width: 50em) {
  .class_list_Container .seriesList a {
    width: 100%;
    margin-right: 0;
  }
  .class_list_Container .seriesList .serialList-apply {
    width: 100%; 
  }
}
.class_list_Container .seriesList a:after {
  width: 3px;
  height: 70%;
  content: "";
  position: absolute;
  top: 0;
  display: block;
  right: 0;
  z-index: 100;
  background-color: #5a73b9;
  transition-property: all;
  transition-duration: 0.5s;
  transition-delay: 0s;
}
.class_list_Container .seriesList a .head {
  width: 100%;
  padding-bottom: 30px;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-align: center;
      align-items: center;
  padding-bottom: 30px;
  border-bottom: #d3d3d3 1px solid;
}
.class_list_Container .seriesList a .head .cover {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 93.75em) {
  .class_list_Container .seriesList a .head .cover {
    width: 80px;
    height: 80px;
  }
}
.class_list_Container .seriesList a .head .cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.class_list_Container .seriesList a .head h2 {
  display: inline-block;
  padding-left: 20px;
  color: #485c95;
  letter-spacing: 1px;
  font-size: 2.5rem;
  font-weight: normal;
}
@media screen and (max-width: 93.75em) {
  .class_list_Container .seriesList a .head h2 {
    font-size: 2.1875rem;
  }
}
@media screen and (max-width: 64.0625em) {
  .class_list_Container .seriesList a .head h2 {
    font-size: 1.875rem;
  }
}
.class_list_Container .seriesList a .des {
  width: 100%;
  padding-top: 30px;
  color: #767676;
  letter-spacing: 1px;
}
.class_list_Container .seriesList a:nth-child(3n+3) {
  margin-right: 0;
}
@media screen and (max-width: 81.25em) {
  .class_list_Container .seriesList a:nth-child(3n+3) {
    margin-right: calc( (100% - (48% * 2)));
  }
}
@media screen and (max-width: 50em) {
  .class_list_Container .seriesList a:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media screen and (max-width: 81.25em) {
  .class_list_Container .seriesList a:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media screen and (max-width: 50em) {
  .class_list_Container .seriesList a:nth-child(2n+2) {
    margin-right: 0;
  }
}
.class_list_Container .seriesList a:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.class_list_Container .seriesList a:hover:after {
  height: 100%;
}

.AboutContent .About_icath article, .AboutContent .TimeLine article {
  width: 100%;
}
.AboutContent .About_icath article div, .AboutContent .TimeLine article div {
  width: 100%;
}

.mainContainer .introduce {
  background-color: #fcfcfc;
}
.mainContainer .introduce p {
  color: #585858;
}
.mainContainer .introduce ul li {
  color: #585858;
}

.LifeAtiCatch {
  position: relative;
}
@media screen and (max-width: 93.75em) {
  .LifeAtiCatch {
    background-size: 50%;
    background-position: 116% bottom !important;
  }
}
@media screen and (max-width: 64.0625em) {
  .LifeAtiCatch {
    background: none !important;
  }
}
.LifeAtiCatch p {
  line-height: 28px;
}
.LifeAtiCatch .picContainer {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 93.75em) {
  .LifeAtiCatch .picContainer {
    width: 500px !important;
  }
  .LifeAtiCatch .picContainer img {
    width: 48% !important;
    display: inline-block;
  }
}
@media screen and (max-width: 81.25em) {
  .LifeAtiCatch .picContainer {
    width: 100% !important;
    position: relative;
  }
  .LifeAtiCatch .picContainer img {
    width: 48% !important;
    display: inline-block;
  }
}
@media screen and (max-width: 81.25em) and (max-width: 37.5em) {
  .LifeAtiCatch .picContainer img {
    width: 100% !important;
    margin-bottom: 10px !important;
  }
}

.LifeAtiCatch .vision {
  display: block;
  position: absolute;
  bottom: 280px;
  right: 0;
}
@media screen and (max-width: 93.75em) {
  .LifeAtiCatch .vision {
    width: 530px;
    bottom: 350px;
  }
}
@media screen and (max-width: 81.25em) {
  .LifeAtiCatch .vision {
    width: 450px;
    bottom: 550px;
  }
}
@media screen and (max-width: 64.0625em) {
  .LifeAtiCatch .vision {
    display: none;
  }
}
.LifeAtiCatch ul li {
  display: block;
  padding-left: 15px;
  position: relative;
}
.LifeAtiCatch ul li:before {
  position: absolute;
  left: 0;
  top: 10px;
  background-color: #485c95;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  content: "";
}
.LifeAtiCatch ul.LeavePolicyUl {
  max-width: 600px;
}
@media screen and (max-width: 81.25em) {
  .LifeAtiCatch ul.InsuranceUl {
    max-width: 450px !important;
  }
}
.LifeAtiCatch p {
  padding: 0 !important;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-align: center;
      align-items: center;
}
.LifeAtiCatch p:before {
  display: none !important;
}
@media screen and (max-width: 81.25em) {
  .LifeAtiCatch p.Learning {
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 81.25em) {
  .LifeAtiCatch p.Learning img {
    -ms-flex-order: -1;
        order: -1;
    float: none;
    margin-right: auto !important;
    margin-left: auto !important;
    margin-bottom: 20px;
  }
}

.Regulations_box tr th:nth-child(2) {
  text-align: center;
}

.Corporate_main #tab4 .Internal_box {
  min-height: 348px !important;
}

.sharePrice .content {
  min-height: inherit;
}
.sharePrice .w1440.fc a {
  color: #485c95;
}

nav.AboutMenuBar .swiper-button-prev {
  left: -15px !important;
}
@media screen and (max-width: 37.5em) {
  nav.AboutMenuBar .swiper-button-prev {
    left: 5px !important;
    width: 22px;
    height: 30px;
    background-size: 22px 30px;
    margin-top: -12px;
  }
}
nav.AboutMenuBar .swiper-button-next {
  right: -15px !important;
}
@media screen and (max-width: 37.5em) {
  nav.AboutMenuBar .swiper-button-next {
    right: 5px !important;
    width: 22px;
    height: 30px;
    background-size: 22px 30px;
    margin-top: -12px;
  }
}

span#Name-error, span#CompanyName-error, span#Email-error, span#PhoneNumber-error, span#Message-error {
  color: #c22226;
}

.requests_table label.Message {
  height: 380px;
}

.class_list_Container .titleBox h3 {
  border-bottom: none;
}

.swiper-slide-active:after {
  background-color: #485c95;
}

/*---------------animation mixin-------------------------------------------------- */
/*---------------animation mixin-------------------------------------------------- */
/*---Example-----------------------
 *
 * @include keyframes(fade) {
 *   0%   { opacity: 0; }
 *   100% { opacity: 1; }
 * }
 *
 * .box {
 *   width: 200px;
 *   height: 200px;
 *   background-color: blue;
 *
 *   @include animation(fade 5s infinite); 
 *
 * }
 *
 * ----------------------- */
@keyframes scrollMove {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes introOpc {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}



/*# sourceMappingURL=maps/style.css.map */


/*Add by Allen Chuang*/
#gotop {
    position:fixed;
    z-index:99999;
    right:30px;
    bottom:31px;
    display:none;
    width:50px;
    height:50px;
    color:#fff;
    background:#33b5e5;
    line-height:50px;
    border-radius:50%;
    transition:all 0.5s;
    text-align: center;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}
#gotop :hover{
    background:#0099CC;
}

.standardtable {
    position: relative;
    border-top: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    font-size: 1em;
    margin: 0 0 1em 0;
}

.standardtable .standardtableth {
    background: #f0f0f0;
    text-align: left;
    vertical-align: middle;
    font-weight: bold;
    font-size: 1.125rem;
	color: #2b3984;
}
.standardtable .standardtableth, .standardtable .standardtabletd {
    background: #fff;
    border: 1px solid #e0e0e0;
    vertical-align: top;
    padding: .5em;
}

.standardtable .standardtableth {
    background: #f0f0f0;
}
.standardtable .standardtableth, .standardtable .standardtabletd {
    border: 1px solid #e0e0e0;

    vertical-align: top;
    padding: 5px;
}

.standardtable a{
	color: #485c95;
	outline: 0;
}
.standardtable a:hover{
	text-decoration: underline;
}

/*modify by Allen */

@media screen and (max-width: 37.5em) {
  .techContent .techItem:nth-child(even) .successmodelcasegroup {
    -ms-flex-order: 0;
        order: 0;
  }
}

.techContent .techItem .successmodelcasegroup {
  width: 100%;
  padding: 0;
}
@media screen and (max-width: 64.0625em) {
  .techContent .techItem .successmodelcasegroup {
    padding: 25px 25px;
  }
}
@media screen and (max-width: 50em) {
  .techContent .techItem .successmodelcasegroup {
    padding: 10px 0;
  }
}
@media screen and (max-width: 37.5em) {
  .techContent .techItem .successmodelcasegroup {
    padding: 20px 0;
    padding-bottom: 0;
    text-align: center;
  }
}

.techContent .techItem .successmodelcasegroup h3 {
color: #485c95;
font-size: 32px;
font-weight: normal;
letter-spacing: 1px;
text-align: left;
margin-bottom: 10px;
margin-top: 10px;
}

.techContent .techItem .successmodelcasegroup ul {
  display: block;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 64.0625em) {
  .techContent .techItem .successmodelcasegroup ul {
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 37.5em) {
  .techContent .techItem .successmodelcasegroup ul {
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.techContent .techItem .successmodelcasegroup ul li {
  width: 23%;
  margin-right: 2.66%;
  display: block;
  transition-property: all;
  transition-duration: 0.5s;
  transition-delay: 0s;
  margin-bottom: 30px;
}
.techContent .techItem .successmodelcasegroup ul li:nth-child(4n+4) {
  margin-right: 0;
}
@media screen and (max-width: 81.25em) {
  .techContent .techItem .successmodelcasegroup ul li {
    width: 31%;
    margin-right: 3.4%;
  }
  .techContent .techItem .successmodelcasegroup ul li:nth-child(3n+3) {
    margin-right: 0;
  }
  .techContent .techItem .successmodelcasegroup ul li:nth-child(4n+4) {
    margin-right: 3.4%;
  }
}
@media screen and (max-width: 64.0625em) {
  .techContent .techItem .successmodelcasegroup ul li {
    width: 48%;
    margin-right: 4%;
    padding-bottom: 25px;
  }
  .techContent .techItem .successmodelcasegroup ul li:nth-child(3n+3) {
    margin-right: 4%;
  }
  .techContent .techItem .successmodelcasegroup ul li:nth-child(even) {
    margin-right: 0;
  }
}
@media screen and (max-width: 37.5em) {
  .techContent .techItem .successmodelcasegroup ul li {
    width: 100%;
    margin-right: 0;
    padding-bottom: 0;
  }
  .techContent .techItem .successmodelcasegroup ul li:last-child {
    margin-bottom: 0;
  }
}
.techContent .techItem .successmodelcasegroup ul li:hover {
  transform: scale(1.03);
}
.techContent .techItem .successmodelcasegroup ul li:hover a.video .picContainer:after {
  /*box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);*/
  border-radius: 50%;
}
.techContent .techItem .successmodelcasegroup ul li a {
  display: block;
  position: relative;
}
.techContent .techItem .successmodelcasegroup ul li a .picContainer {
  position: relative;
}
.techContent .techItem .successmodelcasegroup ul li a .picContainer:after {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-image: url(../images/icon_btn.png);
  content: "";
  display: block;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 200;
  transition-property: all;
  transition-duration: 0.4s;
  transition-delay: 0.3s;
  border-radius: 50%;
}
@media screen and (max-width: 37.5em) {
  .techContent .techItem .successmodelcasegroup ul li a {
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 0;
  }
  .techContent .techItem .successmodelcasegroup ul li a .picContainer {
    position: relative;
    width: 90%;
    margin-left: 5%;
  }
  .techContent .techItem .successmodelcasegroup ul li a .picContainer:after {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(../images/icon_btn.png);
    content: "";
    display: block;
    margin-top: -25px;
    margin-left: -25px;
    z-index: 200;
    transition-property: all;
    transition-duration: 0.4s;
    transition-delay: 0.3s;
    border-radius: 50%;
  }
}
.techContent .techItem .successmodelcasegroup ul li a.video .picContainer {
  position: relative;
}
.techContent .techItem .successmodelcasegroup ul li a.video .picContainer:after {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-image: url(../images/playBtn.png);
  content: "";
  display: block;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 200;
  transition-property: all;
  transition-duration: 0.4s;
  transition-delay: 0.3s;
  border-radius: 50%;
}
.techContent .techItem .successmodelcasegroup ul li a.video .picContainer img {
  position: relative;
  z-index: 100;
  width: 100%;
  height: 242px;
  object-fit: cover;
  object-position: 50% 50%;
}
@media screen and (max-width: 37.5em) {
  .techContent .techItem .successmodelcasegroup ul li a.video .picContainer img {
    width: 100%;
    height: 260px;
  }
}
.techContent .techItem .successmodelcasegroup ul li a img {
  /*box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);*/
  object-fit: contain;
  object-position: 50% 50%;
  width: 322px;
  height: 242px;
}
@media screen and (max-width: 37.5em) {
  .techContent .techItem .successmodelcasegroup ul li a img {
    swidth: 100%;
    sheight: 260px;
  }
}
.techContent .techItem .successmodelcasegroup ul li img {
  border: #fff 1px solid;
  transition-property: all;
  transition-duration: 0.3s;
  transition-delay: 0s;
}
.techContent .techItem .successmodelcasegroup ul li h4 {
  color: #485c95;
  font-weight: normal;
  font-size: 1.1875rem;
  display: block;
  padding-top: 10px;
}
@media screen and (max-width: 93.75em) {
  .techContent .techItem .successmodelcasegroup ul li h4 {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 37.5em) {
  .techContent .techItem .successmodelcasegroup ul li h4 {
    width: 100%;
    display: block;
  }
}
.techContent .techItem .successmodelcasegroup ul li p {
  color: #7b7b7b;
  font-size: 1rem;
  margin-top: 0;
  letter-spacing: 1px;
}
@media screen and (max-width: 93.75em) {
  .techContent .techItem .successmodelcasegroup ul li p {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 37.5em) {
  .techContent .techItem .successmodelcasegroup ul li p {
    width: 100%;
    display: block;
    padding-left: 0;
    display: inline-block;
    margin-top: 0;
  }
}
@media screen and (max-width: 37.5em) {
  .techContent .techItem .successmodelcasegroup {
    width: 100%;
  }
}
.iframeVideo {
	height: 0px;
	padding-top: 25px;
	padding-bottom: 56.2%;
	position: relative;
}
.iframeVideo iframe {
	width: 100%;
	height: 100%;
	position: absolute;
}
.embed-youtube {
    position: relative;
    padding-bottom: 56.25%; /* - 16:9 aspect ratio (most common) */
    /* padding-bottom: 62.5%; - 16:10 aspect ratio */
    /* padding-bottom: 75%; - 4:3 aspect ratio */
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.embed-youtube iframe,
.embed-youtube object,
.embed-youtube embed {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* end of modify by Allen */

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
    border-top: 0;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

    .card-header:first-child {
        border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
    }
    .card-header:first-child:hover {
        transform:scale(1.03);
    }

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

    .card-footer:last-child {
        border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
    }

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-deck {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

        .card-deck .card {
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            margin-right: 15px;
            margin-bottom: 0;
            margin-left: 15px;
        }
}

.card-group > .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

        .card-group > .card {
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            margin-bottom: 0;
        }

            .card-group > .card + .card {
                margin-left: 0;
                border-left: 0;
            }

            .card-group > .card:not(:last-child) {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
            }

                .card-group > .card:not(:last-child) .card-img-top,
                .card-group > .card:not(:last-child) .card-header {
                    border-top-right-radius: 0;
                }

                .card-group > .card:not(:last-child) .card-img-bottom,
                .card-group > .card:not(:last-child) .card-footer {
                    border-bottom-right-radius: 0;
                }

            .card-group > .card:not(:first-child) {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0;
            }

                .card-group > .card:not(:first-child) .card-img-top,
                .card-group > .card:not(:first-child) .card-header {
                    border-top-left-radius: 0;
                }

                .card-group > .card:not(:first-child) .card-img-bottom,
                .card-group > .card:not(:first-child) .card-footer {
                    border-bottom-left-radius: 0;
                }
}

.card-columns .card {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }

        .card-columns .card {
            display: inline-block;
            width: 100%;
        }
}

.accordion {
    overflow-anchor: none;
}

.accordion > .card {
    overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
            border-bottom: 0;
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0;
        }

.accordion > .card:not(:first-of-type) {
            border-top-left-radius: 0;
            border-top-right-radius: 0;
        }

.accordion > .card > .card-header {
            border-radius: 0;
            margin-bottom: -1px;
        }


.collapse:not(.show) {
    display: none;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}


.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
}

    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
    }
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}

    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
    }
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
}

    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
    }
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #007bff;
}
