@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,600i|Quicksand:300,400,500,700");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after 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/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 when focused and also mouse hovered in all browsers.
 */
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.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * 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 {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  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"] {
  -webkit-box-sizing: border-box;
  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
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * 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; }

/* Media Queries */
/* prefixes */
/* center-block */
/* Clearfix */
/* pseudo */
/* Box Sizing */
/* multiline text ellipsis... */
.in-oneline {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; }

.in-multiline {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.fade {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }

.fade:after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30%;
  height: 1.5em;
  background: -webkit-gradient(linear, left top, right top, from(rgba(250, 250, 250, 0)), color-stop(50%, #fafafa));
  background: -webkit-linear-gradient(left, rgba(250, 250, 250, 0), #fafafa 50%);
  background: -o-linear-gradient(left, rgba(250, 250, 250, 0), #fafafa 50%);
  background: linear-gradient(to right, rgba(250, 250, 250, 0), #fafafa 50%); }

/* vertical align */
/* ul li */
ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  ul:after {
    content: "";
    display: table;
    clear: both; }
  ul li {
    float: left;
    margin: 0;
    padding: 0; }

ul.list li {
  float: none; }

/* Multiple Columns*/
.columns-2 {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  -ms-column-count: 1;
  -o-column-count: 1;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  -ms-column-gap: 0;
  -o-column-gap: 0; }
  @media only screen and (min-width: 640px) {
    .columns-2 {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      -ms-column-count: 2;
      -o-column-count: 2;
      -webkit-column-gap: 1rem;
      -moz-column-gap: 1rem;
      -ms-column-gap: 1rem;
      -o-column-gap: 1rem; } }

.columns-3 {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  -ms-column-count: 1;
  -o-column-count: 1;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  -ms-column-gap: 0;
  -o-column-gap: 0; }
  @media only screen and (min-width: 640px) {
    .columns-3 {
      -webkit-column-count: 3;
      -moz-column-count: 3;
      -ms-column-count: 3;
      -o-column-count: 3;
      -webkit-column-gap: 1rem;
      -moz-column-gap: 1rem;
      -ms-column-gap: 1rem;
      -o-column-gap: 1rem; } }

/* Content Area */
/* Responsive ratio */
/*--------------------------------
div {
    @include responsive-ratio(16,9);
}
*/
/* Retina Images */
/*--------------------------------
div.logo {
   background: url("logo.png") no-repeat;
   @include image-2x("logo2x.png", 100px, 25px);
 }
*/
/* CSS triangles */
/* colors */
.white {
  color: white; }

.darkwhite {
  color: #fafafa; }

.darkgray {
  color: #323232; }

.lightgray {
  color: #828282; }

.darkpink {
  color: #db4704; }

.lightpurple {
  color: #ff5550; }

.darkpurple {
  color: #e94e13; }

.darkred {
  color: #9e0a1c; }

.lightred {
  color: #d12a2f; }

.ctnavy {
  color: #5a5a5a; }

.transparent {
  color: transparent; }

/* fonts */
.font-light {
  font-weight: lighter; }

.font-bold {
  font-weight: bolder; }

.smallx3 {
  font-size: 1.4rem;
  line-height: 2.5rem; }

.smallx2 {
  font-size: 1.6rem;
  line-height: 2.5rem; }

.smallx1 {
  font-size: 1.8rem;
  line-height: 2.5rem; }

.normal {
  font-size: 2rem;
  line-height: 2.5rem; }

.largex1 {
  font-size: 2.2rem;
  line-height: 2.5rem; }

.largex2 {
  font-size: 2.4rem;
  line-height: 2.5rem; }

.largex3 {
  font-size: 2.6rem;
  line-height: 2.5rem; }

h1 {
  font: italic lighter 2rem/3rem "Quicksand", sans-serif;
  text-transform: uppercase;
  padding-bottom: 1rem; }

h2 {
  font: italic normal 1.6rem/2rem "Quicksand", sans-serif; }

h3 {
  font: italic normal 1.2rem/1.6rem "Quicksand", sans-serif; }

h4 {
  font: italic normal 1rem/1.5rem "Quicksand", sans-serif; }

h5 {
  font: normal 0.9rem/1.5rem "Quicksand", sans-serif; }

h6 {
  font: normal 0.8rem/1.2rem "Quicksand", sans-serif; }

p, input, select, .inline-input, footer, textarea, table th, .featurebox ul li, table td {
  font: normal 1rem/1.8rem "Open Sans", sans-serif;
  color: #585858; }

table td {
  font: lighter 1rem/1.8rem "Open Sans", sans-serif; }

textarea {
  font: lighter 1rem/1.8rem "Open Sans", sans-serif; }

p, input, select, .inline-input, footer, textarea, table th, .featurebox ul li, table td {
  font-size: 100%; }
  @media only screen and (min-width: 640px) {
    p, input, select, .inline-input, footer, textarea, table th, .featurebox ul li, table td {
      font-size: 94%; } }

/* buttons */
.btn {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  color: #e94e13;
  min-width: 80px;
  width: auto;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-decoration: none;
  text-transform: capitalize;
  shadow: 0 0.063em rgba(0, 0, 0, 0.3);
  font: normal 0.9em/1.5em "Open Sans", sans-serif;
  line-height: 2.5em;
  margin: 0.1rem;
  padding: 0 10px; }
  @media only screen and (min-width: 768px) {
    .btn {
      padding: 0 20px; } }

.txtlink {
  margin: 1rem auto;
  text-transform: none;
  text-decoration: underline; }

/* buttons more */
.more {
  background-color: transparent;
  font-size: 0.75em;
  text-transform: uppercase; }
  .more:hover {
    color: white;
    background-color: #ee622d; }
  .more:active {
    color: white;
    background-color: #ba3e0f; }

.more::before, .more::after {
  content: "-";
  display: inline-block;
  position: absolute;
  margin-left: 5px; }

.more::before {
  margin-left: -10px; }

/* text link */
a {
  color: #5a5a5a;
  cursor: pointer !important;
  margin: 0.1rem;
  padding: 0 20px;
  text-decoration: none;
  text-transform: capitalize;
  shadow: 0 0.063em rgba(0, 0, 0, 0.3);
  font: normal 0.9em/1.5em "Open Sans", sans-serif;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out; }
  a:hover {
    color: #ee622d; }
  a:active {
    color: #ba3e0f; }

/* button with border*/
.whiteborder {
  background-color: transparent;
  color: white;
  border: 1px solid white;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out; }
  .whiteborder:hover {
    background-color: transparent;
    color: #f0f0f0;
    border: 1px solid #f0f0f0;
    background-color: rgba(255, 255, 255, 0.1); }
  .whiteborder:active {
    background-color: transparent;
    color: #e6e6e6;
    border: 1px solid #e6e6e6; }

.purpleborder, .redborder {
  background-color: transparent;
  color: #e94e13;
  border: 1px solid #e94e13;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out; }
  .purpleborder:hover, .redborder:hover {
    background-color: transparent;
    color: #f3936f;
    border: 1px solid #f3936f; }
  .purpleborder:active, .redborder:active {
    background-color: transparent;
    color: #ee622d;
    border: 1px solid #ee622d; }

/* current active */
.current {
  color: white;
  background-color: #e94e13; }
  .current:hover {
    color: white;
    background-color: #e94e13; }
  .current:active {
    color: white;
    background-color: #e94e13; }

.currentlink {
  color: #e94e13;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out; }
  .currentlink:hover {
    color: #e94e13; }
  .currentlink:active {
    color: #e94e13; }

.clickable {
  cursor: pointer; }

/* form */
*:focus {
  outline: none; }

input[type=text], input[type=tel],
textarea {
  width: 100%;
  color: #5a5a5a;
  font-weight: normal;
  font-size: 100%;
  background-color: #fafafa;
  border: 1px solid #b2b2b2;
  -webkit-appearance: none;
  line-height: 2em;
  padding: 0.3rem 0.5rem;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px; }
  input[type=text]:focus::-webkit-input-placeholder, input[type=tel]:focus::-webkit-input-placeholder,
  textarea:focus::-webkit-input-placeholder {
    color: transparent; }
  input[type=text]:focus:-moz-placeholder, input[type=tel]:focus:-moz-placeholder,
  textarea:focus:-moz-placeholder {
    color: transparent; }
  input[type=text]:focus::-moz-placeholder, input[type=tel]:focus::-moz-placeholder,
  textarea:focus::-moz-placeholder {
    color: transparent; }
  input[type=text]:focus:-ms-input-placeholder, input[type=tel]:focus:-ms-input-placeholder,
  textarea:focus:-ms-input-placeholder {
    color: transparent; }
  input[type=text].placeholder, input[type=tel].placeholder,
  textarea.placeholder {
    color: #585858; }
  input[type=text]:-moz-placeholder, input[type=tel]:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #585858; }
  input[type=text]::-moz-placeholder, input[type=tel]::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #585858; }
  input[type=text]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #585858; }
  input[type=text]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #585858; }
  @media only screen and (min-width: 640px) {
    input[type=text], input[type=tel],
    textarea {
      font-size: 0.9rem;
      line-height: 2rem; } }

textarea {
  line-height: 1.5em;
  height: 12em;
  padding: 0.5rem; }

input[type=text]:focus, input[type=tel]:focus,
textarea:focus {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  border: 1px solid #7f7f7f; }

.form, .searchbox, .expandable {
  width: 100%;
  max-width: 100%;
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 640px) {
    .form, .searchbox, .expandable {
      width: 80%;
      max-width: 450px; } }

.searchbox {
  margin: 0 1rem; }
  @media only screen and (min-width: 640px) {
    .searchbox {
      margin: 0 auto; } }
  .searchbox input[type=text] {
    color: #ba3e0f; }

.expandable {
  margin: 0;
  width: 250px; }
  @media only screen and (min-width: 480px) {
    .expandable {
      width: calc(100% - 55px); } }
  @media only screen and (min-width: 640px) {
    .expandable {
      width: 20%; } }
  @media only screen and (min-width: 768px) {
    .expandable {
      width: 25%;
      max-width: 300px; } }

form ul li {
  float: none;
  position: relative;
  margin-top: 1.4rem; }

form ul li h2, form ul li p {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 80%; }

.form label {
  position: absolute;
  display: none;
  top: -1.1rem;
  font-size: 80%;
  padding-left: 0.3rem;
  width: 100%;
  background-color: transparent; }
  .form label .form_hint {
    font-size: 85%;
    margin-top: 0.1rem;
    padding-left: 0.3rem; }

.form select {
  height: 2.8rem;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  line-height: 2em;
  padding: 0.3rem 0.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: 1px solid #b2b2b2;
  background: url(../../../icon/SVG/ct-04.svg) no-repeat right 0.5rem top 50% #fafafa;
  background-size: 0.9rem;
  width: 100%;
  font-size: 100%; }
  @media only screen and (min-width: 640px) {
    .form select {
      font-size: 90%; } }

.form select::-ms-expand {
  display: none; }

.form select option {
  border: 1px solid #7f7f7f; }

select:focus {
  border: 1px solid #7f7f7f; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /*safari and chrome*/
  select {
    height: 2.5rem;
    line-height: 2.5rem; } }

select::-moz-focus-inner {
  /*Remove button padding in FF*/
  border: 0;
  padding: 0; }

@-moz-document url-prefix() {
  /* targets Firefox only */
  select {
    padding: 0 !important;
    height: 2.5rem; } }

@media screen\0 {
  /* IE Hacks: targets IE 8, 9 and 10 */
  select {
    height: 2.5rem;
    line-height: 2.5rem; } }

.inline-input {
  padding-left: 0.3rem;
  line-height: 2.5em;
  margin: 0.7rem 0; }

input[type=radio] + label, input[type=checkbox] + label {
  padding-left: 0.3rem;
  position: relative;
  display: inline-block;
  top: 0;
  width: auto;
  font-size: 100%; }

input[type=radio], input[type=checkbox] {
  margin-left: 1rem;
  display: none; }

input[type="checkbox"] + label span {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  vertical-align: middle;
  background: url(../../../icon/SVG/ct-08.svg) center top no-repeat;
  cursor: pointer; }

input[type="checkbox"]:checked + label span {
  background: url(../../../icon/SVG/ct-34.svg) center top no-repeat; }

input[type="radio"] + label span {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  vertical-align: middle;
  background: url(../../../icon/SVG/ct-08.svg) center top no-repeat;
  cursor: pointer; }

input[type="radio"]:checked + label span {
  background: url(../../../icon/SVG/ct-35.svg) center top no-repeat; }

.captchabox {
  text-align: center; }

.captchabox .g-recaptcha {
  display: inline-block;
  margin: 0;
  padding: 0; }

button[type=submit] {
  margin: 0;
  padding: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 0 3rem;
  line-height: 2.5rem;
  font-weight: bolder; }

.searchbox {
  position: relative; }

.searchbox .icon {
  position: absolute;
  left: 0.3rem;
  z-index: 2; }

.expandable .icon {
  left: auto;
  right: 56px; }

.expandable input[type=text] {
  font-size: 100%;
  width: 96px;
  float: right;
  border: none;
  color: #fafafa;
  font-weight: lighter;
  background-color: transparent; }
  .expandable input[type=text].placeholder {
    color: #fafafa; }
  .expandable input[type=text]:-moz-placeholder {
    color: #fafafa; }
  .expandable input[type=text]::-moz-placeholder {
    color: #fafafa; }
  .expandable input[type=text]:-ms-input-placeholder {
    color: #fafafa; }
  .expandable input[type=text]::-webkit-input-placeholder {
    color: #fafafa; }
  @media only screen and (min-width: 640px) {
    .expandable input[type=text] {
      font-size: 0.9rem;
      width: 90px; } }

.searchbox input[type=text] {
  padding-left: 2.5em; }

.searchbox input[type=text]:focus {
  border: 1px solid #b2b2b2; }

.expandable input[type=text]:focus {
  width: 100%;
  padding-left: 0.5rem;
  padding-right: 2.5em;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border: none;
  background-color: #4b4b4b; }

.tablebox {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto; }

table {
  /*!
  // IE needs inline-block to position scrolling shadows otherwise use:
  // display: block;
  // max-width: min-content;
  */
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  border-collapse: collapse;
  border-spacing: 0; }

.fixedth tbody {
  -webkit-overflow-scrolling: touch;
  background-image: -webkit-radial-gradient(left, ellipse, rgba(0, 0, 0, 0.2) 0%, transparent 75%) 0 center, -webkit-radial-gradient(right, ellipse, rgba(0, 0, 0, 0.2) 0%, transparent 75%) 100% center;
  background-image: -o-radial-gradient(left, ellipse, rgba(0, 0, 0, 0.2) 0%, transparent 75%) 0 center, -o-radial-gradient(right, ellipse, rgba(0, 0, 0, 0.2) 0%, transparent 75%) 100% center;
  background-image: radial-gradient(left, ellipse, rgba(0, 0, 0, 0.2) 0%, transparent 75%) 0 center, radial-gradient(right, ellipse, rgba(0, 0, 0, 0.2) 0%, transparent 75%) 100% center;
  background-size: 10px 100%, 10px 100%;
  background-attachment: scroll, scroll;
  background-repeat: no-repeat; }

.fixedth tbody tr:first-child {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, whitesmoke), to(rgba(245, 245, 245, 0)));
  background-image: -webkit-linear-gradient(left, whitesmoke 50%, rgba(245, 245, 245, 0) 100%);
  background-image: -o-linear-gradient(left, whitesmoke 50%, rgba(245, 245, 245, 0) 100%);
  background-image: linear-gradient(to right, whitesmoke 50%, rgba(245, 245, 245, 0) 100%);
  background-repeat: no-repeat;
  background-size: 20px 100%; }

.fixedth tbody tr:last-child {
  background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, whitesmoke), to(rgba(245, 245, 245, 0)));
  background-image: -webkit-linear-gradient(right, whitesmoke 50%, rgba(245, 245, 245, 0) 100%);
  background-image: -o-linear-gradient(right, whitesmoke 50%, rgba(245, 245, 245, 0) 100%);
  background-image: linear-gradient(to left, whitesmoke 50%, rgba(245, 245, 245, 0) 100%);
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 20px 100%; }

table th,
table td {
  display: block;
  border: 1px solid #e6e6e6;
  line-height: 2.5em;
  padding: 0.5rem; }

table th {
  text-align: center;
  font-weight: normal; }

table tr th:nth-child(even),
table tr td:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.7); }

.fixedth {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  background: none; }

.fixedth thead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
  font-weight: normal;
  width: 35%;
  display: block; }

.showdetath thead {
  width: 35%;
  display: none; }
  @media only screen and (min-width: 1024px) {
    .showdetath thead {
      width: 35%;
      display: block; } }

.fixedth tbody {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  width: 65%;
  border-left: none; }

.showdetath tbody {
  width: 100%;
  border-left: 1px solid #e6e6e6; }
  @media only screen and (min-width: 1024px) {
    .showdetath tbody {
      width: 65%;
      border-left: none; } }

thead tr {
  width: 100%; }

tbody tr {
  width: 100%; }
  @media only screen and (min-width: 1024px) {
    tbody tr {
      width: 50%; } }

.two-col > tbody tr {
  width: 100%; }
  @media only screen and (min-width: 1024px) {
    .two-col > tbody tr {
      width: 50%; } }

.one-col > tbody tr {
  width: 100%; }

.fixedth tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.fixedth td {
  background-image: none !important;
  border-left: 0;
  overflow: hidden; }

.showdetath td:before {
  display: block;
  content: attr(data-th) ": ";
  font-weight: normal;
  margin-right: 0.5rem;
  line-height: 2rem;
  font-size: 90%; }
  @media only screen and (min-width: 1024px) {
    .showdetath td:before {
      display: none; } }

.fixedth th:not(:last-child),
.fixedth td:not(:last-child) {
  border-bottom: 0; }

.tablebox {
  position: relative;
  border-bottom: 1px #b5b5b5 solid; }

table:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  top: -1px;
  left: 0;
  z-index: 2;
  background-image: -ms-linear-gradient(top right, #DB4704 0%, #FD8F39 100%);
  background-image: -moz-linear-gradient(top right, #DB4704 0%, #FD8F39 100%);
  background-image: -o-linear-gradient(top right, #DB4704 0%, #FD8F39 100%);
  background-image: -webkit-gradient(linear, right top, left bottom, color-stop(0, #DB4704), color-stop(100, #FD8F39));
  background-image: -webkit-linear-gradient(top right, #DB4704 0%, #FD8F39 100%);
  background-image: -webkit-gradient(linear, right top, left bottom, from(#DB4704), to(#FD8F39));
  background-image: linear-gradient(to bottom left, #DB4704 0%, #FD8F39 100%); }

/* align */
.align-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.align-right {
  float: right; }

.align-center {
  float: left; }

/* visibility */
.show {
  display: block; }

.hide {
  display: none; }

.invisible {
  opacity: 0; }

/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -ms-linear-gradient(right, #DB4704 0%, #FD8F39 100%);
  background-image: -moz-linear-gradient(right, #DB4704 0%, #FD8F39 100%);
  background-image: -o-linear-gradient(right, #DB4704 0%, #FD8F39 100%);
  background-image: -webkit-gradient(linear, right top, left top, color-stop(0, #DB4704), color-stop(100, #FD8F39));
  background-image: -webkit-linear-gradient(right, #DB4704 0%, #FD8F39 100%);
  background-image: -webkit-gradient(linear, right top, left top, from(#DB4704), to(#FD8F39));
  background-image: linear-gradient(to left, #DB4704 0%, #FD8F39 100%);
  z-index: 99999; }

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../../../img/svg-loaders/tail-spin.svg);
  background-size: 60px 60px;
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  opacity: 0.8; }

/* general */
* {
  font: 100% "Open Sans", sans-serif;
  color: #323232;
  background-color: #fafafa;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body, html {
  background-color: #fafafa;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important; }

h1, h2, h3, h4, h5, h6, p {
  margin: 0.5rem 0; }

hr {
  display: block;
  height: 1px;
  width: 99vw;
  border: none;
  background-image: -ms-linear-gradient(right, #DB4704 0%, #FD8F39 100%);
  background-image: -moz-linear-gradient(right, #DB4704 0%, #FD8F39 100%);
  background-image: -o-linear-gradient(right, #DB4704 0%, #FD8F39 100%);
  background-image: -webkit-gradient(linear, right top, left top, color-stop(0, #DB4704), color-stop(100, #FD8F39));
  background-image: -webkit-linear-gradient(right, #DB4704 0%, #FD8F39 100%);
  background-image: -webkit-gradient(linear, right top, left top, from(#DB4704), to(#FD8F39));
  background-image: linear-gradient(to left, #DB4704 0%, #FD8F39 100%);
  margin-top: 2rem;
  margin-bottom: 2rem; }

.wrapper {
  width: 100%;
  height: auto; }

.icon {
  display: block; }

.error404 {
  position: absolute;
  background-image: -ms-linear-gradient(right, #DB4704 0%, #FD8F39 100%);
  background-image: -moz-linear-gradient(right, #DB4704 0%, #FD8F39 100%);
  background-image: -o-linear-gradient(right, #DB4704 0%, #FD8F39 100%);
  background-image: -webkit-gradient(linear, right top, left top, color-stop(0, #DB4704), color-stop(100, #FD8F39));
  background-image: -webkit-linear-gradient(right, #DB4704 0%, #FD8F39 100%);
  background-image: -webkit-gradient(linear, right top, left top, from(#DB4704), to(#FD8F39));
  background-image: linear-gradient(to left, #DB4704 0%, #FD8F39 100%);
  width: 100%;
  height: 100%; }
  .error404 > div {
    position: absolute;
    width: 80%;
    margin-top: -75px;
    height: 150px;
    top: 35%;
    left: 50%;
    margin-left: -40%;
    text-align: center; }
    .error404 > div h1, .error404 > div h3 {
      color: white;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
    @media only screen and (min-width: 640px) {
      .error404 > div {
        top: 30%; }
        .error404 > div h1 {
          -webkit-transform: scale(1.3);
          -ms-transform: scale(1.3);
          transform: scale(1.3); }
        .error404 > div h3 {
          -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
          transform: scale(1.1); } }
    .error404 > div::before {
      content: "404";
      display: inline-block;
      position: relative;
      margin-left: 5px;
      color: white;
      font-size: 5rem;
      text-align: center;
      font-weight: lighter;
      opacity: 0.2; }
      @media only screen and (min-width: 640px) {
        .error404 > div::before {
          font-size: 8rem; } }

/* images */
figure {
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
  float: left; }

figure img {
  width: 100%; }

img.lazy {
  border: none;
  font-size: 0.9rem;
  color: transparent; }

/* pageheader */
.pageheader {
  position: absolute;
  width: 100%;
  height: 60px;
  min-width: 320px;
  top: 0;
  z-index: 9999;
  background-color: #5a5a5a;
  /* end of logo */
  /* end of aside */ }
  .pageheader:after {
    content: "";
    display: table;
    clear: both; }
  @media only screen and (min-width: 640px) {
    .pageheader {
      position: absolute; } }
  .pageheader * {
    color: #b2b2b2;
    -webkit-text-size-adjust: none; }
  .pageheader .logo {
    text-indent: -9999px;
    background: url(../../../img/logo-sid-light.svg) no-repeat center center transparent;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    padding: 0.5rem 0;
    line-height: 2.5em;
    position: absolute;
    width: 160px;
    margin-left: 1rem;
    z-index: 3;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out; }
    @media only screen and (min-width: 640px) {
      .pageheader .logo {
        background-size: contain;
        width: 200px;
        margin-left: 1rem; } }
    @media only screen and (min-width: 1440px) {
      .pageheader .logo {
        background-size: contain;
        width: 200px;
        left: 50%;
        margin-left: -100px; } }
  .pageheader aside {
    position: absolute;
    z-index: 2;
    width: 100%;
    min-width: 400px;
    right: 0;
    top: 2px;
    font-size: 100%;
    padding: 0.5rem;
    line-height: 2.5em;
    /* IE 10+ */
    /* end of langbox */ }
    .pageheader aside div {
      float: right; }
    .pageheader aside .icon {
      color: white; }
    .pageheader aside #menu-trigger {
      display: block;
      padding: 0 0.4rem; }
      .pageheader aside #menu-trigger span {
        width: 2rem;
        height: 100%; }
      @media only screen and (min-width: 640px) {
        .pageheader aside #menu-trigger {
          display: none; } }
    .pageheader aside .sidlogo {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      position: absolute;
      right: 1rem;
      bottom: 0;
      line-height: 2.5rem;
      margin-bottom: -34px;
      width: 160px;
      text-indent: -99999px;
      display: none; }
      @media only screen and (min-width: 1024px) {
        .pageheader aside .sidlogo {
          background: url(../../../img/logo-ct-light-flech.svg) no-repeat center center transparent;
          -webkit-background-size: contain;
          -moz-background-size: contain;
          -o-background-size: contain;
          background-size: contain;
          display: block; } }
    .pageheader aside .searchbox {
      margin-right: 0.3rem; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .pageheader aside .langbox {
        font-size: 0.9rem; } }
    .pageheader aside .langbox {
      border: none;
      position: relative;
      padding: 0.05rem 0.5rem 0 0;
      display: none;
      width: auto;
      max-width: 100px;
      font-size: 0.9rem;
      overflow: hidden;
      line-height: 2.5rem; }
      @media only screen and (min-width: 640px) {
        .pageheader aside .langbox {
          display: block; } }
      .pageheader aside .langbox select {
        -webkit-appearance: none;
        -moz-appearance: none;
        border: none;
        padding: 0 1rem 0 0.5rem;
        height: 2.5rem;
        margin-top: -0.1rem;
        margin-left: 0.3rem;
        width: 75px;
        background: url(../../../icon/SVG/ct-23.svg) no-repeat right center transparent;
        background-size: 0.7rem; }
      .pageheader aside .langbox select::-ms-expand {
        display: none; }
      .pageheader aside .langbox::before {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        left: 0;
        top: 10%;
        height: 80%;
        border-left: 1px #828282 solid; }
      .pageheader aside .langbox li {
        width: 100%;
        text-align: center;
        line-height: 2.3rem; }

/* end of pageheader */
#mainmenu, #mainmenu-desktop {
  position: fixed;
  background-color: #5a5a5a;
  text-align: center;
  width: 100%;
  min-width: 320px;
  z-index: 999;
  top: -2000px;
  /* end of li */ }
  @media only screen and (min-width: 640px) {
    #mainmenu, #mainmenu-desktop {
      top: 59px;
      position: absolute; } }
  #mainmenu *, #mainmenu-desktop * {
    text-transform: uppercase;
    color: #b5b5b5; }
  #mainmenu li, #mainmenu-desktop li {
    width: 100%;
    padding-bottom: 0.3rem;
    line-height: 2.5rem;
    background-color: #4b4b4b;
    border-bottom: 2px transparent solid; }
    @media only screen and (min-width: 640px) {
      #mainmenu li, #mainmenu-desktop li {
        width: auto;
        float: none;
        display: inline-block;
        padding-bottom: 0;
        background-color: transparent; } }
    #mainmenu li a, #mainmenu-desktop li a {
      display: block;
      margin-left: auto;
      margin-right: auto;
      color: #989898;
      line-height: 3rem;
      padding: 0 0.5rem; }
      #mainmenu li a:hover, #mainmenu-desktop li a:hover {
        color: #ebebeb; }
      #mainmenu li a:active, #mainmenu-desktop li a:active {
        color: #e1e1e1; }
      @media only screen and (min-width: 640px) {
        #mainmenu li a, #mainmenu-desktop li a {
          line-height: 2.5rem; } }
      @media only screen and (min-width: 1024px) {
        #mainmenu li a, #mainmenu-desktop li a {
          padding: 0 1.5rem; } }
    #mainmenu li .currentlink, #mainmenu-desktop li .currentlink {
      color: white; }

/* end of mainmenu */
#mainmenu-desktop {
  top: -200px;
  display: none;
  position: fixed;
  background: url(../../../img/logo-sid-light.svg) no-repeat left 2rem center #5a5a5a;
  background-size: 140px; }
  @media only screen and (min-width: 768px) {
    #mainmenu-desktop {
      display: block;
      background-size: 110px;
      background-position: left 1rem center; } }
  @media only screen and (min-width: 1024px) {
    #mainmenu-desktop {
      background-size: 120px;
      background-position: left 2rem center; } }

/* main content area */
.banner-wrapper {
  position: relative;
  margin-top: 39px;
  height: 250px;
  overflow: hidden;
  background-image: -ms-linear-gradient(right, #DB4704 0%, #FD8F39 100%);
  background-image: -moz-linear-gradient(right, #DB4704 0%, #FD8F39 100%);
  background-image: -o-linear-gradient(right, #DB4704 0%, #FD8F39 100%);
  background-image: -webkit-gradient(linear, right top, left top, color-stop(0, #DB4704), color-stop(100, #FD8F39));
  background-image: -webkit-linear-gradient(right, #DB4704 0%, #FD8F39 100%);
  background-image: -webkit-gradient(linear, right top, left top, from(#DB4704), to(#FD8F39));
  background-image: linear-gradient(to left, #DB4704 0%, #FD8F39 100%);
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out; }
  @media only screen and (min-width: 1024px) {
    .banner-wrapper {
      height: 300px; } }
  .banner-wrapper figure {
    position: absolute;
    z-index: 1;
    width: 120%;
    opacity: 0.2; }
  .banner-wrapper.banner-fixed {
    position: fixed;
    top: -39px;
    width: 100%;
    height: 300px; }
    @media only screen and (min-width: 768px) {
      .banner-wrapper.banner-fixed {
        height: 450px; } }
    .banner-wrapper.banner-fixed figure {
      -webkit-transform: scale(1.25);
      -ms-transform: scale(1.25);
      transform: scale(1.25);
      opacity: 0.7;
      top: 0;
      -webkit-animation: zoomin 2s;
      animation: zoomin 2s; }
      @media only screen and (min-width: 768px) {
        .banner-wrapper.banner-fixed figure {
          top: 0;
          -webkit-transform: scale(1);
          -ms-transform: scale(1);
          transform: scale(1); } }
      @media only screen and (min-width: 1248px) {
        .banner-wrapper.banner-fixed figure {
          top: -20%; } }

@-webkit-keyframes zoomin {
  from {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  to {
    -webkit-transform: scale(1.25);
    transform: scale(1.25); } }

@keyframes zoomin {
  from {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  to {
    -webkit-transform: scale(1.25);
    transform: scale(1.25); } }
      @media only screen and (min-width: 768px) {
        @-webkit-keyframes zoomin {
          from {
            -webkit-transform: scale(1.1);
            transform: scale(1.1); }
          to {
            -webkit-transform: scale(1);
            transform: scale(1); } }
        @keyframes zoomin {
          from {
            -webkit-transform: scale(1.1);
            transform: scale(1.1); }
          to {
            -webkit-transform: scale(1);
            transform: scale(1); } } }

/* end of banner-wrapper */
.no-banner {
  height: 24px; }
  @media only screen and (min-width: 640px) {
    .no-banner {
      height: 68px; } }

@-moz-document url-prefix() {
  @media only screen and (min-width: 640px) {
    .no-banner {
      height: 66px; } } }

/* end of moz */
.quicklinks {
  position: absolute;
  z-index: 2;
  right: 0;
  margin: 1rem;
  display: none;
  border-left: 1px #ff5550 solid;
  background-color: rgba(250, 250, 250, 0.9); }
  .quicklinks ul li {
    float: none;
    line-height: 2.5em; }
  @media only screen and (min-width: 1024px) {
    .quicklinks {
      display: block; } }

#sticky.stick {
  margin-top: 0 !important;
  position: fixed;
  top: 60px;
  z-index: 10000; }

.content-wrapper section,
#form-wrapper section, #supportdownload-wrapper section, #supportform-wrapper section,
#financialinfobox section, #institutinalbox section, #shareholdersbox section, #dividenbox section, #irofficebox section, #regulationbox section {
  width: 100%;
  max-width: 1200px;
  min-width: 320px;
  margin: 0 auto;
  padding: 1rem;
  padding-top: 0; }

.content-wrapper > header,
#form-wrapper > header, #supportdownload-wrapper > header, #supportform-wrapper > header,
#financialinfobox > header, #institutinalbox > header, #shareholdersbox > header, #dividenbox > header, #irofficebox > header, #regulationbox > header {
  margin-top: 3rem;
  text-align: center;
  padding: 0 5%; }
  @media only screen and (min-width: 768px) {
    .content-wrapper > header,
    #form-wrapper > header, #supportdownload-wrapper > header, #supportform-wrapper > header,
    #financialinfobox > header, #institutinalbox > header, #shareholdersbox > header, #dividenbox > header, #irofficebox > header, #regulationbox > header {
      padding: 0 20%; } }
  @media only screen and (min-width: 1248px) {
    .content-wrapper > header,
    #form-wrapper > header, #supportdownload-wrapper > header, #supportform-wrapper > header,
    #financialinfobox > header, #institutinalbox > header, #shareholdersbox > header, #dividenbox > header, #irofficebox > header, #regulationbox > header {
      padding: 0 30%; } }
  .content-wrapper > header h1,
  #form-wrapper > header h1, #supportdownload-wrapper > header h1, #supportform-wrapper > header h1,
  #financialinfobox > header h1, #institutinalbox > header h1, #shareholdersbox > header h1, #dividenbox > header h1, #irofficebox > header h1, #regulationbox > header h1 {
    font: italic lighter 1.6rem/2rem "Quicksand", sans-serif; }
    @media only screen and (min-width: 480px) {
      .content-wrapper > header h1,
      #form-wrapper > header h1, #supportdownload-wrapper > header h1, #supportform-wrapper > header h1,
      #financialinfobox > header h1, #institutinalbox > header h1, #shareholdersbox > header h1, #dividenbox > header h1, #irofficebox > header h1, #regulationbox > header h1 {
        font: italic lighter 2rem/3rem "Quicksand", sans-serif; } }

.content-wrapper > header h4,
.gallery > header h4 {
  color: #e94e13; }

/* main content area */
.content-wrapper {
  margin-top: 3rem;
  padding-bottom: 3rem;
  min-height: 350px;
  height: auto; }
  .content-wrapper:after {
    content: "";
    display: table;
    clear: both; }
  .content-wrapper > header {
    text-align: center;
    margin: 0 auto;
    padding: 0 5%; }
    @media only screen and (min-width: 768px) {
      .content-wrapper > header {
        padding: 0 25%; } }
  .content-wrapper hr {
    width: 100%;
    background: none;
    color: #e8e8e8;
    background: #e8e8e8;
    border: none; }

/* end of content-wrapper */
/* next and previous btn */
.button-next, .button-prev {
  margin-top: 4rem;
  margin-bottom: 1rem;
  width: 40%;
  height: 50px;
  font-size: 90%;
  display: none; }
  @media only screen and (min-width: 1024px) {
    .button-next, .button-prev {
      display: block; } }
  .button-next a, .button-prev a {
    margin: 0;
    padding: 0;
    color: #ff5550; }

.button-next {
  text-align: right;
  float: right;
  padding-right: 2rem;
  margin-right: 1rem;
  background: url(../../../icon/SVG/ct-07.svg) no-repeat right 0.5rem top 50% transparent;
  background-size: 0.9rem; }

.button-prev {
  text-align: left;
  float: left;
  padding-left: 2rem;
  margin-left: 1rem;
  background: url(../../../icon/SVG/ct-06.svg) no-repeat left 0.5rem top 50% transparent;
  background-size: 0.9rem; }

/* $solution */
.page-solution {
  padding-top: 3rem;
  background-color: #fafafa;
  position: relative;
  margin-top: 250px; }
  @media only screen and (min-width: 768px) {
    .page-solution {
      margin-top: 450px; } }
  .page-solution .solution-intro {
    padding: 2.5rem 1rem;
    margin-top: -60px;
    text-align: center;
    background-color: white;
    border: 1px #e8e8e8 solid;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (min-width: 768px) {
      .page-solution .solution-intro {
        margin-top: -200px; } }
    .page-solution .solution-intro p {
      text-align: left; }
    @media only screen and (min-width: 640px) {
      .page-solution .solution-intro {
        width: 80%;
        max-width: 600px;
        padding: 2.5rem; } }
  .page-solution .solution-related-product {
    text-align: center;
    margin-top: 4rem; }
    .page-solution .solution-related-product ul li {
      width: 20%;
      padding: 0 0.1rem; }
  .page-solution .solution-other {
    width: 100%;
    margin-top: 3rem;
    text-align: center; }
    @media only screen and (min-width: 640px) {
      .page-solution .solution-other {
        width: 80%;
        max-width: 600px; } }
    .page-solution .solution-other ul li {
      width: 25%;
      padding: 0 0.1rem; }
      .page-solution .solution-other ul li .icon {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 80px;
        height: 80px;
        line-height: 80px;
        border-radius: 50%;
        background-color: #ededed; }

.solution-selector ul li {
  text-align: center;
  width: 50%;
  margin: 2rem auto;
  padding: 0 0.1rem;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out; }
  .solution-selector ul li:hover {
    opacity: 0.8; }
  @media only screen and (min-width: 768px) {
    .solution-selector ul li {
      width: 33.3%;
      padding: 0 0.2rem; } }
  .solution-selector ul li figure {
    position: relative;
    margin: 0;
    padding: 0;
    margin-bottom: 1rem;
    padding-bottom: 30px; }
    .solution-selector ul li figure .icon {
      position: absolute;
      z-index: 2;
      bottom: 5px;
      left: 50%;
      margin-left: -40px;
      width: 80px;
      height: 80px;
      line-height: 80px;
      border-radius: 50%;
      background-color: #ededed; }
    .solution-selector ul li figure::after {
      position: absolute;
      content: "";
      display: inline-block;
      position: absolute;
      margin-left: 5px;
      margin: 0;
      padding: 0;
      background-image: -ms-linear-gradient(right, #DB4704 0%, #FD8F39 100%);
      background-image: -moz-linear-gradient(right, #DB4704 0%, #FD8F39 100%);
      background-image: -o-linear-gradient(right, #DB4704 0%, #FD8F39 100%);
      background-image: -webkit-gradient(linear, right top, left top, color-stop(0, #DB4704), color-stop(100, #FD8F39));
      background-image: -webkit-linear-gradient(right, #DB4704 0%, #FD8F39 100%);
      background-image: -webkit-gradient(linear, right top, left top, from(#DB4704), to(#FD8F39));
      background-image: linear-gradient(to left, #DB4704 0%, #FD8F39 100%);
      width: 84px;
      height: 84px;
      border-radius: 50%;
      z-index: 1;
      bottom: 3px;
      left: 50%;
      margin-left: -42px; }
  .solution-selector ul li h2, .solution-selector ul li p {
    margin: 1rem 0; }
  .solution-selector ul li h2 {
    text-transform: capitalize;
    font: italic normal 1.2rem/1.8rem "Quicksand", sans-serif; }
    @media only screen and (min-width: 480px) {
      .solution-selector ul li h2 {
        font: italic normal 1.6rem/2rem "Quicksand", sans-serif; } }
  .solution-selector ul li p {
    font-size: 90%; }

.solution-selector ul li > a {
  margin: 0;
  padding: 0; }

/* $support */
#supportform-wrapper {
  margin-bottom: 4rem; }

#supportdownload-wrapper {
  position: relative;
  background-color: #f0f0f0;
  border-top: 1px #e8e8e8 solid;
  padding-top: 2rem; }
  #supportdownload-wrapper .txtlink {
    text-align: center; }
  #supportdownload-wrapper .searchbox {
    width: calc(100% - 2rem); }
  #supportdownload-wrapper #support-show-swiper {
    margin-bottom: 4rem; }
  #supportdownload-wrapper .swiper-submenu {
    max-width: 100%; }

.supportdownload-content {
  position: relative;
  padding-bottom: 4rem;
  background-color: #f0f0f0; }
  .supportdownload-content::before {
    content: "";
    height: 4rem;
    width: 100%;
    position: absolute;
    top: -4rem;
    background-color: #f0f0f0;
    display: block; }
  .supportdownload-content header p {
    margin-bottom: 2rem; }
  .supportdownload-content header figure {
    width: 100%;
    padding: 0 15%; }
    @media only screen and (min-width: 480px) {
      .supportdownload-content header figure {
        padding: 0 35%; } }
  .supportdownload-content section h4.font-bolder {
    margin-top: 2rem;
    font-weight: 500; }

#form-wrapper {
  padding: 2rem 0 4rem 0;
  background-image: -ms-linear-gradient(top right, #DB4704 0%, #FD8F39 100%);
  background-image: -moz-linear-gradient(top right, #DB4704 0%, #FD8F39 100%);
  background-image: -o-linear-gradient(top right, #DB4704 0%, #FD8F39 100%);
  background-image: -webkit-gradient(linear, right top, left bottom, color-stop(0, #DB4704), color-stop(100, #FD8F39));
  background-image: -webkit-linear-gradient(top right, #DB4704 0%, #FD8F39 100%);
  background-image: -webkit-gradient(linear, right top, left bottom, from(#DB4704), to(#FD8F39));
  background-image: linear-gradient(to bottom left, #DB4704 0%, #FD8F39 100%); }
  #form-wrapper header .icon {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin: 1rem auto;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    background-color: #fafafa; }
  #form-wrapper .form label {
    color: #fafafa; }
    #form-wrapper .form label .form_hint {
      color: white; }
  #form-wrapper .widthcontrol {
    margin: none;
    width: 49%;
    max-width: 49%; }
  #form-wrapper button[type=button] {
    padding: 0;
    line-height: 2.5rem;
    font-weight: bolder; }
  #form-wrapper .additem, #form-wrapper .additem span {
    color: white; }
  #form-wrapper .additem {
    line-height: 2.5rem; }
    #form-wrapper .additem span {
      font: inherit; }
    #form-wrapper .additem a {
      float: right; }
  #form-wrapper .request-item li:first-child {
    padding-top: 0;
    border-top: none; }
  #form-wrapper .request-item textarea {
    height: 6em; }
  #form-wrapper .request-item label {
    width: 49%; }
  #form-wrapper .plusone {
    margin-top: 0.5rem;
    border-top: 1px rgba(255, 255, 255, 0.2) solid; }
    #form-wrapper .plusone .deletebtn {
      display: block;
      margin-left: auto;
      margin-right: auto; }
    #form-wrapper .plusone:last-child {
      display: none; }
    #form-wrapper .plusone textarea {
      height: 6em; }

.msg {
  z-index: 999999;
  width: 80%;
  height: 50%;
  padding: 20px;
  position: fixed;
  top: 25%;
  left: 50%;
  margin-left: -40%;
  background-color: white;
  border-left: 1px solid #FFA407;
  border-right: 1px solid #DB4704;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-position: 0 0, 0 100%;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 1px;
  -moz-background-size: 100% 1px;
  background-size: 100% 1px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMzYWNmZDUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNhNGVkNSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMzYWNmZDUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNhNGVkNSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(left, #FFA407 0%, #DB4704 100%), -webkit-linear-gradient(left, #FFA407 0%, #DB4704 100%);
  background-image: -moz-linear-gradient(left, #FFA407 0%, #DB4704 100%), -moz-linear-gradient(left, #FFA407 0%, #DB4704 100%);
  background-image: -o-linear-gradient(left, #FFA407 0%, #DB4704 100%), -o-linear-gradient(left, #FFA407 0%, #DB4704 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(#FFA407), to(#DB4704)), -webkit-gradient(linear, left top, right top, from(#FFA407), to(#DB4704));
  background-image: linear-gradient(to right, #FFA407 0%, #DB4704 100%), linear-gradient(to right, #FFA407 0%, #DB4704 100%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media only screen and (min-width: 640px) {
    .msg {
      width: 40%;
      margin-left: -20%; } }
  .msg p {
    text-align: center; }
    .msg p span {
      font-size: 1.5rem;
      color: #db4704; }
  .msg a {
    margin-top: 1rem;
    width: 40%; }

/* $investors */
.ql-investor {
  margin-top: 450px; }

.page-investor {
  padding: 3rem 0;
  background-color: #fafafa;
  position: relative;
  margin-top: 250px; }
  @media only screen and (min-width: 768px) {
    .page-investor {
      margin-top: 450px; } }
  .page-investor p {
    text-align: justify; }
  .page-investor > section {
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .page-investor > section {
        width: 60%; } }
  .page-investor > section > header {
    padding: 0 !important; }
  .page-investor .tablebox tr td {
    text-align: center; }
  .page-investor #irofficebox ul li:last-child {
    padding-bottom: 2rem; }

/* $about */
.page-about section {
  width: 100%;
  max-width: 1200px;
  min-width: 320px;
  margin: 0 auto;
  padding: 1rem;
  width: 100%; }
  .page-about section > p {
    text-align: justify; }
  .page-about section:after {
    content: "";
    display: table;
    clear: both; }
  @media only screen and (min-width: 1024px) {
    .page-about section {
      width: 60%; } }

.page-about #missionbox ul li {
  margin-top: 2rem;
  width: 33.3%;
  padding: 0 0.2rem;
  text-align: center;
  position: relative; }
  .page-about #missionbox ul li h5 {
    text-align: center;
    padding-top: 120px; }
  .page-about #missionbox ul li .icon {
    position: absolute;
    z-index: 2;
    top: 5px;
    left: 50%;
    margin-left: -45px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    font-size: 3.6rem; }
  .page-about #missionbox ul li::after {
    position: absolute;
    content: "";
    display: inline-block;
    position: absolute;
    margin-left: 5px;
    margin: 0;
    padding: 0;
    background-image: -ms-linear-gradient(right, #DB4704 0%, #FD8F39 100%);
    background-image: -moz-linear-gradient(right, #DB4704 0%, #FD8F39 100%);
    background-image: -o-linear-gradient(right, #DB4704 0%, #FD8F39 100%);
    background-image: -webkit-gradient(linear, right top, left top, color-stop(0, #DB4704), color-stop(100, #FD8F39));
    background-image: -webkit-linear-gradient(right, #DB4704 0%, #FD8F39 100%);
    background-image: -webkit-gradient(linear, right top, left top, from(#DB4704), to(#FD8F39));
    background-image: linear-gradient(to left, #DB4704 0%, #FD8F39 100%);
    width: 94px;
    height: 94px;
    border-radius: 50%;
    z-index: 1;
    top: 3px;
    left: 50%;
    margin-left: -47px; }

.page-about #awardbox ul {
  margin-top: 2rem; }

.page-about #awardbox ul li {
  width: 25%; }
  .page-about #awardbox ul li figure {
    padding: 0; }
    @media only screen and (min-width: 768px) {
      .page-about #awardbox ul li figure {
        padding: 0 3rem; } }
  .page-about #awardbox ul li h5 {
    text-align: center; }

.page-about #office360 {
  height: 450px;
  background: url(../../../img/banner/about.jpg) no-repeat center center;
  background-size: cover;
  display: none; }
  @media only screen and (min-width: 768px) {
    .page-about #office360 {
      display: block; } }
  .page-about #office360::before {
    background-image: -ms-linear-gradient(right, #DB4704 0%, #FD8F39 100%);
    background-image: -moz-linear-gradient(right, #DB4704 0%, #FD8F39 100%);
    background-image: -o-linear-gradient(right, #DB4704 0%, #FD8F39 100%);
    background-image: -webkit-gradient(linear, right top, left top, color-stop(0, #DB4704), color-stop(100, #FD8F39));
    background-image: -webkit-linear-gradient(right, #DB4704 0%, #FD8F39 100%);
    background-image: -webkit-gradient(linear, right top, left top, from(#DB4704), to(#FD8F39));
    background-image: linear-gradient(to left, #DB4704 0%, #FD8F39 100%);
    position: absolute;
    height: 450px;
    width: 99.9%;
    content: "";
    display: inline-block;
    position: absolute;
    margin-left: 5px;
    margin: 0;
    padding: 0;
    z-index: 2;
    opacity: 0.3; }

.page-about #milestonesbox {
  min-width: 100%;
  margin-top: 4rem; }
  .page-about #milestonesbox > h2, .page-about #milestonesbox > p {
    width: 100%;
    max-width: 1200px;
    min-width: 320px;
    margin: 0 auto;
    padding: 1rem;
    max-width: 100%;
    padding-right: 1rem; }
    .page-about #milestonesbox > h2:after, .page-about #milestonesbox > p:after {
      content: "";
      display: table;
      clear: both; }
    @media only screen and (min-width: 1024px) {
      .page-about #milestonesbox > h2, .page-about #milestonesbox > p {
        padding: 0 5%;
        max-width: 70%; } }
  .page-about #milestonesbox .swiper-container {
    width: 100%;
    height: 270px;
    margin: 0 auto;
    margin-top: 4rem; }
  .page-about #milestonesbox .swiper-slide {
    width: auto; }
    .page-about #milestonesbox .swiper-slide h3 {
      font-style: normal;
      font-weight: lighter;
      font-size: 2rem; }
    .page-about #milestonesbox .swiper-slide p {
      font-size: 0.9rem;
      font-style: italic;
      line-height: 1.5rem;
      position: relative;
      padding-right: 1rem;
      height: 4.5rem;
      border-bottom: 1px #cfcfcf solid; }
      .page-about #milestonesbox .swiper-slide p::after {
        content: "";
        display: inline-block;
        position: absolute;
        margin-left: 5px;
        display: block;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        position: absolute;
        bottom: -7px;
        left: -4px;
        z-index: 2;
        background-color: #db4704; }
    .page-about #milestonesbox .swiper-slide ul li {
      display: inline-block; }
      .page-about #milestonesbox .swiper-slide ul li:last-child {
        padding-right: 2rem; }
      .page-about #milestonesbox .swiper-slide ul li figure {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        margin: 0.1rem;
        padding-top: 13px;
        background-color: white; }
  .page-about #milestonesbox .swiper-button-next, .page-about #milestonesbox .swiper-button-prev {
    top: 240px; }
  .page-about #milestonesbox .swiper-button-next {
    padding-right: 42%; }
  .page-about #milestonesbox .swiper-button-prev {
    margin-left: 42%; }

.page-about #qualitysystembox h3 {
  line-height: 2.5rem;
  text-align: center; }

.page-about #qualitysystembox > ul.systemPortrait {
  width: 100%;
  text-align: center;
  position: relative;
  display: none; }
  @media only screen and (min-width: 640px) {
    .page-about #qualitysystembox > ul.systemPortrait {
      display: block; } }

.page-about #qualitysystembox > ul.systemPortrait:before {
  content: '';
  position: absolute;
  display: block;
  width: 75%;
  height: 1px;
  top: -1px;
  left: 50%;
  margin-left: -37.5%;
  z-index: 2;
  background-image: -ms-linear-gradient(right, #DB4704 0%, #FD8F39 100%);
  background-image: -moz-linear-gradient(right, #DB4704 0%, #FD8F39 100%);
  background-image: -o-linear-gradient(right, #DB4704 0%, #FD8F39 100%);
  background-image: -webkit-gradient(linear, right top, left top, color-stop(0, #DB4704), color-stop(100, #FD8F39));
  background-image: -webkit-linear-gradient(right, #DB4704 0%, #FD8F39 100%);
  background-image: -webkit-gradient(linear, right top, left top, from(#DB4704), to(#FD8F39));
  background-image: linear-gradient(to left, #DB4704 0%, #FD8F39 100%); }

.page-about #qualitysystembox > ul.systemPortrait > li {
  width: 25%;
  padding: 2rem 0.5rem; }
  .page-about #qualitysystembox > ul.systemPortrait > li ul li {
    text-align: left;
    word-break: keep-all; }
  .page-about #qualitysystembox > ul.systemPortrait > li:nth-of-type(1) div, .page-about #qualitysystembox > ul.systemPortrait > li:nth-of-type(1) div:before, .page-about #qualitysystembox > ul.systemPortrait > li:nth-of-type(1) ul:before {
    background-color: #FD8F39; }
  .page-about #qualitysystembox > ul.systemPortrait > li:nth-of-type(2) div, .page-about #qualitysystembox > ul.systemPortrait > li:nth-of-type(2) div:before, .page-about #qualitysystembox > ul.systemPortrait > li:nth-of-type(2) ul:before {
    background-color: #F27828; }
  .page-about #qualitysystembox > ul.systemPortrait > li:nth-of-type(3) div, .page-about #qualitysystembox > ul.systemPortrait > li:nth-of-type(3) div:before, .page-about #qualitysystembox > ul.systemPortrait > li:nth-of-type(3) ul:before {
    background-color: #E9651A; }
  .page-about #qualitysystembox > ul.systemPortrait > li:nth-of-type(4) div, .page-about #qualitysystembox > ul.systemPortrait > li:nth-of-type(4) div:before, .page-about #qualitysystembox > ul.systemPortrait > li:nth-of-type(4) ul:before {
    background-color: #DB4704; }
  .page-about #qualitysystembox > ul.systemPortrait > li div {
    position: relative;
    padding: 1rem 0.5rem;
    border-radius: 2px;
    color: white;
    font-size: 1rem;
    font-weight: bolder; }
    .page-about #qualitysystembox > ul.systemPortrait > li div:before {
      content: '';
      position: absolute;
      display: block;
      width: 1px;
      height: 2rem;
      top: -2rem;
      left: 50%;
      margin-left: -1px; }
  .page-about #qualitysystembox > ul.systemPortrait > li:nth-of-type(1) ul {
    border: 1px #FD8F39 solid; }
  .page-about #qualitysystembox > ul.systemPortrait > li:nth-of-type(2) ul {
    border: 1px #F27828 solid; }
  .page-about #qualitysystembox > ul.systemPortrait > li:nth-of-type(3) ul {
    border: 1px #E9651A solid; }
  .page-about #qualitysystembox > ul.systemPortrait > li:nth-of-type(4) ul {
    border: 1px #DB4704 solid; }
  .page-about #qualitysystembox > ul.systemPortrait > li ul {
    position: relative;
    border-radius: 2px;
    margin-top: 2rem;
    padding: 0.5rem 0;
    font-size: 0.9rem; }
    .page-about #qualitysystembox > ul.systemPortrait > li ul:before {
      content: '';
      position: absolute;
      display: block;
      width: 1px;
      height: 2rem;
      top: -2rem;
      left: 50%;
      margin-left: -1px; }
  .page-about #qualitysystembox > ul.systemPortrait > li > ul > li {
    width: 100%;
    padding: 0.5rem; }

.page-about #qualitysystembox > ul.systemLandscape {
  width: 100%;
  text-align: center;
  position: relative;
  display: block; }
  @media only screen and (min-width: 640px) {
    .page-about #qualitysystembox > ul.systemLandscape {
      display: none; } }

.page-about #qualitysystembox > ul.systemLandscape > li {
  width: 100%;
  padding: 0.5rem  0;
  position: relative; }
  .page-about #qualitysystembox > ul.systemLandscape > li ul li {
    text-align: left;
    word-break: keep-all; }
  .page-about #qualitysystembox > ul.systemLandscape > li:nth-of-type(1) div, .page-about #qualitysystembox > ul.systemLandscape > li:nth-of-type(1) div:before, .page-about #qualitysystembox > ul.systemLandscape > li:nth-of-type(1) ul:before {
    background-color: #FD8F39; }
  .page-about #qualitysystembox > ul.systemLandscape > li:nth-of-type(2) div, .page-about #qualitysystembox > ul.systemLandscape > li:nth-of-type(2) div:before, .page-about #qualitysystembox > ul.systemLandscape > li:nth-of-type(2) ul:before {
    background-color: #F27828; }
  .page-about #qualitysystembox > ul.systemLandscape > li:nth-of-type(3) div, .page-about #qualitysystembox > ul.systemLandscape > li:nth-of-type(3) div:before, .page-about #qualitysystembox > ul.systemLandscape > li:nth-of-type(3) ul:before {
    background-color: #E9651A; }
  .page-about #qualitysystembox > ul.systemLandscape > li:nth-of-type(4) div, .page-about #qualitysystembox > ul.systemLandscape > li:nth-of-type(4) div:before, .page-about #qualitysystembox > ul.systemLandscape > li:nth-of-type(4) ul:before {
    background-color: #DB4704; }
  .page-about #qualitysystembox > ul.systemLandscape > li div {
    width: 30%;
    position: absolute;
    padding: 1rem 0.5rem;
    border-radius: 2px;
    color: white;
    font-size: 0.9rem; }
  .page-about #qualitysystembox > ul.systemLandscape > li:nth-of-type(1) ul {
    border: 1px #FD8F39 solid; }
  .page-about #qualitysystembox > ul.systemLandscape > li:nth-of-type(2) ul {
    border: 1px #F27828 solid; }
  .page-about #qualitysystembox > ul.systemLandscape > li:nth-of-type(3) ul {
    border: 1px #E9651A solid; }
  .page-about #qualitysystembox > ul.systemLandscape > li:nth-of-type(4) ul {
    border: 1px #DB4704 solid; }
  .page-about #qualitysystembox > ul.systemLandscape > li ul {
    width: calc(100% - 32%);
    position: relative;
    float: right;
    border-radius: 2px;
    padding: 0.5rem 0;
    font-size: 0.9rem; }
    .page-about #qualitysystembox > ul.systemLandscape > li ul:before {
      content: '';
      position: absolute;
      display: block;
      height: 1px;
      width: 1rem;
      left: -1rem;
      top: 28px;
      margin-left: 0; }
  .page-about #qualitysystembox > ul.systemLandscape > li > ul > li {
    width: 100%;
    padding: 0.5rem; }

.page-about #branchbox {
  margin: 2rem auto; }
  .page-about #branchbox > ul > li {
    min-height: 500px;
    width: 100%;
    text-align: center; }
    @media only screen and (min-width: 320px) {
      .page-about #branchbox > ul > li {
        width: 50%;
        text-align: left; } }
    @media only screen and (min-width: 640px) {
      .page-about #branchbox > ul > li {
        width: 24.8%;
        text-align: left; } }
    .page-about #branchbox > ul > li div:first-of-type figure {
      display: block;
      margin-left: auto;
      margin-right: auto;
      padding: 0.5rem; }
    .page-about #branchbox > ul > li h3, .page-about #branchbox > ul > li .contact-info {
      margin: 0 0.5rem; }

/* $faq , $search result */
.page-faq .searchbox, .page-search .searchbox {
  width: 100%;
  margin: 0; }

.faq-wrapper h4, .faq-wrapper p, .search-wrapper h4, .search-wrapper p {
  position: relative;
  padding-left: 3rem; }

.faq-wrapper h4::before, .search-wrapper h4::before {
  content: "Q:";
  display: inline-block;
  position: absolute;
  margin-left: 5px;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  color: #db4704;
  font-size: 1.5rem;
  font-weight: normal;
  letter-spacing: 0.5rem; }

.faq-wrapper > ul > li, .search-wrapper > ul > li {
  position: relative;
  cursor: pointer;
  width: 100%;
  padding: 0.5rem 4rem;
  padding: 0.5rem; }
  .faq-wrapper > ul > li span, .search-wrapper > ul > li span {
    color: #585858; }
  .faq-wrapper > ul > li:before, .search-wrapper > ul > li:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    bottom: -1px;
    left: 0;
    z-index: 2;
    background-image: -ms-linear-gradient(top right, #DB4704 0%, #FD8F39 100%);
    background-image: -moz-linear-gradient(top right, #DB4704 0%, #FD8F39 100%);
    background-image: -o-linear-gradient(top right, #DB4704 0%, #FD8F39 100%);
    background-image: -webkit-gradient(linear, right top, left bottom, color-stop(0, #DB4704), color-stop(100, #FD8F39));
    background-image: -webkit-linear-gradient(top right, #DB4704 0%, #FD8F39 100%);
    background-image: -webkit-gradient(linear, right top, left bottom, from(#DB4704), to(#FD8F39));
    background-image: linear-gradient(to bottom left, #DB4704 0%, #FD8F39 100%); }
  .faq-wrapper > ul > li:last-child, .search-wrapper > ul > li:last-child {
    border: none; }
  .faq-wrapper > ul > li ul, .faq-wrapper > ul > li ol, .search-wrapper > ul > li ul, .search-wrapper > ul > li ol {
    margin: 0;
    padding: 0;
    padding-left: 0;
    margin-top: 1rem;
    position: relative; }
    .faq-wrapper > ul > li ul li, .faq-wrapper > ul > li ol li, .search-wrapper > ul > li ul li, .search-wrapper > ul > li ol li {
      display: list-item;
      float: none;
      line-height: 2rem;
      font: normal 1rem/1.8rem "Open Sans", sans-serif;
      color: #585858; }
  .faq-wrapper > ul > li ul, .search-wrapper > ul > li ul {
    list-style: disc; }
  .faq-wrapper > ul > li table, .search-wrapper > ul > li table {
    margin: 1rem 5% 1rem 0;
    display: table;
    width: 100%; }
    .faq-wrapper > ul > li table tbody, .search-wrapper > ul > li table tbody {
      display: table-row-group; }
    .faq-wrapper > ul > li table tbody tr, .search-wrapper > ul > li table tbody tr {
      width: 100%;
      display: table-row; }
      @media only screen and (min-width: 1024px) {
        .faq-wrapper > ul > li table tbody tr, .search-wrapper > ul > li table tbody tr {
          width: 100%; } }
    .faq-wrapper > ul > li table tbody td, .search-wrapper > ul > li table tbody td {
      display: table-cell; }
    .faq-wrapper > ul > li table:before, .search-wrapper > ul > li table:before {
      display: none; }
  .faq-wrapper > ul > li > p p, .search-wrapper > ul > li > p p {
    padding: 0; }
  .faq-wrapper > ul > li > p:first-of-type, .search-wrapper > ul > li > p:first-of-type {
    padding-top: 1rem; }
  .faq-wrapper > ul > li > p:last-of-type, .search-wrapper > ul > li > p:last-of-type {
    padding-bottom: 1rem; }

.search-wrapper {
  position: relative; }
  .search-wrapper h3 {
    width: 100%;
    margin-bottom: 0;
    padding-top: 2rem; }
    .search-wrapper h3 span {
      color: #323232;
      font-style: italic; }
  .search-wrapper h5 {
    color: #828282;
    position: absolute;
    top: 0;
    right: 1rem; }
    .search-wrapper h5 span {
      color: #323232; }
  .search-wrapper h4::before {
    content: "";
    display: inline-block;
    position: absolute;
    margin-left: 5px; }
  .search-wrapper > ul {
    margin: 0 auto;
    padding-top: 0; }
    .search-wrapper > ul li {
      padding: 0.5rem; }
      .search-wrapper > ul li span {
        color: #e94e13;
        font-style: italic; }
      .search-wrapper > ul li h4 {
        margin-left: -3rem; }

/* $where to buy */
.page-wheretobuy {
  padding-bottom: 0; }
  .page-wheretobuy header {
    padding: 0 1rem; }
  .page-wheretobuy header .form {
    text-align: left; }
  .page-wheretobuy h3 {
    text-transform: uppercase; }
  .page-wheretobuy section {
    margin-top: 3rem;
    text-align: center;
    border-bottom: 1px #e8e8e8 solid; }
    .page-wheretobuy section:last-of-type {
      border: none; }
    .page-wheretobuy section > ul {
      margin: 0 auto;
      width: 100%; }
      @media only screen and (min-width: 1024px) {
        .page-wheretobuy section > ul {
          width: 70%; } }
    .page-wheretobuy section > ul > li {
      min-height: 580px;
      width: 100%;
      text-align: left;
      padding-bottom: 1rem; }
      @media only screen and (min-width: 640px) {
        .page-wheretobuy section > ul > li {
          width: 33.3%;
          text-align: left; } }
      .page-wheretobuy section > ul > li .website {
        margin: 1rem 0;
        margin-left: -2rem; }
      .page-wheretobuy section > ul > li div:first-of-type figure {
        display: block;
        margin-left: auto;
        margin-right: auto;
        padding: 0.5rem; }
        @media only screen and (min-width: 640px) {
          .page-wheretobuy section > ul > li div:first-of-type figure {
            padding: 1rem; } }
      .page-wheretobuy section > ul > li div:last-of-type {
        width: 100%;
        padding: 1rem; }

.map-wrapper {
  position: relative;
  margin-top: 2.5rem; }
  .map-wrapper .contact-info-wrapper {
    position: relative;
    top: 0;
    right: 0;
    padding: 1rem;
    margin: 0.5rem;
    background-color: white;
    width: calc(100%-1rem);
    max-width: 100%;
    border-left: 1px solid #FFA407;
    border-right: 1px solid #DB4704;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: 0 0, 0 100%;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 1px;
    -moz-background-size: 100% 1px;
    background-size: 100% 1px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMzYWNmZDUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNhNGVkNSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMzYWNmZDUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNhNGVkNSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(left, #FFA407 0%, #DB4704 100%), -webkit-linear-gradient(left, #FFA407 0%, #DB4704 100%);
    background-image: -moz-linear-gradient(left, #FFA407 0%, #DB4704 100%), -moz-linear-gradient(left, #FFA407 0%, #DB4704 100%);
    background-image: -o-linear-gradient(left, #FFA407 0%, #DB4704 100%), -o-linear-gradient(left, #FFA407 0%, #DB4704 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(#FFA407), to(#DB4704)), -webkit-gradient(linear, left top, right top, from(#FFA407), to(#DB4704));
    background-image: linear-gradient(to right, #FFA407 0%, #DB4704 100%), linear-gradient(to right, #FFA407 0%, #DB4704 100%); }
    @media only screen and (min-width: 640px) {
      .map-wrapper .contact-info-wrapper {
        position: absolute;
        z-index: 2;
        top: 3rem;
        margin: 0;
        width: 0%;
        right: 2rem; } }
    @media only screen and (min-width: 768px) {
      .map-wrapper .contact-info-wrapper {
        max-width: 400px;
        width: 33%; } }

.contact-info {
  position: relative;
  font-size: 0.9rem; }
  .contact-info span {
    color: #5a5a5a;
    margin-left: -2rem;
    margin-right: 0.2rem;
    line-height: 2rem;
    position: absolute; }
  .contact-info li {
    float: none;
    padding-left: 2rem;
    margin: 0.1rem auto;
    line-height: 2rem; }
    .contact-info li * {
      font-size: 0.9rem; }
    .contact-info li.address {
      line-height: 1.5rem;
      background: url(../../../icon/SVG/ct-11.svg) no-repeat left top 4px transparent;
      background-size: 1.6rem; }
    .contact-info li.tel {
      background: url(../../../icon/SVG/ct-12.svg) no-repeat left top 4px transparent;
      background-size: 1.6rem; }
    .contact-info li.fax {
      background: url(../../../icon/SVG/ct-13.svg) no-repeat left top 4px transparent;
      background-size: 1.6rem; }
    .contact-info li.mail {
      background: url(../../../icon/SVG/ct-14.svg) no-repeat left top 4px transparent;
      background-size: 1.6rem; }
  .contact-info a {
    margin: 0;
    padding: 0;
    text-transform: none; }

#map {
  height: 300px;
  width: 100%; }
  @media only screen and (min-width: 640px) {
    #map {
      height: 500px; } }

.page-job {
  padding-top: 3rem;
  padding-bottom: 0;
  background-color: #fafafa;
  position: relative;
  margin-top: 250px; }
  @media only screen and (min-width: 768px) {
    .page-job {
      margin-top: 450px; } }
  .page-job .solution-intro {
    padding: 2.5rem 1rem;
    font-size: 0.9rem;
    margin-top: -60px;
    text-align: center;
    background-color: white;
    border: 1px #e8e8e8 solid;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (min-width: 768px) {
      .page-job .solution-intro {
        margin-top: -200px; } }
    .page-job .solution-intro p {
      text-align: left; }
    @media only screen and (min-width: 640px) {
      .page-job .solution-intro {
        width: 80%;
        max-width: 600px;
        padding: 1rem; } }
    .page-job .solution-intro .jobTitle {
      font-size: 1.1rem;
      color: #e94e13;
      font-weight: bolder;
      font-style: italic; }
    .page-job .solution-intro .swiper-button-next, .page-job .solution-intro .swiper-button-prev {
      margin-top: -4rem; }
    .page-job .solution-intro .swiper-pagination {
      color: #e94e13; }
    .page-job .solution-intro .swiper-slide {
      padding: 0 2rem;
      margin-bottom: 3rem;
      min-height: 250px;
      position: relative; }
      .page-job .solution-intro .swiper-slide h3 {
        width: 100%;
        text-align: center;
        position: absolute;
        padding: 0;
        margin: 0 auto;
        top: 46%;
        left: 0;
        line-height: 2rem;
        margin-top: -1rem; }
    .page-job .solution-intro .swiper-slide > ul > li {
      margin: 1rem auto; }
    .page-job .solution-intro .swiper-slide > ul > li span:first-child {
      width: 150px;
      display: block;
      float: left;
      text-align: right;
      font-weight: bolder;
      margin-right: 0.5rem; }
    .page-job .solution-intro .swiper-slide > ul > li ul {
      width: calc(99% - 150px);
      float: right;
      text-align: left;
      padding: 0 0.5rem;
      margin-top: -1.5rem; }
      .page-job .solution-intro .swiper-slide > ul > li ul > li {
        padding-left: 1rem;
        margin: 0.2rem 0;
        position: relative; }
        .page-job .solution-intro .swiper-slide > ul > li ul > li::before {
          content: '-';
          display: block;
          position: absolute;
          left: 0; }
  .page-job #form-wrapper {
    position: relative;
    background-image: -ms-linear-gradient(top right, #DB4704 0%, #FD8F39 100%);
    background-image: -moz-linear-gradient(top right, #DB4704 0%, #FD8F39 100%);
    background-image: -o-linear-gradient(top right, #DB4704 0%, #FD8F39 100%);
    background-image: -webkit-gradient(linear, right top, left bottom, color-stop(0, #DB4704), color-stop(100, #FD8F39));
    background-image: -webkit-linear-gradient(top right, #DB4704 0%, #FD8F39 100%);
    background-image: -webkit-gradient(linear, right top, left bottom, from(#DB4704), to(#FD8F39));
    background-image: linear-gradient(to bottom left, #DB4704 0%, #FD8F39 100%);
    padding: 2.5rem 1rem; }
    .page-job #form-wrapper h2 {
      color: white;
      text-transform: capitalize;
      width: 100%;
      text-align: center; }
    @media only screen and (min-width: 640px) {
      .page-job #form-wrapper {
        width: 80%;
        max-width: 600px;
        padding: 2rem 1rem 4rem 1rem; } }
  .page-job #form-wrapper:after {
    content: " ";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: -webkit-linear-gradient(#FD8F39 0%, transparent 0%), -webkit-linear-gradient(315deg, #F9F9F9 33.33%, transparent 33.33%) 0 0%, #F9F9F9 -webkit-linear-gradient(45deg, #F9F9F9 33.33%, #FD8F39 33.33%) 0 0%;
    background: -o-linear-gradient(#FD8F39 0%, transparent 0%), -o-linear-gradient(315deg, #F9F9F9 33.33%, transparent 33.33%) 0 0%, #F9F9F9 -o-linear-gradient(45deg, #F9F9F9 33.33%, #FD8F39 33.33%) 0 0%;
    background: linear-gradient(#FD8F39 0%, transparent 0%), linear-gradient(135deg, #F9F9F9 33.33%, transparent 33.33%) 0 0%, #F9F9F9 linear-gradient(45deg, #F9F9F9 33.33%, #FD8F39 33.33%) 0 0%;
    background: -webkit-linear-gradient(#FD8F39 0%, transparent 0%), -webkit-linear-gradient(135deg, #F9F9F9 33.33%, transparent 33.33%) 0 0%, #F9F9F9 -webkit-linear-gradient(45deg, #F9F9F9 33.33%, #FD8F39 33.33%) 0 0%;
    background: -o-linear-gradient(#FD8F39 0%, transparent 0%), -o-linear-gradient(135deg, #F9F9F9 33.33%, transparent 33.33%) 0 0%, #F9F9F9 -o-linear-gradient(45deg, #F9F9F9 33.33%, #FD8F39 33.33%) 0 0%;
    background: -moz-linear-gradient(#FD8F39 0%, transparent 0%), -moz-linear-gradient(135deg, #F9F9F9 33.33%, transparent 33.33%) 0 0%, #F9F9F9 -moz-linear-gradient(45deg, #F9F9F9 33.33%, #FD8F39 33.33%) 0 0%;
    background-repeat: repeat-x;
    background-size: 0px 100%, 9px 10px, 9px 10px; }

/* $footer */
#loadfooter {
  position: relative;
  background-color: #dedede;
  /* end of loadfooter */ }
  #loadfooter footer {
    width: 100%;
    max-width: 1200px;
    min-width: 320px;
    margin: 0 auto;
    padding: 1rem;
    height: auto;
    /* end of ul */
    /* end of sitemap */
    /* end of quickaccess */ }
    #loadfooter footer:after {
      content: "";
      display: table;
      clear: both; }
    #loadfooter footer ul {
      display: inline-block; }
      #loadfooter footer ul li {
        text-align: center; }
        #loadfooter footer ul li * {
          padding: 0;
          color: #919191; }
          #loadfooter footer ul li *:hover {
            color: #ee622d; }
          #loadfooter footer ul li *:active {
            color: #ba3e0f; }
        @media only screen and (min-width: 768px) {
          #loadfooter footer ul li {
            text-align: left; } }
    #loadfooter footer .sitemap {
      position: relative;
      width: 100%;
      float: left;
      display: none; }
      @media only screen and (min-width: 640px) {
        #loadfooter footer .sitemap {
          display: block; } }
      @media only screen and (min-width: 768px) {
        #loadfooter footer .sitemap {
          width: 80%; } }
      #loadfooter footer .sitemap h3 {
        text-transform: capitalize;
        color: #5a5a5a; }
      #loadfooter footer .sitemap ul {
        width: 100%; }
        #loadfooter footer .sitemap ul li {
          width: 100%;
          padding: 0.5rem 0; }
      #loadfooter footer .sitemap > li {
        width: 100%;
        padding: 0 0.5rem; }
        @media only screen and (min-width: 768px) {
          #loadfooter footer .sitemap > li {
            width: 20%; } }
      #loadfooter footer .sitemap::after {
        content: "";
        display: none;
        position: absolute;
        z-index: 1;
        right: 0;
        top: 10%;
        height: 80%;
        border-left: 1px #cfcfcf solid; }
        @media only screen and (min-width: 768px) {
          #loadfooter footer .sitemap::after {
            display: block; } }
    #loadfooter footer .quickaccess {
      width: 100%;
      text-align: center;
      float: right; }
      @media only screen and (min-width: 768px) {
        #loadfooter footer .quickaccess {
          width: 15%;
          text-align: left; } }
      #loadfooter footer .quickaccess ul li {
        width: 100%;
        padding: 0.5rem 0; }
        #loadfooter footer .quickaccess ul li .sidlogo {
          display: block;
          min-width: 100%;
          text-indent: -99999px;
          background: url(../../../img/logo-dark.svg) no-repeat center center transparent;
          -webkit-background-size: contain;
          -moz-background-size: contain;
          -o-background-size: contain;
          background-size: contain; }
          @media only screen and (min-width: 768px) {
            #loadfooter footer .quickaccess ul li .sidlogo {
              background: url(../../../img/logo-dark.svg) no-repeat left center transparent;
              -webkit-background-size: contain;
              -moz-background-size: contain;
              -o-background-size: contain;
              background-size: contain; } }

/* end of footer */
.copyright {
  text-align: right;
  font-size: 70%;
  color: rgba(222, 222, 222, 0.5);
  padding: 0 1rem;
  line-height: 2.5rem;
  background: url(../../../img/logo-sid-white.svg) no-repeat center center #e94e13;
  background-size: 150px; }

/* RMA request form */
.rma_request_form {
  padding-top: 0;
  text-align: center;
  line-height: 1;
  margin: 0 0.5rem;
  font-size: 11px; }
  .rma_request_form .heading {
    text-align: left;
    font-size: 8px;
    line-height: 0.5; }
    .rma_request_form .heading .logoprint {
      display: block; }
    .rma_request_form .heading ul, .rma_request_form .heading ol {
      margin-top: 10px; }
    .rma_request_form .heading ul li, .rma_request_form .heading ol li {
      float: none; }
    .rma_request_form .heading ol li {
      list-style-type: decimal;
      margin-left: 10px; }
  .rma_request_form .heading ol {
    margin-top: 10px;
    margin-left: 10px; }
  .rma_request_form h1 {
    margin-top: 2rem;
    padding-bottom: 0;
    line-height: 1.2;
    font-weight: 500; }
  .rma_request_form h4 {
    font-size: 11px;
    margin-top: 0;
    line-height: 1.2;
    padding-bottom: 10px;
    border-bottom: 1px #db4704 solid; }
  .rma_request_form .getvalue {
    width: 100%;
    text-align: left;
    margin-top: 10px; }
    .rma_request_form .getvalue li {
      float: none; }
    .rma_request_form .getvalue li span {
      font-weight: bolder;
      padding-left: 10px; }
  .rma_request_form table {
    margin: 0 5% 1rem 0;
    display: table;
    word-wrap: break-word;
    width: 100%; }
    .rma_request_form table tbody {
      display: table-row-group;
      width: 100%; }
    .rma_request_form table tbody tr {
      display: table-row; }
    .rma_request_form table tbody td {
      display: table-cell;
      border: 1px #c8c8c8 solid !important;
      background-color: transparent;
      line-height: 1.5;
      max-width: 150px !important; }
      .rma_request_form table tbody td.bolder {
        font-weight: 500;
        text-align: center;
        font-size: 12px;
        width: 50px; }
    .rma_request_form table:before {
      display: none; }
  .rma_request_form .rmano {
    background-color: #db4704;
    width: auto;
    text-align: center;
    color: #fff;
    padding: 0.5rem 0;
    margin-top: 0.2rem; }
    .rma_request_form .rmano * {
      color: #fff; }
  .rma_request_form .pagebreak {
    page-break-before: always;
    margin-top: 100px;
    padding-bottom: 50px;
    border-bottom: 1px #646464 dotted; }
  .rma_request_form section {
    padding-top: 100px;
    text-align: center;
    width: auto; }
    .rma_request_form section .sendbacktag {
      border: 2px #5a5a5a solid;
      padding: 1cm;
      width: 15cm;
      margin: 0 auto; }
    .rma_request_form section .sendbacktag li {
      font-size: 18px;
      line-height: 1.5;
      float: none; }
      .rma_request_form section .sendbacktag li h1 {
        margin-top: 40px;
        margin-bottom: 20px; }
      .rma_request_form section .sendbacktag li span {
        float: left; }

@media print and (color) {
  * {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact; }
  a[href]:after {
    content: none !important; }
  img[src]:after {
    content: none !important; }
  body, html, .wrapper {
    color: #000;
    background-color: #fff; }
  .rma_request_form .rma_request_form table td, .rma_request_form .getvalue {
    color: #000;
    background-color: #fff; }
  .rma_request_form h1 {
    font-size: 12pt; }
  .rma_request_form .wrapper nav, .rma_request_form footer, .rma_request_form .logo {
    display: none; }
  .rma_request_form .heading .logoprint {
    width: 3cm; }
  @page {
    size: A4;
    margin: 0; } }

/* end of media print */
/* copy from news.scss */
.news-selector ul li {
  position: relative;
  text-align: center;
  width: 50%;
  margin-bottom: 2rem;
  padding: 0.5rem;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out; }
  .news-selector ul li:hover {
    opacity: 0.8; }
  @media only screen and (min-width: 768px) {
    .news-selector ul li {
      width: 33.3%; } }
  .news-selector ul li h4 {
    margin: 0.5rem 0;
    text-align: left; }
  .news-selector ul li div {
    margin: 0;
    padding: 0; }
    .news-selector ul li div:after {
      content: "";
      display: table;
      clear: both; }
  .news-selector ul li h5 {
    position: absolute;
    top: 0.3rem;
    left: 1.2rem;
    color: white;
    font-weight: bolder; }
  .news-selector ul li time {
    position: absolute;
    top: 0.3rem;
    right: 0.3rem;
    z-index: 2; }

/* date tag */
time {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  font-size: 12px;
  display: block;
  width: 70px;
  height: 70px;
  line-height: 20px;
  padding: 0.2rem;
  text-align: center;
  background-color: white;
  border: 1px solid #e6e6e6; }
  time span {
    font-size: 1.8rem;
    line-height: 40px;
    width: 100%;
    display: block;
    color: #e94e13; }

.news-selector ul li > a {
  margin: 0;
  padding: 0; }
  .news-selector ul li > a .icon {
    position: absolute;
    top: 1.5rem;
    left: 1rem;
    z-index: 2;
    opacity: 0.8; }

/* index banner*/
.banner-wrapper {
  height: 400px; }
  @media only screen and (min-width: 640px) {
    .banner-wrapper {
      height: 500px; } }
  @media only screen and (min-width: 1024px) {
    .banner-wrapper {
      height: 450px; } }
  @media only screen and (min-width: 1248px) {
    .banner-wrapper {
      height: 600px; } }
  .banner-wrapper figure {
    width: 400%; }
    @media only screen and (min-width: 640px) {
      .banner-wrapper figure {
        width: 240%; } }
    @media only screen and (min-width: 1024px) {
      .banner-wrapper figure {
        width: 120%; } }
  .banner-wrapper .triangle {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    z-index: 2;
    bottom: -1px;
    background: url(../../../img/triangle.svg) no-repeat center bottom transparent;
    background-size: 220%; }
    @media only screen and (min-width: 640px) {
      .banner-wrapper .triangle {
        background-size: 160%; } }
    @media only screen and (min-width: 1024px) {
      .banner-wrapper .triangle {
        background-size: 110%; } }

.cd-hero {
  position: absolute;
  z-index: 2;
  width: 100%;
  top: 0;
  left: 0; }

.cd-hero-slider {
  margin-top: 39px;
  height: 450px; }
  @media only screen and (min-width: 640px) {
    .cd-hero-slider {
      height: 500px; } }
  @media only screen and (min-width: 1024px) {
    .cd-hero-slider {
      height: 450px; } }
  @media only screen and (min-width: 1248px) {
    .cd-hero-slider {
      height: 600px; } }

.cd-slider-nav {
  width: 100%;
  max-width: 1200px;
  min-width: 320px;
  margin: 0 auto;
  padding: 1rem;
  position: relative;
  margin-top: -36px;
  height: 200px; }
  .cd-slider-nav ul {
    margin-top: 0; }
    .cd-slider-nav ul li {
      padding: 0 0.3rem; }
    .cd-slider-nav ul li:hover {
      opacity: 0.8;
      -webkit-transition: 0.2s ease-in-out;
      -moz-transition: 0.2s ease-in-out;
      -o-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out; }
    .cd-slider-nav ul a {
      padding: 0; }
    .cd-slider-nav ul p {
      font-size: 0.9rem;
      line-height: 1.5rem;
      padding: 0 0.2rem;
      height: 3rem;
      display: none; }
      @media only screen and (min-width: 640px) {
        .cd-slider-nav ul p {
          display: block; } }
    @media only screen and (min-width: 640px) {
      .cd-slider-nav ul figure {
        padding: 0 1rem; } }
  @media only screen and (min-width: 640px) {
    .cd-slider-nav {
      height: 300px; } }
  @media only screen and (min-width: 768px) {
    .cd-slider-nav {
      height: 340px; } }

.cd-full-width > div {
  position: relative;
  position: absolute;
  z-index: 2;
  width: 100%;
  top: 8%;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out; }
  .cd-full-width > div * {
    color: white; }
  .cd-full-width > div h1 {
    font-size: 1.8rem;
    line-height: 2.5rem;
    padding-bottom: 0; }
    @media only screen and (min-width: 768px) {
      .cd-full-width > div h1 {
        font-size: 1.8rem; } }
    @media only screen and (min-width: 1024px) {
      .cd-full-width > div h1 {
        font-size: 2.6rem; } }
  .cd-full-width > div p {
    font-size: 1rem;
    text-align: center;
    display: none; }
    @media only screen and (min-width: 768px) {
      .cd-full-width > div p {
        text-align: left;
        display: block; } }
  .cd-full-width > div .whiteborder {
    background-color: rgba(0, 0, 0, 0.2);
    float: none; }
    @media only screen and (min-width: 768px) {
      .cd-full-width > div .whiteborder {
        float: left; } }
  @media only screen and (min-width: 640px) {
    .cd-full-width > div {
      width: 80%;
      top: 20%;
      margin-left: 10%;
      text-align: center; } }
  @media only screen and (min-width: 768px) {
    .cd-full-width > div {
      width: 30%;
      margin-left: 65%;
      text-align: left; } }

.cd-full-width > figure {
  cursor: pointer;
  -webkit-transform: scale(0.45);
  -ms-transform: scale(0.45);
  transform: scale(0.45);
  position: absolute;
  top: 7%;
  left: 50%;
  margin-left: -400px;
  width: 800px;
  padding: 0 3.5rem;
  padding-top: 3rem;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out; }
  @media only screen and (min-width: 640px) {
    .cd-full-width > figure {
      left: 49%;
      -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
      transform: scale(0.5);
      top: 12%; } }
  @media only screen and (min-width: 768px) {
    .cd-full-width > figure {
      left: 42%;
      -webkit-transform: scale(0.65);
      -ms-transform: scale(0.65);
      transform: scale(0.65);
      top: 5%; } }
  @media only screen and (min-width: 1024px) {
    .cd-full-width > figure {
      left: 45%;
      -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
      transform: scale(0.7);
      top: -2rem; } }
  @media only screen and (min-width: 1248px) {
    .cd-full-width > figure {
      left: 47%;
      -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
      transform: scale(0.9);
      top: 9%; } }

.content-wrapper {
  margin-top: 200px; }
  @media only screen and (min-width: 640px) {
    .content-wrapper {
      margin-top: 300px; } }
  @media only screen and (min-width: 768px) {
    .content-wrapper {
      margin-top: 340px; } }
  .content-wrapper .index-solution {
    position: relative;
    margin: 0 auto;
    margin-bottom: 4rem;
    background-color: white;
    background-size: red;
    height: 500px;
    /* solution slider */ }
    .content-wrapper .index-solution header {
      position: relative;
      display: block;
      width: 100%;
      height: 500px;
      padding: 2rem;
      padding-top: calc(120px + 2rem);
      text-align: center;
      background-color: white; }
      @media only screen and (min-width: 560px) {
        .content-wrapper .index-solution header {
          width: 50%; } }
      @media only screen and (min-width: 640px) {
        .content-wrapper .index-solution header {
          width: 33.3%; } }
      @media only screen and (min-width: 768px) {
        .content-wrapper .index-solution header {
          width: 33.3%; } }
      @media only screen and (min-width: 1248px) {
        .content-wrapper .index-solution header {
          width: 25%; } }
      @media only screen and (min-width: 1440px) {
        .content-wrapper .index-solution header {
          width: 20%; } }
      .content-wrapper .index-solution header figure {
        padding: 70px 44% 20px 44%; }
      .content-wrapper .index-solution header::after {
        content: '';
        display: block;
        background-color: red;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(../../../img/banner/banner1.jpg) no-repeat center center;
        z-index: 1;
        opacity: 0.1; }
    .content-wrapper .index-solution .swiper-container {
      position: relative;
      width: auto;
      top: 0;
      background: url(../../../img/banner/banner1.jpg) no-repeat center left; }
      @media only screen and (min-width: 560px) {
        .content-wrapper .index-solution .swiper-container {
          position: absolute;
          width: 100%;
          height: auto;
          background: none; } }
    .content-wrapper .index-solution .swiper-slide {
      position: relative;
      text-align: center;
      height: 250px;
      overflow: hidden;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; }
      .content-wrapper .index-solution .swiper-slide:nth-of-type(0), .content-wrapper .index-solution .swiper-slide:nth-of-type(1) {
        display: none; }
      .content-wrapper .index-solution .swiper-slide p {
        line-height: 1.6rem;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical; }
      .content-wrapper .index-solution .swiper-slide figure {
        margin: 0;
        padding: 0;
        width: 180%;
        position: absolute;
        top: 0;
        left: 0; }
        @media only screen and (min-width: 1440px) {
          .content-wrapper .index-solution .swiper-slide figure {
            width: 160%; } }
      .content-wrapper .index-solution .swiper-slide a {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        text-align: left;
        padding: 1rem;
        background-color: white; }
        .content-wrapper .index-solution .swiper-slide a:hover {
          background-image: -ms-linear-gradient(top right, #DB4704 0%, #FD8F39 100%);
          background-image: -moz-linear-gradient(top right, #DB4704 0%, #FD8F39 100%);
          background-image: -o-linear-gradient(top right, #DB4704 0%, #FD8F39 100%);
          background-image: -webkit-gradient(linear, right top, left bottom, color-stop(0, #DB4704), color-stop(100, #FD8F39));
          background-image: -webkit-linear-gradient(top right, #DB4704 0%, #FD8F39 100%);
          background-image: -webkit-gradient(linear, right top, left bottom, from(#DB4704), to(#FD8F39));
          background-image: linear-gradient(to bottom left, #DB4704 0%, #FD8F39 100%); }
          .content-wrapper .index-solution .swiper-slide a:hover * {
            color: white; }
      @media only screen and (min-width: 560px) {
        .content-wrapper .index-solution .swiper-slide:nth-of-type(0), .content-wrapper .index-solution .swiper-slide:nth-of-type(1) {
          display: block; } }
  .content-wrapper .news-selector {
    margin: 0 auto;
    margin-top: 550px;
    margin-bottom: 4rem; }
    .content-wrapper .news-selector:after {
      content: "";
      display: table;
      clear: both; }
    @media only screen and (min-width: 560px) {
      .content-wrapper .news-selector {
        margin-top: 0; } }
    .content-wrapper .news-selector > ul {
      width: 100%; }
      @media only screen and (min-width: 640px) {
        .content-wrapper .news-selector > ul {
          width: 100%;
          float: none; } }
      @media only screen and (min-width: 1024px) {
        .content-wrapper .news-selector > ul {
          width: 50%;
          float: left; } }
      .content-wrapper .news-selector > ul li {
        width: 50%;
        padding: 0.1rem; }
        @media only screen and (min-width: 640px) {
          .content-wrapper .news-selector > ul li {
            width: 33.3%; } }
        @media only screen and (min-width: 1024px) {
          .content-wrapper .news-selector > ul li {
            width: 50%; } }
        .content-wrapper .news-selector > ul li:last-child {
          display: none; }
          @media only screen and (min-width: 640px) {
            .content-wrapper .news-selector > ul li:last-child {
              display: block; } }
          @media only screen and (min-width: 1024px) {
            .content-wrapper .news-selector > ul li:last-child {
              display: none; } }
    .content-wrapper .news-selector > aside {
      width: 100%;
      float: none; }
      @media only screen and (min-width: 1024px) {
        .content-wrapper .news-selector > aside {
          width: 50%;
          float: right; } }
      .content-wrapper .news-selector > aside ul li {
        width: 100%;
        margin-bottom: 0; }
        .content-wrapper .news-selector > aside ul li p {
          text-align: left; }
        .content-wrapper .news-selector > aside ul li h5, .content-wrapper .news-selector > aside ul li time {
          position: absolute;
          right: 0;
          top: 0rem;
          padding: 0;
          width: 40%;
          text-align: right;
          line-height: 1rem;
          height: 1rem;
          background-color: transparent;
          border: none; }
        .content-wrapper .news-selector > aside ul li time {
          right: -0.8rem;
          font-size: 0.8rem; }
        .content-wrapper .news-selector > aside ul li h5 {
          left: 0.5rem;
          text-align: left;
          margin: 0;
          color: #db4704;
          font-weight: normal; }
