@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow|Lato:400,300|Open+Sans+Condensed:300);
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 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.
 */
/* Document
 * ========================================================================== */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* 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.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption, figure, main {
  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;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

/* Text-level semantics
 * ==========================================================================
 */
/**
 * 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;
  -webkit-text-decoration-skip: objects;
}
a:active, a:hover {
  outline-width: 0;
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
/**
 * 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;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * 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;
  font-size: 1em;
}

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  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;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * 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;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
/**
 * 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;
  font: inherit;
}

/* Interactive
 * ==========================================================================
 */
/* Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details, menu {
  display: block;
}

/* Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template, [hidden] {
  display: none;
}

/* Hidden
 * ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
.wrap {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.wrap:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 970px) {
  .wrap {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    min-width: 930px;
  }
  .wrap:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 1500px) {
  .wrap {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    min-width: 1300px;
  }
  .wrap:after {
    content: " ";
    display: block;
    clear: both;
  }
}

@media (min-width: 970px) {
  .container {
    max-width: 930px;
    margin-left: auto;
    margin-right: auto;
    width: 930px;
  }
  .container:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 1500px) {
  .container {
    max-width: 1370px;
    margin-left: auto;
    margin-right: auto;
    width: 1370px;
  }
  .container:after {
    content: " ";
    display: block;
    clear: both;
  }
}

.clear, .row {
  zoom: 1;
}
.clear:after, .row:after {
  clear: both;
  overflow: hidden;
}
.clear:after, .clear:before, .row:after, .row:before {
  content: "";
  display: table;
}

.row {
  margin-bottom: 1.875em;
}
@media (min-width: 970px) {
  .row {
    margin-left: -1.04167%;
    margin-right: -1.04167%;
  }
}

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 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}

button, input, optgroup, select, textarea {
  font-family: "Lato", "Microsoft JhengHei", "cwTeXHei", sans-serif;
}

html {
  font-size: 100%;
  line-height: 1.875em;
}

html {
  font-family: "Lato", "Microsoft JhengHei", "cwTeXHei", sans-serif;
  height: 100%;
}

body {
  font-size: 1em;
  line-height: 1.875em;
  background: #fafafa url("../images/main-bg.gif");
  color: #636363;
  min-height: auto;
  width: 100%;
}

a {
  color: #3f3f3f;
}
a:hover {
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  color: #0a91cd;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

p, br {
  margin-bottom: 0.9375em;
}

hr {
  margin-top: 0.9375em;
  margin-bottom: 1.875em;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #b7c8df;
  height: 1px;
}
hr.title-line {
  width: 20px;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #b7c8df;
  height: 1px;
  clear: both;
  margin-left: 0;
}

.title-baseline, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 400;
}

h1 {
  color: #2c2c2c;
}

h2 {
  color: #2c2c2c;
}

h3 {
  color: #2c2c2c;
}

h4 {
  color: #2c2c2c;
}

h5 {
  color: #2c2c2c;
}

h6 {
  color: #2c2c2c;
}

h1 {
  font-size: 2.8125em;
  line-height: 1.33333em;
}

h2 {
  font-size: 1.875em;
  line-height: 2em;
}

h3 {
  font-size: 1.5em;
  line-height: 1.25em;
}

h4 {
  font-size: 1.25em;
  line-height: 1.5em;
}

h5 {
  font-size: 1em;
  line-height: 1.875em;
}

h6 {
  font-size: 0.8125em;
  line-height: 2.30769em;
}

.is-highlight {
  color: #0a91cd;
}

.is-warning {
  color: #e17487;
}

.is-info {
  color: #254998;
}

.hidden-text {
  color: #fafafa;
  opacity: 0;
}

.scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

.scrollbar::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}

.scrollbar::-webkit-scrollbar-thumb {
  background-color: #1c68ae;
}

.align-right {
  text-align: right;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-justfy {
  text-align: justify;
}
.align-justfy:after {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 0;
  line-height: 0;
  width: 100%;
}

.m-article__header {
  margin-bottom: 1.875em;
  background-color: #2C69AF;
  color: #9ABDE8;
  border-radius: 5px;
  padding: 25px;
  position: relative;
}
.m-article__header h2 {
  font-size: 1.5em;
  line-height: 1.25em;
  color: #fff;
}
.m-article__editor img {
  max-width: 100%;
}
.m-article__footer {
  margin-top: 1.875em;
  margin-bottom: 3.75em;
  padding-top: 1.875em;
  border-top: 1px solid #d9d9d9;
}
.m-article__footer a {
  float: left;
  margin-right: 5px;
}
.m-article__footer a:last-child {
  float: right;
  margin-right: 0;
}

@media (min-width: 970px) {
  .m-article__header {
    padding: 25px 25px 25px 125px;
  }
  .m-article__header .date {
    position: absolute;
    left: 25px;
    top: 25px;
  }
}
.m-breadcrumb {
  margin-top: 0.9375em;
  color: #0a91cd;
  list-style: none;
  padding: 0;
  font-weight: normal;
  line-height: 38px;
  text-align: right;
}
.m-breadcrumb > li {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 120px;
  vertical-align: bottom;
  display: inline-block;
}
.m-breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: ">";
}
.m-breadcrumb > li a {
  color: #595959;
  text-decoration: none;
  font-weight: lighter;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
.btn {
  font-size: 0.9375em;
  line-height: 2em;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -moz-transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
  -webkit-transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
  -o-transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
  -ms-transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
  background-color: #5d6169;
  border-color: #45484e;
  border-width: 1px;
  border-style: solid;
  border-radius: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  letter-spacing: 0.1em;
  padding: 0.3em 0.5em;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}
@media (min-width: 750px) {
  input[type="submit"],
  input[type="reset"],
  input[type="button"],
  .btn {
    margin-bottom: 0;
    padding: 0.3em 1em;
  }
}
input[type="submit"]:hover, input[type="submit"].is-active,
input[type="reset"]:hover,
input[type="reset"].is-active,
input[type="button"]:hover,
input[type="button"].is-active,
.btn:hover,
.btn.is-active {
  color: #fff;
  border-color: #225186;
  background-color: #73196f;
  opacity: 1;
}
input[type="submit"].fit,
input[type="reset"].fit,
input[type="button"].fit,
.btn.fit {
  display: block;
  width: 100%;
}

.btn-primary {
  background-color: #2C69AF;
  border-color: #225186;
}
.btn-primary:hover, .btn-primary.is-active {
  background-color: #225186;
  border-color: #225186;
}

.btn-success {
  background-color: #ce559b;
  border-color: #ba3682;
}
.btn-success:hover, .btn-success.is-active {
  background-color: #ba3682;
  border-color: #932a67;
}

.btn-secondary {
  background-color: #fff;
  border-color: #b3b3b3;
  color: #111;
}
.btn-secondary:hover, .btn-secondary.is-active {
  background-color: #e6e6e6;
  color: #111;
  border-color: #b3b3b3;
}

.btn-link {
  background-color: transparent;
  border: none;
  color: #3f3f3f;
}

.btn-facebook {
  background-color: #3b5998;
  border-color: #1D3469;
}
.btn-facebook:hover, .btn-facebook.is-active {
  background-color: #2d4373;
  color: #fff;
  border-color: #1D3469;
}

.btn-sm {
  font-size: 0.8em;
  padding: 0 1em;
}

.m-form {
  margin: 0;
  margin-bottom: 1.875em;
}

.control-group {
  margin-bottom: 1.875em;
  position: relative;
}
.control-group.captcha label {
  display: block;
}
.control-group.captcha input[type="text"], .control-group.captcha img {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
.control-group.captcha input[type="text"] {
  width: 120px;
}
@media (min-width: 970px) {
  .control-group.left, .control-group.right {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    *display: inline;
    zoom: 1;
  }
  .control-group.left {
    padding-right: 4px;
    margin-right: -4px;
  }
  .control-group.right {
    padding-left: 4px;
  }
}

.input-icon {
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 0.4em;
  right: 1em;
}

label {
  font-size: 1em;
  line-height: 1.875em;
  margin-bottom: 0.9375em;
  display: inline-block;
  font-weight: normal;
  vertical-align: middle;
}

input[type="text"],
input[type="password"],
input[type="email"],
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: #f7f7f7;
  box-shadow: inset 0 0 5px rgba(1, 1, 1, 0.3);
  border-radius: none;
  border: solid 1px #f7f7f7;
  box-sizing: border-box;
  color: #636363;
  display: block;
  outline: 0;
  padding: 0.2em 0.6em;
  text-decoration: none;
  width: 100%;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus {
  border-color: #e89ac8;
}
input[type="text"].alt,
input[type="password"].alt,
input[type="email"].alt,
select.alt,
textarea.alt {
  display: inline-block;
  width: 50%;
}

input[type="text"],
input[type="password"],
input[type="email"],
select {
  height: 2.5em;
  line-height: 2.5em;
}

textarea {
  padding: 0.75em 0.6em;
}

.select-wrapper {
  text-decoration: none;
  display: block;
  position: relative;
}
.select-wrapper:before {
  content: "";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
}
.select-wrapper:before {
  color: #636363;
  display: block;
  height: 2.5em;
  line-height: 2.5em;
  pointer-events: none;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 2.5em;
}
.select-wrapper select {
  padding: 0 2em 0 0.7em;
  min-width: 130px;
}
.select-wrapper select::-ms-expand {
  display: none;
}

input[type="checkbox"],
input[type="radio"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  display: block;
  margin-right: -2em;
  opacity: 0;
  width: 1em;
  z-index: -1;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
  text-decoration: none;
  color: #636363;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  font-weight: normal;
  padding-left: 2.25em;
  padding-right: 0.75em;
  position: relative;
}
input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
}
input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
  background: #fff;
  border-radius: 5px;
  border: solid 1px #f7f7f7;
  content: "";
  display: inline-block;
  height: 1.5em;
  left: 0;
  line-height: 1.4375em;
  position: absolute;
  text-align: center;
  top: 0;
  width: 1.5em;
}
input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before {
  background: #fff;
  border-color: #f7f7f7;
  color: #636363;
  content: "";
}
input[type="checkbox"]:focus + label:before,
input[type="radio"]:focus + label:before {
  border-color: #b7c8df;
  box-shadow: 0 0 0 1px #f7f7f7;
}

input[type="checkbox"] + label:before {
  border-radius: 5px;
}

input[type="radio"] + label:before {
  border-radius: 100%;
}

::-webkit-input-placeholder {
  color: #d6d6d6 !important;
  opacity: 1;
}

:-moz-placeholder {
  color: #d6d6d6 !important;
  opacity: 1;
}

::-moz-placeholder {
  color: #d6d6d6 !important;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #d6d6d6 !important;
  opacity: 1;
}

.formerize-placeholder {
  color: #898989 !important;
  opacity: 1;
}

.help-block {
  font-size: 0.8125em;
  line-height: 2.30769em;
  color: #e17487;
  display: inline-block;
  margin-left: 5px;
}
.is-warning + .help-block {
  margin-left: 0;
}

.calendar {
  cursor: pointer;
}

.ui-datepicker {
  background-color: #fff;
  border-radius: 3px;
}

.ui-datepicker-header {
  height: 50px;
  line-height: 50px;
  color: #b0aead;
  background: #e9e5e3;
  margin-bottom: 10px;
}

.ui-datepicker-month,
.ui-datepicker-year {
  display: inline-block;
  width: auto;
  padding: 0 0.6em;
  line-height: 2em;
  height: 2em;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  width: 20px;
  height: 20px;
  text-indent: 9999px;
  border: 2px solid #b0aead;
  border-radius: 100%;
  cursor: pointer;
  overflow: hidden;
  margin-top: 1em;
}

.ui-datepicker-prev {
  float: left;
  margin-left: 1em;
}
.ui-datepicker-prev:after {
  transform: rotate(45deg);
  margin: -45px 0px 0px 5px;
}

.ui-datepicker-next {
  float: right;
  margin-right: 1em;
}
.ui-datepicker-next:after {
  transform: rotate(-135deg);
  margin: -45px 0px 0px 5px;
}

.ui-datepicker-prev:after,
.ui-datepicker-next:after {
  content: "";
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  border-left: 2px solid #b0aead;
  border-bottom: 2px solid #b0aead;
}

.ui-datepicker-prev:hover,
.ui-datepicker-next:hover,
.ui-datepicker-prev:hover:after,
.ui-datepicker-next:hover:after {
  border-color: #5ed1cc;
}

.ui-datepicker-title {
  text-align: center;
}

.ui-datepicker-calendar {
  width: 100%;
  text-align: center;
}
.ui-datepicker-calendar thead tr th span {
  display: block;
  width: 40px;
  color: #00a8b2;
  margin-bottom: 5px;
  font-size: 13px;
}

.ui-state-default {
  display: block;
  text-decoration: none;
  color: #b5b5b5;
  line-height: 40px;
  font-size: 16px;
}
.ui-state-default:hover {
  background: rgba(0, 0, 0, 0.02);
}

.ui-state-highlight {
  color: #8dd391;
}

.ui-state-active {
  background-color: #eee;
  color: #5ED1CC;
}

.ui-datepicker-unselectable .ui-state-default {
  color: #eee;
  border: 2px solid transparent;
}

.m-image {
  display: block;
}
.m-image.fit, .m-image.left, .m-image.right {
  padding-bottom: 0.9375em;
}
.m-image.fit img, .m-image.left img, .m-image.right img {
  width: 100%;
}

@media (min-width: 970px) {
  .m-image.fit {
    padding-bottom: 0em;
  }
  .m-image.left, .m-image.right {
    max-width: 40%;
  }
  .m-image.left img, .m-image.right img {
    width: 100%;
  }
  .m-image.left {
    padding-right: 3.125%;
    float: left;
    top: 0.25em;
  }
  .m-image.right {
    padding-left: 3.125%;
    float: right;
    padding: 0 0 1em 1.5em;
    top: 0.25em;
  }
}
.m-list--none {
  list-style: none;
  padding-left: 0;
}
.m-list--none.actions li {
  padding-bottom: 0.9375em;
}
.m-list--none.actions li:last-child {
  padding-bottom: 0;
}
.m-list--group-add {
  color: #0a91cd;
}
.m-list--group li {
  padding-bottom: 0.9375em;
  margin-bottom: 0.9375em;
  background: url(../images/list-icon.png) 0 12px no-repeat;
  border-bottom: 1px solid #ccc;
  padding-left: 15px;
}
.m-list--group a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.875em;
  max-height: 3.75em;
  text-decoration: none;
}

.label {
  background-color: #777777;
  display: inline;
  padding: 0.3em 0.6em;
  font-size: 0.8em;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  letter-spacing: 1px;
}
.label[href]:hover, .label[href]:focus {
  background-color: #5e5e5e;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}

.label-primary {
  background-color: #2C69AF;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #225186;
}

.label-success {
  background-color: #8FC146;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #749f35;
}

.label-info {
  background-color: #FEEE1C;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #e6d601;
}

.m-media {
  margin-bottom: 0.9375em;
}
.m-media__img {
  margin-bottom: 0.9375em;
  overflow: hidden;
  display: block;
  height: 0;
  padding-bottom: 65%;
}
.m-media__img img {
  width: 100%;
}
.m-media__major {
  position: relative;
}
.m-media__major h4 {
  font-size: 1.1em;
  line-height: 1.70455em;
}
.m-media__major h4 + small {
  color: #0a91cd;
  display: block;
}

@media (min-width: 750px) {
  .m-media__img {
    margin-bottom: 0em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 37.5%;
    float: left;
    padding-left: 1.5625%;
    padding-right: 1.5625%;
    padding-bottom: 22%;
  }
  .m-media__img + .m-media__content {
    margin-left: 37.5%;
  }
  .m-media .left {
    padding-left: 0;
  }
  .m-media .right {
    padding-right: 0;
  }
}
.m-pagination {
  margin-top: 1.875em;
  margin-bottom: 3.75em;
  padding-top: 1.875em;
  border-top: 1px solid #d9d9d9;
  text-align: center;
}
.m-pagination .pager {
  font-size: 0.9375em;
  line-height: 2em;
  padding: 0.4em 1em;
  margin: auto 2px;
  letter-spacing: 0.1em;
  text-decoration: none;
  background-color: #e4e4e4;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
}
.m-pagination .pager:hover, .m-pagination .pager.is-active {
  color: #fff;
  background-color: #73196f;
  opacity: 1;
}
.m-pagination .pager.is-disabled {
  display: none;
}

.m-thumbnail {
  margin-bottom: 1.875em;
}
.m-thumbnail__img {
  margin-bottom: 0.9375em;
  overflow: hidden;
  display: block;
  height: 0;
  padding-bottom: 65%;
  position: relative;
}
.m-thumbnail__img img {
  width: 100%;
  position: absolute;
  top: 0;
}
.m-thumbnail__major {
  position: relative;
}
.m-thumbnail__major h3 {
  font-size: 1.1em;
  line-height: 1.70455em;
  margin-bottom: 0.9375em;
}
.m-thumbnail__content p {
  margin-bottom: 0;
}

.i-links__item {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  float: left;
  padding-left: 1.04167%;
  padding-right: 1.04167%;
}
.i-links__item:nth-child(2n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
}
.i-links__item:nth-child(2n + 2) {
  margin-left: 50%;
  margin-right: -100%;
  clear: none;
}

@media (min-width: 750px) {
  .i-shop__container .m-thumbnail {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333%;
    float: left;
    padding-left: 1.04167%;
    padding-right: 1.04167%;
  }
  .i-shop__container .m-thumbnail:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
  }
  .i-shop__container .m-thumbnail:nth-child(3n + 2) {
    margin-left: 33.33333%;
    margin-right: -100%;
    clear: none;
  }
  .i-shop__container .m-thumbnail:nth-child(3n + 3) {
    margin-left: 66.66667%;
    margin-right: -100%;
    clear: none;
  }

  .i-info__container .m-thumbnail {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 1.04167%;
    padding-right: 1.04167%;
  }
  .i-info__container .m-thumbnail:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
  }
  .i-info__container .m-thumbnail:nth-child(2n + 2) {
    margin-left: 50%;
    margin-right: -100%;
    clear: none;
  }
}
@media (min-width: 970px) {
  .l-main__aside {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    float: left;
    padding-left: 1.04167%;
    padding-right: 1.04167%;
    padding-left: 0;
  }
  .l-main__aside + .l-main__content {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 75%;
    float: left;
    padding-left: 1.04167%;
    padding-right: 1.04167%;
    padding-right: 0;
  }

  .i-news__title {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 41.66667%;
    float: left;
    padding-left: 1.04167%;
    padding-right: 1.04167%;
  }
  .i-news__content {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 58.33333%;
    float: left;
    padding-left: 1.04167%;
    padding-right: 1.04167%;
    padding-left: 0;
    padding-right: 0;
  }

  .m-media .date {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 28.57143%;
    float: left;
    padding-left: 1.78571%;
    padding-right: 1.78571%;
    padding-right: 0;
  }
  .m-media__content {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 71.42857%;
    float: right;
    padding-left: 1.78571%;
    padding-right: 1.78571%;
    padding-left: 0;
  }

  .i-product__title {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    float: left;
    padding-left: 1.04167%;
    padding-right: 1.04167%;
  }
  .i-product__content {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 75%;
    float: left;
    padding-left: 1.04167%;
    padding-right: 1.04167%;
  }
  .i-product__content .m-thumbnail {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333%;
    float: left;
    padding-left: 1.38889%;
    padding-right: 1.38889%;
  }
  .i-product__content .m-thumbnail:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
  }
  .i-product__content .m-thumbnail:nth-child(3n + 2) {
    margin-left: 33.33333%;
    margin-right: -100%;
    clear: none;
  }
  .i-product__content .m-thumbnail:nth-child(3n + 3) {
    margin-left: 66.66667%;
    margin-right: -100%;
    clear: none;
  }

  .p-product .m-thumbnail {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333%;
    float: left;
    padding-left: 1.38889%;
    padding-right: 1.38889%;
  }
  .p-product .m-thumbnail:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
  }
  .p-product .m-thumbnail:nth-child(3n + 2) {
    margin-left: 33.33333%;
    margin-right: -100%;
    clear: none;
  }
  .p-product .m-thumbnail:nth-child(3n + 3) {
    margin-left: 66.66667%;
    margin-right: -100%;
    clear: none;
  }
  .p-product--pic {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 1.04167%;
    padding-right: 1.04167%;
  }
  .p-product--info {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 1.04167%;
    padding-right: 1.04167%;
  }

  .p-contact--info {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 75%;
    float: left;
    padding-left: 1.04167%;
    padding-right: 1.04167%;
  }
  .p-contact--pic {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    float: left;
    padding-left: 1.04167%;
    padding-right: 1.04167%;
  }
}
@media (min-width: 1500px) {
  .l-main__aside {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 16.66667%;
    float: left;
    padding-left: 1.04167%;
    padding-right: 1.04167%;
  }
  .l-main__aside + .l-main__content {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 83.33333%;
    float: left;
    padding-left: 1.04167%;
    padding-right: 1.04167%;
  }

  .m-media .date {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 14.28571%;
    float: left;
    padding-left: 1.78571%;
    padding-right: 1.78571%;
  }
  .m-media__content {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 85.71429%;
    float: right;
    padding-left: 1.78571%;
    padding-right: 1.78571%;
  }

  .p-product--pic {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 41.66667%;
    float: left;
    padding-left: 1.04167%;
    padding-right: 1.04167%;
  }
  .p-product--info {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 58.33333%;
    float: left;
    padding-left: 1.04167%;
    padding-right: 1.04167%;
  }
}
.l-header {
  padding-top: 0.9375em;
  padding-bottom: 0.9375em;
  text-align: right;
}
.l-header .logo {
  line-height: 1em;
  position: relative;
  padding-right: 3.125%;
  z-index: 3;
}
.l-header .logo .logo__inner {
  width: 120px;
  height: 51px;
  overflow: hidden;
  margin: auto;
}
.l-header .logo .logo__inner.is-replace__inner:before {
  content: url("../images/mobile-logo.png");
  display: inline-block;
}

@media (min-width: 970px) {
  .l-header {
    padding-top: 0em;
    padding-bottom: 0em;
    -moz-background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
    -webkit-background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
    -o-background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
    -ms-background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.6);
    position: relative;
    z-index: 1;
  }
  .l-header .logo {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    float: left;
    padding-left: 1.04167%;
    padding-right: 1.04167%;
    margin-top: 0.46875em;
    padding-left: 15px;
  }
  .l-header .logo .logo__inner {
    width: 192px;
    height: 81px;
    overflow: hidden;
    margin: 0;
  }
  .l-header .logo .logo__inner.is-replace__inner:before {
    content: url("../images/logo.png");
    display: inline-block;
  }
}
@media (min-width: 1500px) {
  .l-header .logo {
    padding-left: 30px;
  }
}
@media (min-width: 320px) and (max-width: 970px) {
  .site-pusher,
  .wrap {
    height: 100%;
  }

  .wrap {
    overflow: hidden;
  }

  .site-pusher {
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
    transform: translateX(0px);
  }

  .with--sidebar {
    overflow-y: hidden;
  }
  .with--sidebar .site-pusher {
    transform: translateX(250px);
  }
  .with--sidebar .site-cache {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 10;
  }
}
.menu {
  margin-top: 0em;
  margin-bottom: 0em;
  transform: translateX(-250px);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 250px;
  list-style: none;
  padding: 0;
  z-index: 2;
}
.menu-toggle {
  padding-bottom: 0em;
  position: absolute;
  top: 1.5em;
  left: 1em;
  z-index: 4;
}
.menu-toggle__inner .lnr {
  cursor: pointer;
}
.menu-toggle__inner .lnr-menu {
  font-size: 2em;
}
.menu-toggle__inner .lnr-chevron-up {
  font-size: 1.5em;
  line-height: 1.25em;
}
.menu > li {
  display: block;
  margin-bottom: 0;
  position: relative;
}
.menu > li > a {
  margin-top: 0em;
  padding-top: 0.9375em;
  padding-bottom: 0.9375em;
  margin-bottom: 0em;
  color: #000;
  padding-left: 1.2em;
  padding-right: 1.2em;
  display: block;
  text-decoration: none;
  font-size: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-align: left;
}

@media (min-width: 970px) {
  .menu {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 75%;
    float: right;
    padding-left: 1.04167%;
    padding-right: 1.04167%;
    clear: none;
    transform: translateX(0);
    padding-right: 0;
    padding-left: 0;
    max-height: 1000px;
    overflow: visible;
    position: relative;
  }
  .menu-toggle {
    display: none;
  }
  .menu > li {
    position: relative;
    display: inline-block;
    width: 16.66%;
    margin-left: -3px;
    border-left: 1px solid #fff;
    border-right: 1px solid #c7c7c7;
  }
  .menu > li a:before {
    content: "";
    width: 50px;
    height: 32px;
    position: absolute;
    background-image: url("../images/menu-icon.png");
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -40px;
  }
  .menu > li:first-child {
    border-left: 1px solid #c7c7c7;
  }
  .menu > li:nth-child(2) a:before {
    background-position: -50px 0;
  }
  .menu > li:nth-child(3) a:before {
    background-position: -100px 0;
  }
  .menu > li:nth-child(4) a:before {
    background-position: -150px 0;
  }
  .menu > li:nth-child(5) a:before {
    background-position: -200px 0;
  }
  .menu > li:last-child {
    background-image: none;
    border-right: none;
  }
  .menu > li:last-child a:before {
    background-position: -250px 0;
  }
  .menu > li:hover .sub-menu {
    left: 0;
    top: 80%;
    opacity: 1;
  }
  .menu > li > a {
    margin-top: 1.875em;
    padding-top: 1.875em;
    padding-bottom: 0.9375em;
    margin-bottom: 0.9375em;
    border: none;
    color: #323234;
    text-align: center;
  }
}
@media (min-width: 1500px) {
  .menu > li > a {
    font-size: 18px;
  }
}
@media (min-width: 970px) {
  .i-slideshow {
    overflow: hidden;
  }
}
.l-footer--menu {
  margin-top: 1.875em;
  background-color: #fff;
  box-shadow: 0 3px 10px -3px rgba(0, 0, 0, 0.4);
}
.l-footer--menu ul {
  list-style: none;
  padding-left: 0;
}
.l-footer--menu ul li {
  border-top: 1px solid #b7c8df;
}
.l-footer--menu ul li:first-child {
  border: none;
}
.l-footer--menu ul li a {
  padding-left: 3.125%;
  padding-right: 3.125%;
  text-decoration: none;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  display: block;
  text-decoration: none;
  font-weight: 600;
}
.l-footer--menu ul li a:before {
  content: "";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
}
.l-footer--menu ul li a:before {
  padding-right: 0.5em;
}
.l-footer--copyright {
  padding-top: 1.875em;
  padding-bottom: 1.875em;
  text-align: center;
}

@media (min-width: 970px) {
  .l-footer--menu ul {
    padding-top: 0.9375em;
    padding-bottom: 0.9375em;
  }
  .l-footer--menu ul li {
    display: inline-block;
    width: 16%;
    margin-left: -3px;
    border-left: 2px dotted #8b8b8b;
    border-top: none;
  }
  .l-footer--menu ul li a {
    text-align: center;
    padding: 0.2em 0;
    font-weight: 400;
  }
  .l-footer--menu ul li a:before {
    display: none;
  }
}
.l-main {
  padding-top: 1.875em;
  padding-bottom: 1.875em;
  padding-left: 3.125%;
  padding-right: 3.125%;
}
.l-main--pic {
  height: 0;
  overflow: hidden;
  padding-bottom: 20%;
  width: 100%;
}
.l-main--pic img {
  width: 100%;
}
.l-main__aside li {
  position: relative;
}
.l-main__aside li a {
  display: block;
  padding-top: 5px;
  padding-left: 20px;
}
.l-main__aside li:before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 15px;
  left: 11px;
  width: 6px;
  height: 6px;
  border: 2px solid #555;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
}
.l-main__aside-title {
  font-size: 1.5em;
  line-height: 1.25em;
  position: relative;
  margin: 0 0 10px;
  padding: 10px 10px 10px 20px;
  border-bottom: 1px solid #444;
}
.l-main__aside-title:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 10px;
  width: 3px;
  height: 20px;
  background-color: #049;
}
.l-main__title {
  font-size: 1.5em;
  line-height: 1.25em;
  color: #004381;
  line-height: 46px;
  padding: 0 0 5px 10px;
  border-bottom: 3px solid #cccccc;
  position: relative;
  margin-bottom: 35px;
}

.go-top {
  background-color: #000;
  width: 40px;
  height: 40px;
  font-size: 12px;
  text-align: center;
  position: fixed;
  right: 0;
  bottom: 10%;
}
.go-top.visible {
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
  opacity: 0.8;
}
.go-top a {
  color: #fff;
}

@media (min-width: 970px) {
  .l-main--pic {
    margin-top: -50px;
  }
}
@media (min-width: 1500px) {
  .l-main--pic {
    padding-bottom: 15%;
  }

  .go-top {
    right: 5%;
  }
}
.i-news {
  margin-top: 1.875em;
  margin-bottom: 3.75em;
  padding-left: 3.125%;
  padding-right: 3.125%;
}
.i-news .m-media {
  margin-bottom: 1.875em;
}
.i-news__title {
  margin-top: 1.875em;
  margin-bottom: 1.875em;
  background: url(../images/news-icon.png) 0 0 no-repeat;
  padding-top: 40px;
  padding-left: 130px;
}
.i-news__title h2 {
  font-size: 2.5em;
  line-height: 1.5em;
  font-family: "PT Sans Narrow", "Microsoft JhengHei", "cwTeXHei", sans-serif;
  letter-spacing: 1px;
  color: #575757;
}
.i-news__title h2 span {
  font-size: 0.5em;
  line-height: 3.75em;
  color: #636363;
}

.p-news .m-media {
  padding-top: 1.875em;
  border-top: 1px solid #b7c8df;
}
.p-news .m-media:first-child {
  border: none;
}
.p-news .m-media__major h3 {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  vertical-align: bottom;
}
.p-news .m-media__major h3 a {
  text-decoration: none;
  color: #005091;
}
.p-news .m-media p {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  vertical-align: bottom;
}

@media (min-width: 970px) {
  .i-news {
    margin-top: 5.625em;
    margin-bottom: 5.625em;
  }
  .i-news__title {
    padding-top: 30px;
  }
  .i-news__title h2 {
    font-size: 3em;
    line-height: 1.25em;
  }
  .i-news__content {
    border-bottom: 1px solid #b7c8df;
    border-top: 1px solid #b7c8df;
  }
}
@media (min-width: 1500px) {
  .i-news__title h2 {
    font-size: 4em;
    line-height: 1.40625em;
  }

  .p-news .m-media .date {
    text-align: right;
  }
}
.i-product {
  margin-bottom: 1.875em;
  padding-left: 3.125%;
  padding-right: 3.125%;
}
.i-product__title {
  margin-bottom: 1.875em;
}
.i-product__title h2 {
  font-size: 3em;
  line-height: 1.25em;
  font-family: "PT Sans Narrow";
  letter-spacing: 5px;
  color: #575757;
}
.i-product__title h2 + span {
  font-size: 1.5em;
  line-height: 1.25em;
}
.i-product__title .more {
  line-height: 18px;
  text-decoration: none;
}
.i-product__title .more img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.p-product .m-thumbnail__img {
  background-color: #fff;
  margin-bottom: 0;
}
.p-product .m-thumbnail__content {
  background-color: #fff;
  padding: 1em;
  position: relative;
  z-index: 1;
  min-height: 133px;
}
.p-product .m-thumbnail__content:before {
  content: "";
  background: url(../images/inews_shadow.png) center top no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 20px;
  position: absolute;
  left: 0;
  bottom: -20px;
}
.p-product .m-thumbnail__major h3 {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  vertical-align: bottom;
  border-left: 5px solid #3161a3;
  padding-left: 5px;
}
.p-product .m-thumbnail__major h3 a {
  text-decoration: none;
}
.p-product .m-thumbnail p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.875em;
  max-height: 3.75em;
  color: #777;
}
.p-product--pic img {
  width: 100%;
}
.p-product--info .title {
  font-size: 1.4em;
  line-height: 1.33929em;
  padding-bottom: 0.9375em;
  color: #005091;
  border-bottom: 1px solid #b7c8df;
}
.p-product--detail {
  -moz-background: linear-gradient(to bottom, #eeeeee 0%, #fafafa 100%);
  -webkit-background: linear-gradient(to bottom, #eeeeee 0%, #fafafa 100%);
  -o-background: linear-gradient(to bottom, #eeeeee 0%, #fafafa 100%);
  -ms-background: linear-gradient(to bottom, #eeeeee 0%, #fafafa 100%);
  background: linear-gradient(to bottom, #eeeeee 0%, #fafafa 100%);
  margin-top: 3.75em;
}

.edit-wrap {
  padding-top: 0.9375em;
  padding-bottom: 0.9375em;
  padding-left: 3.125%;
  padding-right: 3.125%;
}

@media (min-width: 970px) {
  .i-product {
    margin-bottom: 3.75em;
  }
  .i-product__title {
    border-top: 1px solid #c7c7c7;
  }
}
@media (min-width: 1500px) {
  .i-product__title h2 {
    font-size: 4em;
    line-height: 1.40625em;
  }
  .i-product__title h2 + span {
    font-size: 2em;
    line-height: 1.875em;
  }
}
.p-contact--info .fa, .p-contact--info a {
  color: #3161a3;
}
.p-contact--map {
  margin-top: 1.875em;
}
