@charset "UTF-8";
/* This is the way */
/* Change the env for pathway*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* global scss start */
/* color */
.ob-d-none {
  display: none !important;
}

.ob-d-display {
  display: block !important;
}

.dt-display {
  display: block;
}

.mb-display {
  display: none;
}

.mi-display {
  display: none;
}

.font-size-xxs {
  font-size: 0.75rem;
}

.Gray-300 {
  color: #a3a3a3;
}

@media screen and (max-width: 767px) {
  .dt-display {
    display: none !important;
  }
  .mb-display {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .dt-display {
    display: none !important;
  }
  .mi-display {
    display: block !important;
  }
}
@font-face {
  font-family: Ionicons;
  src: url(../fonts/ionicons.eot?v=2.0.0);
  src: url(../fonts/ionicons.eot?v=2.0.0#iefix) format("embedded-opentype"), url(../fonts/ionicons.ttf?v=2.0.0) format("truetype"), url(../fonts/ionicons.woff?v=2.0.0) format("woff"), url(../fonts/ionicons.svg?v=2.0.0#Ionicons) format("svg");
}
@font-face {
  font-family: FontAwesome;
  src: url(../fonts/fontawesome-webfont.eot?v=4.7.0);
  src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(../fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"), url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
}
/*! Wed Mar 08 2017 | O-bank | Copyright (c) 2016 Wunderman. | Nick Chen */
/*! jQuery UI - v1.10.4 - 2014-03-13
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
.ui-button,
.ui-spinner,
.ui-spinner-input {
  vertical-align: middle;
}

.slick-list:focus,
.ui-dialog,
.ui-menu {
  outline: 0;
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
  visibility: hidden;
}

.c3 svg,
.mfp-arrow,
.slick-slider {
  -webkit-tap-highlight-color: transparent;
}

.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
}

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
}

.ui-resizable-autohide .ui-resizable-handle,
.ui-resizable-disabled .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted #000;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  padding: 0.5em 0.5em 0.5em 0.7em;
  min-height: 0;
}

.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-noicons {
  padding-left: 0.7em;
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: 0.5em;
  top: 50%;
  margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  text-align: center;
  overflow: visible;
}

.ui-button,
.ui-button:active,
.ui-button:hover,
.ui-button:link,
.ui-button:visited {
  text-decoration: none;
}

.ui-button-icon-only {
  width: 2.2em;
}

button.ui-button-icon-only {
  width: 2.4em;
}

.ui-button-icons-only {
  width: 3.4em;
}

button.ui-button-icons-only {
  width: 3.7em;
}

.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}

.ui-button-text-only .ui-button-text {
  padding: 0.4em 1em;
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: 0.4em;
  text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 1em 0.4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 2.1em 0.4em 1em;
}

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}

input.ui-button {
  padding: 0.4em 1em;
}

.ui-button-icon-only .ui-icon,
.ui-button-icons-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}

.ui-button-icons-only .ui-button-icon-primary,
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary {
  left: 0.5em;
}

.ui-button-icons-only .ui-button-icon-secondary,
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary {
  right: 0.5em;
}

.ui-buttonset {
  margin-right: 7px;
}

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}

button.ui-button::-moz-focus-inner,
input.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker table {
  font-size: 0.9em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  border: 0;
}

.ui-datepicker td {
  border: 0;
}

.ui-datepicker td a,
.ui-datepicker td span {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-multi .ui-datepicker-group,
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: 0 0;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}

.ui-slider-vertical .ui-slider-range-min,
.ui-spinner-down {
  bottom: 0;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
}

.ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}

.ui-menu .ui-menu-divider {
  margin: 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0;
}

.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px 0.4em;
  line-height: 1.5;
  min-height: 0;
  font-weight: 400;
}

.ui-menu .ui-menu-item a.ui-state-active,
.ui-menu .ui-menu-item a.ui-state-focus {
  font-weight: 400;
  margin: -1px;
}

.ui-menu .ui-state-disabled {
  font-weight: 400;
  margin: 0.4em 0 0.2em;
  line-height: 1.5;
}

.ui-menu .ui-state-disabled a {
  cursor: default;
}

.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em;
}

.ui-menu .ui-icon {
  position: absolute;
  top: 0.2em;
  left: 0.2em;
}

.ui-menu .ui-menu-icon {
  position: static;
  float: right;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url(../images/animated-overlay.gif);
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.fa-fw,
.fa-li,
.mfp-container,
.ui-spinner-button {
  text-align: center;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
}

.ui-spinner-input {
  border: none;
  background: 0 0;
  color: inherit;
  padding: 0;
  margin: 0.2em 22px 0.2em 0.4em;
}

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}

.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner .ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-tabs {
  position: relative;
  padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: 0 0;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  box-shadow: 0 0 5px #aaa;
}

.fa-ul > li,
.slick-list,
.slick-slider,
.slick-track {
  position: relative;
}

body .ui-tooltip {
  border-width: 2px;
}

.ui-widget {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: url(../images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x #eee;
  color: #333;
}

.ui-widget-content a {
  color: #333;
}

.ui-widget-header {
  border: 1px solid #e78f08;
  background: url(../images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x #f6a828;
  color: #fff;
  font-weight: 700;
}

.ui-widget-header a {
  color: #fff;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #ccc;
  background: url(../images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x #f6f6f6;
  font-weight: 700;
  color: #1c94c4;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #1c94c4;
  text-decoration: none;
}

.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
  border: 1px solid #fbcb09;
  background: url(../images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x #fdf5ce;
  font-weight: 700;
  color: #c77405;
}

.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
  color: #c77405;
  text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #fbd850;
  background: url(../images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x #fff;
  font-weight: 700;
  color: #eb8f00;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #eb8f00;
  text-decoration: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fed22f;
  background: url(../images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x #ffe45c;
  color: #363636;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}

.fa-inverse,
.ui-state-error a,
.ui-state-error-text,
.ui-widget-content .ui-state-error a,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error a,
.ui-widget-header .ui-state-error-text {
  color: #fff;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: url(../images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% #b81900;
  color: #fff;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: 700;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: 400;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(../images/ui-icons_222222_256x240.png);
}

.ui-widget-header .ui-icon {
  background-image: url(../images/ui-icons_ffffff_256x240.png);
}

.ui-state-active .ui-icon,
.ui-state-default .ui-icon,
.ui-state-focus .ui-icon,
.ui-state-hover .ui-icon {
  background-image: url(../images/ui-icons_ef8c08_256x240.png);
}

.ui-state-highlight .ui-icon {
  background-image: url(../images/ui-icons_228ef1_256x240.png);
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(../images/ui-icons_ffd27a_256x240.png);
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-first,
.ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
  border-top-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
  border-top-right-radius: 4px;
}

.ui-corner-all,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left {
  border-bottom-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
  border-bottom-right-radius: 4px;
}

.ui-widget-overlay {
  background: url(../images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% #666;
  opacity: 0.5;
  filter: Alpha(Opacity=50);
}

.ui-widget-shadow {
  margin: -5px 0 0 -5px;
  padding: 5px;
  background: url(../images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x #000;
  opacity: 0.2;
  filter: Alpha(Opacity=20);
  border-radius: 5px;
}

.slick-slider {
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
}

.slick-list {
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.fa.fa-pull-left,
.fa.pull-left {
  margin-right: 0.3em;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  top: 0;
  left: 0;
  display: block;
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.fa,
.fa-stack,
.mfp-container:before {
  display: inline-block;
}

/*!Animate.css - http://daneden.me/animate Licensed under the MIT license -http://opensource.org/licenses/MIT Copyright (c) 2015 Daniel Eden*/
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
  animation-duration: 0.75s;
}
@keyframes bounce {
  0%, 100%, 20%, 53%, 80% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

.flash {
  animation-name: flash;
}
@keyframes pulse {
  0%, 100% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes rubberBand {
  0%, 100% {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}
@keyframes shake {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  0%, 100% {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
}
.tada {
  animation-name: tada;
}
@keyframes wobble {
  0%, 100% {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
}
.wobble {
  animation-name: wobble;
}
@keyframes jello {
  11.1% {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
  100% {
    transform: none;
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}
@keyframes bounceIn {
  0%, 100%, 20%, 40%, 60%, 80% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  0%, 100%, 60%, 75%, 90% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  100% {
    transform: none;
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  0%, 100%, 60%, 75%, 90% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  100% {
    transform: none;
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  0%, 100%, 60%, 75%, 90% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    transform: none;
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  0%, 100%, 60%, 75%, 90% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes flip {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}
.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}

.flipInY,
.flipOutX {
  -webkit-backface-visibility: visible !important;
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}
.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes lightSpeedIn {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  0% {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1;
  }
  100% {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-name: hinge;
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.rollIn {
  animation-name: rollIn;
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}
@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}

/*!
 * font-awesome-animation - v0.0.9
 * https://github.com/l-lin/font-awesome-animation
 * License: MIT
 */
@keyframes wrench {
  0% {
    transform: rotate(-12deg);
  }
  8% {
    transform: rotate(12deg);
  }
  10%, 28%, 30%, 48%, 50%, 68% {
    transform: rotate(24deg);
  }
  18%, 20%, 38%, 40%, 58%, 60% {
    transform: rotate(-24deg);
  }
  100%, 75% {
    transform: rotate(0);
  }
}
.faa-parent.animated-hover:hover > .faa-wrench,
.faa-wrench.animated,
.faa-wrench.animated-hover:hover {
  animation: wrench 2.5s ease infinite;
  transform-origin-x: 90%;
  transform-origin-y: 35%;
  transform-origin-z: initial;
}

.faa-parent.animated-hover:hover > .faa-wrench.faa-fast,
.faa-wrench.animated-hover.faa-fast:hover,
.faa-wrench.animated.faa-fast {
  animation: wrench 1.2s ease infinite;
}

.faa-parent.animated-hover:hover > .faa-wrench.faa-slow,
.faa-wrench.animated-hover.faa-slow:hover,
.faa-wrench.animated.faa-slow {
  animation: wrench 3.7s ease infinite;
}
@keyframes ring {
  0% {
    transform: rotate(-15deg);
  }
  2% {
    transform: rotate(15deg);
  }
  12%, 4% {
    transform: rotate(-18deg);
  }
  14%, 6% {
    transform: rotate(18deg);
  }
  8% {
    transform: rotate(-22deg);
  }
  10% {
    transform: rotate(22deg);
  }
  16% {
    transform: rotate(-12deg);
  }
  18% {
    transform: rotate(12deg);
  }
  100%, 20% {
    transform: rotate(0);
  }
}
.faa-parent.animated-hover:hover > .faa-ring,
.faa-ring.animated,
.faa-ring.animated-hover:hover {
  animation: ring 2s ease infinite;
  transform-origin-x: 50%;
  transform-origin-y: 0;
  transform-origin-z: initial;
}

.faa-parent.animated-hover:hover > .faa-ring.faa-fast,
.faa-ring.animated-hover.faa-fast:hover,
.faa-ring.animated.faa-fast {
  animation: ring 1s ease infinite;
}

.faa-parent.animated-hover:hover > .faa-ring.faa-slow,
.faa-ring.animated-hover.faa-slow:hover,
.faa-ring.animated.faa-slow {
  animation: ring 3s ease infinite;
}
@keyframes vertical {
  0%, 16%, 8% {
    transform: translate(0, -3px);
  }
  12%, 20%, 4% {
    transform: translate(0, 3px);
  }
  100%, 22% {
    transform: translate(0, 0);
  }
}
.faa-parent.animated-hover:hover > .faa-vertical,
.faa-vertical.animated,
.faa-vertical.animated-hover:hover {
  animation: vertical 2s ease infinite;
}

.faa-parent.animated-hover:hover > .faa-vertical.faa-fast,
.faa-vertical.animated-hover.faa-fast:hover,
.faa-vertical.animated.faa-fast {
  animation: vertical 1s ease infinite;
}

.faa-parent.animated-hover:hover > .faa-vertical.faa-slow,
.faa-vertical.animated-hover.faa-slow:hover,
.faa-vertical.animated.faa-slow {
  animation: vertical 4s ease infinite;
}
@keyframes horizontal {
  0%, 100%, 12%, 24%, 36% {
    transform: translate(0, 0);
  }
  18%, 30%, 6% {
    transform: translate(5px, 0);
  }
}
.faa-horizontal.animated,
.faa-horizontal.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-horizontal {
  animation: horizontal 2s ease infinite;
}

.faa-horizontal.animated-hover.faa-fast:hover,
.faa-horizontal.animated.faa-fast,
.faa-parent.animated-hover:hover > .faa-horizontal.faa-fast {
  animation: horizontal 1s ease infinite;
}

.faa-horizontal.animated-hover.faa-slow:hover,
.faa-horizontal.animated.faa-slow,
.faa-parent.animated-hover:hover > .faa-horizontal.faa-slow {
  animation: horizontal 3s ease infinite;
}
@keyframes flash {
  0%, 100%, 50% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.faa-flash.animated,
.faa-flash.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-flash {
  animation: flash 2s ease infinite;
}

.faa-flash.animated-hover.faa-fast:hover,
.faa-flash.animated.faa-fast,
.faa-parent.animated-hover:hover > .faa-flash.faa-fast {
  animation: flash 1s ease infinite;
}

.faa-flash.animated-hover.faa-slow:hover,
.faa-flash.animated.faa-slow,
.faa-parent.animated-hover:hover > .faa-flash.faa-slow {
  animation: flash 3s ease infinite;
}
@keyframes bounce {
  0%, 10%, 100%, 20%, 50%, 80% {
    transform: translateY(0);
  }
  40%, 60% {
    transform: translateY(-15px);
  }
}
.faa-bounce.animated,
.faa-bounce.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-bounce {
  animation: bounce 2s ease infinite;
}

.faa-bounce.animated-hover.faa-fast:hover,
.faa-bounce.animated.faa-fast,
.faa-parent.animated-hover:hover > .faa-bounce.faa-fast {
  animation: bounce 1s ease infinite;
}

.faa-bounce.animated-hover.faa-slow:hover,
.faa-bounce.animated.faa-slow,
.faa-parent.animated-hover:hover > .faa-bounce.faa-slow {
  animation: bounce 3s ease infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
  }
}
.faa-parent.animated-hover:hover > .faa-spin,
.faa-spin.animated,
.faa-spin.animated-hover:hover {
  animation: spin 1.5s linear infinite;
}

.faa-parent.animated-hover:hover > .faa-spin.faa-fast,
.faa-spin.animated-hover.faa-fast:hover,
.faa-spin.animated.faa-fast {
  animation: spin 0.7s linear infinite;
}

.faa-parent.animated-hover:hover > .faa-spin.faa-slow,
.faa-spin.animated-hover.faa-slow:hover,
.faa-spin.animated.faa-slow {
  animation: spin 2.2s linear infinite;
}
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}
.faa-float.animated,
.faa-float.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-float {
  animation: float 2s linear infinite;
}

.faa-float.animated-hover.faa-fast:hover,
.faa-float.animated.faa-fast,
.faa-parent.animated-hover:hover > .faa-float.faa-fast {
  animation: float 1s linear infinite;
}

.faa-float.animated-hover.faa-slow:hover,
.faa-float.animated.faa-slow,
.faa-parent.animated-hover:hover > .faa-float.faa-slow {
  animation: float 3s linear infinite;
}
@keyframes pulse {
  0%, 100% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(0.8);
  }
}
.faa-parent.animated-hover:hover > .faa-pulse,
.faa-pulse.animated,
.faa-pulse.animated-hover:hover {
  animation: pulse 2s linear infinite;
}

.faa-parent.animated-hover:hover > .faa-pulse.faa-fast,
.faa-pulse.animated-hover.faa-fast:hover,
.faa-pulse.animated.faa-fast {
  animation: pulse 1s linear infinite;
}

.faa-parent.animated-hover:hover > .faa-pulse.faa-slow,
.faa-pulse.animated-hover.faa-slow:hover,
.faa-pulse.animated.faa-slow {
  animation: pulse 3s linear infinite;
}

.faa-parent.animated-hover:hover > .faa-shake,
.faa-shake.animated,
.faa-shake.animated-hover:hover {
  animation: wrench 2.5s ease infinite;
}

.faa-parent.animated-hover:hover > .faa-shake.faa-fast,
.faa-shake.animated-hover.faa-fast:hover,
.faa-shake.animated.faa-fast {
  animation: wrench 1.2s ease infinite;
}

.faa-parent.animated-hover:hover > .faa-shake.faa-slow,
.faa-shake.animated-hover.faa-slow:hover,
.faa-shake.animated.faa-slow {
  animation: wrench 3.7s ease infinite;
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%, 20% {
    transform: scale(0.9) rotate(-8deg);
  }
  30%, 50%, 70% {
    transform: scale(1.3) rotate(8deg);
  }
  40%, 60% {
    transform: scale(1.3) rotate(-8deg);
  }
  100%, 80% {
    transform: scale(1) rotate(0);
  }
}
.faa-parent.animated-hover:hover > .faa-tada,
.faa-tada.animated,
.faa-tada.animated-hover:hover {
  animation: tada 2s linear infinite;
}

.faa-parent.animated-hover:hover > .faa-tada.faa-fast,
.faa-tada.animated-hover.faa-fast:hover,
.faa-tada.animated.faa-fast {
  animation: tada 1s linear infinite;
}

.faa-parent.animated-hover:hover > .faa-tada.faa-slow,
.faa-tada.animated-hover.faa-slow:hover,
.faa-tada.animated.faa-slow {
  animation: tada 3s linear infinite;
}
@keyframes passing {
  0% {
    transform: translateX(-50%);
    opacity: 0;
  }
  50% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(50%);
    opacity: 0;
  }
}
.faa-parent.animated-hover:hover > .faa-passing,
.faa-passing.animated,
.faa-passing.animated-hover:hover {
  animation: passing 2s linear infinite;
}

.faa-parent.animated-hover:hover > .faa-passing.faa-fast,
.faa-passing.animated-hover.faa-fast:hover,
.faa-passing.animated.faa-fast {
  animation: passing 1s linear infinite;
}

.faa-parent.animated-hover:hover > .faa-passing.faa-slow,
.faa-passing.animated-hover.faa-slow:hover,
.faa-passing.animated.faa-slow {
  animation: passing 3s linear infinite;
}
@keyframes passing-reverse {
  0% {
    transform: translateX(50%);
    opacity: 0;
  }
  50% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%);
    opacity: 0;
  }
}
.faa-parent.animated-hover:hover > .faa-passing-reverse,
.faa-passing-reverse.animated,
.faa-passing-reverse.animated-hover:hover {
  animation: passing-reverse 2s linear infinite;
}

.faa-parent.animated-hover:hover > .faa-passing-reverse.faa-fast,
.faa-passing-reverse.animated-hover.faa-fast:hover,
.faa-passing-reverse.animated.faa-fast {
  animation: passing-reverse 1s linear infinite;
}

.faa-parent.animated-hover:hover > .faa-passing-reverse.faa-slow,
.faa-passing-reverse.animated-hover.faa-slow:hover,
.faa-passing-reverse.animated.faa-slow {
  animation: passing-reverse 3s linear infinite;
}
@keyframes burst {
  0% {
    opacity: 0.6;
  }
  50% {
    transform: scale(1.8);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.faa-burst.animated,
.faa-burst.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-burst {
  animation: burst 2s infinite linear;
}

.faa-burst.animated-hover.faa-fast:hover,
.faa-burst.animated.faa-fast,
.faa-parent.animated-hover:hover > .faa-burst.faa-fast {
  animation: burst 1s infinite linear;
}

.faa-burst.animated-hover.faa-slow:hover,
.faa-burst.animated.faa-slow,
.faa-parent.animated-hover:hover > .faa-burst.faa-slow {
  animation: burst 3s infinite linear;
}

.fa {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa.fa-pull-right,
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: 0.08em solid #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right,
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
  filter: none;
}

.fa-stack {
  position: relative;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-cog:before,
.fa-gear:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-repeat:before,
.fa-rotate-right:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
  line-height: 24px;
  color: #777777;
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-exclamation-triangle:before,
.fa-warning:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-cogs:before,
.fa-gears:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-floppy-o:before,
.fa-save:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-sort:before,
.fa-unsorted:before {
  content: "\f0dc";
}

.fa-sort-desc:before,
.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-asc:before,
.fa-sort-up:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-gavel:before,
.fa-legal:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-bolt:before,
.fa-flash:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-clipboard:before,
.fa-paste:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-chain-broken:before,
.fa-unlink:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
  content: "\f150";
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
  content: "\f151";
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
  content: "\f152";
}

.fa-eur:before,
.fa-euro:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-inr:before,
.fa-rupee:before {
  content: "\f156";
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
  content: "\f157";
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
  content: "\f158";
}

.fa-krw:before,
.fa-won:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-try:before,
.fa-turkish-lira:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
  content: "\f19c";
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
  content: "\f1c5";
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
  content: "\f1c6";
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
  content: "\f1d0";
}

.fa-empire:before,
.fa-ge:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-paper-plane:before,
.fa-send:before {
  content: "\f1d8";
}

.fa-paper-plane-o:before,
.fa-send-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-bed:before,
.fa-hotel:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-y-combinator:before,
.fa-yc:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-television:before,
.fa-tv:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
  content: "\f2a3";
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-sign-language:before,
.fa-signing:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-address-card:before,
.fa-vcard:before {
  content: "\f2bb";
}

.fa-address-card-o:before,
.fa-vcard-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.mfp-bg,
.mfp-wrap {
  position: fixed;
  left: 0;
  top: 0;
}

.mfp-bg,
.mfp-container,
.mfp-wrap {
  width: 100%;
  height: 100%;
}

/*!
  Ionicons, v2.0.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/
.ion,
.ion-alert-circled:before,
.ion-alert:before,
.ion-android-add-circle:before,
.ion-android-add:before,
.ion-android-alarm-clock:before,
.ion-android-alert:before,
.ion-android-apps:before,
.ion-android-archive:before,
.ion-android-arrow-back:before,
.ion-android-arrow-down:before,
.ion-android-arrow-dropdown-circle:before,
.ion-android-arrow-dropdown:before,
.ion-android-arrow-dropleft-circle:before,
.ion-android-arrow-dropleft:before,
.ion-android-arrow-dropright-circle:before,
.ion-android-arrow-dropright:before,
.ion-android-arrow-dropup-circle:before,
.ion-android-arrow-dropup:before,
.ion-android-arrow-forward:before,
.ion-android-arrow-up:before,
.ion-android-attach:before,
.ion-android-bar:before,
.ion-android-bicycle:before,
.ion-android-boat:before,
.ion-android-bookmark:before,
.ion-android-bulb:before,
.ion-android-bus:before,
.ion-android-calendar:before,
.ion-android-call:before,
.ion-android-camera:before,
.ion-android-cancel:before,
.ion-android-car:before,
.ion-android-cart:before,
.ion-android-chat:before,
.ion-android-checkbox-blank:before,
.ion-android-checkbox-outline-blank:before,
.ion-android-checkbox-outline:before,
.ion-android-checkbox:before,
.ion-android-checkmark-circle:before,
.ion-android-clipboard:before,
.ion-android-close:before,
.ion-android-cloud-circle:before,
.ion-android-cloud-done:before,
.ion-android-cloud-outline:before,
.ion-android-cloud:before,
.ion-android-color-palette:before,
.ion-android-compass:before,
.ion-android-contact:before,
.ion-android-contacts:before,
.ion-android-contract:before,
.ion-android-create:before,
.ion-android-delete:before,
.ion-android-desktop:before,
.ion-android-document:before,
.ion-android-done-all:before,
.ion-android-done:before,
.ion-android-download:before,
.ion-android-drafts:before,
.ion-android-exit:before,
.ion-android-expand:before,
.ion-android-favorite-outline:before,
.ion-android-favorite:before,
.ion-android-film:before,
.ion-android-folder-open:before,
.ion-android-folder:before,
.ion-android-funnel:before,
.ion-android-globe:before,
.ion-android-hand:before,
.ion-android-hangout:before,
.ion-android-happy:before,
.ion-android-home:before,
.ion-android-image:before,
.ion-android-laptop:before,
.ion-android-list:before,
.ion-android-locate:before,
.ion-android-lock:before,
.ion-android-mail:before,
.ion-android-map:before,
.ion-android-menu:before,
.ion-android-microphone-off:before,
.ion-android-microphone:before,
.ion-android-more-horizontal:before,
.ion-android-more-vertical:before,
.ion-android-navigate:before,
.ion-android-notifications-none:before,
.ion-android-notifications-off:before,
.ion-android-notifications:before,
.ion-android-open:before,
.ion-android-options:before,
.ion-android-people:before,
.ion-android-person-add:before,
.ion-android-person:before,
.ion-android-phone-landscape:before,
.ion-android-phone-portrait:before,
.ion-android-pin:before,
.ion-android-plane:before,
.ion-android-playstore:before,
.ion-android-print:before,
.ion-android-radio-button-off:before,
.ion-android-radio-button-on:before,
.ion-android-refresh:before,
.ion-android-remove-circle:before,
.ion-android-remove:before,
.ion-android-restaurant:before,
.ion-android-sad:before,
.ion-android-search:before,
.ion-android-send:before,
.ion-android-settings:before,
.ion-android-share-alt:before,
.ion-android-share:before,
.ion-android-star-half:before,
.ion-android-star-outline:before,
.ion-android-star:before,
.ion-android-stopwatch:before,
.ion-android-subway:before,
.ion-android-sunny:before,
.ion-android-sync:before,
.ion-android-textsms:before,
.ion-android-time:before,
.ion-android-train:before,
.ion-android-unlock:before,
.ion-android-upload:before,
.ion-android-volume-down:before,
.ion-android-volume-mute:before,
.ion-android-volume-off:before,
.ion-android-volume-up:before,
.ion-android-walk:before,
.ion-android-warning:before,
.ion-android-watch:before,
.ion-android-wifi:before,
.ion-aperture:before,
.ion-archive:before,
.ion-arrow-down-a:before,
.ion-arrow-down-b:before,
.ion-arrow-down-c:before,
.ion-arrow-expand:before,
.ion-arrow-graph-down-left:before,
.ion-arrow-graph-down-right:before,
.ion-arrow-graph-up-left:before,
.ion-arrow-graph-up-right:before,
.ion-arrow-left-a:before,
.ion-arrow-left-b:before,
.ion-arrow-left-c:before,
.ion-arrow-move:before,
.ion-arrow-resize:before,
.ion-arrow-return-left:before,
.ion-arrow-return-right:before,
.ion-arrow-right-a:before,
.ion-arrow-right-b:before,
.ion-arrow-right-c:before,
.ion-arrow-shrink:before,
.ion-arrow-swap:before,
.ion-arrow-up-a:before,
.ion-arrow-up-b:before,
.ion-arrow-up-c:before,
.ion-asterisk:before,
.ion-at:before,
.ion-backspace-outline:before,
.ion-backspace:before,
.ion-bag:before,
.ion-battery-charging:before,
.ion-battery-empty:before,
.ion-battery-full:before,
.ion-battery-half:before,
.ion-battery-low:before,
.ion-beaker:before,
.ion-beer:before,
.ion-bluetooth:before,
.ion-bonfire:before,
.ion-bookmark:before,
.ion-bowtie:before,
.ion-briefcase:before,
.ion-bug:before,
.ion-calculator:before,
.ion-calendar:before,
.ion-camera:before,
.ion-card:before,
.ion-cash:before,
.ion-chatbox-working:before,
.ion-chatbox:before,
.ion-chatboxes:before,
.ion-chatbubble-working:before,
.ion-chatbubble:before,
.ion-chatbubbles:before,
.ion-checkmark-circled:before,
.ion-checkmark-round:before,
.ion-checkmark:before,
.ion-chevron-down:before,
.ion-chevron-left:before,
.ion-chevron-right:before,
.ion-chevron-up:before,
.ion-clipboard:before,
.ion-clock:before,
.ion-close-circled:before,
.ion-close-round:before,
.ion-close:before,
.ion-closed-captioning:before,
.ion-cloud:before,
.ion-code-download:before,
.ion-code-working:before,
.ion-code:before,
.ion-coffee:before,
.ion-compass:before,
.ion-compose:before,
.ion-connection-bars:before,
.ion-contrast:before,
.ion-crop:before,
.ion-cube:before,
.ion-disc:before,
.ion-document-text:before,
.ion-document:before,
.ion-drag:before,
.ion-earth:before,
.ion-easel:before,
.ion-edit:before,
.ion-egg:before,
.ion-eject:before,
.ion-email-unread:before,
.ion-email:before,
.ion-erlenmeyer-flask-bubbles:before,
.ion-erlenmeyer-flask:before,
.ion-eye-disabled:before,
.ion-eye:before,
.ion-female:before,
.ion-filing:before,
.ion-film-marker:before,
.ion-fireball:before,
.ion-flag:before,
.ion-flame:before,
.ion-flash-off:before,
.ion-flash:before,
.ion-folder:before,
.ion-fork-repo:before,
.ion-fork:before,
.ion-forward:before,
.ion-funnel:before,
.ion-gear-a:before,
.ion-gear-b:before,
.ion-grid:before,
.ion-hammer:before,
.ion-happy-outline:before,
.ion-happy:before,
.ion-headphone:before,
.ion-heart-broken:before,
.ion-heart:before,
.ion-help-buoy:before,
.ion-help-circled:before,
.ion-help:before,
.ion-home:before,
.ion-icecream:before,
.ion-image:before,
.ion-images:before,
.ion-information-circled:before,
.ion-information:before,
.ion-ionic:before,
.ion-ios-alarm-outline:before,
.ion-ios-alarm:before,
.ion-ios-albums-outline:before,
.ion-ios-albums:before,
.ion-ios-americanfootball-outline:before,
.ion-ios-americanfootball:before,
.ion-ios-analytics-outline:before,
.ion-ios-analytics:before,
.ion-ios-arrow-back:before,
.ion-ios-arrow-down:before,
.ion-ios-arrow-forward:before,
.ion-ios-arrow-left:before,
.ion-ios-arrow-right:before,
.ion-ios-arrow-thin-down:before,
.ion-ios-arrow-thin-left:before,
.ion-ios-arrow-thin-right:before,
.ion-ios-arrow-thin-up:before,
.ion-ios-arrow-up:before,
.ion-ios-at-outline:before,
.ion-ios-at:before,
.ion-ios-barcode-outline:before,
.ion-ios-barcode:before,
.ion-ios-baseball-outline:before,
.ion-ios-baseball:before,
.ion-ios-basketball-outline:before,
.ion-ios-basketball:before,
.ion-ios-bell-outline:before,
.ion-ios-bell:before,
.ion-ios-body-outline:before,
.ion-ios-body:before,
.ion-ios-bolt-outline:before,
.ion-ios-bolt:before,
.ion-ios-book-outline:before,
.ion-ios-book:before,
.ion-ios-bookmarks-outline:before,
.ion-ios-bookmarks:before,
.ion-ios-box-outline:before,
.ion-ios-box:before,
.ion-ios-briefcase-outline:before,
.ion-ios-briefcase:before,
.ion-ios-browsers-outline:before,
.ion-ios-browsers:before,
.ion-ios-calculator-outline:before,
.ion-ios-calculator:before,
.ion-ios-calendar-outline:before,
.ion-ios-calendar:before,
.ion-ios-camera-outline:before,
.ion-ios-camera:before,
.ion-ios-cart-outline:before,
.ion-ios-cart:before,
.ion-ios-chatboxes-outline:before,
.ion-ios-chatboxes:before,
.ion-ios-chatbubble-outline:before,
.ion-ios-chatbubble:before,
.ion-ios-checkmark-empty:before,
.ion-ios-checkmark-outline:before,
.ion-ios-checkmark:before,
.ion-ios-circle-filled:before,
.ion-ios-circle-outline:before,
.ion-ios-clock-outline:before,
.ion-ios-clock:before,
.ion-ios-close-empty:before,
.ion-ios-close-outline:before,
.ion-ios-close:before,
.ion-ios-cloud-download-outline:before,
.ion-ios-cloud-download:before,
.ion-ios-cloud-outline:before,
.ion-ios-cloud-upload-outline:before,
.ion-ios-cloud-upload:before,
.ion-ios-cloud:before,
.ion-ios-cloudy-night-outline:before,
.ion-ios-cloudy-night:before,
.ion-ios-cloudy-outline:before,
.ion-ios-cloudy:before,
.ion-ios-cog-outline:before,
.ion-ios-cog:before,
.ion-ios-color-filter-outline:before,
.ion-ios-color-filter:before,
.ion-ios-color-wand-outline:before,
.ion-ios-color-wand:before,
.ion-ios-compose-outline:before,
.ion-ios-compose:before,
.ion-ios-contact-outline:before,
.ion-ios-contact:before,
.ion-ios-copy-outline:before,
.ion-ios-copy:before,
.ion-ios-crop-strong:before,
.ion-ios-crop:before,
.ion-ios-download-outline:before,
.ion-ios-download:before,
.ion-ios-drag:before,
.ion-ios-email-outline:before,
.ion-ios-email:before,
.ion-ios-eye-outline:before,
.ion-ios-eye:before,
.ion-ios-fastforward-outline:before,
.ion-ios-fastforward:before,
.ion-ios-filing-outline:before,
.ion-ios-filing:before,
.ion-ios-film-outline:before,
.ion-ios-film:before,
.ion-ios-flag-outline:before,
.ion-ios-flag:before,
.ion-ios-flame-outline:before,
.ion-ios-flame:before,
.ion-ios-flask-outline:before,
.ion-ios-flask:before,
.ion-ios-flower-outline:before,
.ion-ios-flower:before,
.ion-ios-folder-outline:before,
.ion-ios-folder:before,
.ion-ios-football-outline:before,
.ion-ios-football:before,
.ion-ios-game-controller-a-outline:before,
.ion-ios-game-controller-a:before,
.ion-ios-game-controller-b-outline:before,
.ion-ios-game-controller-b:before,
.ion-ios-gear-outline:before,
.ion-ios-gear:before,
.ion-ios-glasses-outline:before,
.ion-ios-glasses:before,
.ion-ios-grid-view-outline:before,
.ion-ios-grid-view:before,
.ion-ios-heart-outline:before,
.ion-ios-heart:before,
.ion-ios-help-empty:before,
.ion-ios-help-outline:before,
.ion-ios-help:before,
.ion-ios-home-outline:before,
.ion-ios-home:before,
.ion-ios-infinite-outline:before,
.ion-ios-infinite:before,
.ion-ios-information-empty:before,
.ion-ios-information-outline:before,
.ion-ios-information:before,
.ion-ios-ionic-outline:before,
.ion-ios-keypad-outline:before,
.ion-ios-keypad:before,
.ion-ios-lightbulb-outline:before,
.ion-ios-lightbulb:before,
.ion-ios-list-outline:before,
.ion-ios-list:before,
.ion-ios-location-outline:before,
.ion-ios-location:before,
.ion-ios-locked-outline:before,
.ion-ios-locked:before,
.ion-ios-loop-strong:before,
.ion-ios-loop:before,
.ion-ios-medical-outline:before,
.ion-ios-medical:before,
.ion-ios-medkit-outline:before,
.ion-ios-medkit:before,
.ion-ios-mic-off:before,
.ion-ios-mic-outline:before,
.ion-ios-mic:before,
.ion-ios-minus-empty:before,
.ion-ios-minus-outline:before,
.ion-ios-minus:before,
.ion-ios-monitor-outline:before,
.ion-ios-monitor:before,
.ion-ios-moon-outline:before,
.ion-ios-moon:before,
.ion-ios-more-outline:before,
.ion-ios-more:before,
.ion-ios-musical-note:before,
.ion-ios-musical-notes:before,
.ion-ios-navigate-outline:before,
.ion-ios-navigate:before,
.ion-ios-nutrition-outline:before,
.ion-ios-nutrition:before,
.ion-ios-paper-outline:before,
.ion-ios-paper:before,
.ion-ios-paperplane-outline:before,
.ion-ios-paperplane:before,
.ion-ios-partlysunny-outline:before,
.ion-ios-partlysunny:before,
.ion-ios-pause-outline:before,
.ion-ios-pause:before,
.ion-ios-paw-outline:before,
.ion-ios-paw:before,
.ion-ios-people-outline:before,
.ion-ios-people:before,
.ion-ios-person-outline:before,
.ion-ios-person:before,
.ion-ios-personadd-outline:before,
.ion-ios-personadd:before,
.ion-ios-photos-outline:before,
.ion-ios-photos:before,
.ion-ios-pie-outline:before,
.ion-ios-pie:before,
.ion-ios-pint-outline:before,
.ion-ios-pint:before,
.ion-ios-play-outline:before,
.ion-ios-play:before,
.ion-ios-plus-empty:before,
.ion-ios-plus-outline:before,
.ion-ios-plus:before,
.ion-ios-pricetag-outline:before,
.ion-ios-pricetag:before,
.ion-ios-pricetags-outline:before,
.ion-ios-pricetags:before,
.ion-ios-printer-outline:before,
.ion-ios-printer:before,
.ion-ios-pulse-strong:before,
.ion-ios-pulse:before,
.ion-ios-rainy-outline:before,
.ion-ios-rainy:before,
.ion-ios-recording-outline:before,
.ion-ios-recording:before,
.ion-ios-redo-outline:before,
.ion-ios-redo:before,
.ion-ios-refresh-empty:before,
.ion-ios-refresh-outline:before,
.ion-ios-refresh:before,
.ion-ios-reload:before,
.ion-ios-reverse-camera-outline:before,
.ion-ios-reverse-camera:before,
.ion-ios-rewind-outline:before,
.ion-ios-rewind:before,
.ion-ios-rose-outline:before,
.ion-ios-rose:before,
.ion-ios-search-strong:before,
.ion-ios-search:before,
.ion-ios-settings-strong:before,
.ion-ios-settings:before,
.ion-ios-shuffle-strong:before,
.ion-ios-shuffle:before,
.ion-ios-skipbackward-outline:before,
.ion-ios-skipbackward:before,
.ion-ios-skipforward-outline:before,
.ion-ios-skipforward:before,
.ion-ios-snowy:before,
.ion-ios-speedometer-outline:before,
.ion-ios-speedometer:before,
.ion-ios-star-half:before,
.ion-ios-star-outline:before,
.ion-ios-star:before,
.ion-ios-stopwatch-outline:before,
.ion-ios-stopwatch:before,
.ion-ios-sunny-outline:before,
.ion-ios-sunny:before,
.ion-ios-telephone-outline:before,
.ion-ios-telephone:before,
.ion-ios-tennisball-outline:before,
.ion-ios-tennisball:before,
.ion-ios-thunderstorm-outline:before,
.ion-ios-thunderstorm:before,
.ion-ios-time-outline:before,
.ion-ios-time:before,
.ion-ios-timer-outline:before,
.ion-ios-timer:before,
.ion-ios-toggle-outline:before,
.ion-ios-toggle:before,
.ion-ios-trash-outline:before,
.ion-ios-trash:before,
.ion-ios-undo-outline:before,
.ion-ios-undo:before,
.ion-ios-unlocked-outline:before,
.ion-ios-unlocked:before,
.ion-ios-upload-outline:before,
.ion-ios-upload:before,
.ion-ios-videocam-outline:before,
.ion-ios-videocam:before,
.ion-ios-volume-high:before,
.ion-ios-volume-low:before,
.ion-ios-wineglass-outline:before,
.ion-ios-wineglass:before,
.ion-ios-world-outline:before,
.ion-ios-world:before,
.ion-ipad:before,
.ion-iphone:before,
.ion-ipod:before,
.ion-jet:before,
.ion-key:before,
.ion-knife:before,
.ion-laptop:before,
.ion-leaf:before,
.ion-levels:before,
.ion-lightbulb:before,
.ion-link:before,
.ion-load-a:before,
.ion-load-b:before,
.ion-load-c:before,
.ion-load-d:before,
.ion-location:before,
.ion-lock-combination:before,
.ion-locked:before,
.ion-log-in:before,
.ion-log-out:before,
.ion-loop:before,
.ion-magnet:before,
.ion-male:before,
.ion-man:before,
.ion-map:before,
.ion-medkit:before,
.ion-merge:before,
.ion-mic-a:before,
.ion-mic-b:before,
.ion-mic-c:before,
.ion-minus-circled:before,
.ion-minus-round:before,
.ion-minus:before,
.ion-model-s:before,
.ion-monitor:before,
.ion-more:before,
.ion-mouse:before,
.ion-music-note:before,
.ion-navicon-round:before,
.ion-navicon:before,
.ion-navigate:before,
.ion-network:before,
.ion-no-smoking:before,
.ion-nuclear:before,
.ion-outlet:before,
.ion-paintbrush:before,
.ion-paintbucket:before,
.ion-paper-airplane:before,
.ion-paperclip:before,
.ion-pause:before,
.ion-person-add:before,
.ion-person-stalker:before,
.ion-person:before,
.ion-pie-graph:before,
.ion-pin:before,
.ion-pinpoint:before,
.ion-pizza:before,
.ion-plane:before,
.ion-planet:before,
.ion-play:before,
.ion-playstation:before,
.ion-plus-circled:before,
.ion-plus-round:before,
.ion-plus:before,
.ion-podium:before,
.ion-pound:before,
.ion-power:before,
.ion-pricetag:before,
.ion-pricetags:before,
.ion-printer:before,
.ion-pull-request:before,
.ion-qr-scanner:before,
.ion-quote:before,
.ion-radio-waves:before,
.ion-record:before,
.ion-refresh:before,
.ion-reply-all:before,
.ion-reply:before,
.ion-ribbon-a:before,
.ion-ribbon-b:before,
.ion-sad-outline:before,
.ion-sad:before,
.ion-scissors:before,
.ion-search:before,
.ion-settings:before,
.ion-share:before,
.ion-shuffle:before,
.ion-skip-backward:before,
.ion-skip-forward:before,
.ion-social-android-outline:before,
.ion-social-android:before,
.ion-social-angular-outline:before,
.ion-social-angular:before,
.ion-social-apple-outline:before,
.ion-social-apple:before,
.ion-social-bitcoin-outline:before,
.ion-social-bitcoin:before,
.ion-social-buffer-outline:before,
.ion-social-buffer:before,
.ion-social-chrome-outline:before,
.ion-social-chrome:before,
.ion-social-codepen-outline:before,
.ion-social-codepen:before,
.ion-social-css3-outline:before,
.ion-social-css3:before,
.ion-social-designernews-outline:before,
.ion-social-designernews:before,
.ion-social-dribbble-outline:before,
.ion-social-dribbble:before,
.ion-social-dropbox-outline:before,
.ion-social-dropbox:before,
.ion-social-euro-outline:before,
.ion-social-euro:before,
.ion-social-facebook-outline:before,
.ion-social-facebook:before,
.ion-social-foursquare-outline:before,
.ion-social-foursquare:before,
.ion-social-freebsd-devil:before,
.ion-social-github-outline:before,
.ion-social-github:before,
.ion-social-google-outline:before,
.ion-social-google:before,
.ion-social-googleplus-outline:before,
.ion-social-googleplus:before,
.ion-social-hackernews-outline:before,
.ion-social-hackernews:before,
.ion-social-html5-outline:before,
.ion-social-html5:before,
.ion-social-instagram-outline:before,
.ion-social-instagram:before,
.ion-social-javascript-outline:before,
.ion-social-javascript:before,
.ion-social-linkedin-outline:before,
.ion-social-linkedin:before,
.ion-social-markdown:before,
.ion-social-nodejs:before,
.ion-social-octocat:before,
.ion-social-pinterest-outline:before,
.ion-social-pinterest:before,
.ion-social-python:before,
.ion-social-reddit-outline:before,
.ion-social-reddit:before,
.ion-social-rss-outline:before,
.ion-social-rss:before,
.ion-social-sass:before,
.ion-social-skype-outline:before,
.ion-social-skype:before,
.ion-social-snapchat-outline:before,
.ion-social-snapchat:before,
.ion-social-tumblr-outline:before,
.ion-social-tumblr:before,
.ion-social-tux:before,
.ion-social-twitch-outline:before,
.ion-social-twitch:before,
.ion-social-twitter-outline:before,
.ion-social-twitter:before,
.ion-social-usd-outline:before,
.ion-social-usd:before,
.ion-social-vimeo-outline:before,
.ion-social-vimeo:before,
.ion-social-whatsapp-outline:before,
.ion-social-whatsapp:before,
.ion-social-windows-outline:before,
.ion-social-windows:before,
.ion-social-wordpress-outline:before,
.ion-social-wordpress:before,
.ion-social-yahoo-outline:before,
.ion-social-yahoo:before,
.ion-social-yen-outline:before,
.ion-social-yen:before,
.ion-social-youtube-outline:before,
.ion-social-youtube:before,
.ion-soup-can-outline:before,
.ion-soup-can:before,
.ion-speakerphone:before,
.ion-speedometer:before,
.ion-spoon:before,
.ion-star:before,
.ion-stats-bars:before,
.ion-steam:before,
.ion-stop:before,
.ion-thermometer:before,
.ion-thumbsdown:before,
.ion-thumbsup:before,
.ion-toggle-filled:before,
.ion-toggle:before,
.ion-transgender:before,
.ion-trash-a:before,
.ion-trash-b:before,
.ion-trophy:before,
.ion-tshirt-outline:before,
.ion-tshirt:before,
.ion-umbrella:before,
.ion-university:before,
.ion-unlocked:before,
.ion-upload:before,
.ion-usb:before,
.ion-videocamera:before,
.ion-volume-high:before,
.ion-volume-low:before,
.ion-volume-medium:before,
.ion-volume-mute:before,
.ion-wand:before,
.ion-waterdrop:before,
.ion-wifi:before,
.ion-wineglass:before,
.ion-woman:before,
.ion-wrench:before,
.ion-xbox:before,
.ionicons {
  display: inline-block;
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ion-alert:before {
  content: "\f101";
}

.ion-alert-circled:before {
  content: "\f100";
}

.ion-android-add:before {
  content: "\f2c7";
}

.ion-android-add-circle:before {
  content: "\f359";
}

.ion-android-alarm-clock:before {
  content: "\f35a";
}

.ion-android-alert:before {
  content: "\f35b";
}

.ion-android-apps:before {
  content: "\f35c";
}

.ion-android-archive:before {
  content: "\f2c9";
}

.ion-android-arrow-back:before {
  content: "\f2ca";
}

.ion-android-arrow-down:before {
  content: "\f35d";
}

.ion-android-arrow-dropdown:before {
  content: "\f35f";
}

.ion-android-arrow-dropdown-circle:before {
  content: "\f35e";
}

.ion-android-arrow-dropleft:before {
  content: "\f361";
}

.ion-android-arrow-dropleft-circle:before {
  content: "\f360";
}

.ion-android-arrow-dropright:before {
  content: "\f363";
}

.ion-android-arrow-dropright-circle:before {
  content: "\f362";
}

.ion-android-arrow-dropup:before {
  content: "\f365";
}

.ion-android-arrow-dropup-circle:before {
  content: "\f364";
}

.ion-android-arrow-forward:before {
  content: "\f30f";
}

.ion-android-arrow-up:before {
  content: "\f366";
}

.ion-android-attach:before {
  content: "\f367";
}

.ion-android-bar:before {
  content: "\f368";
}

.ion-android-bicycle:before {
  content: "\f369";
}

.ion-android-boat:before {
  content: "\f36a";
}

.ion-android-bookmark:before {
  content: "\f36b";
}

.ion-android-bulb:before {
  content: "\f36c";
}

.ion-android-bus:before {
  content: "\f36d";
}

.ion-android-calendar:before {
  content: "\f2d1";
}

.ion-android-call:before {
  content: "\f2d2";
}

.ion-android-camera:before {
  content: "\f2d3";
}

.ion-android-cancel:before {
  content: "\f36e";
}

.ion-android-car:before {
  content: "\f36f";
}

.ion-android-cart:before {
  content: "\f370";
}

.ion-android-chat:before {
  content: "\f2d4";
}

.ion-android-checkbox:before {
  content: "\f374";
}

.ion-android-checkbox-blank:before {
  content: "\f371";
}

.ion-android-checkbox-outline:before {
  content: "\f373";
}

.ion-android-checkbox-outline-blank:before {
  content: "\f372";
}

.ion-android-checkmark-circle:before {
  content: "\f375";
}

.ion-android-clipboard:before {
  content: "\f376";
}

.ion-android-close:before {
  content: "\f2d7";
}

.ion-android-cloud:before {
  content: "\f37a";
}

.ion-android-cloud-circle:before {
  content: "\f377";
}

.ion-android-cloud-done:before {
  content: "\f378";
}

.ion-android-cloud-outline:before {
  content: "\f379";
}

.ion-android-color-palette:before {
  content: "\f37b";
}

.ion-android-compass:before {
  content: "\f37c";
}

.ion-android-contact:before {
  content: "\f2d8";
}

.ion-android-contacts:before {
  content: "\f2d9";
}

.ion-android-contract:before {
  content: "\f37d";
}

.ion-android-create:before {
  content: "\f37e";
}

.ion-android-delete:before {
  content: "\f37f";
}

.ion-android-desktop:before {
  content: "\f380";
}

.ion-android-document:before {
  content: "\f381";
}

.ion-android-done:before {
  content: "\f383";
}

.ion-android-done-all:before {
  content: "\f382";
}

.ion-android-download:before {
  content: "\f2dd";
}

.ion-android-drafts:before {
  content: "\f384";
}

.ion-android-exit:before {
  content: "\f385";
}

.ion-android-expand:before {
  content: "\f386";
}

.ion-android-favorite:before {
  content: "\f388";
}

.ion-android-favorite-outline:before {
  content: "\f387";
}

.ion-android-film:before {
  content: "\f389";
}

.ion-android-folder:before {
  content: "\f2e0";
}

.ion-android-folder-open:before {
  content: "\f38a";
}

.ion-android-funnel:before {
  content: "\f38b";
}

.ion-android-globe:before {
  content: "\f38c";
}

.ion-android-hand:before {
  content: "\f2e3";
}

.ion-android-hangout:before {
  content: "\f38d";
}

.ion-android-happy:before {
  content: "\f38e";
}

.ion-android-home:before {
  content: "\f38f";
}

.ion-android-image:before {
  content: "\f2e4";
}

.ion-android-laptop:before {
  content: "\f390";
}

.ion-android-list:before {
  content: "\f391";
}

.ion-android-locate:before {
  content: "\f2e9";
}

.ion-android-lock:before {
  content: "\f392";
}

.ion-android-mail:before {
  content: "\f2eb";
}

.ion-android-map:before {
  content: "\f393";
}

.ion-android-menu:before {
  content: "\f394";
}

.ion-android-microphone:before {
  content: "\f2ec";
}

.ion-android-microphone-off:before {
  content: "\f395";
}

.ion-android-more-horizontal:before {
  content: "\f396";
}

.ion-android-more-vertical:before {
  content: "\f397";
}

.ion-android-navigate:before {
  content: "\f398";
}

.ion-android-notifications:before {
  content: "\f39b";
}

.ion-android-notifications-none:before {
  content: "\f399";
}

.ion-android-notifications-off:before {
  content: "\f39a";
}

.ion-android-open:before {
  content: "\f39c";
}

.ion-android-options:before {
  content: "\f39d";
}

.ion-android-people:before {
  content: "\f39e";
}

.ion-android-person:before {
  content: "\f3a0";
}

.ion-android-person-add:before {
  content: "\f39f";
}

.ion-android-phone-landscape:before {
  content: "\f3a1";
}

.ion-android-phone-portrait:before {
  content: "\f3a2";
}

.ion-android-pin:before {
  content: "\f3a3";
}

.ion-android-plane:before {
  content: "\f3a4";
}

.ion-android-playstore:before {
  content: "\f2f0";
}

.ion-android-print:before {
  content: "\f3a5";
}

.ion-android-radio-button-off:before {
  content: "\f3a6";
}

.ion-android-radio-button-on:before {
  content: "\f3a7";
}

.ion-android-refresh:before {
  content: "\f3a8";
}

.ion-android-remove:before {
  content: "\f2f4";
}

.ion-android-remove-circle:before {
  content: "\f3a9";
}

.ion-android-restaurant:before {
  content: "\f3aa";
}

.ion-android-sad:before {
  content: "\f3ab";
}

.ion-android-search:before {
  content: "\f2f5";
}

.ion-android-send:before {
  content: "\f2f6";
}

.ion-android-settings:before {
  content: "\f2f7";
}

.ion-android-share:before {
  content: "\f2f8";
}

.ion-android-share-alt:before {
  content: "\f3ac";
}

.ion-android-star:before {
  content: "\f2fc";
}

.ion-android-star-half:before {
  content: "\f3ad";
}

.ion-android-star-outline:before {
  content: "\f3ae";
}

.ion-android-stopwatch:before {
  content: "\f2fd";
}

.ion-android-subway:before {
  content: "\f3af";
}

.ion-android-sunny:before {
  content: "\f3b0";
}

.ion-android-sync:before {
  content: "\f3b1";
}

.ion-android-textsms:before {
  content: "\f3b2";
}

.ion-android-time:before {
  content: "\f3b3";
}

.ion-android-train:before {
  content: "\f3b4";
}

.ion-android-unlock:before {
  content: "\f3b5";
}

.ion-android-upload:before {
  content: "\f3b6";
}

.ion-android-volume-down:before {
  content: "\f3b7";
}

.ion-android-volume-mute:before {
  content: "\f3b8";
}

.ion-android-volume-off:before {
  content: "\f3b9";
}

.ion-android-volume-up:before {
  content: "\f3ba";
}

.ion-android-walk:before {
  content: "\f3bb";
}

.ion-android-warning:before {
  content: "\f3bc";
}

.ion-android-watch:before {
  content: "\f3bd";
}

.ion-android-wifi:before {
  content: "\f305";
}

.ion-aperture:before {
  content: "\f313";
}

.ion-archive:before {
  content: "\f102";
}

.ion-arrow-down-a:before {
  content: "\f103";
}

.ion-arrow-down-b:before {
  content: "\f104";
}

.ion-arrow-down-c:before {
  content: "\f105";
}

.ion-arrow-expand:before {
  content: "\f25e";
}

.ion-arrow-graph-down-left:before {
  content: "\f25f";
}

.ion-arrow-graph-down-right:before {
  content: "\f260";
}

.ion-arrow-graph-up-left:before {
  content: "\f261";
}

.ion-arrow-graph-up-right:before {
  content: "\f262";
}

.ion-arrow-left-a:before {
  content: "\f106";
}

.ion-arrow-left-b:before {
  content: "\f107";
}

.ion-arrow-left-c:before {
  content: "\f108";
}

.ion-arrow-move:before {
  content: "\f263";
}

.ion-arrow-resize:before {
  content: "\f264";
}

.ion-arrow-return-left:before {
  content: "\f265";
}

.ion-arrow-return-right:before {
  content: "\f266";
}

.ion-arrow-right-a:before {
  content: "\f109";
}

.ion-arrow-right-b:before {
  content: "\f10a";
}

.ion-arrow-right-c:before {
  content: "\f10b";
}

.ion-arrow-shrink:before {
  content: "\f267";
}

.ion-arrow-swap:before {
  content: "\f268";
}

.ion-arrow-up-a:before {
  content: "\f10c";
}

.ion-arrow-up-b:before {
  content: "\f10d";
}

.ion-arrow-up-c:before {
  content: "\f10e";
}

.ion-asterisk:before {
  content: "\f314";
}

.ion-at:before {
  content: "\f10f";
}

.ion-backspace:before {
  content: "\f3bf";
}

.ion-backspace-outline:before {
  content: "\f3be";
}

.ion-bag:before {
  content: "\f110";
}

.ion-battery-charging:before {
  content: "\f111";
}

.ion-battery-empty:before {
  content: "\f112";
}

.ion-battery-full:before {
  content: "\f113";
}

.ion-battery-half:before {
  content: "\f114";
}

.ion-battery-low:before {
  content: "\f115";
}

.ion-beaker:before {
  content: "\f269";
}

.ion-beer:before {
  content: "\f26a";
}

.ion-bluetooth:before {
  content: "\f116";
}

.ion-bonfire:before {
  content: "\f315";
}

.ion-bookmark:before {
  content: "\f26b";
}

.ion-bowtie:before {
  content: "\f3c0";
}

.ion-briefcase:before {
  content: "\f26c";
}

.ion-bug:before {
  content: "\f2be";
}

.ion-calculator:before {
  content: "\f26d";
}

.ion-calendar:before {
  content: "\f117";
}

.ion-camera:before {
  content: "\f118";
}

.ion-card:before {
  content: "\f119";
}

.ion-cash:before {
  content: "\f316";
}

.ion-chatbox:before {
  content: "\f11b";
}

.ion-chatbox-working:before {
  content: "\f11a";
}

.ion-chatboxes:before {
  content: "\f11c";
}

.ion-chatbubble:before {
  content: "\f11e";
}

.ion-chatbubble-working:before {
  content: "\f11d";
}

.ion-chatbubbles:before {
  content: "\f11f";
}

.ion-checkmark:before {
  content: "\f122";
}

.ion-checkmark-circled:before {
  content: "\f120";
}

.ion-checkmark-round:before {
  content: "\f121";
}

.ion-chevron-down:before {
  content: "\f123";
}

.ion-chevron-left:before {
  content: "\f124";
}

.ion-chevron-right:before {
  content: "\f125";
}

.ion-chevron-up:before {
  content: "\f126";
}

.ion-clipboard:before {
  content: "\f127";
}

.ion-clock:before {
  content: "\f26e";
}

.ion-close:before {
  content: "\f12a";
}

.ion-close-circled:before {
  content: "\f128";
}

.ion-close-round:before {
  content: "\f129";
}

.ion-closed-captioning:before {
  content: "\f317";
}

.ion-cloud:before {
  content: "\f12b";
}

.ion-code:before {
  content: "\f271";
}

.ion-code-download:before {
  content: "\f26f";
}

.ion-code-working:before {
  content: "\f270";
}

.ion-coffee:before {
  content: "\f272";
}

.ion-compass:before {
  content: "\f273";
}

.ion-compose:before {
  content: "\f12c";
}

.ion-connection-bars:before {
  content: "\f274";
}

.ion-contrast:before {
  content: "\f275";
}

.ion-crop:before {
  content: "\f3c1";
}

.ion-cube:before {
  content: "\f318";
}

.ion-disc:before {
  content: "\f12d";
}

.ion-document:before {
  content: "\f12f";
}

.ion-document-text:before {
  content: "\f12e";
}

.ion-drag:before {
  content: "\f130";
}

.ion-earth:before {
  content: "\f276";
}

.ion-easel:before {
  content: "\f3c2";
}

.ion-edit:before {
  content: "\f2bf";
}

.ion-egg:before {
  content: "\f277";
}

.ion-eject:before {
  content: "\f131";
}

.ion-email:before {
  content: "\f132";
}

.ion-email-unread:before {
  content: "\f3c3";
}

.ion-erlenmeyer-flask:before {
  content: "\f3c5";
}

.ion-erlenmeyer-flask-bubbles:before {
  content: "\f3c4";
}

.ion-eye:before {
  content: "\f133";
}

.ion-eye-disabled:before {
  content: "\f306";
}

.ion-female:before {
  content: "\f278";
}

.ion-filing:before {
  content: "\f134";
}

.ion-film-marker:before {
  content: "\f135";
}

.ion-fireball:before {
  content: "\f319";
}

.ion-flag:before {
  content: "\f279";
}

.ion-flame:before {
  content: "\f31a";
}

.ion-flash:before {
  content: "\f137";
}

.ion-flash-off:before {
  content: "\f136";
}

.ion-folder:before {
  content: "\f139";
}

.ion-fork:before {
  content: "\f27a";
}

.ion-fork-repo:before {
  content: "\f2c0";
}

.ion-forward:before {
  content: "\f13a";
}

.ion-funnel:before {
  content: "\f31b";
}

.ion-gear-a:before {
  content: "\f13d";
}

.ion-gear-b:before {
  content: "\f13e";
}

.ion-grid:before {
  content: "\f13f";
}

.ion-hammer:before {
  content: "\f27b";
}

.ion-happy:before {
  content: "\f31c";
}

.ion-happy-outline:before {
  content: "\f3c6";
}

.ion-headphone:before {
  content: "\f140";
}

.ion-heart:before {
  content: "\f141";
}

.ion-heart-broken:before {
  content: "\f31d";
}

.ion-help:before {
  content: "\f143";
}

.ion-help-buoy:before {
  content: "\f27c";
}

.ion-help-circled:before {
  content: "\f142";
}

.ion-home:before {
  content: "\f144";
}

.ion-icecream:before {
  content: "\f27d";
}

.ion-image:before {
  content: "\f147";
}

.ion-images:before {
  content: "\f148";
}

.ion-information:before {
  content: "\f14a";
}

.ion-information-circled:before {
  content: "\f149";
}

.ion-ionic:before {
  content: "\f14b";
}

.ion-ios-alarm:before {
  content: "\f3c8";
}

.ion-ios-alarm-outline:before {
  content: "\f3c7";
}

.ion-ios-albums:before {
  content: "\f3ca";
}

.ion-ios-albums-outline:before {
  content: "\f3c9";
}

.ion-ios-americanfootball:before {
  content: "\f3cc";
}

.ion-ios-americanfootball-outline:before {
  content: "\f3cb";
}

.ion-ios-analytics:before {
  content: "\f3ce";
}

.ion-ios-analytics-outline:before {
  content: "\f3cd";
}

.ion-ios-arrow-back:before {
  content: "\f3cf";
}

.ion-ios-arrow-down:before {
  content: "\f3d0";
}

.ion-ios-arrow-forward:before {
  content: "\f3d1";
}

.ion-ios-arrow-left:before {
  content: "\f3d2";
}

.ion-ios-arrow-right:before {
  content: "\f3d3";
}

.ion-ios-arrow-thin-down:before {
  content: "\f3d4";
}

.ion-ios-arrow-thin-left:before {
  content: "\f3d5";
}

.ion-ios-arrow-thin-right:before {
  content: "\f3d6";
}

.ion-ios-arrow-thin-up:before {
  content: "\f3d7";
}

.ion-ios-arrow-up:before {
  content: "\f3d8";
}

.ion-ios-at:before {
  content: "\f3da";
}

.ion-ios-at-outline:before {
  content: "\f3d9";
}

.ion-ios-barcode:before {
  content: "\f3dc";
}

.ion-ios-barcode-outline:before {
  content: "\f3db";
}

.ion-ios-baseball:before {
  content: "\f3de";
}

.ion-ios-baseball-outline:before {
  content: "\f3dd";
}

.ion-ios-basketball:before {
  content: "\f3e0";
}

.ion-ios-basketball-outline:before {
  content: "\f3df";
}

.ion-ios-bell:before {
  content: "\f3e2";
}

.ion-ios-bell-outline:before {
  content: "\f3e1";
}

.ion-ios-body:before {
  content: "\f3e4";
}

.ion-ios-body-outline:before {
  content: "\f3e3";
}

.ion-ios-bolt:before {
  content: "\f3e6";
}

.ion-ios-bolt-outline:before {
  content: "\f3e5";
}

.ion-ios-book:before {
  content: "\f3e8";
}

.ion-ios-book-outline:before {
  content: "\f3e7";
}

.ion-ios-bookmarks:before {
  content: "\f3ea";
}

.ion-ios-bookmarks-outline:before {
  content: "\f3e9";
}

.ion-ios-box:before {
  content: "\f3ec";
}

.ion-ios-box-outline:before {
  content: "\f3eb";
}

.ion-ios-briefcase:before {
  content: "\f3ee";
}

.ion-ios-briefcase-outline:before {
  content: "\f3ed";
}

.ion-ios-browsers:before {
  content: "\f3f0";
}

.ion-ios-browsers-outline:before {
  content: "\f3ef";
}

.ion-ios-calculator:before {
  content: "\f3f2";
}

.ion-ios-calculator-outline:before {
  content: "\f3f1";
}

.ion-ios-calendar:before {
  content: "\f3f4";
}

.ion-ios-calendar-outline:before {
  content: "\f3f3";
}

.ion-ios-camera:before {
  content: "\f3f6";
}

.ion-ios-camera-outline:before {
  content: "\f3f5";
}

.ion-ios-cart:before {
  content: "\f3f8";
}

.ion-ios-cart-outline:before {
  content: "\f3f7";
}

.ion-ios-chatboxes:before {
  content: "\f3fa";
}

.ion-ios-chatboxes-outline:before {
  content: "\f3f9";
}

.ion-ios-chatbubble:before {
  content: "\f3fc";
}

.ion-ios-chatbubble-outline:before {
  content: "\f3fb";
}

.ion-ios-checkmark:before {
  content: "\f3ff";
}

.ion-ios-checkmark-empty:before {
  content: "\f3fd";
}

.ion-ios-checkmark-outline:before {
  content: "\f3fe";
}

.ion-ios-circle-filled:before {
  content: "\f400";
}

.ion-ios-circle-outline:before {
  content: "\f401";
}

.ion-ios-clock:before {
  content: "\f403";
}

.ion-ios-clock-outline:before {
  content: "\f402";
}

.ion-ios-close:before {
  content: "\f406";
}

.ion-ios-close-empty:before {
  content: "\f404";
}

.ion-ios-close-outline:before {
  content: "\f405";
}

.ion-ios-cloud:before {
  content: "\f40c";
}

.ion-ios-cloud-download:before {
  content: "\f408";
}

.ion-ios-cloud-download-outline:before {
  content: "\f407";
}

.ion-ios-cloud-outline:before {
  content: "\f409";
}

.ion-ios-cloud-upload:before {
  content: "\f40b";
}

.ion-ios-cloud-upload-outline:before {
  content: "\f40a";
}

.ion-ios-cloudy:before {
  content: "\f410";
}

.ion-ios-cloudy-night:before {
  content: "\f40e";
}

.ion-ios-cloudy-night-outline:before {
  content: "\f40d";
}

.ion-ios-cloudy-outline:before {
  content: "\f40f";
}

.ion-ios-cog:before {
  content: "\f412";
}

.ion-ios-cog-outline:before {
  content: "\f411";
}

.ion-ios-color-filter:before {
  content: "\f414";
}

.ion-ios-color-filter-outline:before {
  content: "\f413";
}

.ion-ios-color-wand:before {
  content: "\f416";
}

.ion-ios-color-wand-outline:before {
  content: "\f415";
}

.ion-ios-compose:before {
  content: "\f418";
}

.ion-ios-compose-outline:before {
  content: "\f417";
}

.ion-ios-contact:before {
  content: "\f41a";
}

.ion-ios-contact-outline:before {
  content: "\f419";
}

.ion-ios-copy:before {
  content: "\f41c";
}

.ion-ios-copy-outline:before {
  content: "\f41b";
}

.ion-ios-crop:before {
  content: "\f41e";
}

.ion-ios-crop-strong:before {
  content: "\f41d";
}

.ion-ios-download:before {
  content: "\f420";
}

.ion-ios-download-outline:before {
  content: "\f41f";
}

.ion-ios-drag:before {
  content: "\f421";
}

.ion-ios-email:before {
  content: "\f423";
}

.ion-ios-email-outline:before {
  content: "\f422";
}

.ion-ios-eye:before {
  content: "\f425";
}

.ion-ios-eye-outline:before {
  content: "\f424";
}

.ion-ios-fastforward:before {
  content: "\f427";
}

.ion-ios-fastforward-outline:before {
  content: "\f426";
}

.ion-ios-filing:before {
  content: "\f429";
}

.ion-ios-filing-outline:before {
  content: "\f428";
}

.ion-ios-film:before {
  content: "\f42b";
}

.ion-ios-film-outline:before {
  content: "\f42a";
}

.ion-ios-flag:before {
  content: "\f42d";
}

.ion-ios-flag-outline:before {
  content: "\f42c";
}

.ion-ios-flame:before {
  content: "\f42f";
}

.ion-ios-flame-outline:before {
  content: "\f42e";
}

.ion-ios-flask:before {
  content: "\f431";
}

.ion-ios-flask-outline:before {
  content: "\f430";
}

.ion-ios-flower:before {
  content: "\f433";
}

.ion-ios-flower-outline:before {
  content: "\f432";
}

.ion-ios-folder:before {
  content: "\f435";
}

.ion-ios-folder-outline:before {
  content: "\f434";
}

.ion-ios-football:before {
  content: "\f437";
}

.ion-ios-football-outline:before {
  content: "\f436";
}

.ion-ios-game-controller-a:before {
  content: "\f439";
}

.ion-ios-game-controller-a-outline:before {
  content: "\f438";
}

.ion-ios-game-controller-b:before {
  content: "\f43b";
}

.ion-ios-game-controller-b-outline:before {
  content: "\f43a";
}

.ion-ios-gear:before {
  content: "\f43d";
}

.ion-ios-gear-outline:before {
  content: "\f43c";
}

.ion-ios-glasses:before {
  content: "\f43f";
}

.ion-ios-glasses-outline:before {
  content: "\f43e";
}

.ion-ios-grid-view:before {
  content: "\f441";
}

.ion-ios-grid-view-outline:before {
  content: "\f440";
}

.ion-ios-heart:before {
  content: "\f443";
}

.ion-ios-heart-outline:before {
  content: "\f442";
}

.ion-ios-help:before {
  content: "\f446";
}

.ion-ios-help-empty:before {
  content: "\f444";
}

.ion-ios-help-outline:before {
  content: "\f445";
}

.ion-ios-home:before {
  content: "\f448";
}

.ion-ios-home-outline:before {
  content: "\f447";
}

.ion-ios-infinite:before {
  content: "\f44a";
}

.ion-ios-infinite-outline:before {
  content: "\f449";
}

.ion-ios-information:before {
  content: "\f44d";
}

.ion-ios-information-empty:before {
  content: "\f44b";
}

.ion-ios-information-outline:before {
  content: "\f44c";
}

.ion-ios-ionic-outline:before {
  content: "\f44e";
}

.ion-ios-keypad:before {
  content: "\f450";
}

.ion-ios-keypad-outline:before {
  content: "\f44f";
}

.ion-ios-lightbulb:before {
  content: "\f452";
}

.ion-ios-lightbulb-outline:before {
  content: "\f451";
}

.ion-ios-list:before {
  content: "\f454";
}

.ion-ios-list-outline:before {
  content: "\f453";
}

.ion-ios-location:before {
  content: "\f456";
}

.ion-ios-location-outline:before {
  content: "\f455";
}

.ion-ios-locked:before {
  content: "\f458";
}

.ion-ios-locked-outline:before {
  content: "\f457";
}

.ion-ios-loop:before {
  content: "\f45a";
}

.ion-ios-loop-strong:before {
  content: "\f459";
}

.ion-ios-medical:before {
  content: "\f45c";
}

.ion-ios-medical-outline:before {
  content: "\f45b";
}

.ion-ios-medkit:before {
  content: "\f45e";
}

.ion-ios-medkit-outline:before {
  content: "\f45d";
}

.ion-ios-mic:before {
  content: "\f461";
}

.ion-ios-mic-off:before {
  content: "\f45f";
}

.ion-ios-mic-outline:before {
  content: "\f460";
}

.ion-ios-minus:before {
  content: "\f464";
}

.ion-ios-minus-empty:before {
  content: "\f462";
}

.ion-ios-minus-outline:before {
  content: "\f463";
}

.ion-ios-monitor:before {
  content: "\f466";
}

.ion-ios-monitor-outline:before {
  content: "\f465";
}

.ion-ios-moon:before {
  content: "\f468";
}

.ion-ios-moon-outline:before {
  content: "\f467";
}

.ion-ios-more:before {
  content: "\f46a";
}

.ion-ios-more-outline:before {
  content: "\f469";
}

.ion-ios-musical-note:before {
  content: "\f46b";
}

.ion-ios-musical-notes:before {
  content: "\f46c";
}

.ion-ios-navigate:before {
  content: "\f46e";
}

.ion-ios-navigate-outline:before {
  content: "\f46d";
}

.ion-ios-nutrition:before {
  content: "\f470";
}

.ion-ios-nutrition-outline:before {
  content: "\f46f";
}

.ion-ios-paper:before {
  content: "\f472";
}

.ion-ios-paper-outline:before {
  content: "\f471";
}

.ion-ios-paperplane:before {
  content: "\f474";
}

.ion-ios-paperplane-outline:before {
  content: "\f473";
}

.ion-ios-partlysunny:before {
  content: "\f476";
}

.ion-ios-partlysunny-outline:before {
  content: "\f475";
}

.ion-ios-pause:before {
  content: "\f478";
}

.ion-ios-pause-outline:before {
  content: "\f477";
}

.ion-ios-paw:before {
  content: "\f47a";
}

.ion-ios-paw-outline:before {
  content: "\f479";
}

.ion-ios-people:before {
  content: "\f47c";
}

.ion-ios-people-outline:before {
  content: "\f47b";
}

.ion-ios-person:before {
  content: "\f47e";
}

.ion-ios-person-outline:before {
  content: "\f47d";
}

.ion-ios-personadd:before {
  content: "\f480";
}

.ion-ios-personadd-outline:before {
  content: "\f47f";
}

.ion-ios-photos:before {
  content: "\f482";
}

.ion-ios-photos-outline:before {
  content: "\f481";
}

.ion-ios-pie:before {
  content: "\f484";
}

.ion-ios-pie-outline:before {
  content: "\f483";
}

.ion-ios-pint:before {
  content: "\f486";
}

.ion-ios-pint-outline:before {
  content: "\f485";
}

.ion-ios-play:before {
  content: "\f488";
}

.ion-ios-play-outline:before {
  content: "\f487";
}

.ion-ios-plus:before {
  content: "\f48b";
}

.ion-ios-plus-empty:before {
  content: "\f489";
}

.ion-ios-plus-outline:before {
  content: "\f48a";
}

.ion-ios-pricetag:before {
  content: "\f48d";
}

.ion-ios-pricetag-outline:before {
  content: "\f48c";
}

.ion-ios-pricetags:before {
  content: "\f48f";
}

.ion-ios-pricetags-outline:before {
  content: "\f48e";
}

.ion-ios-printer:before {
  content: "\f491";
}

.ion-ios-printer-outline:before {
  content: "\f490";
}

.ion-ios-pulse:before {
  content: "\f493";
}

.ion-ios-pulse-strong:before {
  content: "\f492";
}

.ion-ios-rainy:before {
  content: "\f495";
}

.ion-ios-rainy-outline:before {
  content: "\f494";
}

.ion-ios-recording:before {
  content: "\f497";
}

.ion-ios-recording-outline:before {
  content: "\f496";
}

.ion-ios-redo:before {
  content: "\f499";
}

.ion-ios-redo-outline:before {
  content: "\f498";
}

.ion-ios-refresh:before {
  content: "\f49c";
}

.ion-ios-refresh-empty:before {
  content: "\f49a";
}

.ion-ios-refresh-outline:before {
  content: "\f49b";
}

.ion-ios-reload:before {
  content: "\f49d";
}

.ion-ios-reverse-camera:before {
  content: "\f49f";
}

.ion-ios-reverse-camera-outline:before {
  content: "\f49e";
}

.ion-ios-rewind:before {
  content: "\f4a1";
}

.ion-ios-rewind-outline:before {
  content: "\f4a0";
}

.ion-ios-rose:before {
  content: "\f4a3";
}

.ion-ios-rose-outline:before {
  content: "\f4a2";
}

.ion-ios-search:before {
  content: "\f4a5";
}

.ion-ios-search-strong:before {
  content: "\f4a4";
}

.ion-ios-settings:before {
  content: "\f4a7";
}

.ion-ios-settings-strong:before {
  content: "\f4a6";
}

.ion-ios-shuffle:before {
  content: "\f4a9";
}

.ion-ios-shuffle-strong:before {
  content: "\f4a8";
}

.ion-ios-skipbackward:before {
  content: "\f4ab";
}

.ion-ios-skipbackward-outline:before {
  content: "\f4aa";
}

.ion-ios-skipforward:before {
  content: "\f4ad";
}

.ion-ios-skipforward-outline:before {
  content: "\f4ac";
}

.ion-ios-snowy:before {
  content: "\f4ae";
}

.ion-ios-speedometer:before {
  content: "\f4b0";
}

.ion-ios-speedometer-outline:before {
  content: "\f4af";
}

.ion-ios-star:before {
  content: "\f4b3";
}

.ion-ios-star-half:before {
  content: "\f4b1";
}

.ion-ios-star-outline:before {
  content: "\f4b2";
}

.ion-ios-stopwatch:before {
  content: "\f4b5";
}

.ion-ios-stopwatch-outline:before {
  content: "\f4b4";
}

.ion-ios-sunny:before {
  content: "\f4b7";
}

.ion-ios-sunny-outline:before {
  content: "\f4b6";
}

.ion-ios-telephone:before {
  content: "\f4b9";
}

.ion-ios-telephone-outline:before {
  content: "\f4b8";
}

.ion-ios-tennisball:before {
  content: "\f4bb";
}

.ion-ios-tennisball-outline:before {
  content: "\f4ba";
}

.ion-ios-thunderstorm:before {
  content: "\f4bd";
}

.ion-ios-thunderstorm-outline:before {
  content: "\f4bc";
}

.ion-ios-time:before {
  content: "\f4bf";
}

.ion-ios-time-outline:before {
  content: "\f4be";
}

.ion-ios-timer:before {
  content: "\f4c1";
}

.ion-ios-timer-outline:before {
  content: "\f4c0";
}

.ion-ios-toggle:before {
  content: "\f4c3";
}

.ion-ios-toggle-outline:before {
  content: "\f4c2";
}

.ion-ios-trash:before {
  content: "\f4c5";
}

.ion-ios-trash-outline:before {
  content: "\f4c4";
}

.ion-ios-undo:before {
  content: "\f4c7";
}

.ion-ios-undo-outline:before {
  content: "\f4c6";
}

.ion-ios-unlocked:before {
  content: "\f4c9";
}

.ion-ios-unlocked-outline:before {
  content: "\f4c8";
}

.ion-ios-upload:before {
  content: "\f4cb";
}

.ion-ios-upload-outline:before {
  content: "\f4ca";
}

.ion-ios-videocam:before {
  content: "\f4cd";
}

.ion-ios-videocam-outline:before {
  content: "\f4cc";
}

.ion-ios-volume-high:before {
  content: "\f4ce";
}

.ion-ios-volume-low:before {
  content: "\f4cf";
}

.ion-ios-wineglass:before {
  content: "\f4d1";
}

.ion-ios-wineglass-outline:before {
  content: "\f4d0";
}

.ion-ios-world:before {
  content: "\f4d3";
}

.ion-ios-world-outline:before {
  content: "\f4d2";
}

.ion-ipad:before {
  content: "\f1f9";
}

.ion-iphone:before {
  content: "\f1fa";
}

.ion-ipod:before {
  content: "\f1fb";
}

.ion-jet:before {
  content: "\f295";
}

.ion-key:before {
  content: "\f296";
}

.ion-knife:before {
  content: "\f297";
}

.ion-laptop:before {
  content: "\f1fc";
}

.ion-leaf:before {
  content: "\f1fd";
}

.ion-levels:before {
  content: "\f298";
}

.ion-lightbulb:before {
  content: "\f299";
}

.ion-link:before {
  content: "\f1fe";
}

.ion-load-a:before {
  content: "\f29a";
}

.ion-load-b:before {
  content: "\f29b";
}

.ion-load-c:before {
  content: "\f29c";
}

.ion-load-d:before {
  content: "\f29d";
}

.ion-location:before {
  content: "\f1ff";
}

.ion-lock-combination:before {
  content: "\f4d4";
}

.ion-locked:before {
  content: "\f200";
}

.ion-log-in:before {
  content: "\f29e";
}

.ion-log-out:before {
  content: "\f29f";
}

.ion-loop:before {
  content: "\f201";
}

.ion-magnet:before {
  content: "\f2a0";
}

.ion-male:before {
  content: "\f2a1";
}

.ion-man:before {
  content: "\f202";
}

.ion-map:before {
  content: "\f203";
}

.ion-medkit:before {
  content: "\f2a2";
}

.ion-merge:before {
  content: "\f33f";
}

.ion-mic-a:before {
  content: "\f204";
}

.ion-mic-b:before {
  content: "\f205";
}

.ion-mic-c:before {
  content: "\f206";
}

.ion-minus:before {
  content: "\f209";
}

.ion-minus-circled:before {
  content: "\f207";
}

.ion-minus-round:before {
  content: "\f208";
}

.ion-model-s:before {
  content: "\f2c1";
}

.ion-monitor:before {
  content: "\f20a";
}

.ion-more:before {
  content: "\f20b";
}

.ion-mouse:before {
  content: "\f340";
}

.ion-music-note:before {
  content: "\f20c";
}

.ion-navicon:before {
  content: "\f20e";
}

.ion-navicon-round:before {
  content: "\f20d";
}

.ion-navigate:before {
  content: "\f2a3";
}

.ion-network:before {
  content: "\f341";
}

.ion-no-smoking:before {
  content: "\f2c2";
}

.ion-nuclear:before {
  content: "\f2a4";
}

.ion-outlet:before {
  content: "\f342";
}

.ion-paintbrush:before {
  content: "\f4d5";
}

.ion-paintbucket:before {
  content: "\f4d6";
}

.ion-paper-airplane:before {
  content: "\f2c3";
}

.ion-paperclip:before {
  content: "\f20f";
}

.ion-pause:before {
  content: "\f210";
}

.ion-person:before {
  content: "\f213";
}

.ion-person-add:before {
  content: "\f211";
}

.ion-person-stalker:before {
  content: "\f212";
}

.ion-pie-graph:before {
  content: "\f2a5";
}

.ion-pin:before {
  content: "\f2a6";
}

.ion-pinpoint:before {
  content: "\f2a7";
}

.ion-pizza:before {
  content: "\f2a8";
}

.ion-plane:before {
  content: "\f214";
}

.ion-planet:before {
  content: "\f343";
}

.ion-play:before {
  content: "\f215";
}

.ion-playstation:before {
  content: "\f30a";
}

.ion-plus:before {
  content: "\f218";
}

.ion-plus-circled:before {
  content: "\f216";
}

.ion-plus-round:before {
  content: "\f217";
}

.ion-podium:before {
  content: "\f344";
}

.ion-pound:before {
  content: "\f219";
}

.ion-power:before {
  content: "\f2a9";
}

.ion-pricetag:before {
  content: "\f2aa";
}

.ion-pricetags:before {
  content: "\f2ab";
}

.ion-printer:before {
  content: "\f21a";
}

.ion-pull-request:before {
  content: "\f345";
}

.ion-qr-scanner:before {
  content: "\f346";
}

.ion-quote:before {
  content: "\f347";
}

.ion-radio-waves:before {
  content: "\f2ac";
}

.ion-record:before {
  content: "\f21b";
}

.ion-refresh:before {
  content: "\f21c";
}

.ion-reply:before {
  content: "\f21e";
}

.ion-reply-all:before {
  content: "\f21d";
}

.ion-ribbon-a:before {
  content: "\f348";
}

.ion-ribbon-b:before {
  content: "\f349";
}

.ion-sad:before {
  content: "\f34a";
}

.ion-sad-outline:before {
  content: "\f4d7";
}

.ion-scissors:before {
  content: "\f34b";
}

.ion-search:before {
  content: "\f21f";
}

.ion-settings:before {
  content: "\f2ad";
}

.ion-share:before {
  content: "\f220";
}

.ion-shuffle:before {
  content: "\f221";
}

.ion-skip-backward:before {
  content: "\f222";
}

.ion-skip-forward:before {
  content: "\f223";
}

.ion-social-android:before {
  content: "\f225";
}

.ion-social-android-outline:before {
  content: "\f224";
}

.ion-social-angular:before {
  content: "\f4d9";
}

.ion-social-angular-outline:before {
  content: "\f4d8";
}

.ion-social-apple:before {
  content: "\f227";
}

.ion-social-apple-outline:before {
  content: "\f226";
}

.ion-social-bitcoin:before {
  content: "\f2af";
}

.ion-social-bitcoin-outline:before {
  content: "\f2ae";
}

.ion-social-buffer:before {
  content: "\f229";
}

.ion-social-buffer-outline:before {
  content: "\f228";
}

.ion-social-chrome:before {
  content: "\f4db";
}

.ion-social-chrome-outline:before {
  content: "\f4da";
}

.ion-social-codepen:before {
  content: "\f4dd";
}

.ion-social-codepen-outline:before {
  content: "\f4dc";
}

.ion-social-css3:before {
  content: "\f4df";
}

.ion-social-css3-outline:before {
  content: "\f4de";
}

.ion-social-designernews:before {
  content: "\f22b";
}

.ion-social-designernews-outline:before {
  content: "\f22a";
}

.ion-social-dribbble:before {
  content: "\f22d";
}

.ion-social-dribbble-outline:before {
  content: "\f22c";
}

.ion-social-dropbox:before {
  content: "\f22f";
}

.ion-social-dropbox-outline:before {
  content: "\f22e";
}

.ion-social-euro:before {
  content: "\f4e1";
}

.ion-social-euro-outline:before {
  content: "\f4e0";
}

.ion-social-facebook:before {
  content: "\f231";
}

.ion-social-facebook-outline:before {
  content: "\f230";
}

.ion-social-foursquare:before {
  content: "\f34d";
}

.ion-social-foursquare-outline:before {
  content: "\f34c";
}

.ion-social-freebsd-devil:before {
  content: "\f2c4";
}

.ion-social-github:before {
  content: "\f233";
}

.ion-social-github-outline:before {
  content: "\f232";
}

.ion-social-google:before {
  content: "\f34f";
}

.ion-social-google-outline:before {
  content: "\f34e";
}

.ion-social-googleplus:before {
  content: "\f235";
}

.ion-social-googleplus-outline:before {
  content: "\f234";
}

.ion-social-hackernews:before {
  content: "\f237";
}

.ion-social-hackernews-outline:before {
  content: "\f236";
}

.ion-social-html5:before {
  content: "\f4e3";
}

.ion-social-html5-outline:before {
  content: "\f4e2";
}

.ion-social-instagram:before {
  content: "\f351";
}

.ion-social-instagram-outline:before {
  content: "\f350";
}

.ion-social-javascript:before {
  content: "\f4e5";
}

.ion-social-javascript-outline:before {
  content: "\f4e4";
}

.ion-social-linkedin:before {
  content: "\f239";
}

.ion-social-linkedin-outline:before {
  content: "\f238";
}

.ion-social-markdown:before {
  content: "\f4e6";
}

.ion-social-nodejs:before {
  content: "\f4e7";
}

.ion-social-octocat:before {
  content: "\f4e8";
}

.ion-social-pinterest:before {
  content: "\f2b1";
}

.ion-social-pinterest-outline:before {
  content: "\f2b0";
}

.ion-social-python:before {
  content: "\f4e9";
}

.ion-social-reddit:before {
  content: "\f23b";
}

.ion-social-reddit-outline:before {
  content: "\f23a";
}

.ion-social-rss:before {
  content: "\f23d";
}

.ion-social-rss-outline:before {
  content: "\f23c";
}

.ion-social-sass:before {
  content: "\f4ea";
}

.ion-social-skype:before {
  content: "\f23f";
}

.ion-social-skype-outline:before {
  content: "\f23e";
}

.ion-social-snapchat:before {
  content: "\f4ec";
}

.ion-social-snapchat-outline:before {
  content: "\f4eb";
}

.ion-social-tumblr:before {
  content: "\f241";
}

.ion-social-tumblr-outline:before {
  content: "\f240";
}

.ion-social-tux:before {
  content: "\f2c5";
}

.ion-social-twitch:before {
  content: "\f4ee";
}

.ion-social-twitch-outline:before {
  content: "\f4ed";
}

.ion-social-twitter:before {
  content: "\f243";
}

.ion-social-twitter-outline:before {
  content: "\f242";
}

.ion-social-usd:before {
  content: "\f353";
}

.ion-social-usd-outline:before {
  content: "\f352";
}

.ion-social-vimeo:before {
  content: "\f245";
}

.ion-social-vimeo-outline:before {
  content: "\f244";
}

.ion-social-whatsapp:before {
  content: "\f4f0";
}

.ion-social-whatsapp-outline:before {
  content: "\f4ef";
}

.ion-social-windows:before {
  content: "\f247";
}

.ion-social-windows-outline:before {
  content: "\f246";
}

.ion-social-wordpress:before {
  content: "\f249";
}

.ion-social-wordpress-outline:before {
  content: "\f248";
}

.ion-social-yahoo:before {
  content: "\f24b";
}

.ion-social-yahoo-outline:before {
  content: "\f24a";
}

.ion-social-yen:before {
  content: "\f4f2";
}

.ion-social-yen-outline:before {
  content: "\f4f1";
}

.ion-social-youtube:before {
  content: "\f24d";
}

.ion-social-youtube-outline:before {
  content: "\f24c";
}

.ion-soup-can:before {
  content: "\f4f4";
}

.ion-soup-can-outline:before {
  content: "\f4f3";
}

.ion-speakerphone:before {
  content: "\f2b2";
}

.ion-speedometer:before {
  content: "\f2b3";
}

.ion-spoon:before {
  content: "\f2b4";
}

.ion-star:before {
  content: "\f24e";
}

.ion-stats-bars:before {
  content: "\f2b5";
}

.ion-steam:before {
  content: "\f30b";
}

.ion-stop:before {
  content: "\f24f";
}

.ion-thermometer:before {
  content: "\f2b6";
}

.ion-thumbsdown:before {
  content: "\f250";
}

.ion-thumbsup:before {
  content: "\f251";
}

.ion-toggle:before {
  content: "\f355";
}

.ion-toggle-filled:before {
  content: "\f354";
}

.ion-transgender:before {
  content: "\f4f5";
}

.ion-trash-a:before {
  content: "\f252";
}

.ion-trash-b:before {
  content: "\f253";
}

.ion-trophy:before {
  content: "\f356";
}

.ion-tshirt:before {
  content: "\f4f7";
}

.ion-tshirt-outline:before {
  content: "\f4f6";
}

.ion-umbrella:before {
  content: "\f2b7";
}

.ion-university:before {
  content: "\f357";
}

.ion-unlocked:before {
  content: "\f254";
}

.ion-upload:before {
  content: "\f255";
}

.ion-usb:before {
  content: "\f2b8";
}

.ion-videocamera:before {
  content: "\f256";
}

.ion-volume-high:before {
  content: "\f257";
}

.ion-volume-low:before {
  content: "\f258";
}

.ion-volume-medium:before {
  content: "\f259";
}

.ion-volume-mute:before {
  content: "\f25a";
}

.ion-wand:before {
  content: "\f358";
}

.ion-waterdrop:before {
  content: "\f25b";
}

.ion-wifi:before {
  content: "\f25c";
}

.ion-wineglass:before {
  content: "\f2b9";
}

.ion-woman:before {
  content: "\f25d";
}

.ion-wrench:before {
  content: "\f2ba";
}

.ion-xbox:before {
  content: "\f30c";
}

.mfp-container:before,
.mfp-figure:after {
  content: "";
}

.mfp-bg {
  z-index: 1042;
  overflow: hidden;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  z-index: 1043;
  outline: 0 !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-close,
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
  display: none;
}

button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
}

.mfp-figure:after,
.mfp-iframe-scaler iframe {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:focus,
.mfp-close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-figure,
img.mfp-img {
  line-height: 0;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: -55px 0 0;
  top: 50%;
  padding: 0;
  width: 90px;
  height: 110px;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow .mfp-a,
.mfp-arrow .mfp-b,
.mfp-arrow:after,
.mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: inset transparent;
}

.mfp-arrow .mfp-a,
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow .mfp-b,
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left .mfp-b,
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right .mfp-b,
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-image-holder .mfp-content,
img.mfp-img {
  max-width: 100%;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
}

.mfp-figure:after,
img.mfp-img {
  width: auto;
  height: auto;
  display: block;
}

img.mfp-img {
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}

.mfp-figure:after {
  top: 40px;
  bottom: 40px;
  right: 0;
  z-index: -1;
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

.c3 svg {
  font: 10px sans-serif;
}

.c3 line,
.c3 path {
  fill: none;
  stroke: #000;
}

.c3 text {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.c3-bars path,
.c3-event-rect,
.c3-legend-item-tile,
.c3-xgrid-focus,
.c3-ygrid {
  shape-rendering: crispEdges;
}

.c3-chart-arc path {
  stroke: #fff;
}

.c3-chart-arc text {
  fill: #fff;
  font-size: 13px;
}

.c3-grid line {
  stroke: #aaa;
}

.c3-grid text {
  fill: #aaa;
}

.c3-xgrid,
.c3-ygrid {
  stroke-dasharray: 3 3;
}

.c3-text.c3-empty {
  fill: gray;
  font-size: 2em;
}

.c3-line {
  stroke-width: 1px;
}

.c3-circle._expanded_ {
  stroke-width: 1px;
  stroke: #fff;
}

.c3-selected-circle {
  fill: #fff;
  stroke-width: 2px;
}

.c3-bar {
  stroke-width: 0;
}

.c3-bar._expanded_ {
  fill-opacity: 0.75;
}

.c3-target.c3-focused {
  opacity: 1;
}

.c3-target.c3-focused path.c3-line,
.c3-target.c3-focused path.c3-step {
  stroke-width: 2px;
}

.c3-target.c3-defocused {
  opacity: 0.3 !important;
}

.c3-region {
  fill: #4682b4;
  fill-opacity: 0.1;
}

.c3-brush .extent {
  fill-opacity: 0.1;
}

.c3-legend-item {
  font-size: 12px;
}

.c3-legend-item-hidden {
  opacity: 0.15;
}

.c3-legend-background {
  opacity: 0.75;
  fill: #fff;
  stroke: #d3d3d3;
  stroke-width: 1;
}

.c3-title {
  font: 14px sans-serif;
}

.c3-tooltip-container {
  z-index: 10;
}

.c3-tooltip {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #fff;
  empty-cells: show;
  box-shadow: 7px 7px 12px -9px #777;
  opacity: 0.9;
}

.c3-tooltip tr {
  border: 1px solid #CCC;
}

.c3-tooltip th {
  background-color: #aaa;
  font-size: 14px;
  padding: 2px 5px;
  text-align: left;
  color: #FFF;
}

.c3-tooltip td {
  font-size: 13px;
  padding: 3px 6px;
  background-color: #fff;
  border-left: 1px dotted #999;
}

.c3-tooltip td > span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}

.c3-tooltip td.value {
  text-align: right;
}

.c3-area {
  stroke-width: 0;
  opacity: 0.2;
}

.c3-chart-arcs-title {
  dominant-baseline: middle;
  font-size: 1.3em;
}

.c3-chart-arcs .c3-chart-arcs-background {
  fill: #e0e0e0;
  stroke: none;
}

.c3-chart-arcs .c3-chart-arcs-gauge-unit {
  fill: #000;
  font-size: 16px;
}

.c3-chart-arcs .c3-chart-arcs-gauge-max,
.c3-chart-arcs .c3-chart-arcs-gauge-min {
  fill: #777;
}

.c3-chart-arc .c3-gauge-value {
  fill: #000;
}

div.hasDatepicker {
  display: block;
  padding: 0;
  overflow: visible;
  margin: 8px 0;
  max-width: 340px;
}

.ui-datepicker {
  overflow: visible;
  margin: 0;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.6em 0;
  border-bottom: 0;
  font-weight: 700;
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  padding: 1px 0 1px 2px;
  position: absolute;
  top: 0.6em;
  margin-top: 0;
  text-indent: -9999px;
  border-radius: 1em;
  vertical-align: middle;
  margin-right: 0.625em;
  width: 1.75em;
  height: 1.75em;
  white-space: nowrap !important;
}

.ui-datepicker .ui-datepicker-next:after,
.ui-datepicker .ui-datepicker-prev:after {
  left: 50%;
  margin-left: -11px;
  top: 50%;
  margin-top: -11px;
  content: "";
  position: absolute;
  display: block;
  width: 22px;
  height: 22px;
  background-color: rgba(0, 0, 0, 0.3);
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 1em;
}

.ui-datepicker .ui-datepicker-next:after {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23FFF%22%20points%3D%2214%2C7%207%2C0%207%2C5%200%2C5%200%2C9%207%2C9%207%2C14%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E);
}

.ui-datepicker .ui-datepicker-prev:after {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23FFF%22%20points%3D%227%2C5%207%2C0%200%2C7%207%2C14%207%2C9%2014%2C9%2014%2C5%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E);
}

.ui-datepicker .ui-datepicker-prev {
  left: 9px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}

.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}

.ui-datepicker td {
  border-width: 1px;
  padding: 0;
  border-style: solid;
  text-align: center;
  min-width: 41px;
}

.ui-datepicker a,
.ui-datepicker td span {
  display: block;
  text-align: center;
  font-size: 16px;
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-decoration: none !important;
  font-weight: 700;
  border-width: 1px;
  border-style: solid;
}

.ui-datepicker td a {
  padding: 0.2em 0;
  font-weight: 700;
  margin: 0;
  border-width: 0;
}

.ui-datepicker-calendar th {
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  border-width: 1px;
  border-style: solid;
}

.ui-datepicker-calendar span.ui-state-default,
.ui-datepicker-calendar th span {
  opacity: 0.7;
}

.ui-datepicker-calendar td a,
.ui-datepicker-calendar td span {
  padding: 0.6em 0.5em;
}

.ui-datepicker .ui-state-disabled {
  opacity: 1;
}

.ui-datepicker .ui-datepicker-header.ui-corner-all,
.ui-datepicker.ui-corner-all {
  border-radius: 0;
  -webkit-border-radius: 0;
}

/*!
* jQuery Mobile Datepicker Wrapper 1.4.2
http://uglymongrel.com.com
*
* Copyright Alexander Schmitz and other contributors
* Released under the MIT license.
* http://uglymongrel.com.org/license
*
*/
.ui-datepicker,
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.ui-page-theme-a .ui-datepicker a,
.ui-page-theme-a .ui-datepicker td span,
html .ui-body-a .ui-datepicker a,
html .ui-body-a .ui-datepicker td span,
html .ui-overlay-a .ui-datepicker a,
html .ui-overlay-a .ui-datepicker td span {
  background-color: #f6f6f6;
  border-color: #ddd;
  color: #333;
  text-shadow: 0 1px 0 #f3f3f3;
}

html body .ui-datepicker .ui-state-highlight {
  background-color: #e8e8e8;
  border-color: #ddd;
  color: #333;
  text-shadow: 0 1px 0 #f3f3f3;
}

html body .ui-datepicker .ui-state-active {
  background-color: #38c;
  border-color: #38c;
  color: #fff;
  text-shadow: 0 1px 0 #059;
}

.ui-datepicker .ui-datepicker-header,
.ui-datepicker td {
  border-color: #ddd;
  background-color: #fff;
  color: #333;
  text-shadow: 0 1px 0 #f3f3f3;
}

.ui-datepicker th {
  background-color: #e9e9e9;
  border-color: #ddd;
  color: #333;
  text-shadow: 0 1px 0 #eee;
  font-weight: 700;
}

/*! Wed Mar 08 2017 | O-bank | Copyright (c) 2016 Wunderman. | Nick Chen */
hr,
img,
legend {
  border: 0;
}

input[type=checkbox],
input[type=radio],
legend {
  padding: 0;
}

.w3-btn-block,
table {
  width: 100%;
}

.w3-btn.w3-ripple,
sub,
sup {
  position: relative;
}

.w3-btn-group .w3-btn,
.w3-navbar li {
  float: left;
}

.w3-accordion-content a,
.w3-btn,
.w3-btn-block,
.w3-dropdown-content a,
.w3-dropnav a,
.w3-navbar a,
.w3-sidenav a,
.w3-topnav a {
  text-decoration: none !important;
}

.w3-navbar,
.w3-navbar ul.w3-right,
ul.w3-ul {
  list-style-type: none;
}

.w3-modal-content,
a:active,
a:focus,
a:hover,
input:focus,
select,
textarea:focus {
  outline: 0;
}

.n-page-number .inner > a.image,
.n-page-number .inner > a.next.icons-next,
.n-page-number .inner > a.next_more.icons-next_more,
.n-page-number .inner > a.prev.icons-prev,
.n-page-number .inner > a.prev_more.icons-prev_more {
  text-indent: -9999px;
}

@font-face {
  font-family: Oswald;
  font-style: normal;
  font-weight: 300;
  src: local("Oswald Light"), local("Oswald-Light"), url(https://fonts.gstatic.com/s/oswald/v13/HqHm7BVC_nzzTui2lzQTDaCWcynf_cDxXwCLxiixG1c.ttf) format("truetype");
}
@font-face {
  font-family: Oswald;
  font-style: normal;
  font-weight: 400;
  src: local("Oswald Regular"), local("Oswald-Regular"), url(https://fonts.gstatic.com/s/oswald/v13/Y_TKV6o8WovbUd3m_X9aAA.ttf) format("truetype");
}
@font-face {
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  src: local("Lato Regular"), local("Lato-Regular"), url(https://fonts.gstatic.com/s/lato/v13/v0SdcGFAl2aezM9Vq_aFTQ.ttf) format("truetype");
}
* {
  box-sizing: border-box;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
optgroup,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  border-top: 1px solid #eee;
  margin: 20px 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  box-sizing: content-box;
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

pre,
textarea {
  overflow: auto;
}

body,
html {
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 10px 0;
}

.w3-slim,
.w3-wide {
  font-family: "Segoe UI", Arial, sans-serif !important;
}

.w3-wide {
  letter-spacing: 4px;
}

.w3-serif {
  font-family: "Times New Roman", Times, serif;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  display: table;
}

table,
td,
th {
  border: none;
}

.w3-table-all {
  border: 1px solid #ccc;
}

.w3-bordered tr,
.w3-table-all tr {
  border-bottom: 1px solid #ddd;
}

.w3-striped tbody tr:nth-child(even) {
  background-color: #f1f1f1;
}

.w3-table-all tr:nth-child(odd) {
  background-color: #fff;
}

.w3-table-all tr:nth-child(even) {
  background-color: #f1f1f1;
}

.w3-hoverable tbody tr:hover {
  background-color: #ccc;
}

.w3-centered tr td,
.w3-centered tr th {
  text-align: center;
}

.w3-table td,
.w3-table th,
.w3-table-all td,
.w3-table-all th {
  padding: 6px 8px;
  display: table-cell;
  text-align: left;
  vertical-align: top;
}

.w3-btn,
.w3-btn-block,
.w3-btn-floating,
.w3-btn-floating-large {
  display: inline-block;
  background-color: #000;
  color: #fff;
  overflow: hidden;
}

.o-paging-wrapper *,
.w3-btn,
.w3-btn-block,
nav .nav-wrapper .nav a.anchor *,
nav .nav-wrapper .right-link a.anchor * {
  vertical-align: middle;
}

.w3-table td:first-child,
.w3-table th:first-child,
.w3-table-all td:first-child,
.w3-table-all th:first-child {
  padding-left: 16px;
}

.w3-btn,
.w3-btn-block {
  border: none;
  outline: 0;
  padding: 6px 16px;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
}

.w3-btn-block.w3-disabled,
.w3-btn-floating-large.w3-disabled,
.w3-btn-floating-large:disabled,
.w3-btn-floating.w3-disabled,
.w3-btn-floating:disabled,
.w3-btn.w3-disabled,
.w3-btn:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}

.w3-btn-block.w3-disabled,
.w3-btn-floating.w3-disabled *,
.w3-btn-floating:disabled *,
.w3-btn.w3-disabled *,
.w3-btn:disabled * {
  pointer-events: none;
}

.w3-btn-block.w3-disabled:hover,
.w3-btn-floating-large.w3-disabled:hover,
.w3-btn-floating-large:disabled:hover,
.w3-btn-floating.w3-disabled:hover,
.w3-btn-floating:disabled:hover,
.w3-btn.w3-disabled:hover,
.w3-btn:disabled:hover {
  box-shadow: none;
}

.w3-btn-block:hover,
.w3-btn-floating-large:hover,
.w3-btn-floating:hover,
.w3-btn:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.w3-btn-floating,
.w3-btn-floating-large {
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 0;
  border-radius: 50%;
  cursor: pointer;
  font-size: 24px;
}

.w3-btn-floating {
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.w3-btn-floating-large {
  width: 56px;
  height: 56px;
  line-height: 56px;
}

.w3-fluid,
.w3-image img,
img.w3-image {
  max-width: 100%;
  height: auto;
}

.w3-ripple:after {
  content: "";
  background: #90ee90;
  display: block;
  position: absolute;
  padding-top: 300%;
  padding-left: 350%;
  margin-left: -20px !important;
  margin-top: -120%;
  opacity: 0;
  transition: all 0.8s;
}

.w3-ripple:active:after {
  padding: 0;
  margin: 0;
  opacity: 1;
  transition: 0s;
}

.w3-badge,
.w3-sign,
.w3-tag {
  background-color: #000;
  color: #fff;
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
  font-weight: 700;
  text-align: center;
}

.w3-badge {
  border-radius: 50%;
}

ul.w3-ul {
  padding: 0;
  margin: 0;
}

ul.w3-ul li {
  padding: 6px 2px 6px 16px;
  border-bottom: 1px solid #ddd;
}

ul.w3-ul li:last-child {
  border-bottom: none;
}

.w3-image,
.w3-tooltip {
  position: relative;
}

.w3-image .w3-title {
  position: absolute;
  bottom: 8px;
  left: 16px;
  color: #fff;
  font-size: 20px;
}

.w3-navbar .w3-dropdown-click:hover,
.w3-navbar .w3-dropdown-hover:first-child,
.w3-navbar .w3-dropdown-hover:hover,
.w3-navbar li a:hover {
  background-color: #ccc;
  color: #000;
}

.w3-tooltip .w3-text {
  display: none;
}

.w3-tooltip:hover .w3-text {
  display: inline-block;
}

.w3-navbar {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.w3-modal,
.w3-sidenav {
  height: 100%;
  overflow: auto;
  z-index: 1;
}

.w3-navbar li a {
  display: block;
  padding: 8px 16px;
}

.w3-navbar .w3-dropdown-click,
.w3-navbar .w3-dropdown-hover {
  position: static;
}

.w3-topnav {
  padding: 8px;
}

.w3-navbar.w3-collapse li.w3-opennav {
  display: none;
}

.w3-topnav a {
  padding: 0 8px;
  border-bottom: 3px solid transparent;
}

.w3-topnav a:hover {
  border-bottom: 3px solid #fff;
}

.w3-topnav .w3-dropdown-hover a {
  border-bottom: 0;
}

.w3-closenav,
.w3-opennav {
  color: inherit;
}

.w3-closenav:hover,
.w3-opennav:hover {
  cursor: pointer;
  opacity: 0.8;
}

.w3-btn,
.w3-btn-floating,
.w3-btn-floating-large,
.w3-dropnav a,
.w3-hoverable tbody tr,
.w3-navbar a,
.w3-pagination li a,
.w3-sidenav a,
.w3-topnav a {
  transition: all 0.3s ease;
}

.w3-sidenav {
  width: 200px;
  background-color: #fff;
  position: fixed !important;
}

.w3-modal,
.w3-sidenav .w3-dropdown-click,
.w3-sidenav .w3-dropdown-hover {
  width: 100%;
}

.w3-sidenav a {
  padding: 4px 2px 4px 16px;
}

.w3-sidenav a:hover {
  background-color: #ccc;
}

.w3-dropnav a,
.w3-sidenav a {
  display: block;
}

.w3-sidenav .w3-dropdown-click:hover,
.w3-sidenav .w3-dropdown-hover:first-child,
.w3-sidenav .w3-dropdown-hover:hover {
  background-color: #ccc;
  color: #000;
}

.w3-sidenav .w3-dropdown-click .w3-dropdown-content,
.w3-sidenav .w3-dropdown-hover .w3-dropdown-content {
  min-width: 100%;
}

.w3-main {
  transition: margin-left 0.4s;
}

.n-page-number .inner > a,
nav .nav-wrapper .right-top-link .lang-dropdown .current-lang {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}

.w3-dropnav {
  background-color: #fff;
}

.w3-dropnav a:hover {
  text-decoration: underline !important;
}

.n-page-number .inner > a,
.w3-closebtn,
.w3-pagination li a,
a {
  text-decoration: none;
}

.w3-modal {
  display: none;
  padding-top: 100px;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
}

.w3-modal-content {
  margin: auto;
  background-color: #fff;
  position: relative;
  padding: 0;
  width: 600px;
}

.w3-closebtn {
  float: right;
  font-size: 24px;
  font-weight: 700;
  color: inherit;
}

.w3-closebtn:focus,
.w3-closebtn:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.w3-pagination {
  display: inline-block;
  padding: 0;
  margin: 0;
}

.w3-pagination li {
  display: inline;
}

.w3-pagination li a {
  color: #000;
  float: left;
  padding: 8px 16px;
}

.w3-pagination li a:focus,
.w3-pagination li a:hover {
  background-color: #ccc;
}

.w3-group,
.w3-input-group {
  margin-top: 24px;
  margin-bottom: 24px;
}

.w3-input {
  padding: 8px;
  display: block;
  border: none;
  border-bottom: 1px solid grey;
  width: 100%;
}

.w3-label {
  color: #009688;
}

.w3-input:not(:valid) ~ .w3-validate {
  color: #f44336;
}

.w3-select {
  padding: 4px 0;
  width: 100%;
  color: #000;
  border: 1px solid transparent;
  border-bottom: 1px solid #009688;
}

.w3-select select:focus {
  color: #000;
  border: 1px solid #009688;
}

.w3-select option[disabled] {
  color: #009688;
}

.w3-dropdown-click,
.w3-dropdown-hover {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.w3-dropdown-hover:hover .w3-dropdown-content {
  display: block;
  z-index: 1;
}

.w3-dropdown-content {
  cursor: auto;
  color: #000;
  background-color: #fff;
  display: none;
  position: absolute;
  min-width: 160px;
  margin: 0;
  padding: 0;
}

.w3-accordion-content a:hover,
.w3-dropdown-content a:hover {
  background-color: #ccc;
}

.w3-dropdown-content a {
  padding: 6px 16px;
  display: block;
}

.w3-accordion {
  width: 100%;
  cursor: pointer;
}

.w3-accordion-content {
  cursor: auto;
  display: none;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}

.w3-accordion-content a {
  padding: 6px 16px;
  display: block;
}

.w3-progress-container {
  width: 100%;
  height: 30px;
  position: relative;
  background-color: #ccc;
}

.w3-progressbar {
  background-color: #ddd;
  height: 30px;
  position: absolute;
}

input[type=checkbox].w3-check,
input[type=radio].w3-radio {
  width: 24px;
  height: 24px;
  position: relative;
  top: 6px;
}

input[type=checkbox].w3-check:checked + .w3-validate,
input[type=radio].w3-radio:checked + .w3-validate {
  color: #009688;
}

input[type=checkbox].w3-check:disabled + .w3-validate,
input[type=radio].w3-radio:disabled + .w3-validate {
  color: #aaa;
}

.w3-responsive {
  overflow-x: auto;
}

.pace,
.w3-rest,
nav .top-link {
  overflow: hidden;
}

.w3-btn-group:after,
.w3-btn-group:before,
.w3-clear:after,
.w3-container:after,
.w3-row-padding:after,
.w3-row:after,
.w3-topnav:after {
  content: "";
  display: table;
  clear: both;
}

.w3-col,
.w3-half,
.w3-quarter,
.w3-third,
.w3-twothird {
  float: left;
  width: 100%;
}

.w3-col.s1 {
  width: 10.33333%;
}

.w3-col.s2 {
  width: 16.66666%;
}

.w3-col.s21 {
  width: 20%;
}

.w3-col.s3 {
  width: 24.99999%;
}

.w3-col.s4 {
  width: 33.33333%;
}

.w3-col.s5 {
  width: 41.66666%;
}

.w3-col.s6 {
  width: 49.99999%;
}

.w3-col.s7 {
  width: 58.33333%;
}

.w3-col.s8 {
  width: 66.66666%;
}

.w3-col.s9 {
  width: 74.99999%;
}

.w3-col.s10 {
  width: 67.33333%;
}

.w3-col.s11 {
  width: 91.66666%;
}

.w3-col.s12,
.w3-half,
.w3-quarter,
.w3-third,
.w3-twothird {
  width: 99.99999%;
}

@media only screen and (min-width: 767px) {
  .w3-col.m1 {
    width: 4.33333%;
  }
  .w3-col.m2 {
    width: 16.66666%;
  }
  .w3-col.m21 {
    width: 20%;
  }
  .w3-col.m3,
  .w3-quarter {
    width: 24.99999%;
  }
  .w3-col.m4,
  .w3-third {
    width: 33.33333%;
  }
  .w3-col.m5 {
    width: 41.66666%;
  }
  .w3-col.m6,
  .w3-half {
    width: 49.99999%;
  }
  .w3-col.m7 {
    width: 58.33333%;
  }
  .w3-col.m8,
  .w3-twothird {
    width: 66.66666%;
  }
  .w3-col.m9 {
    width: 74.99999%;
  }
  .w3-col.m10 {
    width: 83.33333%;
  }
  .w3-col.m11 {
    width: 91.66666%;
  }
  .w3-col.m12 {
    width: 99.99999%;
  }
}
@media only screen and (min-width: 1280px) {
  .w3-col.l1 {
    width: 8.33333%;
  }
  .w3-col.l2 {
    width: 16.66666%;
  }
  .w3-col.l21 {
    width: 20%;
  }
  .w3-col.l3,
  .w3-quarter {
    width: 24.99999%;
  }
  .w3-col.l4,
  .w3-third {
    width: 33.33333%;
  }
  .w3-col.l5 {
    width: 41.66666%;
  }
  .w3-col.l6,
  .w3-half {
    width: 49.99999%;
  }
  .w3-col.l7 {
    width: 58.33333%;
  }
  .w3-col.l8,
  .w3-twothird {
    width: 66.66666%;
  }
  .w3-col.l9 {
    width: 74.99999%;
  }
  .w3-col.l10 {
    width: 83.33333%;
  }
  .w3-col.l11 {
    width: 91.66666%;
  }
  .w3-col.l12 {
    width: 99.99999%;
  }
}
.w3-content {
  max-width: 980px;
  margin: auto;
}

@media (max-width: 767px) {
  .w3-modal-content {
    margin: 50px 10px 10px;
    width: auto !important;
  }
}
@media (max-width: 768px) {
  .w3-modal-content {
    width: 500px;
  }
}
@media screen and (max-width: 767px) {
  .w3-topnav a {
    display: block;
  }
  .w3-navbar li {
    float: none !important;
  }
  .w3-navbar ul.w3-right {
    float: none !important;
    margin: 0;
    padding: 0;
  }
  .w3-navbar .w3-dropdown-click .w3-dropdown-content,
  .w3-navbar .w3-dropdown-hover .w3-dropdown-content,
  .w3-topnav .w3-dropdown-hover .w3-dropdown-content {
    position: relative;
  }
  .w3-navbar,
  .w3-topnav {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .w3-hide-small {
    display: none !important;
  }
}
@media (max-width: 1279px) and (min-width: 768px) {
  .w3-hide-medium {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  .w3-modal-content {
    width: 900px;
  }
  .w3-hide-large {
    display: none !important;
  }
}
@media screen and (max-width: 1279px) {
  .w3-sidenav.w3-collapse {
    display: none;
  }
  .w3-main {
    margin-left: 0 !important;
  }
}
@media screen and (min-width: 1279px) {
  .w3-sidenav.w3-collapse {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .w3-collapse li {
    float: left !important;
  }
  .w3-navbar.w3-collapse li:not(:first-child) {
    display: none;
  }
  .w3-navbar.w3-collapse li.w3-opennav {
    float: right !important;
    display: inline;
  }
  .w3-navbar.w3-collapse.w3-nav-push {
    position: relative;
  }
  .w3-navbar.w3-collapse.w3-nav-push li.w3-opennav {
    position: absolute;
    right: 0;
    top: 0;
  }
  .w3-navbar.w3-collapse.w3-nav-push li {
    float: none !important;
    display: block !important;
  }
  .w3-navbar.w3-collapse.w3-nav-push li a {
    display: block;
    text-align: left;
  }
}
.w3-bottom,
.w3-top {
  position: fixed;
  width: 100%;
  z-index: 1;
}

.w3-top {
  top: 0;
}

.w3-bottom {
  bottom: 0;
}

.w3-overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.w3-left {
  float: left !important;
}

.w3-right {
  float: right !important;
}

.w3-hide {
  display: none !important;
}

.w3-show {
  display: block !important;
}

.w3-tiny {
  font-size: 10px !important;
}

.w3-small {
  font-size: 12px !important;
}

.w3-medium {
  font-size: 15px !important;
}

.w3-large {
  font-size: 18px !important;
}

.w3-xlarge {
  font-size: 24px !important;
}

.w3-xxlarge {
  font-size: 36px !important;
}

.w3-xxxlarge {
  font-size: 48px !important;
}

.w3-jumbo {
  font-size: 64px !important;
}

.w3-vertical {
  word-break: break-all;
  line-height: 1;
  text-align: center;
  width: 0.6em;
}

.w3-left-align {
  text-align: left !important;
}

.w3-right-align {
  text-align: right !important;
}

.w3-justify {
  text-align: justify !important;
}

.w3-center {
  text-align: center !important;
}

.w3-circle {
  border-radius: 50% !important;
}

.w3-round-small {
  border-radius: 2px !important;
}

.w3-round,
.w3-round-medium {
  border-radius: 4px !important;
}

.w3-round-large {
  border-radius: 8px !important;
}

.w3-round-xlarge {
  border-radius: 16px !important;
}

.w3-round-xxlarge {
  border-radius: 32px !important;
}

.w3-round-jumbo {
  border-radius: 64px !important;
}

.w3-border-0 {
  border: 0 !important;
}

.w3-border {
  border: 1px solid #ccc !important;
}

.w3-border-top {
  border-top: 1px solid #ccc !important;
}

.w3-border-bottom {
  border-bottom: 1px solid #ccc !important;
}

.w3-border-left {
  border-left: 1px solid #ccc !important;
}

.w3-border-right {
  border-right: 1px solid #ccc !important;
}

.w3-margin-0 {
  margin: 0 !important;
}

.w3-margin-2 {
  margin: 2px !important;
}

.w3-margin-4 {
  margin: 4px !important;
}

.w3-margin-8 {
  margin: 8px !important;
}

.w3-margin-12 {
  margin: 12px !important;
}

.w3-margin-16 {
  margin: 16px !important;
}

.w3-margin-24 {
  margin: 24px !important;
}

.w3-margin-32 {
  margin: 32px !important;
}

.w3-margin-64 {
  margin: 64px !important;
}

.w3-margin {
  margin: 16px !important;
}

.w3-margin-top {
  margin-top: 16px !important;
}

.w3-margin-bottom {
  margin-bottom: 16px !important;
}

.w3-margin-left {
  margin-left: 16px !important;
}

.w3-margin-right {
  margin-right: 16px !important;
}

.w3-padding-tiny {
  padding: 2px 4px !important;
}

.w3-padding-small {
  padding: 4px 8px !important;
}

.w3-form,
.w3-padding,
.w3-padding-medium {
  padding: 8px 16px !important;
}

.w3-padding-large {
  padding: 12px 24px !important;
}

.w3-padding-xlarge {
  padding: 16px 32px !important;
}

.w3-padding-xxlarge {
  padding: 24px 48px !important;
}

.w3-padding-jumbo {
  padding: 32px 64px !important;
}

.w3-padding-0 {
  padding: 0 !important;
}

.w3-padding-4 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.w3-padding-8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.w3-padding-16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.w3-padding-24 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.w3-padding-32 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.w3-padding-48 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.w3-padding-64 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

.w3-padding-top {
  padding-top: 8px !important;
}

.w3-padding-bottom {
  padding-bottom: 8px !important;
}

.w3-padding-left {
  padding-left: 16px !important;
}

.w3-padding-right {
  padding-right: 16px !important;
}

.w3-topbar {
  border-top: 6px solid #ccc !important;
}

.w3-bottombar {
  border-bottom: 6px solid #ccc !important;
}

.w3-leftbar {
  border-left: 6px solid #ccc !important;
}

.w3-rightbar {
  border-right: 6px solid #ccc !important;
}

.w3-border-red {
  border-color: #ff6060 !important;
}

.w3-border-yellow {
  border-color: #daa520 !important;
}

.w3-border-green {
  border-color: #6a6 !important;
}

.w3-border-blue {
  border-color: #1e90ff !important;
}

.w3-row-padding,
.w3-row-padding > .w3-col,
.w3-row-padding > .w3-half,
.w3-row-padding > .w3-quarter,
.w3-row-padding > .w3-third,
.w3-row-padding > .w3-twothird {
  padding: 0 8px;
}

.w3-container,
.w3-example {
  padding: 0.01em 16px;
}

.w3-spin {
  animation: w3-spin 2s infinite linear;
  -webkit-animation: w3-spin 2s infinite linear;
}
@keyframes w3-spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
  }
}
.w3-example {
  background-color: #f1f1f1;
}

.w3-paragraph,
.w3-section {
  margin-top: 16px;
  margin-bottom: 16px;
}

.w3-code {
  font-family: Consolas, "courier new";
  font-size: 16px;
  line-height: 1.4;
  width: auto;
  background-color: #fff;
  padding: 8px 12px;
  border-left: 4px solid #009688;
  word-wrap: break-word;
}

.w3-code,
.w3-example,
.w3-reference {
  margin: 20px 0;
}

.w3-card {
  border: 1px solid #ccc;
}

.w3-card-2,
.w3-example {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
}

.w3-card-4 {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}

.w3-card-8 {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}

.w3-card-12 {
  box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19) !important;
}

.w3-card-16 {
  box-shadow: 0 16px 24px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21) !important;
}

.w3-card-24 {
  box-shadow: 0 24px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22) !important;
}

.w3-animate-fading {
  animation: fading 10s infinite;
}
@keyframes fading {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
.w3-animate-opacity {
  animation: opac 4s;
}
@keyframes opac {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.w3-animate-top {
  position: relative;
  animation: animatetop 0.4s;
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
.w3-animate-left {
  position: relative;
  animation: animateleft 0.4s;
}
@keyframes animateleft {
  from {
    left: -300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
.w3-animate-right {
  position: relative;
  animation: animateright 0.4s;
}
@keyframes animateright {
  from {
    right: -300px;
    opacity: 0;
  }
  to {
    right: 0;
    opacity: 1;
  }
}
.n-page-number .inner > a.next,
.n-page-number .inner > a.next_more,
.pace {
  right: 0;
}

.w3-animate-bottom {
  position: relative;
  animation: animatebottom 0.4s;
}
@keyframes animatebottom {
  from {
    bottom: -300px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}
.w3-animate-zoom {
  animation: animatezoom 0.6s;
}
@keyframes animatezoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.w3-hover-pale-red:hover,
.w3-pale-red {
  color: #000 !important;
  background-color: #ffe7e7 !important;
}

.w3-hover-pale-green:hover,
.w3-pale-green {
  color: #000 !important;
  background-color: #e7ffe7 !important;
}

.w3-hover-pale-yellow:hover,
.w3-pale-yellow {
  color: #000 !important;
  background-color: #ffffd7 !important;
}

.w3-hover-pale-blue:hover,
.w3-pale-blue {
  color: #000 !important;
  background-color: #e7ffff !important;
}

.w3-text-amber {
  color: #ffc107 !important;
}

.w3-amber,
.w3-hover-amber:hover {
  color: #000 !important;
  background-color: #ffc107 !important;
}

.w3-text-aqua {
  color: #0ff !important;
}

.w3-aqua,
.w3-hover-aqua:hover {
  color: #000 !important;
  background-color: #0ff !important;
}

.w3-text-blue {
  color: #2196f3 !important;
}

.w3-blue,
.w3-hover-blue:hover {
  color: #fff !important;
  background-color: #2196f3 !important;
}

.w3-text-light-blue {
  color: #87ceeb !important;
}

.w3-hover-light-blue:hover,
.w3-light-blue {
  color: #000 !important;
  background-color: #87ceeb !important;
}

.w3-text-brown {
  color: #795548 !important;
}

.w3-brown,
.w3-hover-brown:hover {
  color: #fff !important;
  background-color: #795548 !important;
}

.w3-text-cyan {
  color: #00bcd4 !important;
}

.w3-cyan,
.w3-hover-cyan:hover {
  color: #000 !important;
  background-color: #00bcd4 !important;
}

.w3-text-blue-grey {
  color: #607d8b !important;
}

.w3-blue-grey,
.w3-hover-blue-grey:hover {
  color: #fff !important;
  background-color: #607d8b !important;
}

.w3-text-green {
  color: #4caf50 !important;
}

.w3-green,
.w3-hover-green:hover {
  color: #fff !important;
  background-color: #4caf50 !important;
}

.w3-text-light-green {
  color: #8bc34a !important;
}

.w3-hover-light-green:hover,
.w3-light-green {
  color: #000 !important;
  background-color: #8bc34a !important;
}

.w3-text-indigo {
  color: #3f51b5 !important;
}

.w3-hover-indigo:hover,
.w3-indigo {
  color: #fff !important;
  background-color: #3f51b5 !important;
}

.w3-text-khaki {
  color: #b4aa50 !important;
}

.w3-hover-khaki:hover,
.w3-khaki {
  color: #000 !important;
  background-color: khaki !important;
}

.w3-text-lime {
  color: #cddc39 !important;
}

.w3-hover-lime:hover,
.w3-lime {
  color: #000 !important;
  background-color: #cddc39 !important;
}

.w3-text-orange {
  color: #ff9800 !important;
}

.w3-hover-orange:hover,
.w3-orange {
  color: #000 !important;
  background-color: #ff9800 !important;
}

.w3-text-deep-orange {
  color: #ff5722 !important;
}

.w3-deep-orange,
.w3-hover-deep-orange:hover {
  color: #fff !important;
  background-color: #ff5722 !important;
}

.w3-text-pink {
  color: #e91e63 !important;
}

.w3-hover-pink:hover,
.w3-pink {
  color: #fff !important;
  background-color: #e91e63 !important;
}

.w3-text-purple {
  color: #9c27b0 !important;
}

.w3-hover-purple:hover,
.w3-purple {
  color: #fff !important;
  background-color: #9c27b0 !important;
}

.w3-text-deep-purple {
  color: #673ab7 !important;
}

.w3-deep-purple,
.w3-hover-deep-purple:hover {
  color: #fff !important;
  background-color: #673ab7 !important;
}

.w3-text-red {
  color: #f44336 !important;
}

.w3-hover-red:hover,
.w3-red {
  color: #fff !important;
  background-color: #f44336 !important;
}

.w3-text-sand {
  color: #fdf5e6 !important;
}

.w3-hover-sand:hover,
.w3-sand {
  color: #000 !important;
  background-color: #fdf5e6 !important;
}

.w3-text-teal {
  color: #009688 !important;
}

.w3-hover-teal:hover,
.w3-teal {
  color: #fff !important;
  background-color: #009688 !important;
}

.w3-text-yellow {
  color: #d2be0e !important;
}

.w3-hover-yellow:hover,
.w3-yellow {
  color: #000 !important;
  background-color: #ffeb3b !important;
}

.w3-text-white {
  color: #fff !important;
}

.w3-hover-white:hover,
.w3-white {
  color: #000 !important;
  background-color: #fff !important;
}

.w3-text-black {
  color: #000 !important;
}

.w3-black,
.w3-hover-black:hover {
  color: #fff !important;
  background-color: #000 !important;
}

.w3-text-grey {
  color: #757575 !important;
}

.w3-grey,
.w3-hover-grey:hover {
  color: #000 !important;
  background-color: #9e9e9e !important;
}

.w3-text-light-grey {
  color: #f1f1f1 !important;
}

.w3-hover-light-grey:hover,
.w3-light-grey {
  color: #000 !important;
  background-color: #f1f1f1 !important;
}

.w3-text-dark-grey {
  color: #3a3a3a !important;
}

.w3-dark-grey,
.w3-hover-dark-grey:hover {
  color: #fff !important;
  background-color: #616161 !important;
}

.w3-opacity {
  opacity: 0.6;
}

.w3-text-shadow {
  text-shadow: 1px 1px 0 #444;
}

.w3-text-shadow-white {
  text-shadow: 1px 1px 0 #ddd;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Helvetica, Arial, "微軟正黑體", "Microsoft JhengHei", sans-serif;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

.w3-container {
  max-width: 1600px;
  margin: 0 auto;
}

a {
  color: inherit;
  /* cursor: default; */
}

a[href],
a[onclick] {
  /* cursor: pointer; */
}

button,
input,
textarea {
  background-color: transparent;
  border: none;
  padding: 0;
  font-family: inherit;
  border-radius: 0;
}

input:-webkit-autofill,
select:-webkit-autofill,
textarea:-webkit-autofill {
  -webkit-box-shadow: none;
}

.n-w5 {
  width: 5% !important;
}

.n-w10 {
  width: 10% !important;
}

.n-w15 {
  width: 15% !important;
}

.n-w20 {
  width: 20% !important;
}

.n-w25 {
  width: 25% !important;
}

.n-w30 {
  width: 30% !important;
}

.n-w35 {
  width: 35% !important;
}

.n-w40 {
  width: 40% !important;
}

.n-w45 {
  width: 45% !important;
}

.n-w50 {
  width: 50% !important;
}

.n-w55 {
  width: 55% !important;
}

.n-w60 {
  width: 60% !important;
}

.n-w65 {
  width: 65% !important;
}

.n-w70 {
  width: 70% !important;
}

.n-w75 {
  width: 75% !important;
}

.n-w80 {
  width: 80% !important;
}

.n-w85 {
  width: 85% !important;
}

.n-w90 {
  width: 90% !important;
}

.n-w95 {
  width: 95% !important;
}

.n-w100 {
  width: 100% !important;
}

.n-h5 {
  height: 5% !important;
}

.n-h10 {
  height: 10% !important;
}

.n-h15 {
  height: 15% !important;
}

.n-h20 {
  height: 20% !important;
}

.n-h25 {
  height: 25% !important;
}

.n-h30 {
  height: 30% !important;
}

.n-h35 {
  height: 35% !important;
}

.n-h40 {
  height: 40% !important;
}

.n-h45 {
  height: 45% !important;
}

.n-h50 {
  height: 50% !important;
}

.n-h55 {
  height: 55% !important;
}

.n-h60 {
  height: 60% !important;
}

.n-h65 {
  height: 65% !important;
}

.n-h70 {
  height: 70% !important;
}

.n-h75 {
  height: 75% !important;
}

.n-h80 {
  height: 80% !important;
}

.n-h85 {
  height: 85% !important;
}

.n-h90 {
  height: 90% !important;
}

.n-h95 {
  height: 95% !important;
}

.n-h100 {
  height: 100% !important;
}

.n-marginTop0 {
  margin-top: 0 !important;
}

.n-marginLeft0 {
  margin-left: 0 !important;
}

.n-marginBottom0 {
  margin-bottom: 0 !important;
}

.n-marginRight0 {
  margin-right: 0 !important;
}

.n-marginAll0 {
  margin: 0 !important;
}

.n-marginTop5 {
  margin-top: 5px !important;
}

.n-marginLeft5 {
  margin-left: 5px !important;
}

.n-marginBottom5 {
  margin-bottom: 5px !important;
}

.n-marginRight5 {
  margin-right: 5px !important;
}

.n-marginAll5 {
  margin: 5px !important;
}

.n-marginTop10 {
  margin-top: 10px !important;
}

.n-marginLeft10 {
  margin-left: 10px !important;
}

.n-marginBottom10 {
  margin-bottom: 10px !important;
}

.n-marginRight10 {
  margin-right: 10px !important;
}

.n-marginAll10 {
  margin: 10px !important;
}

.n-marginTop15 {
  margin-top: 15px !important;
}

.n-marginLeft15 {
  margin-left: 15px !important;
}

.n-marginBottom15 {
  margin-bottom: 15px !important;
}

.n-marginRight15 {
  margin-right: 15px !important;
}

.n-marginAll15 {
  margin: 15px !important;
}

.n-marginTop20 {
  margin-top: 20px !important;
}

.n-marginLeft20 {
  margin-left: 20px !important;
}

.n-marginBottom20 {
  margin-bottom: 20px !important;
}

.n-marginRight20 {
  margin-right: 20px !important;
}

.n-marginAll20 {
  margin: 20px !important;
}

.n-marginTop25 {
  margin-top: 25px !important;
}

.n-marginLeft25 {
  margin-left: 25px !important;
}

.n-marginBottom25 {
  margin-bottom: 25px !important;
}

.n-marginRight25 {
  margin-right: 25px !important;
}

.n-marginAll25 {
  margin: 25px !important;
}

.n-marginTop30 {
  margin-top: 30px !important;
}

.n-marginLeft30 {
  margin-left: 30px !important;
}

.n-marginBottom30 {
  margin-bottom: 30px !important;
}

.n-marginRight30 {
  margin-right: 30px !important;
}

.n-marginAll30 {
  margin: 30px !important;
}

.n-marginTop35 {
  margin-top: 35px !important;
}

.n-marginLeft35 {
  margin-left: 35px !important;
}

.n-marginBottom35 {
  margin-bottom: 35px !important;
}

.n-marginRight35 {
  margin-right: 35px !important;
}

.n-marginAll35 {
  margin: 35px !important;
}

.n-marginTop40 {
  margin-top: 40px !important;
}

.n-marginLeft40 {
  margin-left: 40px !important;
}

.n-marginBottom40 {
  margin-bottom: 40px !important;
}

.n-marginRight40 {
  margin-right: 40px !important;
}

.n-marginAll40 {
  margin: 40px !important;
}

.n-marginTop45 {
  margin-top: 45px !important;
}

.n-marginLeft45 {
  margin-left: 45px !important;
}

.n-marginBottom45 {
  margin-bottom: 45px !important;
}

.n-marginRight45 {
  margin-right: 45px !important;
}

.n-marginAll45 {
  margin: 45px !important;
}

.n-marginTop50 {
  margin-top: 50px !important;
}

.n-marginLeft50 {
  margin-left: 50px !important;
}

.n-marginBottom50 {
  margin-bottom: 50px !important;
}

.n-marginRight50 {
  margin-right: 50px !important;
}

.n-marginAll50 {
  margin: 50px !important;
}

.n-marginTop55 {
  margin-top: 55px !important;
}

.n-marginLeft55 {
  margin-left: 55px !important;
}

.n-marginBottom55 {
  margin-bottom: 55px !important;
}

.n-marginRight55 {
  margin-right: 55px !important;
}

.n-marginAll55 {
  margin: 55px !important;
}

.n-marginTop60 {
  margin-top: 60px !important;
}

.n-marginLeft60 {
  margin-left: 60px !important;
}

.n-marginBottom60 {
  margin-bottom: 60px !important;
}

.n-marginRight60 {
  margin-right: 60px !important;
}

.n-marginAll60 {
  margin: 60px !important;
}

.n-marginTop65 {
  margin-top: 65px !important;
}

.n-marginLeft65 {
  margin-left: 65px !important;
}

.n-marginBottom65 {
  margin-bottom: 65px !important;
}

.n-marginRight65 {
  margin-right: 65px !important;
}

.n-marginAll65 {
  margin: 65px !important;
}

.n-marginTop70 {
  margin-top: 70px !important;
}

.n-marginLeft70 {
  margin-left: 70px !important;
}

.n-marginBottom70 {
  margin-bottom: 70px !important;
}

.n-marginRight70 {
  margin-right: 70px !important;
}

.n-marginAll70 {
  margin: 70px !important;
}

.n-marginTop75 {
  margin-top: 75px !important;
}

.n-marginLeft75 {
  margin-left: 75px !important;
}

.n-marginBottom75 {
  margin-bottom: 75px !important;
}

.n-marginRight75 {
  margin-right: 75px !important;
}

.n-marginAll75 {
  margin: 75px !important;
}

.n-marginTop80 {
  margin-top: 80px !important;
}

.n-marginLeft80 {
  margin-left: 80px !important;
}

.n-marginBottom80 {
  margin-bottom: 80px !important;
}

.n-marginRight80 {
  margin-right: 80px !important;
}

.n-marginAll80 {
  margin: 80px !important;
}

.n-marginTop85 {
  margin-top: 85px !important;
}

.n-marginLeft85 {
  margin-left: 85px !important;
}

.n-marginBottom85 {
  margin-bottom: 85px !important;
}

.n-marginRight85 {
  margin-right: 85px !important;
}

.n-marginAll85 {
  margin: 85px !important;
}

.n-marginTop90 {
  margin-top: 90px !important;
}

.n-marginLeft90 {
  margin-left: 90px !important;
}

.n-marginBottom90 {
  margin-bottom: 90px !important;
}

.n-marginRight90 {
  margin-right: 90px !important;
}

.n-marginAll90 {
  margin: 90px !important;
}

.n-marginTop95 {
  margin-top: 95px !important;
}

.n-marginLeft95 {
  margin-left: 95px !important;
}

.n-marginBottom95 {
  margin-bottom: 95px !important;
}

.n-marginRight95 {
  margin-right: 95px !important;
}

.n-marginAll95 {
  margin: 95px !important;
}

.n-marginTop100 {
  margin-top: 100px !important;
}

.n-marginLeft100 {
  margin-left: 100px !important;
}

.n-marginBottom100 {
  margin-bottom: 100px !important;
}

.n-marginRight100 {
  margin-right: 100px !important;
}

.n-marginAll100 {
  margin: 100px !important;
}

.n-hr-10,
.n-hr-100,
.n-hr-20,
.n-hr-30,
.n-hr-40,
.n-hr-60,
.n-hr-70,
.n-hr-80,
.n-hr-90 {
  margin: 0;
  border: 0;
  background-color: transparent;
  color: transparent;
}

.n-paddingTop0 {
  padding-top: 0 !important;
}

.n-paddingLeft0 {
  padding-left: 0 !important;
}

.n-paddingBottom0 {
  padding-bottom: 0 !important;
}

.n-paddingRight0 {
  padding-right: 0 !important;
}

.n-paddingAll0 {
  padding: 0 !important;
}

.n-paddingTop5 {
  padding-top: 5px !important;
}

.n-paddingLeft5 {
  padding-left: 5px !important;
}

.n-paddingBottom5 {
  padding-bottom: 5px !important;
}

.n-paddingRight5 {
  padding-right: 5px !important;
}

.n-paddingAll5 {
  padding: 5px !important;
}

.n-paddingTop10 {
  padding-top: 10px !important;
}

.n-paddingLeft10 {
  padding-left: 10px !important;
}

.n-paddingBottom10 {
  padding-bottom: 10px !important;
}

.n-paddingRight10 {
  padding-right: 10px !important;
}

.n-paddingAll10 {
  padding: 10px !important;
}

.n-paddingTop15 {
  padding-top: 15px !important;
}

.n-paddingLeft15 {
  padding-left: 15px !important;
}

.n-paddingBottom15 {
  padding-bottom: 15px !important;
}

.n-paddingRight15 {
  padding-right: 15px !important;
}

.n-paddingAll15 {
  padding: 15px !important;
}

.n-paddingTop20 {
  padding-top: 20px !important;
}

.n-paddingLeft20 {
  padding-left: 20px !important;
}

.n-paddingBottom20 {
  padding-bottom: 20px !important;
}

.n-paddingRight20 {
  padding-right: 20px !important;
}

.n-paddingAll20 {
  padding: 20px !important;
}

.n-paddingTop25 {
  padding-top: 25px !important;
}

.n-paddingLeft25 {
  padding-left: 25px !important;
}

.n-paddingBottom25 {
  padding-bottom: 25px !important;
}

.n-paddingRight25 {
  padding-right: 25px !important;
}

.n-paddingAll25 {
  padding: 25px !important;
}

.n-paddingTop30 {
  padding-top: 30px !important;
}

.n-paddingLeft30 {
  padding-left: 30px !important;
}

.n-paddingBottom30 {
  padding-bottom: 30px !important;
}

.n-paddingRight30 {
  padding-right: 30px !important;
}

.n-paddingAll30 {
  padding: 30px !important;
}

.n-paddingTop35 {
  padding-top: 35px !important;
}

.n-paddingLeft35 {
  padding-left: 35px !important;
}

.n-paddingBottom35 {
  padding-bottom: 35px !important;
}

.n-paddingRight35 {
  padding-right: 35px !important;
}

.n-paddingAll35 {
  padding: 35px !important;
}

.n-paddingTop40 {
  padding-top: 40px !important;
}

.n-paddingLeft40 {
  padding-left: 40px !important;
}

.n-paddingBottom40 {
  padding-bottom: 40px !important;
}

.n-paddingRight40 {
  padding-right: 40px !important;
}

.n-paddingAll40 {
  padding: 40px !important;
}

.n-paddingTop45 {
  padding-top: 45px !important;
}

.n-paddingLeft45 {
  padding-left: 45px !important;
}

.n-paddingBottom45 {
  padding-bottom: 45px !important;
}

.n-paddingRight45 {
  padding-right: 45px !important;
}

.n-paddingAll45 {
  padding: 45px !important;
}

.n-paddingTop50 {
  padding-top: 50px !important;
}

.n-paddingLeft50 {
  padding-left: 50px !important;
}

.n-paddingBottom50 {
  padding-bottom: 50px !important;
}

.n-paddingRight50 {
  padding-right: 50px !important;
}

.n-paddingAll50 {
  padding: 50px !important;
}

.n-paddingTop55 {
  padding-top: 55px !important;
}

.n-paddingLeft55 {
  padding-left: 55px !important;
}

.n-paddingBottom55 {
  padding-bottom: 55px !important;
}

.n-paddingRight55 {
  padding-right: 55px !important;
}

.n-paddingAll55 {
  padding: 55px !important;
}

.n-paddingTop60 {
  padding-top: 60px !important;
}

.n-paddingLeft60 {
  padding-left: 60px !important;
}

.n-paddingBottom60 {
  padding-bottom: 60px !important;
}

.n-paddingRight60 {
  padding-right: 60px !important;
}

.n-paddingAll60 {
  padding: 60px !important;
}

.n-paddingTop65 {
  padding-top: 65px !important;
}

.n-paddingLeft65 {
  padding-left: 65px !important;
}

.n-paddingBottom65 {
  padding-bottom: 65px !important;
}

.n-paddingRight65 {
  padding-right: 65px !important;
}

.n-paddingAll65 {
  padding: 65px !important;
}

.n-paddingTop70 {
  padding-top: 70px !important;
}

.n-paddingLeft70 {
  padding-left: 70px !important;
}

.n-paddingBottom70 {
  padding-bottom: 70px !important;
}

.n-paddingRight70 {
  padding-right: 70px !important;
}

.n-paddingAll70 {
  padding: 70px !important;
}

.n-paddingTop75 {
  padding-top: 75px !important;
}

.n-paddingLeft75 {
  padding-left: 75px !important;
}

.n-paddingBottom75 {
  padding-bottom: 75px !important;
}

.n-paddingRight75 {
  padding-right: 75px !important;
}

.n-paddingAll75 {
  padding: 75px !important;
}

.n-paddingTop80 {
  padding-top: 80px !important;
}

.n-paddingLeft80 {
  padding-left: 80px !important;
}

.n-paddingBottom80 {
  padding-bottom: 80px !important;
}

.n-paddingRight80 {
  padding-right: 80px !important;
}

.n-paddingAll80 {
  padding: 80px !important;
}

.n-paddingTop85 {
  padding-top: 85px !important;
}

.n-paddingLeft85 {
  padding-left: 85px !important;
}

.n-paddingBottom85 {
  padding-bottom: 85px !important;
}

.n-paddingRight85 {
  padding-right: 85px !important;
}

.n-paddingAll85 {
  padding: 85px !important;
}

.n-paddingTop90 {
  padding-top: 90px !important;
}

.n-paddingLeft90 {
  padding-left: 90px !important;
}

.n-paddingBottom90 {
  padding-bottom: 90px !important;
}

.n-paddingRight90 {
  padding-right: 90px !important;
}

.n-paddingAll90 {
  padding: 90px !important;
}

.n-paddingTop95 {
  padding-top: 95px !important;
}

.n-paddingLeft95 {
  padding-left: 95px !important;
}

.n-paddingBottom95 {
  padding-bottom: 95px !important;
}

.n-paddingRight95 {
  padding-right: 95px !important;
}

.n-paddingAll95 {
  padding: 95px !important;
}

.n-paddingTop100 {
  padding-top: 100px !important;
}

.n-paddingLeft100 {
  padding-left: 100px !important;
}

.n-paddingBottom100 {
  padding-bottom: 100px !important;
}

.n-paddingRight100 {
  padding-right: 100px !important;
}

.n-paddingAll100 {
  padding: 100px !important;
}

.n-fontSize50 {
  font-size: 50% !important;
}

.n-fontSize55 {
  font-size: 55% !important;
}

.n-fontSize60 {
  font-size: 60% !important;
}

.n-fontSize65 {
  font-size: 65% !important;
}

.n-fontSize70 {
  font-size: 70% !important;
}

.n-fontSize75 {
  font-size: 75% !important;
}

.n-fontSize80 {
  font-size: 80% !important;
}

.n-fontSize85 {
  font-size: 85% !important;
}

.n-fontSize90 {
  font-size: 90% !important;
}

.n-fontSize95 {
  font-size: 95% !important;
}

.n-fontSize100 {
  font-size: 100% !important;
}

.n-fontSize105 {
  font-size: 105% !important;
}

.n-fontSize110 {
  font-size: 110% !important;
}

.n-fontSize115 {
  font-size: 115% !important;
}

.n-fontSize120 {
  font-size: 120% !important;
}

.n-fontSize125 {
  font-size: 125% !important;
}

.n-fontSize130 {
  font-size: 130% !important;
}

.n-fontSize135 {
  font-size: 135% !important;
}

.n-fontSize140 {
  font-size: 140% !important;
}

.n-fontSize145 {
  font-size: 145% !important;
}

.n-fontSize150 {
  font-size: 150% !important;
}

.n-fontSize155 {
  font-size: 155% !important;
}

.n-fontSize160 {
  font-size: 160% !important;
}

.n-fontSize165 {
  font-size: 165% !important;
}

.n-fontSize170 {
  font-size: 170% !important;
}

.n-fontSize175 {
  font-size: 175% !important;
}

.n-fontSize180 {
  font-size: 180% !important;
}

.n-fontSize185 {
  font-size: 185% !important;
}

.n-fontSize190 {
  font-size: 190% !important;
}

.n-fontSize195 {
  font-size: 195% !important;
}

.n-fontSize200 {
  font-size: 200% !important;
}

.n-fontSize205 {
  font-size: 205% !important;
}

.n-fontSize210 {
  font-size: 210% !important;
}

.n-fontSize215 {
  font-size: 215% !important;
}

.n-fontSize220 {
  font-size: 220% !important;
}

.n-fontSize225 {
  font-size: 225% !important;
}

.n-fontSize230 {
  font-size: 230% !important;
}

.n-fontSize235 {
  font-size: 235% !important;
}

.n-fontSize240 {
  font-size: 240% !important;
}

.n-fontSize245 {
  font-size: 245% !important;
}

.n-fontSize250 {
  font-size: 250% !important;
}

.n-fontSize255 {
  font-size: 255% !important;
}

.n-fontSize260 {
  font-size: 260% !important;
}

.n-fontSize265 {
  font-size: 265% !important;
}

.n-fontSize270 {
  font-size: 270% !important;
}

.n-fontSize275 {
  font-size: 275% !important;
}

.n-fontSize280 {
  font-size: 280% !important;
}

.n-fontSize285 {
  font-size: 285% !important;
}

.n-fontSize290 {
  font-size: 290% !important;
}

.n-fontSize295 {
  font-size: 295% !important;
}

.n-fontSize300 {
  font-size: 300% !important;
}

.n-fontSize305 {
  font-size: 305% !important;
}

.n-fontSize310 {
  font-size: 310% !important;
}

.n-fontSize315 {
  font-size: 315% !important;
}

.n-fontSize320 {
  font-size: 320% !important;
}

.n-fontSize325 {
  font-size: 325% !important;
}

.n-fontSize330 {
  font-size: 330% !important;
}

.n-fontSize335 {
  font-size: 335% !important;
}

.n-fontSize340 {
  font-size: 340% !important;
}

.n-fontSize345 {
  font-size: 345% !important;
}

.n-fontSize350 {
  font-size: 350% !important;
}

.n-fontSize355 {
  font-size: 355% !important;
}

.n-fontSize360 {
  font-size: 360% !important;
}

.n-fontSize365 {
  font-size: 365% !important;
}

.n-fontSize370 {
  font-size: 370% !important;
}

.n-fontSize375 {
  font-size: 375% !important;
}

.n-fontSize380 {
  font-size: 380% !important;
}

.n-fontSize385 {
  font-size: 385% !important;
}

.n-fontSize390 {
  font-size: 390% !important;
}

.n-fontSize395 {
  font-size: 395% !important;
}

.n-fontSize400 {
  font-size: 400% !important;
}

.n-fontSize405 {
  font-size: 405% !important;
}

.n-fontSize410 {
  font-size: 410% !important;
}

.n-fontSize415 {
  font-size: 415% !important;
}

.n-fontSize420 {
  font-size: 420% !important;
}

.n-fontSize425 {
  font-size: 425% !important;
}

.n-fontSize430 {
  font-size: 430% !important;
}

.n-fontSize435 {
  font-size: 435% !important;
}

.n-fontSize440 {
  font-size: 440% !important;
}

.n-fontSize445 {
  font-size: 445% !important;
}

.n-fontSize450 {
  font-size: 450% !important;
}

.n-fontSize455 {
  font-size: 455% !important;
}

.n-fontSize460 {
  font-size: 460% !important;
}

.n-fontSize465 {
  font-size: 465% !important;
}

.n-fontSize470 {
  font-size: 470% !important;
}

.n-fontSize475 {
  font-size: 475% !important;
}

.n-fontSize480 {
  font-size: 480% !important;
}

.n-fontSize485 {
  font-size: 485% !important;
}

.n-fontSize490 {
  font-size: 490% !important;
}

.n-fontSize495 {
  font-size: 495% !important;
}

.n-fontSize500 {
  font-size: 500% !important;
}

.n-lineHeight50 {
  line-height: 50% !important;
}

.n-lineHeight55 {
  line-height: 55% !important;
}

.n-lineHeight60 {
  line-height: 60% !important;
}

.n-lineHeight65 {
  line-height: 65% !important;
}

.n-lineHeight70 {
  line-height: 70% !important;
}

.n-lineHeight75 {
  line-height: 75% !important;
}

.n-lineHeight80 {
  line-height: 80% !important;
}

.n-lineHeight85 {
  line-height: 85% !important;
}

.n-lineHeight90 {
  line-height: 90% !important;
}

.n-lineHeight95 {
  line-height: 95% !important;
}

.n-lineHeight100 {
  line-height: 100% !important;
}

.n-lineHeight105 {
  line-height: 105% !important;
}

.n-lineHeight110 {
  line-height: 110% !important;
}

.n-lineHeight115 {
  line-height: 115% !important;
}

.n-lineHeight120 {
  line-height: 120% !important;
}

.n-lineHeight125 {
  line-height: 125% !important;
}

.n-lineHeight130 {
  line-height: 130% !important;
}

.n-lineHeight135 {
  line-height: 135% !important;
}

.n-lineHeight140 {
  line-height: 140% !important;
}

.n-lineHeight145 {
  line-height: 145% !important;
}

.n-lineHeight150 {
  line-height: 150% !important;
}

.n-lineHeight155 {
  line-height: 155% !important;
}

.n-lineHeight160 {
  line-height: 160% !important;
}

.n-lineHeight165 {
  line-height: 165% !important;
}

.n-lineHeight170 {
  line-height: 170% !important;
}

.n-lineHeight175 {
  line-height: 175% !important;
}

.n-lineHeight180 {
  line-height: 180% !important;
}

.n-lineHeight185 {
  line-height: 185% !important;
}

.n-lineHeight190 {
  line-height: 190% !important;
}

.n-lineHeight195 {
  line-height: 195% !important;
}

.n-lineHeight200 {
  line-height: 200% !important;
}

.n-lineHeight205 {
  line-height: 205% !important;
}

.n-lineHeight210 {
  line-height: 210% !important;
}

.n-lineHeight215 {
  line-height: 215% !important;
}

.n-lineHeight220 {
  line-height: 220% !important;
}

.n-lineHeight225 {
  line-height: 225% !important;
}

.n-lineHeight230 {
  line-height: 230% !important;
}

.n-lineHeight235 {
  line-height: 235% !important;
}

.n-lineHeight240 {
  line-height: 240% !important;
}

.n-lineHeight245 {
  line-height: 245% !important;
}

.n-lineHeight250 {
  line-height: 250% !important;
}

.n-lineHeight255 {
  line-height: 255% !important;
}

.n-lineHeight260 {
  line-height: 260% !important;
}

.n-lineHeight265 {
  line-height: 265% !important;
}

.n-lineHeight270 {
  line-height: 270% !important;
}

.n-lineHeight275 {
  line-height: 275% !important;
}

.n-lineHeight280 {
  line-height: 280% !important;
}

.n-lineHeight285 {
  line-height: 285% !important;
}

.n-lineHeight290 {
  line-height: 290% !important;
}

.n-lineHeight295 {
  line-height: 295% !important;
}

.n-lineHeight300 {
  line-height: 300% !important;
}

.n-fontWeight100 {
  font-weight: 100 !important;
}

.n-fontWeight200 {
  font-weight: 200 !important;
}

.n-fontWeight300 {
  font-weight: 300 !important;
}

.n-fontWeight400 {
  font-weight: 400 !important;
}

.n-fontWeight500 {
  font-weight: 500 !important;
}

.n-fontWeight600 {
  font-weight: 600 !important;
}

.n-fontWeight700 {
  font-weight: 700 !important;
}

.n-fontWeight800 {
  font-weight: 800 !important;
}

.n-fontWeight900 {
  font-weight: 900 !important;
}

.n-hr-10 {
  height: 10px;
}

.n-hr-20 {
  height: 20px;
}

.n-hr-30 {
  height: 30px;
}

.n-hr-40 {
  height: 40px;
}

.n-hr-50 {
  margin: 0;
  border: 0;
  background-color: transparent;
  color: transparent;
  height: 50px;
}

.n-hr-60 {
  height: 60px;
}

.n-hr-70 {
  height: 70px;
}

.n-hr-80 {
  height: 80px;
}

.n-hr-90 {
  height: 90px;
}

.n-hr-100 {
  height: 100px;
}

.n-txtAlignLeft {
  text-align: left !important;
}

.n-txtAlignCenter {
  text-align: center !important;
}

.n-txtAlignRight {
  text-align: right !important;
}

.n-txtUppercase {
  text-transform: uppercase !important;
}

.n-txtLowercase {
  text-transform: lowercase !important;
}

.n-txtCapitalize {
  text-transform: capitalize !important;
}

.n-fontStyleItalic {
  font-style: italic !important;
}

.n-htmleditor address,
.n-htmleditor cite,
.n-htmleditor em,
.n-htmleditor i,
.n-htmleditor span[lang],
.n-htmleditor var {
  font-style: italic;
}

.n-hide {
  display: none !important;
}

.n-shadow-1 {
  box-shadow: 1px 1px 3px 0 #ddd !important;
}

.n-shadow-2 {
  box-shadow: 1px 1px 3px 1px #ddd !important;
}

.n-page-number {
  padding: 20px 70px;
  text-align: center;
}

.n-page-number .inner {
  display: inline-block;
  position: relative;
}

.n-page-number .inner > a {
  vertical-align: middle;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  color: #333;
  margin: 1px;
  transition: all 0.3s linear;
}

.pace,
.pace .pace-progress {
  -moz-box-sizing: border-box;
}

.n-page-number .inner > a.hide {
  visibility: hidden;
}

.n-page-number .inner > a.active,
.n-page-number .inner > a:hover {
  text-decoration: underline;
}

.n-page-number.circle .inner > a.active,
.n-page-number.circle .inner > a:hover,
.n-page-number.square .inner > a.active,
.n-page-number.square .inner > a:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}

.n-page-number .inner > a.next,
.n-page-number .inner > a.next_more,
.n-page-number .inner > a.prev,
.n-page-number .inner > a.prev_more {
  position: absolute;
  top: 50%;
  margin-top: -15px;
}

.n-page-number .inner > a.prev,
.n-page-number .inner > a.prev_more {
  left: 0;
}

.n-page-number .inner > a.prev {
  margin-left: -35px;
}

.n-page-number .inner > a.prev_more {
  margin-left: -70px;
}

.n-page-number .inner > a.next {
  margin-right: -35px;
}

.n-page-number .inner > a.next_more {
  margin-right: -70px;
}

.n-page-number.animate .inner > a.active,
.n-page-number.animate .inner > a:hover {
  font-size: 120%;
  font-weight: bolder;
}

.n-page-number.border .inner > a {
  border: 1px solid #000;
  line-height: 28px;
}

.n-page-number.square .inner.radius > a {
  border-radius: 5px;
}

.n-page-number.circle .inner > a {
  border-radius: 15px;
}

.n-htmleditor a,
.n-htmleditor ins,
.n-htmleditor u {
  text-decoration: underline;
}

.o-paging-wrapper {
  text-align: center;
  margin: 30px 0;
}

.o-paging-wrapper .o-paging-select {
  padding: 8px;
  width: auto;
  border: none;
  border-bottom: none;
  height: 25px;
}

.o-paging-wrapper .o-pagination li {
  display: none;
}

.o-paging-wrapper .o-pagination li.o-paging-active,
.o-paging-wrapper .o-pagination li.o-paging-control,
.o-paging-wrapper .o-pagination li.o-paging-next {
  display: inline-block;
}

.o-paging-wrapper .o-pagination li.o-paging-disable a,
.o-paging-wrapper .o-pagination li.o-paging-disable a:hover {
  color: #eee;
}

.o-paging-wrapper .o-pagination li.o-paging-control a {
  width: auto;
  margin: 0 8px;
}

.o-paging-wrapper .o-pagination li a {
  padding: 2px;
  margin: 0 2px;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  text-align: center;
}

.o-paging-wrapper .o-pagination li a:hover {
  color: #ff8200;
  background-color: transparent;
}

.o-paging-wrapper .o-pagination li a .icons {
  margin: 0 4px;
}

.o-paging-wrapper .o-pagination li a > span {
  display: none;
}

.o-paging-wrapper .o-pagination li.o-paging-active a {
  background-color: #ff8200;
  color: #fff;
}

@media (min-width: 767px) {
  .o-paging-wrapper .o-pagination li,
  .o-paging-wrapper .o-pagination li a > span {
    display: inline-block;
  }
}
.n-htmleditor {
  font-size: 95%;
  line-height: 140%;
}

.n-htmleditor blockquote {
  font-style: italic;
  font-family: Georgia, Times, "Times New Roman", serif;
  padding: 2px 8px 2px 20px;
  border-style: solid;
  border-color: #ccc;
  border-width: 0 0 0 5px;
}

.n-htmleditor b,
.n-htmleditor h5,
.n-htmleditor h6,
.n-htmleditor strong {
  font-weight: 700;
}

.n-htmleditor a {
  color: #0782c1;
}

.n-htmleditor dl,
.n-htmleditor ol,
.n-htmleditor ul {
  padding: 0 40px;
}

.n-htmleditor ol {
  list-style-type: decimal;
}

.n-htmleditor ul {
  list-style-type: disc;
}

.n-htmleditor h1,
.n-htmleditor h2,
.n-htmleditor h3,
.n-htmleditor h4,
.n-htmleditor h5,
.n-htmleditor h6 {
  font-weight: 400;
  line-height: 1.2;
}

.n-htmleditor h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

.n-htmleditor h2 {
  font-size: 1.5em;
  margin: 0.75em 0;
}

.n-htmleditor big,
.n-htmleditor h3 {
  font-size: 1.17em;
}

.n-htmleditor h3 {
  margin: 0.83em 0;
}

.n-htmleditor h4 {
  margin: 1.12em 0;
}

.n-htmleditor small {
  font-size: 0.83em;
}

.n-htmleditor code,
.n-htmleditor kbd,
.n-htmleditor pre,
.n-htmleditor samp,
.n-htmleditor tt {
  font-family: monospace;
}

.ui-datepicker.ui-widget .ui-datepicker-title select,
.ui-datepicker.ui-widget button,
.ui-datepicker.ui-widget input,
.ui-datepicker.ui-widget select,
.ui-datepicker.ui-widget textarea {
  font-family: Arial;
  font-size: 80%;
}

.n-htmleditor q {
  quotes: initial;
}

.n-htmleditor q::before {
  content: open-quote;
}

.n-htmleditor q::after {
  content: close-quote;
}

.n-htmleditor hr {
  border: 0;
  border-top: 1px solid #ccc;
}

.n-htmleditor img.right {
  border: 1px solid #ccc;
  float: right;
  margin-left: 15px;
  padding: 5px;
}

.n-htmleditor img.left {
  border: 1px solid #ccc;
  float: left;
  margin-right: 15px;
  padding: 5px;
}

.n-htmleditor pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  -webkit-tab-size: 4;
  tab-size: 4;
}

.n-htmleditor .marker {
  background-color: #ff0;
}

.n-htmleditor figure {
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.05);
  padding: 10px;
  margin: 10px 20px;
  display: inline-block;
}

.n-htmleditor figure > figcaption {
  text-align: center;
  display: block;
}

.n-htmleditor a > img {
  padding: 1px;
  margin: 1px;
  border: none;
  outline: #0782c1 solid 1px;
}

.n-htmleditor sub,
.n-htmleditor sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

.n-htmleditor sup {
  top: -0.5em;
}

.n-htmleditor sub {
  bottom: -0.25em;
}

.bx-wrapper .bx-viewport {
  box-shadow: none;
  border: none;
  background-color: transparent;
  left: 0;
}

.ui-datepicker td,
.ui-datepicker th {
  font-size: 80%;
}

.ui-datepicker.ui-widget select {
  color: #333;
}

.slick-arrow:focus,
.slick-slide:focus {
  outline: 0;
}

/*.pace{-webkit-pointer-events:none;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;-webkit-background-clip:padding-box;-moz-background-clip:padding;-o-background-clip:padding-box;background-clip:padding-box;z-index:10001;position:fixed;margin:auto;top:0;left:0;bottom:0;width:200px;height:140px}*/
.pace .pace-progress {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  background-clip: padding-box;
  transform: translate3d(0, 0, 0);
  display: block;
  position: absolute;
  right: 100%;
  margin-right: 0;
  width: 100%;
  top: 0;
  height: 150px;
  font-size: 12px;
  color: #ff8200;
  line-height: 60px;
  font-weight: 700;
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
}

.pace .pace-progress:after {
  content: attr(data-progress-text);
  display: inline-block;
  position: fixed;
  width: 45px;
  text-align: right;
  right: 0;
  padding-right: 16px;
  bottom: 0;
  margin-bottom: -10px;
}

.pace-done .pace.pace-mask,
.pace.pace-inactive,
html.ie8 .pace {
  display: none;
}

.pace.pace-mask {
  background-color: #fff;
  z-index: 10000;
  height: auto;
  border: none;
  width: auto;
  opacity: 0.9;
  top: 0;
}

.pace .pace-progress[data-progress-text="0%"]:after {
  right: -200px;
}

.pace .pace-progress[data-progress-text="1%"]:after {
  right: -198.14px;
}

.pace .pace-progress[data-progress-text="2%"]:after {
  right: -196.28px;
}

.pace .pace-progress[data-progress-text="3%"]:after {
  right: -194.42px;
}

.pace .pace-progress[data-progress-text="4%"]:after {
  right: -192.56px;
}

.pace .pace-progress[data-progress-text="5%"]:after {
  right: -190.7px;
}

.pace .pace-progress[data-progress-text="6%"]:after {
  right: -188.84px;
}

.pace .pace-progress[data-progress-text="7%"]:after {
  right: -186.98px;
}

.pace .pace-progress[data-progress-text="8%"]:after {
  right: -185.12px;
}

.pace .pace-progress[data-progress-text="9%"]:after {
  right: -183.26px;
}

.pace .pace-progress[data-progress-text="10%"]:after {
  right: -181.4px;
}

.pace .pace-progress[data-progress-text="11%"]:after {
  right: -179.54px;
}

.pace .pace-progress[data-progress-text="12%"]:after {
  right: -177.68px;
}

.pace .pace-progress[data-progress-text="13%"]:after {
  right: -175.82px;
}

.pace .pace-progress[data-progress-text="14%"]:after {
  right: -173.96px;
}

.pace .pace-progress[data-progress-text="15%"]:after {
  right: -172.1px;
}

.pace .pace-progress[data-progress-text="16%"]:after {
  right: -170.24px;
}

.pace .pace-progress[data-progress-text="17%"]:after {
  right: -168.38px;
}

.pace .pace-progress[data-progress-text="18%"]:after {
  right: -166.52px;
}

.pace .pace-progress[data-progress-text="19%"]:after {
  right: -164.66px;
}

.pace .pace-progress[data-progress-text="20%"]:after {
  right: -162.8px;
}

.pace .pace-progress[data-progress-text="21%"]:after {
  right: -160.94px;
}

.pace .pace-progress[data-progress-text="22%"]:after {
  right: -159.08px;
}

.pace .pace-progress[data-progress-text="23%"]:after {
  right: -157.22px;
}

.pace .pace-progress[data-progress-text="24%"]:after {
  right: -155.36px;
}

.pace .pace-progress[data-progress-text="25%"]:after {
  right: -153.5px;
}

.pace .pace-progress[data-progress-text="26%"]:after {
  right: -151.64px;
}

.pace .pace-progress[data-progress-text="27%"]:after {
  right: -149.78px;
}

.pace .pace-progress[data-progress-text="28%"]:after {
  right: -147.92px;
}

.pace .pace-progress[data-progress-text="29%"]:after {
  right: -146.06px;
}

.pace .pace-progress[data-progress-text="30%"]:after {
  right: -144.2px;
}

.pace .pace-progress[data-progress-text="31%"]:after {
  right: -142.34px;
}

.pace .pace-progress[data-progress-text="32%"]:after {
  right: -140.48px;
}

.pace .pace-progress[data-progress-text="33%"]:after {
  right: -138.62px;
}

.pace .pace-progress[data-progress-text="34%"]:after {
  right: -136.76px;
}

.pace .pace-progress[data-progress-text="35%"]:after {
  right: -134.9px;
}

.pace .pace-progress[data-progress-text="36%"]:after {
  right: -133.04px;
}

.pace .pace-progress[data-progress-text="37%"]:after {
  right: -131.18px;
}

.pace .pace-progress[data-progress-text="38%"]:after {
  right: -129.32px;
}

.pace .pace-progress[data-progress-text="39%"]:after {
  right: -127.46px;
}

.pace .pace-progress[data-progress-text="40%"]:after {
  right: -125.6px;
}

.pace .pace-progress[data-progress-text="41%"]:after {
  right: -123.74px;
}

.pace .pace-progress[data-progress-text="42%"]:after {
  right: -121.88px;
}

.pace .pace-progress[data-progress-text="43%"]:after {
  right: -120.02px;
}

.pace .pace-progress[data-progress-text="44%"]:after {
  right: -118.16px;
}

.pace .pace-progress[data-progress-text="45%"]:after {
  right: -116.3px;
}

.pace .pace-progress[data-progress-text="46%"]:after {
  right: -114.44px;
}

.pace .pace-progress[data-progress-text="47%"]:after {
  right: -112.58px;
}

.pace .pace-progress[data-progress-text="48%"]:after {
  right: -110.72px;
}

.pace .pace-progress[data-progress-text="49%"]:after {
  right: -108.86px;
}

.pace .pace-progress[data-progress-text="50%"]:after {
  right: -107px;
}

.pace .pace-progress[data-progress-text="51%"]:after {
  right: -105.14px;
}

.pace .pace-progress[data-progress-text="52%"]:after {
  right: -103.28px;
}

.pace .pace-progress[data-progress-text="53%"]:after {
  right: -101.42px;
}

.pace .pace-progress[data-progress-text="54%"]:after {
  right: -99.56px;
}

.pace .pace-progress[data-progress-text="55%"]:after {
  right: -97.7px;
}

.pace .pace-progress[data-progress-text="56%"]:after {
  right: -95.84px;
}

.pace .pace-progress[data-progress-text="57%"]:after {
  right: -93.98px;
}

.pace .pace-progress[data-progress-text="58%"]:after {
  right: -92.12px;
}

.pace .pace-progress[data-progress-text="59%"]:after {
  right: -90.26px;
}

.pace .pace-progress[data-progress-text="60%"]:after {
  right: -88.4px;
}

.pace .pace-progress[data-progress-text="61%"]:after {
  right: -86.54px;
}

.pace .pace-progress[data-progress-text="62%"]:after {
  right: -84.68px;
}

.pace .pace-progress[data-progress-text="63%"]:after {
  right: -82.82px;
}

.pace .pace-progress[data-progress-text="64%"]:after {
  right: -80.96px;
}

.pace .pace-progress[data-progress-text="65%"]:after {
  right: -79.1px;
}

.pace .pace-progress[data-progress-text="66%"]:after {
  right: -77.24px;
}

.pace .pace-progress[data-progress-text="67%"]:after {
  right: -75.38px;
}

.pace .pace-progress[data-progress-text="68%"]:after {
  right: -73.52px;
}

.pace .pace-progress[data-progress-text="69%"]:after {
  right: -71.66px;
}

.pace .pace-progress[data-progress-text="70%"]:after {
  right: -69.8px;
}

.pace .pace-progress[data-progress-text="71%"]:after {
  right: -67.94px;
}

.pace .pace-progress[data-progress-text="72%"]:after {
  right: -66.08px;
}

.pace .pace-progress[data-progress-text="73%"]:after {
  right: -64.22px;
}

.pace .pace-progress[data-progress-text="74%"]:after {
  right: -62.36px;
}

.pace .pace-progress[data-progress-text="75%"]:after {
  right: -60.5px;
}

.pace .pace-progress[data-progress-text="76%"]:after {
  right: -58.64px;
}

.pace .pace-progress[data-progress-text="77%"]:after {
  right: -56.78px;
}

.pace .pace-progress[data-progress-text="78%"]:after {
  right: -54.92px;
}

.pace .pace-progress[data-progress-text="79%"]:after {
  right: -53.06px;
}

.pace .pace-progress[data-progress-text="80%"]:after {
  right: -51.2px;
}

.pace .pace-progress[data-progress-text="81%"]:after {
  right: -49.34px;
}

.pace .pace-progress[data-progress-text="82%"]:after {
  right: -47.48px;
}

.pace .pace-progress[data-progress-text="83%"]:after {
  right: -45.62px;
}

.pace .pace-progress[data-progress-text="84%"]:after {
  right: -43.76px;
}

.pace .pace-progress[data-progress-text="85%"]:after {
  right: -41.9px;
}

.pace .pace-progress[data-progress-text="86%"]:after {
  right: -40.04px;
}

.pace .pace-progress[data-progress-text="87%"]:after {
  right: -38.18px;
}

.pace .pace-progress[data-progress-text="88%"]:after {
  right: -36.32px;
}

.pace .pace-progress[data-progress-text="89%"]:after {
  right: -34.46px;
}

.pace .pace-progress[data-progress-text="90%"]:after {
  right: -32.6px;
}

.pace .pace-progress[data-progress-text="91%"]:after {
  right: -30.74px;
}

.pace .pace-progress[data-progress-text="92%"]:after {
  right: -28.88px;
}

.pace .pace-progress[data-progress-text="93%"]:after {
  right: -27.02px;
}

.pace .pace-progress[data-progress-text="94%"]:after {
  right: -25.16px;
}

.pace .pace-progress[data-progress-text="95%"]:after {
  right: -23.3px;
}

.pace .pace-progress[data-progress-text="96%"]:after {
  right: -21.44px;
}

.pace .pace-progress[data-progress-text="97%"]:after {
  right: -19.58px;
}

.pace .pace-progress[data-progress-text="98%"]:after {
  right: -17.72px;
}

.pace .pace-progress[data-progress-text="99%"]:after {
  right: -15.86px;
}

.pace .pace-progress[data-progress-text="100%"]:after {
  right: -14px;
}

/*.pace .pace-activity{position:absolute;width:100%;height:100%;z-index:2001;background:url(../images/loading.gif) 50% 0 no-repeat;-webkit-background-size:contain;-moz-background-size:contain;-o-background-size:contain;background-size:contain;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px}*/
.mfp-bg {
  z-index: 11000;
}

.mfp-wrap {
  z-index: 11043;
}

.mfp-preloader {
  z-index: 11044;
}

.Owsald,
.Owsald-b {
  font-family: Oswald, Helvetica, Arial, "微軟正黑體", "Microsoft JhengHei", sans-serif !important;
}

nav .nav-wrapper .nav a.anchor.active,
nav .nav-wrapper .nav a.anchor:hover,
nav .nav-wrapper .right-link a.anchor.active,
nav .nav-wrapper .right-link a.anchor:hover,
nav .top-link a:hover {
  color: #ff8200;
}

.Owsald-b {
  font-weight: 900;
}

.Lato,
.Lato-b {
  font-family: Lato, Helvetica, Arial, "微軟正黑體", "Microsoft JhengHei", sans-serif !important;
}

.Lato-b {
  font-weight: 900;
}

nav {
  position: fixed;
  top: 0;
  background-color: #fff;
  transition: all 0.5s linear;
  right: 0;
  left: 0;
  width: 100%;
  height: 35px;
  z-index: 9999;
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2);
}

@media (min-width: 767px) {
  nav {
    height: 40px;
  }
}
nav.aside-show {
  margin-left: 70%;
}

nav .w3-container.top {
  border-bottom: 1px transparent solid;
  display: none;
}

@media (min-width: 767px) {
  nav .w3-container.top {
    border-bottom: 1px #ccc solid;
  }
}
@media (min-width: 1280px) {
  nav {
    height: 112px;
  }
  nav .w3-container.top {
    border-bottom: 1px transparent solid;
    display: block;
  }
}
nav .w3-container.bottom {
  padding: 0 16px;
  height: 100%;
}

@media (min-width: 767px) {
  nav .w3-container.bottom {
    height: 10px;
  }
}
@media (min-width: 1280px) {
  nav .w3-container.bottom {
    height: 65px;
  }
}
nav .top-link {
  transition: all 0.5s ease-out;
}

nav .nav-wrapper .logo img,
nav .top-link a {
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
}

nav .top-link a {
  transition: all 0.5s ease-out;
  font-size: 1rem;
  font-weight: bold;
  padding: 0 10px;
  display: inline-block;
  box-sizing: border-box;
}

@media (min-width: 767px) {
  nav .top-link {
    height: 30px;
  }
  nav .top-link a:first-child {
    padding-left: 0;
    border-right: 1px #ccc solid;
  }
}
@media (min-width: 1279px) {
  nav .top-link {
    height: 46px;
  }
  nav .top-link a {
    margin: 0 10px;
    border-top: 2px #fff solid;
    text-align: center;
    line-height: 1;
    padding-top: 10px;
  }
  nav .top-link a.active {
    border-top: 2px #b2b2b2 solid;
    color: #ef7C30;
  }
  nav .top-link a:first-child {
    margin-left: 0;
    border-right: 1px transparent solid;
  }
}
nav .nav-wrapper {
  position: relative;
}

nav .nav-wrapper .navicon {
  padding: 7px 0 0;
}

nav .nav-wrapper .navicon .icons-nav-close {
  display: none;
}

nav .nav-wrapper .logo {
  text-align: center;
}

nav .nav-wrapper .logo img {
  width: 80%;
  max-width: 195px;
  transition: all 0.5s ease-out;
}

@media (min-width: 1280px) {
  nav .nav-wrapper .logo {
    text-align: left;
  }
  /* TODO: 把寬度設定為 80% 保持淨空區域和不去用 padding (怕改變nav的內容高度) */
  nav .nav-wrapper .logo img {
    width: 80%;
    max-width: 100%;
  }
}
nav .nav-wrapper .nav,
nav .nav-wrapper .right-link {
  text-align: left;
}

nav .nav-wrapper .nav a.anchor,
nav .nav-wrapper .right-link a.anchor {
  transition: all 0.1s ease-out;
  margin: 20px 10px 15px;
  display: inline-block;
  font-weight: 900;
}

nav .nav-wrapper .nav a.anchor .icons,
nav .nav-wrapper .right-link a.anchor .icons {
  margin-right: 5px;
}

nav .nav-wrapper .right-link .right-left-link a.anchor:last-child,
nav .nav-wrapper .right-link > a.login {
  /*margin-right:0*/
}

nav .nav-wrapper .nav a.anchor .en,
nav .nav-wrapper .right-link a.anchor .en {
  font-weight: 400;
  margin-top: -1px;
  display: inline-block;
  position: relative;
}

nav .nav-wrapper .right-link {
  text-align: right;
  position: absolute;
  right: 0;
  min-width: 500px;
}

nav .nav-wrapper .right-link .right-left-link {
  transition: all 0.5s ease-out;
}

nav .nav-wrapper .right-top-link {
  transition: all 0.5s ease-out;
  right: 0;
  position: absolute;
  display: none;
}

nav .nav-wrapper .right-top-link .search-panel .fa.fa-search {
  cursor: pointer;
}

@media (min-width: 767px) {
  nav .nav-wrapper .navicon {
    padding: 7px 0 0;
  }
  nav .nav-wrapper .right-top-link {
    font-size: 13px;
    top: -27px;
  }
  nav .nav-wrapper .right-top-link .search-panel .fa.fa-search {
    padding: 0 10px;
    border-right: 1px #ccc solid;
  }
}
@media (min-width: 1280px) {
  nav .nav-wrapper .right-top-link {
    display: flex;
    align-items: center;
    font-size: 15px;
    top: -48px;
  }
  nav .nav-wrapper .right-top-link .search-panel {
    width: 25px;
    height: 55px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    padding-left: 25px;
    position: relative;
    transition: all 0.3s linear;
  }
  nav .nav-wrapper .right-top-link .search-panel * {
    vertical-align: middle;
  }
  nav .nav-wrapper .right-top-link .search-panel .fa.fa-search {
    border-right: 1px transparent solid;
    transition: all 0.5s ease-out;
    padding: 0 5px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 18px;
    z-index: 10;
  }
  nav .nav-wrapper .right-top-link .search-panel .fa.fa-search.active,
  nav .nav-wrapper .right-top-link .search-panel .fa.fa-search:hover {
    color: #ff8200;
  }
  nav .nav-wrapper .right-top-link .search-panel.active {
    width: 295px;
    padding-left: 0;
  }
  nav .nav-wrapper .right-top-link .search-panel.active .fa.fa-search {
    left: 5px;
    top: 19px;
  }
  nav .nav-wrapper .right-top-link .search-bar {
    position: absolute;
    left: 0;
    top: 10px;
    width: 295px;
    display: none;
  }
  nav .nav-wrapper .right-top-link .search-bar input {
    padding: 4px 0 4px 30px;
    width: 100%;
    display: inline-block;
  }
  nav .nav-wrapper .right-top-link .search-bar .fa.fa-search {
    position: absolute;
    top: 18px;
    left: 18px;
    display: none;
  }
  nav .nav-wrapper .right-top-link .search-bar.active {
    display: block;
  }
  nav .nav-wrapper .right-top-link .back-home {
    display: inline-block;
    margin-right: 16px;
  }
  nav .nav-wrapper .right-top-link .back-home a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
  }
  nav .nav-wrapper .right-top-link .back-home a img {
    width: 25px;
    height: 25px;
  }
}
nav .nav-wrapper .right-top-link .lang-dropdown .current-lang {
  border: 1px solid transparent;
  padding: 6px 12px;
  display: inline-block;
  transition: all 0.3s linear;
  background-color: #ff8200;
  color: white;
  font-weight: bold;
  width: 77px;
  text-align: center;
}

nav .nav-wrapper .right-top-link .lang-dropdown .current-lang:hover {
  border: 1px solid #ccc;
}

nav .nav-wrapper .right-top-link .lang-dropdown .w3-dropdown-content {
  min-width: 30px;
}

nav .nav-wrapper .right-top-link .lang-dropdown .w3-dropdown-content a {
  padding: 6px 12px;
  transition: all 0.3s linear;
}

nav .menu-wrapper .menu .n-table .w3-col,
nav .menu-wrapper .menu .title {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
}

nav .nav-wrapper .right-top-link .lang-dropdown .w3-dropdown-content a:hover {
  background-color: #ededed;
}

nav .nav-wrapper .call {
  text-align: right;
  padding: 7px 0 0;
}

@media (min-width: 767px) {
  nav .nav-wrapper .call {
    padding: 7px 0 0;
  }
}
/* TODO: 用 min-height 符合 close icon 最小展示範圍 */
nav .menu-wrapper {
  position: relative;
  display: none;
  background-color: rgba(255, 255, 255, 0.9);
  min-height: 40px;
  padding: 0 20px;
  width: 100%;
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2);
}

/* TODO: 調整 close icon 位置 */
nav .menu-wrapper .icons-nav-close {
  position: absolute;
  right: 20px;
  top: 10px;
  cursor: pointer;
}

nav .menu-wrapper .menu {
  display: none;
  text-align: center;
}

nav .menu-wrapper .menu .n-table {
  margin: 0 auto;
}

nav .menu-wrapper .menu .n-table.col-1 {
  width: 100%;
}

nav .menu-wrapper .menu .n-table.col-2 {
  width: 100%;
}

nav .menu-wrapper .menu .n-table.col-3 {
  width: 100%;
}

nav .menu-wrapper .menu .n-table.col-4 {
  width: 100%;
}

nav .menu-wrapper .menu .n-table.col-5 {
  width: 100%;
}

nav .menu-wrapper .menu .n-table .w3-col {
  width: 175px;
  vertical-align: top;
  padding: 20px 0;
  transition: all 0.2s linear;
}

nav .menu-wrapper .menu .n-table .w3-col:hover {
  background-color: rgba(255, 114, 0, 0.8);
}

nav .menu-wrapper .menu .n-table .w3-col:hover .title,
nav .menu-wrapper .menu .n-table .w3-col:hover .title:before {
  color: #fff;
}

nav .menu-wrapper .menu .n-table .w3-col:hover .title:hover {
  background-color: #fff;
  color: #ff8200;
}

nav .menu-wrapper .menu .n-table .w3-col:hover .title:hover:before {
  color: #ff8200;
}

nav .menu-wrapper .menu .n-table .w3-col:hover .list li {
  color: #fff;
}

nav .menu-wrapper .menu .title {
  text-align: left;
  padding: 10px 20px 20px;
  margin: 0;
  display: block;
  transition: all 0.2s linear;
}

nav .menu-wrapper .menu .title:before {
  content: "●";
  margin-right: 10px;
  color: #ff8200;
  font-size: 10px;
}

nav .menu-wrapper .menu .list {
  vertical-align: top;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

nav .menu-wrapper .menu .list li {
  transition: all 0.2s linear;
  text-align: left;
  font-size: 14px;
}

aside,
main {
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
}

nav .menu-wrapper .menu .list li:hover {
  background-color: #fff;
  color: #ff8200 !important;
  font-weight: 900;
}

nav .menu-wrapper .menu .list li a {
  padding: 10px 40px 10px 37px;
  display: block;
}

@media (min-width: 1280px) {
  nav.scroll {
    height: 66px;
  }
  nav.scroll .w3-container.top {
    border-bottom: 0;
  }
  nav.scroll .top-link {
    height: 0;
  }
  nav.scroll .nav-wrapper .logo img {
    width: 80%;
    margin-top: 12px;
  }
  nav.scroll .nav-wrapper .right-link .right-left-link {
    margin-right: 156px;
  }
  nav.scroll .nav-wrapper .right-link a.anchor.login {
    margin-right: 10px;
  }
  nav.scroll .nav-wrapper .right-top-link {
    top: 20px;
    width: auto;
  }
  nav.scroll .nav-wrapper .nav a.anchor,
  nav.scroll .nav-wrapper .right-link a.anchor {
    margin-top: 25px;
  }
}
@media (min-width: 1280px) and (min-width: 1279px) {
  nav.scroll .nav-wrapper .right-top-link .search-panel.active {
    width: 25px;
    padding-left: 25px;
  }
  nav.scroll .nav-wrapper .right-top-link .search-panel.active .fa.fa-search {
    left: 0;
    top: 17px;
  }
  nav.scroll .nav-wrapper .right-top-link .search-bar {
    padding: 10px;
    background-color: #ededed;
  }
  nav.scroll .nav-wrapper .right-top-link .search-bar.active {
    left: auto;
    right: 0;
    top: 55px;
    margin-right: -16px;
  }
  nav.scroll .nav-wrapper .right-top-link .search-bar.active .fa.fa-search {
    display: block;
  }
  nav.scroll .nav-wrapper .right-top-link .search-bar.active input {
    background-color: #fff;
  }
}
@media (min-width: 1279px) {
  nav.corporate .nav-wrapper .logo img {
    width: 85%;
  }
  nav.corporate.scroll .nav-wrapper .logo img {
    width: 80%;
  }
}
aside {
  position: fixed;
  width: 70%;
  height: 100%;
  left: 0;
  top: 0;
  margin-left: -70%;
  max-height: 100%;
  overflow: auto;
  transition: all 0.5s linear;
}

aside.visible {
  margin-left: 0;
}

aside .menu-wrapper-m {
  box-shadow: inset -10px 0 5px -5px #ddd;
  position: relative;
  margin-top: -1px;
  background-color: rgba(255, 255, 255, 0.93);
  width: 100%;
  min-height: 100%;
}

aside .menu-wrapper-m .top {
  border-top: 1px #ccc solid;
  border-bottom: 1px #ccc solid;
}

aside .menu-wrapper-m .top .w3-col {
  padding: 15px;
}

aside .menu-wrapper-m .top .w3-col:first-child {
  border-right: 1px #ccc solid;
}

aside .menu-wrapper-m .top .w3-col * {
  vertical-align: middle;
}

aside .menu-wrapper-m .top .w3-col .icons {
  margin-right: 5px;
}

aside .menu-wrapper-m .menu .w3-accordion-heading {
  padding: 15px 30px;
  border-top: 1px #ccc solid;
  transition: all 0.3s linear;
}

aside .menu-wrapper-m .menu .w3-accordion-heading:first-child {
  border-top: none;
}

aside .menu-wrapper-m .menu .w3-accordion-heading .fa-chevron-right,
aside .menu-wrapper-m .menu .w3-accordion-heading .ion-chevron-right {
  transition: all 0.3s linear;
}

aside .menu-wrapper-m .menu .w3-accordion-heading.active {
  background-color: #ff8200;
  color: #fff;
}

aside .menu-wrapper-m .menu .w3-accordion-heading.active .fa-chevron-right,
aside .menu-wrapper-m .menu .w3-accordion-heading.active .ion-chevron-right {
  transform: rotate(90deg);
}

aside .menu-wrapper-m .menu .w3-accordion-heading.active .fa-chevron-right::before {
  color: #fff;
}

aside .menu-wrapper-m .menu .w3-accordion-content {
  padding: 15px 30px;
  font-size: 14px;
}

aside .menu-wrapper-m .menu .w3-accordion-content .title {
  margin: 0;
  padding: 6px 0;
  color: #333;
}

aside .menu-wrapper-m .menu .w3-accordion-content .title:before {
  content: "";
  margin-right: 8px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #ff8200;
  display: inline-block;
}

.sidebar.sidebar-1 .w3-ul.disc > li.current .sub li > .list-style,
footer.main-footer .bottom-link {
  font-family: Oswald, Helvetica, Arial, "微軟正黑體", "Microsoft JhengHei", sans-serif;
}

aside .menu-wrapper-m .menu .w3-accordion-content .title a {
  display: inline;
  padding: 0;
  color: #333;
  vertical-align: middle;
}

aside .menu-wrapper-m .menu .w3-accordion-content .title a:hover {
  background-color: transparent;
}

aside .menu-wrapper-m .menu .w3-accordion-content > .w3-ul li {
  border-bottom: 0;
  padding-left: 0;
}

aside .menu-wrapper-m .menu .w3-accordion-content > .w3-ul li a {
  padding: 0 0 0 18px;
  display: block;
  border-radius: 10px;
}

aside .menu-wrapper-m .menu .w3-accordion-content > .w3-ul li a:hover {
  background-color: #ff8200;
  color: #fff;
}

aside .menu-wrapper-m .search-bar {
  display: none;
  border-top: 1px #ccc solid;
  padding: 4px 16px;
}

aside .menu-wrapper-m .search-bar input {
  background-color: #fff;
}

aside .menu-wrapper-m .search-bar input::-moz-placeholder {
  color: #bfbfbf;
}

aside .menu-wrapper-m .search-bar input::placeholder {
  color: #bfbfbf;
}

aside .menu-wrapper-m .top-link {
  border-top: 1px #ccc solid;
  border-bottom: 1px #ccc solid;
  background-color: #fff;
}

aside .menu-wrapper-m .top-link .w3-col {
  height: 54px;
  border-left: 1px #ccc solid;
}

aside .menu-wrapper-m .top-link .w3-col a {
  display: block;
  line-height: 1;
  height: auto;
  padding: 15px 0;
}

aside .menu-wrapper-m .top-link .w3-col a.active {
  border-width: 2px;
  color: #ff8200;
}

aside .menu-wrapper-m .top-link .w3-col:first-child {
  border-left: none;
}

aside .menu-wrapper-m .top-link .w3-col.lang {
  padding: 0;
}

aside .menu-wrapper-m .top-link .w3-col.lang select {
  height: 100%;
}

aside .menu-wrapper-m .top-link .w3-col.search-panel .w3-btn {
  padding: 15px 0;
  display: block;
  width: 100%;
  background-color: transparent;
  color: #000;
}

aside .menu-wrapper-m .top-link .w3-col.search-panel .w3-btn:active {
  background-color: #ff8200;
  color: #fff;
}

main {
  transition: all 0.5s linear;
  padding-top: 35px;
}

@media (min-width: 767px) {
  main {
    padding-top: 40px;
  }
}
@media (min-width: 1280px) {
  main {
    padding-top: 112px;
  }
  main.scroll {
    padding-top: 66px;
  }
}
main.aside-show {
  z-index: 1;
  margin-left: 70%;
}

main.theme section.main {
  padding-bottom: 50px;
}

@media (min-width: 767px) {
  main.theme section.main {
    padding-bottom: 100px;
  }
}
main.theme.theme-1 .sidebar {
  padding-bottom: 32px;
  display: none;
}

@media (min-width: 1279px) {
  main.theme.theme-1 .sidebar {
    padding-bottom: 0;
    display: block;
  }
  main.theme.theme-1 .sidebar-content {
    padding-left: 64px;
  }
}
main.theme.theme-3 .sidebar {
  padding-bottom: 32px;
  display: none;
}

main.theme.theme-3 .sidebar.sidebar-block {
  display: block;
}

@media (min-width: 1279px) {
  main.theme.theme-3 .sidebar {
    padding-bottom: 0;
    display: block;
  }
  main.theme.theme-3 .sidebar-content {
    padding-right: 64px;
  }
}
main .main-feature-wrapper {
  padding: 32px 0;
}

main .main-feature-wrapper img {
  vertical-align: middle;
  margin: 0 1%;
  max-width: 100%;
}

main .main-feature-wrapper img.phone {
  width: 24%;
}

main .main-feature-wrapper img.function {
  width: 100%;
}

@media (min-width: 767px) {
  main .main-feature-wrapper {
    padding: 32px 0;
  }
  main .main-feature-wrapper img.function {
    width: 30.66667%;
  }
}
@media (min-width: 1279px) {
  main .main-feature-wrapper img.function {
    width: 20%;
  }
}
main .main-feature-wrapper .small-feature-wrapper table {
  width: 102%;
  border-collapse: separate;
  margin-left: -1%;
}

main .main-feature-wrapper .small-feature-wrapper td {
  padding: 0 2%;
  border: 1px solid transparent;
}

main .main-feature-wrapper .small-feature-wrapper td.center {
  border-left: 1px #ccc solid;
  border-right: 1px #ccc solid;
}

main .main-feature-wrapper .copy {
  text-align: left;
  max-width: 960px;
  line-height: 150%;
  margin: 0 auto 50px;
}

main .main-feature-wrapper.o-bg {
  padding: 32px 0;
}

@media (min-width: 767px) {
  main .main-feature-wrapper .copy {
    margin: 0 auto 100px;
  }
  main .main-feature-wrapper.o-bg {
    padding: 32px 0;
  }
}
footer.main-footer {
  background-color: #e4e4e4;
  position: relative;
  transition: all 0.5s linear;
  font-size: 13px;
}

footer.main-footer .icons-back_to_top {
  position: absolute;
  z-index: 40;
  top: 0;
  right: 16px;
  margin-top: -35px;
}

footer.main-footer.aside-show {
  z-index: 1;
  margin-left: 70%;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

footer.main-footer section {
  margin: 0 auto;
}

footer.main-footer section.w3-container {
  padding: 10px 16px;
  position: relative;
}

footer.main-footer section.w3-container.bottom-link {
  padding: 10px 16px;
}

footer.main-footer section.w3-container .icons-back_to_top {
  margin-top: -65px;
}

@media (min-width: 767px) {
  footer.main-footer section.w3-container {
    padding: 20px 16px;
  }
  footer.main-footer section.w3-container.bottom-link {
    padding: 10px 16px;
  }
}
@media (min-width: 1279px) {
  footer.main-footer section.w3-container {
    padding: 30px 16px;
  }
  footer.main-footer section.w3-container.sitemap-link {
    padding: 30px 0;
  }
  footer.main-footer section.w3-container.bottom-link {
    padding: 10px 16px;
  }
}
footer.main-footer .obank-logo {
  width: 53%;
  max-width: 340px;
  margin-bottom: -1.5%;
}

footer.main-footer .n-hr-10 {
  height: 5px;
}

footer.main-footer .f-hr {
  margin: 0;
  border: 0;
  height: 1px;
  background-color: #ccc;
  color: #ccc;
  border-bottom: 1px #fff solid;
}

footer.main-footer .copyright a {
  display: block;
  padding: 3px 0;
}

footer.main-footer .copyright a:first-child {
  padding-left: 0;
}

footer.main-footer .social {
  padding-top: 10px;
}

footer.main-footer .cr-link.n-table,
footer.main-footer .cr-link.n-table > .w3-row.table-row,
footer.main-footer .cr-link.n-table > .w3-row.table-row > .w3-col {
  display: block;
}

footer.main-footer .cr-link.n-table > .w3-row.table-row > .w3-col * {
  vertical-align: baseline;
}

footer.main-footer .bottom-link * {
  vertical-align: middle;
}

footer.main-footer .bottom-link .w3-col {
  padding: 5px 0;
}

footer.main-footer .bottom-link .info .icons {
  margin-right: 5px;
}

footer.main-footer .bottom-link .info > span {
  display: block;
  padding: 5px 0;
}

@media (min-width: 767px) {
  footer.main-footer .bottom-link .info > span {
    display: inline-block;
    border-right: 1px #ccc solid;
    padding: 0 10px;
  }
  footer.main-footer .bottom-link .info > span:first-child {
    padding-left: 0;
  }
  footer.main-footer .bottom-link .info > span:last-child {
    border-right: none;
  }
}
@media (min-width: 1279px) {
  footer.main-footer {
    padding-top: 30px;
  }
  footer.main-footer .footer-link li {
    border-bottom: 0;
  }
  footer.main-footer .footer-link.left li {
    float: left;
  }
  footer.main-footer .n-hr-10 {
    height: 10px;
  }
  footer.main-footer .sitemap-link {
    max-width: 1000px;
  }
  footer.main-footer .sitemap-link .w3-ul li {
    border: none;
  }
  footer.main-footer .sitemap-link .w3-ul li h6 {
    font-size: 18px;
    margin: 0;
  }
  footer.main-footer .sitemap-link .w3-ul li a:hover {
    text-decoration: underline;
  }
  footer.main-footer.corporate .sitemap-link {
    max-width: 1280px;
  }
  footer.main-footer.corporate .sitemap-link .w3-col {
    width: 14.28571%;
  }
  footer.main-footer .copyright a {
    display: inline;
    padding: 0 10px;
    border-right: 1px #ccc solid;
  }
  footer.main-footer .copyright a:last-child {
    border-right: none;
  }
  footer.main-footer .cr-link.n-table {
    display: table;
  }
  footer.main-footer .cr-link.n-table > .w3-row.table-row {
    display: table-row;
  }
  footer.main-footer .cr-link.n-table > .w3-row.table-row > .w3-col {
    display: table-cell;
  }
  footer.main-footer .cr-link.n-table > .w3-row.table-row > .w3-col * {
    vertical-align: baseline;
  }
  footer.main-footer .bottom-link .w3-col {
    padding: 0;
  }
  footer.main-footer .bottom-link .browser {
    text-align: right;
  }
}
.o-form.foreign-rate-trend .n-table-medium .td .input-row .w3-col .dash,
.o-form.foreign-rate-trend .n-table-medium .td .input-row .w3-col .icons,
.o-form.foreign-rate-trend .n-table-medium .td .input-row .w3-col .o-select,
.o-form.v-align-middle *,
.w3-table *,
.w3-table td,
.w3-table th {
  vertical-align: middle;
}

.sidebar.sidebar-1 .w3-ul.disc > li {
  padding-left: 30px;
  padding-right: 0;
}

.sidebar.sidebar-1 .w3-ul.disc > li > a {
  font-size: 24px;
  display: block;
  padding: 15px 0 15px 5px;
}

.sidebar.sidebar-1 .w3-ul.disc > li:before {
  position: absolute;
  left: 12px;
  top: 28px;
}

.sidebar.sidebar-1 .w3-ul.disc > li.current {
  color: #ff8200;
  background-color: #efefef;
  padding-top: 1px;
  padding-bottom: 1px;
}

.o-form input[type=text].w3-input,
.o-form textarea.w3-input.o-input,
.sidebar.sidebar-1 .w3-ul.disc > li.current.no-sub,
.sidebar.sidebar-1 .w3-ul.disc > li.current > a {
  background-color: #fff;
}

.sidebar.sidebar-1 .w3-ul.disc > li.current:before {
  position: absolute;
  top: 22px;
}

.sidebar.sidebar-1 .w3-ul.disc > li.current .sub {
  background-color: #fff;
  color: #333;
}

.sidebar.sidebar-1 .w3-ul.disc > li.current .sub li {
  padding: 15px 0;
}

.sidebar.sidebar-1 .w3-ul.disc > li.current .sub li > a {
  padding-left: 5px;
  display: block;
}

.sidebar.sidebar-1 .w3-ul.disc > li.current .sub li.current,
.sidebar.sidebar-1 .w3-ul.disc > li.current .sub li.current > .list-style {
  color: #ff8200;
}

.sidebar.sidebar-1 .w3-ul.disc > li.current .sub li > .list-style {
  font-size: 24px;
  font-weight: 300;
  transform: rotate(270deg);
  margin-left: -23px;
  top: 16px;
  line-height: 20px;
  height: 18px;
  overflow: hidden;
  color: #b8b8b8;
}

.sidebar.sidebar-1 .w3-ul.disc > li.current .sub li > .list-style.first {
  margin-left: -21px;
}

.sidebar.hot-search .inner {
  padding: 8px 20px;
}

.o-form .o-each-padding .w3-col {
  padding: 8px 0;
}

.o-form label {
  display: inline-block;
}

.o-form input[type=text].w3-input.o-input {
  border-radius: 25px;
  padding: 4px 8px;
  border: 1px solid #ccc;
}

.o-form input[type=text].w3-input.fixed-width-170 {
  width: 100%;
}

@media (min-width: 767px) {
  .o-form input[type=text].w3-input.fixed-width-170 {
    width: 170px;
    display: inline-block;
  }
}
.o-form input[type=checkbox].w3-check.o-check {
  top: 0;
}

.o-form textarea.w3-input.o-input {
  resize: none;
  width: 100%;
  height: 80px;
  border-radius: 15px;
  padding: 4px 8px;
  border: 1px solid #ccc;
}

.o-form.loan-form > .w3-row,
.w3-table.o-table.table-3 tbody tr {
  border-bottom: 1px #ccc solid;
}

.o-form .validateScope {
  position: relative;
  display: block;
}

.o-form .validateScope label.error {
  font-size: 14px;
  color: #ff8200;
}

.o-form .validateScope input[type=text] + label.error,
.o-form .validateScope textarea + label.error {
  position: absolute;
  color: #ff8200;
  left: 0;
  top: 0;
  width: 100%;
  padding: 6px 0 6px 15px;
  text-align: left;
}

.o-form .validateScope input[type=checkbox].errorPushRight + label.error {
  position: absolute;
  right: 0;
  top: 0;
  padding: 6px 0 6px 15px;
}

.o-form a {
  display: inline-block;
  text-decoration: underline !important;
}

.o-form a.no-ul {
  text-decoration: none !important;
}

.o-anchor.default:hover,
.w3-ul.o-ul.ul-6 > li a:hover,
.w3-ul.search-list > li a:hover {
  text-decoration: underline;
}

.o-form .w3-row.table-row.captcha-table .w3-col {
  height: 34px;
}

.o-form .w3-row.table-row.captcha-table .captchaImgWrapper {
  text-align: left;
  padding: 5px 0;
  height: auto;
}

.o-form .w3-row.table-row.captcha-table .captchaImgWrapper img {
  width: 100%;
  margin: 0 auto;
  display: block;
}

.o-form .w3-row.table-row.captcha-table .refreshWrapper {
  text-align: center;
  width: 30px;
  height: auto;
}

.o-form .w3-row.table-row.captcha-table .refreshWrapper:before {
  content: "";
  vertical-align: middle;
  height: 100%;
  display: inline-block;
}

.o-form .w3-row.table-row.captcha-table .refreshWrapper .fa.fa-refresh {
  font-size: 24px;
  cursor: pointer;
}

.o-form.trust-inquery {
  padding: 16px;
}

.o-form.trust-inquery .td,
.o-form.trust-inquery .th {
  padding: 5px;
}

.o-form.trust-inquery .th {
  padding: 10px 5px 0;
}

.o-form.trust-inquery .w3-row {
  padding-bottom: 5px;
}

@media (min-width: 767px) {
  .o-form.trust-inquery {
    padding: 32px;
  }
  .o-form.trust-inquery .td,
  .o-form.trust-inquery .th {
    padding: 10px 5px;
  }
  .o-form.trust-inquery .n-table-medium {
    max-width: 700px;
    margin: 0 auto;
  }
  .o-form.trust-inquery .n-table-medium .th {
    text-align: right;
  }
}
.o-form.foreign-rate-trend {
  padding: 16px;
}

.o-form.foreign-rate-trend .n-table-medium .table-row {
  padding-bottom: 20px;
}

.o-form.foreign-rate-trend .n-table-medium .th {
  padding: 10px 5px;
}

.o-form.foreign-rate-trend .n-table-medium .td {
  padding: 0 5px;
}

.o-form.foreign-rate-trend .n-table-medium .td .input-row .w3-col {
  padding: 5px 0;
}

.o-form.foreign-rate-trend .n-table-medium .td .input-row.date-selection .o-select {
  display: inline-block;
}

.o-form.foreign-rate-trend .n-table-medium .td .input-row.date-selection .dash {
  display: block;
  visibility: hidden;
  text-align: center;
  height: 10px;
}

@media (min-width: 767px) {
  .o-form.foreign-rate-trend {
    padding: 32px;
  }
  .o-form.foreign-rate-trend .n-table-medium .th {
    width: 100px;
  }
  .o-form.foreign-rate-trend .n-table-medium .td {
    padding: 10px 10px 10px 5px;
  }
  .o-form.foreign-rate-trend .n-table-medium .td .input-row .w3-col {
    padding: 0 10px 0 0;
  }
  .o-form.foreign-rate-trend .n-table-medium .td .input-row.date-selection .dash {
    display: inline-block;
    visibility: visible;
    height: auto;
  }
}
.o-form.salary-form {
  padding: 16px;
}

.o-form.salary-form .td,
.o-form.salary-form .th {
  padding: 10px 5px;
}

@media (min-width: 767px) {
  .o-form.salary-form {
    padding: 32px;
  }
  .o-form.salary-form .n-table-medium {
    max-width: 700px;
    margin: 0 auto;
  }
  .o-form.salary-form .n-table-medium .th {
    text-align: right;
  }
}
.o-form.loan-form {
  padding: 20px;
  border-radius: 10px;
}

.o-form.loan-form > .w3-row {
  border-top: 1px #ccc solid;
}

.o-form.loan-form .loan-form-grid-left {
  padding: 20px 0 0;
}

.o-form.loan-form .loan-form-grid-right {
  padding: 20px 0;
}

.o-form.loan-form .loan-form-grid-right textarea {
  height: 225px;
}

.o-form.loan-form .n-table-medium .w3-row {
  padding-bottom: 10px;
}

.o-form.loan-form .n-table-medium .w3-col {
  padding: 2px 5px;
}

@media (min-width: 767px) {
  .o-form.loan-form > .w3-row {
    position: relative;
  }
  .o-form.loan-form > .w3-row:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    width: 1px;
    border-left: 1px #ccc solid;
    left: 50%;
  }
  .o-form.loan-form .loan-form-grid-left,
  .o-form.loan-form .loan-form-grid-right {
    padding: 20px 20px 30px;
  }
  .o-form.loan-form .n-table-medium .label {
    text-align: right;
  }
  .o-form.loan-form .n-table-medium .w3-row {
    padding-bottom: 0;
  }
  .o-form.loan-form .n-table-medium .w3-col {
    padding: 5px;
  }
}
.w3-table.o-table.branches .tel,
.w3-table.o-table.table-4 thead th,
.w3-table.o-table.w3-center td,
.w3-table.o-table.w3-center th {
  text-align: center;
}

.login-o-form {
  position: relative;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

.login-form .w3-container {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

.announce-form {
  max-width: 750px;
  margin: 0 auto;
  position: relative;
  top: 100px;
}

.w3-table {
  font-family: Lato, Helvetica, Arial, "微軟正黑體", "Microsoft JhengHei", sans-serif;
}

.w3-table.va-top *,
.w3-table.va-top td,
.w3-table.va-top th {
  vertical-align: top;
}

.w3-table.o-table td:first-child,
.w3-table.o-table th:first-child {
  padding-left: 8px;
}

.w3-table.o-table.large-head thead td,
.w3-table.o-table.large-head thead th {
  padding: 16px 6px;
}

.w3-table.o-table.table-1 thead tr {
  background-color: #faf1e6;
}

.w3-table.o-table.table-2 tbody tr td:first-child {
  padding-left: 0;
}

.w3-table.o-table.table-3 tfoot tr,
.w3-table.o-table.table-3 thead tr {
  background-color: #efefef;
}

.w3-table.o-table.table-3 tbody tr:last-child {
  border-bottom: none;
}

.w3-table.o-table.table-4 {
  font-family: Oswald, Helvetica, Arial, "微軟正黑體", "Microsoft JhengHei", sans-serif;
}

.o-table-footer.table-footer-3,
.o-table-title.table-title-3 {
  font-family: Lato, Helvetica, Arial, "微軟正黑體", "Microsoft JhengHei", sans-serif;
  color: #666;
}

.w3-table.o-table.table-4.col-3 td,
.w3-table.o-table.table-4.col-3 th {
  width: 33.33333%;
}

.w3-table.o-table.table-4.col-2 td,
.w3-table.o-table.table-4.col-2 th {
  width: 50%;
}

.w3-table.o-table.table-4 td,
.w3-table.o-table.table-4 th {
  border-bottom: 1px #ccc solid;
}

@media (min-width: 767px) {
  .w3-table.o-table.table-4 td,
  .w3-table.o-table.table-4 th {
    padding: 6px 5%;
  }
}
@media (min-width: 1279px) {
  .w3-table.o-table.table-4 td,
  .w3-table.o-table.table-4 th {
    padding: 6px 7%;
  }
}
@media (min-width: 767px) {
  .w3-table.o-table.table-4 td:first-child,
  .w3-table.o-table.table-4 th:first-child {
    padding: 6px 5%;
  }
}
@media (min-width: 1279px) {
  .w3-table.o-table.table-4 td:first-child,
  .w3-table.o-table.table-4 th:first-child {
    padding: 6px 7%;
  }
}
.w3-table.o-table.table-4 td p,
.w3-table.o-table.table-4 th p {
  margin: 0;
  padding: 6px 0;
}

.w3-table.o-table.table-4 thead th img {
  max-width: 100%;
}

@media (min-width: 767px) {
  .w3-table.o-table.branches tbody td,
  .w3-table.o-table.branches tbody th {
    padding: 6px 8px 6px 4%;
  }
  .w3-table.o-table.branches tbody td.add a:hover > span,
  .w3-table.o-table.branches tbody td.tel a:hover,
  .w3-table.o-table.branches tbody th.add a:hover > span,
  .w3-table.o-table.branches tbody th.tel a:hover {
    text-decoration: underline;
  }
  .w3-table.o-table.branches .tel {
    text-align: left;
  }
}
.w3-table.o-table.branches .name,
.w3-table.o-table.branches .tel {
  width: 40%;
}

.w3-table.o-table.branches .name {
  padding: 8px 8px 8px 7%;
}

.w3-table.o-table.branches .add {
  width: 20%;
  text-align: center;
}

.w3-table.o-table.branches .add a {
  position: relative;
  display: block;
}

.w3-table.o-table.branches .add a:before {
  content: "";
  background-size: contain;
  background-image: url(../images/obank/locate.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 21px;
  height: 21px;
  position: relative;
  top: 2px;
}

.icons-appstore_l,
.w3-ul.o-ul.ul-5.small > li:before {
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
}

.w3-table.o-table.branches .add a > span {
  display: none;
}

@media (min-width: 767px) {
  .w3-table.o-table.branches .add {
    text-align: left;
  }
  .w3-table.o-table.branches .add a {
    display: inline-block;
    padding-left: 26px;
  }
  .w3-table.o-table.branches .add a:before {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
  }
  .w3-table.o-table.branches .add a > span {
    display: inline-block;
  }
}
.o-table-footer,
.o-table-title {
  margin: 15px 0;
}

.w3-table.o-table.branches .fax {
  display: none;
}

@media (min-width: 767px) {
  .w3-table.o-table.branches .fax,
  .w3-table.o-table.branches .name,
  .w3-table.o-table.branches .tel {
    display: table-cell;
    width: 20%;
  }
  .w3-table.o-table.branches .add {
    width: 40%;
  }
}
.w3-table.o-table.team .name,
.w3-table.o-table.team .title {
  width: 25%;
}

.w3-table.o-table.team .job {
  width: 50%;
}

@media (min-width: 767px) {
  .w3-table.o-table.team .name,
  .w3-table.o-table.team .title {
    width: 15%;
  }
  .w3-table.o-table.team .job {
    width: 70%;
  }
}
.w3-table.o-table.team tbody td,
.w3-table.o-table.team thead th {
  text-align: center;
}

.w3-table.o-table.team tbody td.job {
  text-align: left;
}

.o-table-round-head {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

.o-table-footer.table-footer-3 {
  font-size: 15px;
}

.n-table {
  width: 100%;
  display: table;
}

.n-table > .w3-row.table-row {
  display: table-row;
}

.n-table > .w3-row.table-row > .w3-col {
  float: none;
  display: table-cell;
  vertical-align: middle;
}

.n-table > .w3-row.table-row > .w3-col * {
  vertical-align: middle;
}

@media (min-width: 1279px) {
  .n-table-large {
    width: 100%;
    display: table;
  }
  .n-table-large > .w3-row.table-row {
    display: table-row;
  }
  .n-table-large > .w3-row.table-row > .w3-col {
    float: none;
    display: table-cell;
    vertical-align: middle;
  }
  .n-table-large > .w3-row.table-row > .w3-col * {
    vertical-align: middle;
  }
}
@media (min-width: 767px) {
  .n-table-medium {
    width: 100%;
    display: table;
  }
  .n-table-medium > .w3-row.table-row {
    display: table-row;
  }
  .n-table-medium > .w3-row.table-row > .w3-col {
    float: none;
    display: table-cell;
    vertical-align: middle;
  }
  .n-table-medium > .w3-row.table-row > .w3-col > * {
    vertical-align: middle;
  }
  .n-table-medium > .w3-row.table-row > .w3-col.vtop,
  .n-table-medium > .w3-row.table-row > .w3-col.vtop > * {
    vertical-align: top;
  }
  .n-table-medium > .w3-row.table-row > .w3-rest {
    display: table-cell;
    vertical-align: middle;
  }
  .n-table-medium > .w3-row.table-row > .w3-rest > * {
    vertical-align: middle;
  }
}
.o-row .o-cell,
.w3-btn.o-btn *,
.w3-btn.o-large-btn.large-btn-1 *,
a.online-service * {
  vertical-align: middle;
}

.o-row {
  display: table;
  width: 100%;
}

.o-row .o-cell {
  display: table-cell;
}

.w3-accordion.o-accordion.accordion-1,
.w3-accordion.o-accordion.accordion-2 {
  cursor: default;
  margin: 0 auto;
}

.w3-accordion.o-accordion.accordion-1 .w3-accordion-heading,
.w3-accordion.o-accordion.accordion-2 .w3-accordion-heading {
  transition: background-color 0.3s linear;
  cursor: pointer;
  border-bottom: 1px #ccc solid;
  padding: 15px 0;
}

.w3-accordion.o-accordion.accordion-1 .w3-accordion-heading h4,
.w3-accordion.o-accordion.accordion-2 .w3-accordion-heading h4 {
  transition: color 0.3s linear;
  position: relative;
  margin: 0 auto;
  max-width: 960px;
  font-size: 20px;
}

.w3-accordion.o-accordion.accordion-1 .w3-accordion-heading .fa-chevron-down,
.w3-accordion.o-accordion.accordion-2 .w3-accordion-heading .fa-chevron-down {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  right: 10px;
  color: #ff8200;
  transition: all 0.3s linear;
}

.w3-accordion.o-accordion.accordion-1 .w3-accordion-heading .fa-chevron-down:before,
.w3-accordion.o-accordion.accordion-2 .w3-accordion-heading .fa-chevron-down:before {
  position: absolute;
  top: 50%;
  right: 50%;
  margin-top: -10px;
  margin-right: -10px;
}

@media (min-width: 1279px) {
  .w3-accordion.o-accordion.accordion-1 .w3-accordion-heading h4,
  .w3-accordion.o-accordion.accordion-2 .w3-accordion-heading h4 {
    font-size: 22px;
  }
  .w3-accordion.o-accordion.accordion-1 .w3-accordion-heading .fa-chevron-down:before,
  .w3-accordion.o-accordion.accordion-2 .w3-accordion-heading .fa-chevron-down:before {
    margin-top: -11px;
    margin-right: -11px;
  }
}
@media (min-width: 767px) {
  .w3-accordion.o-accordion.accordion-1 .w3-accordion-heading .fa-chevron-down,
  .w3-accordion.o-accordion.accordion-2 .w3-accordion-heading .fa-chevron-down {
    right: 0;
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 30px;
  }
}
.w3-accordion.o-accordion.accordion-1 .w3-accordion-heading.active,
.w3-accordion.o-accordion.accordion-2 .w3-accordion-heading.active {
  background-color: #efefef;
  border-bottom: 1px transparent solid;
}

.w3-accordion.o-accordion.accordion-1 .w3-accordion-heading.active .fa-chevron-down,
.w3-accordion.o-accordion.accordion-2 .w3-accordion-heading.active .fa-chevron-down {
  transform: rotate(180deg);
}

.w3-accordion.o-accordion.accordion-1 .w3-accordion-heading.active + .w3-accordion-content,
.w3-accordion.o-accordion.accordion-2 .w3-accordion-heading.active + .w3-accordion-content {
  border-bottom: 1px #ccc solid;
}

.w3-accordion.o-accordion.accordion-1 .w3-accordion-content,
.w3-accordion.o-accordion.accordion-2 .w3-accordion-content {
  transition: background-color 0.3s linear;
  border-bottom: 1px transparent solid;
  padding: 0 0 10px;
}

.w3-accordion.o-accordion.accordion-1 .w3-accordion-content .content,
.w3-accordion.o-accordion.accordion-2 .w3-accordion-content .content {
  max-width: 960px;
  margin: 0 auto;
}

.w3-accordion.o-accordion.accordion-1 .w3-accordion-content .content h4,
.w3-accordion.o-accordion.accordion-1 .w3-accordion-content .content p,
.w3-accordion.o-accordion.accordion-2 .w3-accordion-content .content h4,
.w3-accordion.o-accordion.accordion-2 .w3-accordion-content .content p {
  margin: 0;
}

.w3-accordion.o-accordion.accordion-1 .w3-accordion-content .content h4,
.w3-accordion.o-accordion.accordion-2 .w3-accordion-content .content h4 {
  transition: color 0.3s linear;
  position: relative;
  font-size: 20px;
}

@media (min-width: 767px) {
  .w3-accordion.o-accordion.accordion-1 .w3-accordion-content .content h4,
  .w3-accordion.o-accordion.accordion-2 .w3-accordion-content .content h4 {
    font-size: 22px;
  }
  .w3-accordion.o-accordion.accordion-1 .w3-accordion-heading .fa-chevron-down {
    right: 15px;
  }
}
.w3-accordion.o-accordion.accordion-1 .w3-accordion-content h4:before,
.w3-accordion.o-accordion.accordion-1 .w3-accordion-heading h4:before {
  font-family: Oswald, Helvetica, Arial, "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 30px;
  position: absolute;
}

.w3-accordion.o-accordion.accordion-1 .w3-accordion-content .content a,
.w3-accordion.o-accordion.accordion-2 .w3-accordion-content .content a {
  background-color: transparent;
}

.w3-accordion.o-accordion {
  cursor: default;
}

.w3-accordion.o-accordion.accordion-1 .w3-accordion-heading h4 {
  padding: 10px 50px 10px 45px;
}

.w3-accordion.o-accordion.accordion-1 .w3-accordion-heading h4:before {
  left: 16px;
  top: 0;
  content: "Q";
}

@media (min-width: 1279px) {
  .w3-accordion.o-accordion.accordion-1 .w3-accordion-heading h4 {
    padding: 10px 40px 10px 25px;
  }
  .w3-accordion.o-accordion.accordion-1 .w3-accordion-heading h4:before {
    left: 0;
  }
}
.w3-accordion.o-accordion.accordion-1 .w3-accordion-heading .fa-chevron-down {
  top: 5px;
  margin-top: 0;
}

.w3-accordion.o-accordion.accordion-1 .w3-accordion-heading.active h4 {
  color: #00a9ba;
}

.w3-accordion.o-accordion.accordion-1 .w3-accordion-heading.active + .w3-accordion-content h4,
.w3-accordion.o-accordion.accordion-2 .w3-accordion-heading.active h4 {
  color: #ff8200;
}

.w3-accordion.o-accordion.accordion-1 .w3-accordion-heading.active + .w3-accordion-content {
  background-color: #efefef;
}

.w3-accordion.o-accordion.accordion-1 .w3-accordion-content h4,
.w3-accordion.o-accordion.accordion-1 .w3-accordion-content p {
  padding: 10px 50px 10px 45px;
}

.w3-accordion.o-accordion.accordion-1 .w3-accordion-content h4:before {
  left: 16px;
  top: 0;
  content: "A";
}

@media (min-width: 1279px) {
  .w3-accordion.o-accordion.accordion-1 .w3-accordion-content h4,
  .w3-accordion.o-accordion.accordion-1 .w3-accordion-content p {
    padding: 10px 0 10px 25px;
  }
  .w3-accordion.o-accordion.accordion-1 .w3-accordion-content h4:before {
    left: 0;
  }
}
.w3-accordion.o-accordion.accordion-2 .w3-accordion-heading {
  padding: 8px 0;
}

@media (min-width: 767px) {
  .w3-accordion.o-accordion.accordion-2 .w3-accordion-heading {
    padding: 15px 20px;
  }
}
@media (min-width: 1279px) {
  .w3-accordion.o-accordion.accordion-2 .w3-accordion-heading {
    padding: 30px 40px;
  }
  .w3-accordion.o-accordion.accordion-2 .w3-accordion-heading h4 {
    padding-right: 45px;
  }
}
.w3-accordion.o-accordion.accordion-2 .w3-accordion-heading h4 {
  padding-right: 45px;
}

.w3-accordion.o-accordion.accordion-2 .w3-accordion-heading .fa-chevron-down {
  top: 0;
  margin-top: 0;
}

.w3-accordion.o-accordion.accordion-2 .w3-accordion-heading.active {
  background-color: transparent;
}

.w3-accordion.o-accordion.accordion-2 .w3-accordion-content {
  padding: 8px 0;
}

@media (min-width: 767px) {
  .w3-accordion.o-accordion.accordion-2 .w3-accordion-heading.active {
    background-color: #efefef;
  }
  .w3-accordion.o-accordion.accordion-2 .w3-accordion-content {
    padding: 15px 20px;
  }
}
@media (min-width: 1279px) {
  .w3-accordion.o-accordion.accordion-2 .w3-accordion-content {
    padding: 30px 40px;
  }
}
.w3-accordion.o-accordion.accordion-2 .w3-accordion-content .padding-follow {
  padding: 0;
}

@media (min-width: 767px) {
  .w3-accordion.o-accordion.accordion-2 .w3-accordion-content .padding-follow {
    padding: 0 20px;
  }
}
@media (min-width: 1279px) {
  .w3-accordion.o-accordion.accordion-2 .w3-accordion-content .padding-follow {
    padding: 0 40px;
  }
  .w3-accordion.o-accordion.accordion-3 .o-large-btn.large-btn-1 {
    position: absolute;
    top: 0;
    right: 50%;
  }
}
.w3-accordion.o-accordion.accordion-4 {
  position: relative;
}

.w3-accordion.o-accordion.accordion-4 .w3-accordion-heading {
  border-bottom: 1px #ccc solid;
}

.w3-accordion.o-accordion.accordion-4 .w3-accordion-heading .w3-accordionIconBtn {
  cursor: pointer;
}

.w3-accordion.o-accordion.accordion-4 .w3-accordion-heading .fa-chevron-down {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-bottom: -20px;
  margin-left: -20px;
  color: #ff8200;
  border: 1px solid #ccc;
  background-color: #fff;
  z-index: 1;
  border-radius: 30px;
  transition: all 0.3s linear;
}

.w3-accordion.o-accordion.accordion-4 .w3-accordion-heading .fa-chevron-down:before {
  position: absolute;
  top: 10px;
  left: 11px;
}

.w3-accordion.o-accordion.accordion-4 .w3-accordion-heading.active .fa-chevron-down {
  transform: rotate(180deg);
}

.w3-accordion.o-accordion.accordion-4 .w3-accordion-heading.active .fa-chevron-down:before {
  top: 11px;
}

.w3-accordion.o-accordion.accordion-4 .w3-accordion-heading.active + .w3-accordion-content {
  border-bottom: 1px #ccc solid;
}

.w3-accordion.o-accordion.accordion-4 .w3-accordion-content {
  padding: 32px 0;
}

.w3-accordion.o-accordion.accordion-4.min-height[data-min-height="100"] .w3-accordion-content {
  height: 100px;
}

.w3-accordion.o-accordion.accordion-4.min-height[data-min-height="200"] .w3-accordion-content {
  height: 200px;
}

.w3-accordion.o-accordion.accordion-4.min-height[data-min-height="300"] .w3-accordion-content {
  height: 300px;
}

.w3-accordion.o-accordion.accordion-4.min-height .w3-accordion-content {
  display: block;
  overflow: hidden;
  border-bottom: 1px #ccc solid;
}

.w3-accordion.o-accordion.accordion-4.recommend-friend .steps-row .spaces {
  display: none;
}

.w3-accordion.o-accordion.accordion-4.recommend-friend .steps-row .copy {
  background-color: #fff;
  padding: 10px 10px 20px;
  border-radius: 50px 0;
  text-align: center;
}

.w3-accordion.o-accordion.accordion-4.recommend-friend .steps-row .steps-arrow {
  padding: 10px 0;
  text-align: center;
}

.w3-accordion.o-accordion.accordion-4.recommend-friend .steps-row .steps-arrow .icons {
  transform: rotate(90deg);
}

@media (min-width: 1279px) {
  .w3-accordion.o-accordion.accordion-4.recommend-friend .steps-row .spaces {
    display: block;
    width: 7%;
  }
  .w3-accordion.o-accordion.accordion-4.recommend-friend .steps-row .copy {
    width: 24%;
  }
  .w3-accordion.o-accordion.accordion-4.recommend-friend .steps-row .steps-arrow {
    padding-top: 120px;
    width: 7%;
  }
  .w3-accordion.o-accordion.accordion-4.recommend-friend .steps-row .steps-arrow .icons {
    transform: rotate(0);
  }
}
.w3-accordion.o-accordion.accordion-5 .o-btn.w3-btn.w3-accordionBtn {
  padding: 10px 16px;
  text-align: left;
  width: 100%;
  border-bottom: 1px #ccc dotted;
  position: relative;
  box-shadow: none;
}

.w3-accordion.o-accordion.accordion-5 .o-btn.w3-btn.w3-accordionBtn.col-1 {
  border-top: 1px #ccc dotted;
}

.w3-accordion.o-accordion.accordion-5 .o-btn.w3-btn.w3-accordionBtn .icons {
  background-color: #f6f6f6;
  border-radius: 50%;
  transition: all 0.3s linear;
}

.w3-accordion.o-accordion.accordion-5 .o-btn.w3-btn.w3-accordionBtn .o-heading.heading-sub-title {
  margin-bottom: 0;
}

.w3-accordion.o-accordion.accordion-5 .o-btn.w3-btn.w3-accordionBtn .fa {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: rotate(-90deg);
  transition: all 0.3s linear;
  color: #ccc;
}

.w3-accordion.o-accordion.accordion-5 .o-btn.w3-btn.w3-accordionBtn * {
  display: inline-block;
}

.w3-accordion.o-accordion.accordion-5 .o-btn.w3-btn.w3-accordionBtn.active .icons {
  background-color: #ff8200;
}

.w3-accordion.o-accordion.accordion-5 .o-btn.w3-btn.w3-accordionBtn.active .fa {
  transform: rotate(0);
  color: #ff8200;
}

.w3-accordion.o-accordion.accordion-5 .w3-accordion-content.o-accordion-content {
  background-color: #f6f6f6;
  padding: 16px;
}

.w3-btn.o-btn,
.w3-btn.o-btn.transparent {
  background-color: transparent;
}

@media (min-width: 1279px) {
  .w3-accordion.o-accordion.accordion-5 .o-btn.w3-btn.w3-accordionBtn {
    text-align: center;
    border-bottom: none;
    border-right: 1px #ccc dotted;
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    overflow: inherit;
  }
  .w3-accordion.o-accordion.accordion-5 .o-btn.w3-btn.w3-accordionBtn.col-1 {
    border-top: none;
    border-left: 1px #ccc dotted;
  }
  .w3-accordion.o-accordion.accordion-5 .o-btn.w3-btn.w3-accordionBtn * {
    display: block;
  }
  .w3-accordion.o-accordion.accordion-5 .o-btn.w3-btn.w3-accordionBtn .icons {
    margin: 0 auto;
  }
  .w3-accordion.o-accordion.accordion-5 .o-btn.w3-btn.w3-accordionBtn .fa {
    transform: rotate(0);
    right: 50%;
    top: 100%;
    margin-top: 20px;
    margin-right: -10px;
    display: inline-block;
    font-size: 20px;
  }
  .w3-accordion.o-accordion.accordion-5 .w3-accordion-content.o-accordion-content {
    padding: 32px;
    position: relative;
  }
  .w3-accordion.o-accordion.accordion-5 .w3-accordion-content.o-accordion-content:before {
    content: "\f04b";
    display: inline-block;
    font-family: FontAwesome;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    transform: rotate(90deg);
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 20px;
  }
  .o-accordion-wrapper.accordion-wrapper-3 {
    padding-top: 320px;
    min-height: 290px;
  }
}
.o-accordion-title {
  margin: 15px 0;
}

.o-accordion-title.accordion-title-2 {
  font-family: Lato, Helvetica, Arial, "微軟正黑體", "Microsoft JhengHei", sans-serif;
  color: #666;
}

.w3-btn.o-large-btn.large-btn-1 h2,
.w3-btn.o-large-btn.large-btn-1 p,
.w3-ul.o-ul.ul-6 > li > .list-style,
.w3-ul.search-list > li > .list-style {
  font-family: Oswald, Helvetica, Arial, "微軟正黑體", "Microsoft JhengHei", sans-serif;
}

.o-accordion-wrapper.accordion-wrapper-3 {
  position: relative;
  overflow: hidden;
}

.o-accordion-wrapper.accordion-wrapper-3.cols-4 .col-1 {
  margin-right: 280px;
}

.o-accordion-wrapper.accordion-wrapper-3.cols-4 .col-3 {
  margin-right: -280px;
}

.o-accordion-wrapper.accordion-wrapper-3.cols-4 .col-4 {
  margin-right: -560px;
}

.w3-btn.w3-card-2-btn {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.w3-btn.w3-card-2-btn:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.w3-btn.o-btn {
  position: relative;
  color: #333;
}

.w3-btn.o-btn:hover {
  box-shadow: none;
}

@media (min-width: 1279px) {
  .o-accordion-wrapper.accordion-wrapper-5:after,
  .o-accordion-wrapper.accordion-wrapper-5:before {
    content: " ";
    display: table;
  }
  .o-accordion-wrapper.accordion-wrapper-5 {
    padding-top: 253px;
    min-height: 200px;
    position: relative;
    overflow: hidden;
    zoom: 1;
  }
  .o-accordion-wrapper.accordion-wrapper-5:after {
    clear: both;
  }
  .o-accordion-wrapper.accordion-wrapper-5.cols-5 .col-1 + .w3-accordion-content.o-accordion-content:before {
    left: 97px;
  }
  .o-accordion-wrapper.accordion-wrapper-5.cols-5 .col-2 {
    margin-left: 203px;
  }
  .o-accordion-wrapper.accordion-wrapper-5.cols-5 .col-2 + .w3-accordion-content.o-accordion-content:before {
    left: 300px;
  }
  .o-accordion-wrapper.accordion-wrapper-5.cols-5 .col-3 {
    margin-left: 406px;
  }
  .o-accordion-wrapper.accordion-wrapper-5.cols-5 .col-3 + .w3-accordion-content.o-accordion-content:before {
    left: 503px;
  }
  .o-accordion-wrapper.accordion-wrapper-5.cols-5 .col-4 {
    margin-left: 609px;
  }
  .o-accordion-wrapper.accordion-wrapper-5.cols-5 .col-4 + .w3-accordion-content.o-accordion-content:before {
    left: 706px;
  }
  .o-accordion-wrapper.accordion-wrapper-5.cols-5 .col-5 {
    margin-left: 812px;
  }
  .o-accordion-wrapper.accordion-wrapper-5.cols-5 .col-5 + .w3-accordion-content.o-accordion-content:before {
    left: 909px;
  }
  .w3-btn.o-btn.animated-rotate:hover .icons {
    animation: fa-spin 2s infinite linear;
  }
  .w3-btn.o-btn.animated-ring:hover .icons {
    animation: ring 2s infinite linear;
  }
}
.w3-btn.o-btn .icons {
  margin-right: 5px;
}

.w3-btn.o-btn .icons-wt_arw_dw_m {
  position: absolute;
  top: 50%;
  left: 50%;
}

.w3-btn.o-btn.icons-og_crc_l {
  border-radius: 150px;
}

.w3-btn.o-btn.icons-og_crc_l .icons-wt_arw_dw_m {
  margin-top: 20px;
  margin-left: -12px;
}

@media (min-width: 767px) {
  .w3-btn.o-btn:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  .w3-btn.o-btn:active {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  }
  .w3-btn.o-btn.icons-og_crc_l .icons-wt_arw_dw_m {
    margin-top: 30px;
    margin-left: -21px;
  }
}
.w3-btn.o-btn.icons-og_crc_l .txt {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 13px;
  margin: 0;
  font-weight: 900;
  line-height: 140%;
}

.w3-btn.o-btn.icons-og_crc_l .txt.l1 {
  bottom: 30px;
}

.w3-btn.o-btn.icons-og_crc_l .txt.l2 {
  bottom: 25px;
}

.w3-btn.o-btn.icons-og_crc_m {
  border-radius: 62px;
}

.w3-btn.o-btn.icons-og_crc_m .icons-wt_arw_dw_m {
  margin-top: -4px;
  margin-left: -11px;
}

.w3-btn.o-btn.fixed-width-170,
label.w3-btn.o-btn.o-select.date-select-170 {
  width: 170px;
  height: 35px;
  border-radius: 18px;
}

.w3-btn.o-btn.medium-round {
  width: 190px;
  height: 45px;
  border-radius: 35px;
}

.w3-btn.o-btn.auto-round {
  padding: 6px 10px;
  border-radius: 35px;
}

.w3-btn.o-btn.orange {
  background-color: #ff8200;
  color: #fff;
}

@media (min-width: 767px) {
  .w3-btn.o-btn.icons-og_crc_l .txt {
    font-size: 26px;
  }
  .w3-btn.o-btn.icons-og_crc_l .txt.l1 {
    bottom: 60px;
  }
  .w3-btn.o-btn.icons-og_crc_l .txt.l2 {
    bottom: 50px;
  }
  .w3-btn.o-btn.icons-og_crc_m .icons-wt_arw_dw_m {
    margin-top: -5px;
    margin-left: -21px;
  }
  .w3-btn.o-btn.transparent:active,
  .w3-btn.o-btn.transparent:hover {
    box-shadow: none;
  }
  .w3-btn.o-btn.orange:hover {
    background-color: #ff8f1a;
  }
}
.w3-btn.o-btn.orange:active {
  background-color: #e67500;
}

.w3-btn.o-btn.skyblue {
  background-color: #00a9ba;
  color: #fff;
}

@media (min-width: 767px) {
  .w3-btn.o-btn.skyblue:hover {
    background-color: #00c0d4;
  }
}
.w3-btn.o-btn.skyblue:active {
  background-color: #0092a1;
}

.w3-btn.o-btn.white {
  background-color: #fff;
  color: #333;
  border: 1px solid #ccc;
}

@media (min-width: 767px) {
  .w3-btn.o-btn.white:hover {
    background-color: #fff;
  }
}
.w3-btn.o-btn.white:active {
  background-color: #f2f2f2;
}

.w3-btn.o-btn.textSize-btn {
  width: 30px;
  height: 30px;
  border-radius: 35px;
  padding: 0;
  color: #fff;
  border: 1px solid #ff8200;
  background-color: #ff8200;
}

@media (min-width: 767px) {
  .w3-btn.o-btn.textSize-btn:hover {
    background-color: #ff8f1a;
  }
}
.w3-btn.o-btn.textSize-btn:active {
  background-color: #e67500;
}

.w3-btn.o-btn.textSize-btn.text-large {
  font-size: 20px;
}

.w3-btn.o-btn.textSize-btn.text-origin {
  font-size: 14px;
}

.w3-btn.o-btn.textSize-btn.active {
  background-color: #fff;
  color: #ff8200;
}

@media (min-width: 767px) {
  .w3-btn.o-btn.textSize-btn.active:hover {
    background-color: #ff8f1a;
    color: #fff;
  }
}
.w3-btn.o-btn.textSize-btn.active:active {
  background-color: #e67500;
}

.w3-btn.o-btn.s12 {
  width: 100%;
  margin: 5px 0;
}

@media (min-width: 767px) {
  .w3-btn.o-btn.s12 {
    width: inherit;
  }
}
.w3-btn.o-btn.m12 {
  width: 100%;
  margin: 5px 0;
}

@media (min-width: 1279px) {
  .w3-btn.o-btn.m12 {
    width: inherit;
  }
}
.w3-btn.o-large-btn:hover {
  box-shadow: none;
}

.w3-btn.o-large-btn.large-btn-1 {
  width: 100%;
  background-color: #f3f3f3;
  border-bottom: 1px #ccc solid;
  text-align: left;
  padding: 20px 50px 20px 90px;
  position: relative;
}

.w3-btn.o-large-btn.large-btn-1.active,
.w3-btn.o-large-btn.large-btn-1:active {
  border-bottom: 1px transparent solid;
}

.w3-btn.o-large-btn.large-btn-1.active .fa,
.w3-btn.o-large-btn.large-btn-1:active .fa {
  transform: rotate(180deg);
}

.w3-btn.o-large-btn.large-btn-1 h2,
.w3-btn.o-large-btn.large-btn-1 p {
  display: block;
}

@media (min-width: 435px) {
  .w3-btn.o-large-btn.large-btn-1 h2,
  .w3-btn.o-large-btn.large-btn-1 p {
    display: inline-block;
  }
}
.w3-btn.o-large-btn.large-btn-1 .fa,
.w3-btn.o-large-btn.large-btn-1 h2 {
  color: #ff8200;
}

.w3-btn.o-large-btn.large-btn-1 h2 {
  margin: 0;
  font-weight: 900;
  font-size: 24px;
}

@media (min-width: 767px) {
  .w3-btn.o-large-btn {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  }
  .w3-btn.o-large-btn:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  .w3-btn.o-large-btn:active {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  .w3-btn.o-large-btn.large-btn-1 h2 {
    font-size: 30px;
  }
}
.w3-btn.o-large-btn.large-btn-1 p {
  color: #000;
  margin: 0;
  display: none;
}

.w3-btn.o-large-btn.large-btn-1 p:before {
  content: "";
  display: inline-block;
}

.w3-btn.o-large-btn.large-btn-1 .fa {
  transition: all 0.3s linear;
  font-size: 24px;
  position: absolute;
  right: 0;
  bottom: 50%;
  margin-right: 16px;
  margin-bottom: -10px;
}

.w3-btn.o-large-btn.large-btn-1 .icons {
  position: absolute;
  left: 16px;
  top: 50%;
  margin-top: -24px;
}

@media (min-width: 1279px) {
  .w3-btn.o-large-btn.large-btn-1 {
    border: 5px solid #fff;
    width: 270px;
    height: 270px;
    border-radius: 150px;
    text-align: center;
    padding: 0;
  }
  .w3-btn.o-large-btn.large-btn-1 h2,
  .w3-btn.o-large-btn.large-btn-1 p {
    display: block;
  }
  .w3-btn.o-large-btn.large-btn-1 .fa {
    right: 50%;
    bottom: 25px;
    margin-right: -15px;
  }
  .w3-btn.o-large-btn.large-btn-1 .icons {
    position: relative;
    left: 0;
    margin-top: 0;
    top: 0;
  }
  .w3-btn.o-large-btn.large-btn-1.active,
  .w3-btn.o-large-btn.large-btn-1:active {
    border: 5px solid #ff8200;
  }
  .w3-btn.o-large-btn.large-btn-1.active .fa,
  .w3-btn.o-large-btn.large-btn-1:active .fa {
    transform: rotate(0);
  }
}
.w3-btn.o-large-btn.loan-btn {
  width: 135px;
  height: 135px;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  border: 5px solid #fff;
  background-color: #f3f3f3;
  border-radius: 150px;
  text-align: center;
  padding: 0;
  overflow: inherit;
  margin: 40px 0 0;
}

.w3-btn.o-large-btn.loan-btn h2,
.w3-btn.o-large-btn.loan-btn p {
  display: block;
}

.w3-btn.o-large-btn.loan-btn h2 {
  color: #ff8200;
  margin: 0;
  font-weight: 900;
  font-size: 20px;
}

.w3-btn.o-large-btn.loan-btn .fa {
  right: 50%;
  bottom: 25px;
  color: #ff8200;
  font-size: 20px;
}

.w3-btn.o-large-btn.loan-btn .icons-loans-customer_new,
.w3-btn.o-large-btn.loan-btn .icons-loans-customer_old {
  position: relative;
}

.w3-btn.o-large-btn.loan-btn .icons-loans-customer_new {
  margin-top: -40px;
  margin-left: 10px;
}

.w3-btn.o-large-btn.loan-btn .icons-loans-customer_old {
  margin-top: -42px;
  margin-left: -45px;
  margin-bottom: 3px;
}

.w3-btn.o-large-btn.loan-btn:hover {
  box-shadow: none;
}

.w3-btn.o-large-btn.loan-btn.active,
.w3-btn.o-large-btn.loan-btn:active {
  border: 5px solid #ff8200;
}

.w3-btn.o-large-btn.loan-btn.active .fa,
.w3-btn.o-large-btn.loan-btn:active .fa {
  transform: rotate(0);
}

@media (min-width: 767px) {
  .w3-btn.o-large-btn.loan-btn {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    width: 270px;
    height: 270px;
    margin: 40px 20px 0;
  }
  .w3-btn.o-large-btn.loan-btn:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  .w3-btn.o-large-btn.loan-btn:active {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  .w3-btn.o-large-btn.loan-btn h2 {
    font-size: 30px;
  }
  .w3-btn.o-large-btn.loan-btn .fa {
    font-size: 24px;
  }
  .w3-btn.o-large-btn.loan-btn .icons-loans-customer_new {
    margin-top: -40px;
    margin-left: 30px;
  }
  .w3-btn.o-large-btn.loan-btn .icons-loans-customer_old {
    margin-top: -47px;
    margin-left: -85px;
    margin-bottom: 6px;
  }
}
@media (min-width: 1279px) {
  .o-large-btn-wrapper.cols-2 .o-large-btn {
    margin: 0 40px;
  }
  .o-large-btn-wrapper.cols-3 .o-large-btn {
    margin: 0 30px;
  }
  .o-large-btn-wrapper.cols-4 .o-large-btn {
    margin: 0 10px;
  }
}
a.online-service {
  position: fixed;
  bottom: 150px;
  right: 0;
  background-color: rgba(237, 124, 4, 0.8);
  display: inline-block;
  color: #fff;
  padding: 20px 50px 20px 10px;
  overflow: hidden;
  z-index: 999;
}

a.online-service .txt {
  position: relative;
  margin-right: 10px;
  display: inline-block;
  transition: all 0.3s linear;
  width: 70px;
  overflow: hidden;
}

a.online-service .txt p {
  width: 70px;
  margin: 0;
}

a.online-service .icons-online_service {
  position: absolute;
  right: 10px;
  top: 10px;
}

.w3-ul.disc > li,
.w3-ul.fake-decimal-leading-zero > li,
.w3-ul.o-ul.ul-6 > li,
.w3-ul.search-list > li {
  position: relative;
}

a.online-service.s .txt {
  width: 0;
  margin: 0;
}

.w3-ul.disc > li:before {
  content: "•";
}

.w3-ul.disc > li.sub:before,
.w3-ul.o-ul.ul-1 > li:before,
.w3-ul.o-ul.ul-2 > li:before,
.w3-ul.o-ul.ul-2 > li > a[href]:after {
  content: "";
}

.w3-ul.disc > li.sub {
  padding-left: 0;
}

.w3-ul.fake-decimal-leading-zero > li > .list-style,
.w3-ul.o-ul.ul-6 > li > .list-style,
.w3-ul.search-list > li > .list-style {
  position: absolute;
  left: 0;
  margin-left: -20px;
}

.w3-ul.search-list {
  font-size: 18px;
}

.w3-ul.search-list > li {
  padding-left: 35px;
}

.w3-ul.search-list > li > .list-style {
  margin-left: 0;
  color: #b8b8b8;
  font-size: 24px;
  top: 0;
}

.w3-ul.noborder > li {
  border-bottom: none;
}

.w3-ul.o-ul.ul-1 > li {
  border-bottom: none;
  position: relative;
  padding-left: 20px;
}

.w3-ul.o-ul.ul-1 > li:before {
  position: absolute;
  left: 0;
  top: 9px;
  width: 16px;
  height: 16px;
  background-image: url(../images/obank/exclamation.png);
}

.w3-ul.o-ul.ul-2 > li {
  padding: 6px 0 6px 30px;
  position: relative;
}

.w3-ul.o-ul.ul-2 > li:before {
  width: 11px;
  height: 11px;
  background-image: url(../images/obank/list_2_dot.png);
  position: absolute;
  top: 18px;
  left: 10px;
}

@media (min-width: 767px) {
  .w3-ul.o-ul.ul-2 > li {
    padding: 6px 0 6px 65px;
  }
  .w3-ul.o-ul.ul-2 > li:before {
    left: 40px;
  }
}
.w3-ul.o-ul.ul-2 > li > a {
  display: block;
  padding: 6px 40px 6px 0;
}

.w3-ul.o-ul.ul-2 > li > a[href]:after {
  width: 25px;
  height: 23px;
  background-image: url(../images/obank/download.png);
  position: absolute;
  top: 12px;
  right: 10px;
}

@media (min-width: 767px) {
  .w3-ul.o-ul.ul-2 > li > a {
    padding: 6px 90px 6px 0;
  }
  .w3-ul.o-ul.ul-2 > li > a[href]:after {
    right: 40px;
  }
}
.w3-ul.o-ul.ul-3 > li {
  padding: 6px 0 6px 30px;
  position: relative;
}

.w3-ul.o-ul.ul-3 > li:before {
  content: "•";
  font-size: 20px;
  position: absolute;
  top: 2px;
  color: #c1c5c7;
  left: 10px;
}

@media (min-width: 767px) {
  .w3-ul.o-ul.ul-3 > li {
    padding: 6px 0 6px 65px;
  }
  .w3-ul.o-ul.ul-3 > li:before {
    left: 40px;
  }
}
.w3-ul.o-ul.ul-4 > li {
  padding: 6px 10px 6px 30px;
  position: relative;
}

.w3-ul.o-ul.ul-4 > li:before {
  content: "";
  width: 11px;
  height: 11px;
  background-image: url(../images/obank/list_2_dot.png);
  position: absolute;
  top: 28px;
  left: 10px;
}

@media (min-width: 767px) {
  .w3-ul.o-ul.ul-4 > li {
    padding: 6px 20px 6px 65px;
  }
  .w3-ul.o-ul.ul-4 > li:before {
    left: 40px;
  }
}
.w3-ul.o-ul.ul-4 > li:last-child {
  border-bottom: 1px solid #ddd;
}

.w3-ul.o-ul.ul-4 > li > a {
  display: block;
  padding: 6px 0;
}

@media (min-width: 1279px) {
  .w3-ul.o-ul.ul-4 > li:before {
    top: 34px;
  }
  .w3-ul.o-ul.ul-4.hoverable > li,
  .w3-ul.o-ul.ul-4.hoverable > li .content .heading {
    transition: all 0.3s linear;
  }
  .w3-ul.o-ul.ul-4.hoverable > li:hover {
    background-color: #f6f6f6;
  }
  .w3-ul.o-ul.ul-4.hoverable > li:hover .content .heading {
    color: #ff8200;
  }
}
.w3-ul.o-ul.ul-5 > li {
  border-bottom: none;
  position: relative;
  padding-left: 30px;
}

.w3-ul.o-ul.ul-5 > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 25px;
  height: 25px;
  background-image: url(../images/obank/og_checked.png);
}

.w3-ul.o-ul.ul-5.small > li {
  padding-left: 25px;
}

.w3-ul.o-ul.ul-5.small > li:before {
  top: 8px;
  width: 19px;
  height: 19px;
  background-size: contain;
}

.w3-ul.o-ul.ul-6 > li {
  padding-left: 25px;
  border-bottom: none;
}

.w3-ul.o-ul.ul-6 > li > .list-style {
  margin-left: 3px;
  top: 6px;
}

.w3-ul.o-list,
.w3-ul.o-ul.ul-8 > li > time {
  font-family: Lato, Helvetica, Arial, "微軟正黑體", "Microsoft JhengHei", sans-serif;
}

.w3-ul.o-ul.ul-7.group_intro li {
  padding-left: 0;
}

.w3-ul.o-ul.ul-7.group_intro time {
  display: block;
}

@media (min-width: 767px) {
  .w3-ul.o-ul.ul-7.group_intro {
    display: table;
  }
  .w3-ul.o-ul.ul-7.group_intro li {
    display: table-row;
    padding: 0;
    border-bottom: none;
  }
  .w3-ul.o-ul.ul-7.group_intro li > span,
  .w3-ul.o-ul.ul-7.group_intro li > time {
    display: table-cell;
    padding: 6px 2px 6px 16px;
    border-bottom: 1px solid #ddd;
  }
  .w3-ul.o-ul.ul-7.group_intro li time {
    width: 150px;
    padding-left: 30px;
  }
}
.w3-ul.o-ul.ul-7.team li:after,
.w3-ul.o-ul.ul-7.team li:before,
.w3-ul.o-ul.ul-7.team:after,
.w3-ul.o-ul.ul-7.team:before {
  content: " ";
  display: table;
}

.w3-ul.o-ul.ul-7.team {
  zoom: 1;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.w3-ul.o-ul.ul-7.team:after {
  clear: both;
}

.w3-ul.o-ul.ul-7.team li {
  zoom: 1;
}

.w3-ul.o-ul.ul-7.team li:after {
  clear: both;
}

.w3-ul.o-ul.ul-7.team .avatar {
  width: 100px;
  float: left;
  display: inline-block;
}

.w3-ul.o-ul.ul-7.team .avatar img,
.w3-ul.o-ul.ul-7.team .name,
.w3-ul.o-ul.ul-7.team .title {
  display: block;
}

.w3-ul.o-ul.ul-7.team .title {
  padding: 15px 0 5px 120px;
}

.w3-ul.o-ul.ul-7.team .name {
  font-size: 24px;
  padding: 5px 0 10px 120px;
}

@media (min-width: 767px) {
  .w3-ul.o-ul.ul-7.team {
    box-shadow: none;
  }
  .w3-ul.o-ul.ul-7.team li {
    width: 33.33333%;
    float: left;
    border-bottom: none;
    text-align: center;
    padding: 0;
    position: relative;
  }
  .w3-ul.o-ul.ul-7.team li:hover .avatar .frame {
    border: 5px solid #ff8200;
  }
  .w3-ul.o-ul.ul-7.team .avatar {
    float: none;
    width: auto;
  }
  .w3-ul.o-ul.ul-7.team .avatar .frame {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    border-radius: 50%;
    border: 5px solid transparent;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    transition: all 0.3s linear;
  }
  .w3-ul.o-ul.ul-7.team .title {
    padding: 15px 0 5px;
  }
  .w3-ul.o-ul.ul-7.team .name {
    padding: 5px 0 10px;
  }
}
.w3-ul.o-ul.ul-8 > li,
.w3-ul.o-ul.ul-8 > li:last-child {
  border-left: 3px #ff8200 solid;
}

.w3-ul.o-ul.ul-8 > li {
  position: relative;
  padding: 0 10px 12px 25px;
  border-bottom: none;
  margin-left: 10px;
}

.w3-ul.o-ul.ul-8 > li > time {
  font-size: 18px;
  color: #ff8200;
}

.w3-ul.o-ul.ul-8 > li > .content {
  width: 100%;
}

.w3-ul.o-ul.ul-8 > li:before {
  content: "";
  width: 11px;
  height: 11px;
  background: url(../images/obank/list_2_dot.png) #fff;
  position: absolute;
  top: 8px;
  left: -7px;
}

@media (min-width: 1279px) {
  .w3-ul.o-ul.ul-8 > li > time {
    display: block;
    width: 100px;
  }
  .w3-ul.o-ul.ul-8 > li > .content {
    padding-top: 3px;
    width: auto;
  }
}
.w3-ul.o-ul.ul-10 > li,
.w3-ul.o-ul.ul-9 > li {
  padding: 20px 0;
}

.w3-ul.o-ul.ul-10 > li:after,
.w3-ul.o-ul.ul-9 > li:after {
  content: "";
  display: table;
  clear: both;
}

.w3-ul.o-ul.ul-10:after,
.w3-ul.o-ul.ul-10:before {
  content: " ";
  display: table;
}

.w3-ul.o-ul.ul-10 .thumb,
.w3-ul.o-ul.ul-9 .thumb {
  width: 100%;
  background-color: #f6f6f6;
  text-align: center;
  border-radius: 10px;
  padding: 10px 0;
}

.w3-ul.o-ul.ul-10 .copy,
.w3-ul.o-ul.ul-9 .copy {
  width: 100%;
}

.w3-ul.o-ul.ul-10 .copy .o-heading.heading-title,
.w3-ul.o-ul.ul-9 .copy .o-heading.heading-title {
  margin-bottom: 10px;
}

.w3-ul.o-ul.ul-10 .copy p,
.w3-ul.o-ul.ul-9 .copy p {
  margin: 0;
}

@media (min-width: 767px) {
  .w3-ul.o-ul.ul-10 .thumb,
  .w3-ul.o-ul.ul-9 .thumb {
    width: 100px;
  }
  .w3-ul.o-ul.ul-10 .copy,
  .w3-ul.o-ul.ul-9 .copy {
    width: auto;
    padding-left: 20px;
  }
  .w3-ul.o-ul.ul-10 .copy .o-heading.heading-title,
  .w3-ul.o-ul.ul-9 .copy .o-heading.heading-title {
    margin: 0;
  }
}
.w3-ul.o-ul.ul-10 {
  zoom: 1;
  width: 102%;
  margin-left: -1%;
}

.w3-ul.o-ul.ul-10:after {
  clear: both;
}

.w3-ul.o-ul.ul-10 > li {
  border: none;
  padding: 0 1%;
}

.w3-ul.o-ul.ul-10 > li .grid {
  padding: 20px 20px 0;
  border: 1px solid #ddd;
  border-radius: 20px;
  margin-bottom: 40px;
}

.w3-ul.o-ul.ul-10 > li .w3-accordion.o-accordion.accordion-4 .w3-accordion-heading,
.w3-ul.o-ul.ul-10 > li .w3-accordion.o-accordion.accordion-4 .w3-accordion-heading.active + .w3-accordion-content {
  border: none;
}

.ui-datepicker.ui-corner-all,
.w3-ul.o-list.round-header {
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
}

.w3-ul.o-ul.ul-10 > li .n-table-medium {
  margin-bottom: 20px;
}

@media (min-width: 767px) {
  .w3-ul.o-ul.ul-10 > li {
    float: left;
    width: 33.33333%;
  }
}
.w3-ul.o-ul.ul-10 .copy,
.w3-ul.o-ul.ul-10 .thumb {
  float: none;
  display: table-cell;
  vertical-align: middle;
}

.w3-ul.o-ul.ul-10 .thumb {
  width: 100px;
}

.w3-ul.o-ul.ul-10 .copy {
  width: auto;
  padding-left: 20px;
}

.w3-ul.o-ul.ul-10 .copy .o-heading.heading-title {
  margin: 0;
}

.w3-ul.o-list.hoverable > li {
  box-shadow: 0;
  transition: all 0.3s linear;
}

@media (min-width: 1279px) {
  .w3-ul.o-list.hoverable > li:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    transform: scale(1.05);
    color: #00a9ba;
  }
}
.w3-ul.o-list.hoverable > li.list-header:hover {
  box-shadow: 0 0 0 0 transparent, 0 0 0 0 transparent;
  transform: none;
  color: #333;
}

.w3-ul.o-list.round-header {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

.w3-ul.o-list.list-1,
.w3-ul.o-list.list-2 {
  width: 100%;
}

.w3-ul.o-list.list-1 > li,
.w3-ul.o-list.list-2 > li {
  padding: 0;
  background-color: #fff;
}

.w3-ul.o-list.list-1 > li.list-header,
.w3-ul.o-list.list-2 > li.list-header {
  background-color: #faf1e6;
}

.o-tab.tab-1 .w3-col,
.w3-ul.o-list.list-2 > li.list-header {
  background-color: #efefef;
}

.w3-ul.o-list.list-1 > li.list-header .colspan .border-bottom,
.w3-ul.o-list.list-2 > li.list-header .colspan .border-bottom {
  border-bottom: 1px #ddd solid;
}

.w3-ul.o-list.list-1 > li.list-header .colspan > span,
.w3-ul.o-list.list-2 > li.list-header .colspan > span {
  display: block;
  padding: 3px;
}

.w3-ul.o-list.list-1 > li > .w3-col,
.w3-ul.o-list.list-2 > li > .w3-col {
  padding: 6px;
}

.w3-ul.o-list.list-1 > li .currency,
.w3-ul.o-list.list-2 > li .currency {
  text-align: left;
}

.w3-ul.o-list.list-1 > li.w3-row .w3-row .w3-col,
.w3-ul.o-list.list-2 > li.w3-row .w3-row .w3-col {
  padding: 8px 0;
}

.w3-ul.o-list.list-1 > li.w3-row .w3-row .w3-col.currency,
.w3-ul.o-list.list-2 > li.w3-row .w3-row .w3-col.currency {
  padding-left: 4%;
}

@media (min-width: 767px) {
  .w3-ul.o-list.list-1 > li.w3-row .w3-row .w3-col.currency,
  .w3-ul.o-list.list-2 > li.w3-row .w3-row .w3-col.currency {
    padding-left: 10%;
  }
}
.w3-ul.o-list.list-2 > li:last-child {
  border-bottom: 1px #ccc solid;
}

.w3-ul.o-list.list-2 > li > .w3-row.table-row > .w3-col {
  padding: 6px 0;
}

.w3-ul.o-list.house_loan-list {
  font-family: Helvetica, Arial, "微軟正黑體", "Microsoft JhengHei", sans-serif;
  padding: 20px;
  margin-top: 40px;
  position: relative;
}

.w3-ul.o-list.house_loan-list:before {
  content: "\f10d";
  display: inline-block;
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  color: #efefef;
  font-size: 40px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-top: -25px;
  margin-left: -12px;
}

.o-list-footer.list-footer-3,
.o-list-title.list-title-3 {
  color: #666;
  font-family: Lato, Helvetica, Arial, "微軟正黑體", "Microsoft JhengHei", sans-serif;
}

.o-list-footer,
.o-list-title {
  margin: 15px 0;
}

.w3-ul.o-list.house_loan-list > li {
  border: none;
}

.w3-ul.o-list.house_loan-list .w3-ul.disc.noborder > li {
  padding-left: 0;
}

@media (min-width: 1279px) {
  .o-list-title.list-title-3 {
    text-align: right;
  }
}
.o-list-footer.list-footer-3 {
  font-size: 15px;
}

.o-tab {
  font-size: 16px;
}

.o-tab.tab-1 {
  overflow: hidden;
  text-align: center;
  display: flex;
}

.o-tab.tab-1 .w3-col {
  height: auto;
  border: 1px solid #d8d7d7;
  border-left: none;
  transition: background-color 0.3s linear;
}

.o-tab.tab-1 .w3-col:first-child {
  border-left: 1px #d8d7d7 solid;
  border-radius: 10px 0 0;
}

.o-tab.tab-1 .w3-col:last-child {
  border-radius: 0 10px 0 0;
}

.o-tab.tab-1 .w3-col:hover {
  background-color: #fff;
}

.o-tab.tab-1 .w3-col.current {
  background-color: #fff;
  border-top: 3px #ff8200 solid;
  border-bottom: 1px transparent solid;
  color: #ff8200;
}

.o-tab.tab-1 .w3-col a {
  padding: 16px 6px;
  display: block;
}

.o-tab.tab-1 + .o-tab-content-wrapper {
  border-radius: 0 0 10px 10px;
  padding: 16px;
}

@media (min-width: 767px) {
  .o-tab.tab-1 + .o-tab-content-wrapper {
    padding: 32px;
  }
}
@media (min-width: 1279px) {
  .o-tab.tab-1 + .o-tab-content-wrapper {
    padding: 32 64px 64px;
  }
}
.o-tab.tab-1 + .o-tab-content-wrapper .follow-accordion-2-padding {
  padding: 0;
}

@media (min-width: 767px) {
  .o-tab.tab-1 + .o-tab-content-wrapper .follow-accordion-2-padding {
    padding: 0 20px;
  }
}
@media (min-width: 1279px) {
  .o-tab.tab-1 + .o-tab-content-wrapper .follow-accordion-2-padding {
    padding: 0 40px;
  }
}
.o-tab.dabit-tab,
.o-tab.history-tab,
.o-tab.tab-2 {
  position: relative;
  max-width: 1080px;
  margin: 10px auto;
  padding: 0 50px;
  border: 1px solid #ccc;
  border-radius: 20px;
}

.o-tab.dabit-tab .tab-outer,
.o-tab.history-tab .tab-outer,
.o-tab.tab-2 .tab-outer {
  padding: 0 2px;
}

.o-tab.dabit-tab .tab-outer a,
.o-tab.history-tab .tab-outer a,
.o-tab.tab-2 .tab-outer a {
  display: block;
  padding: 2px 0;
  text-align: center;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 20px;
  transition: all 0.3s linear;
}

.o-tab.dabit-tab .tab-outer a:hover,
.o-tab.dabit-tab .tab-outer.current a,
.o-tab.history-tab .tab-outer a:hover,
.o-tab.history-tab .tab-outer.current a,
.o-tab.tab-2 .tab-outer a:hover,
.o-tab.tab-2 .tab-outer.current a {
  background-color: #ff8200;
  color: #fff;
}

.o-tab.dabit-tab button,
.o-tab.history-tab button,
.o-tab.tab-2 button {
  position: absolute;
  top: 2px;
  padding: 0 10px;
  transition: all 0.3s linear;
}

.o-tab.dabit-tab button:hover,
.o-tab.history-tab button:hover,
.o-tab.tab-2 button:hover {
  color: #ff8200;
}

.o-tab.dabit-tab button.slick-prev,
.o-tab.history-tab button.slick-prev,
.o-tab.tab-2 button.slick-prev {
  left: 10px;
}

.o-tab.dabit-tab button.slick-next,
.o-tab.history-tab button.slick-next,
.o-tab.tab-2 button.slick-next {
  right: 10px;
}

.o-tab.dabit-tab button.slick-disabled,
.o-tab.history-tab button.slick-disabled,
.o-tab.tab-2 button.slick-disabled {
  color: #ccc;
}

.o-tab.dabit-tab + .o-tab-content-wrapper,
.o-tab.history-tab + .o-tab-content-wrapper,
.o-tab.tab-2 + .o-tab-content-wrapper {
  border: none;
}

.o-tab.history-tab + .o-tab-content-wrapper {
  padding-top: 15px;
}

.o-tab.history-tab + .o-tab-content-wrapper .heading-sub-main {
  font-family: Lato, Helvetica, Arial, "微軟正黑體", "Microsoft JhengHei", sans-serif;
}

.o-tab.header-tab {
  padding: 0 30px 20px;
}

@media (min-width: 767px) {
  .o-tab.header-tab {
    padding: 0 40px 20px;
  }
}
@media (min-width: 1279px) {
  .o-tab.header-tab {
    position: absolute;
    width: 800px;
    padding: 0 40px;
    right: 50px;
    top: 30px;
    margin-top: -100px;
    z-index: 5;
  }
  .o-tab.header-tab.o-bg {
    background-color: transparent;
  }
  .o-tab.header-tab .tab-outer .img-frame .img-inner-frame {
    display: block;
  }
}
.o-tab.header-tab .tab-outer {
  padding: 0 5px 50px;
  border: 2px solid transparent;
  transition: all 0.3s linear;
}

.o-tab.header-tab .tab-outer img {
  width: 100%;
  margin: 0 auto;
}

.o-tab.header-tab .tab-outer .img-frame {
  cursor: pointer;
  border-radius: 50%;
  position: relative;
}

@media (min-width: 767px) {
  .o-tab.header-tab .tab-outer {
    padding: 0 5px;
  }
  .o-tab.header-tab .tab-outer img {
    width: 100%;
  }
  .o-tab.header-tab .tab-outer .img-frame {
    border: 2px solid #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    overflow: hidden;
  }
}
.o-tab.header-tab .tab-outer .img-frame .img-inner-frame {
  transition: all 0.3s linear;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid transparent;
  position: absolute;
  overflow: hidden;
}

@media (min-width: 767px) {
  .o-tab.header-tab .tab-outer .img-frame .dark-circle {
    position: absolute;
    bottom: 50%;
    width: 130%;
    height: 100%;
    margin-left: -15%;
    border-radius: 50%;
    transition: all 0.3s linear;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
  }
}
.o-tab.header-tab .tab-outer .img-frame .dark-circle .txt {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 100%;
  margin-top: 5px;
  line-height: 120%;
}

.o-tab.header-tab .tab-outer .img-frame .dark-circle .ion-chevron-down {
  display: none;
}

.o-tab.header-tab .tab-outer.current .img-frame .img-inner-frame {
  border: 4px solid #ff8200;
}

@media (min-width: 767px) {
  .o-tab.header-tab .tab-outer .img-frame .dark-circle .txt {
    top: auto;
    bottom: 20px;
  }
  .o-tab.header-tab .tab-outer .img-frame .dark-circle .ion-chevron-down {
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: -5px;
    color: #ff8200;
    font-size: 20px;
  }
  .o-tab.header-tab .tab-outer.current .img-frame .img-inner-frame {
    border: 8px solid #ff8200;
  }
}
.o-tab.header-tab .tab-outer.current .img-frame .dark-circle {
  color: #ff8200;
}

@media (min-width: 1279px) {
  .o-tab.header-tab .tab-outer {
    margin-top: 2%;
    transition: all 0.3s ease;
  }
  .o-tab.header-tab .tab-outer.first,
  .o-tab.header-tab .tab-outer.second {
    margin-top: 0;
  }
  .o-tab.header-tab .tab-outer.third {
    margin-top: 1%;
  }
  .o-tab.header-tab .tab-outer:hover .img-frame .img-inner-frame {
    border: 8px solid #ff8200;
  }
  .o-tab.header-tab .tab-outer:hover .img-frame .dark-circle {
    color: #ff8200;
  }
}
.o-tab.header-tab button {
  position: absolute;
  font-size: 20px;
  transition: all 0.3s linear;
}

.o-kv.kv-2,
.o-tab-wrapper {
  position: relative;
}

.o-tab.header-tab button.slick-prev {
  top: 50%;
  margin-top: -20px;
  left: 8px;
}

.o-tab.header-tab button.slick-next {
  top: 50%;
  margin-top: -20px;
  right: 8px;
}

.o-tab.header-tab button.slick-disabled {
  color: #ccc;
}

@media (min-width: 767px) {
  .o-tab.header-tab button {
    font-size: 40px;
  }
  .o-tab.header-tab button.slick-prev {
    left: 16px;
  }
  .o-tab.header-tab button.slick-next {
    right: 16px;
  }
}
.o-tab.header-tab.cube .tab-outer .img-frame,
.o-tab.header-tab.cube .tab-outer .img-frame .img-inner-frame {
  border-radius: 25%;
}

.o-tab.header-tab.cube .tab-outer .img-frame .dark-circle {
  border-radius: 50%;
}

@media (min-width: 1279px) {
  .o-tab.header-tab button {
    padding: 0 10px;
  }
  .o-tab.header-tab button:hover {
    color: #ff8200;
  }
  .o-tab.header-tab button.slick-disabled:hover {
    color: #ccc;
  }
  .o-tab.header-tab button.slick-prev {
    top: 50%;
    margin-top: -70px;
    left: 0;
  }
  .o-tab.header-tab button.slick-next {
    bottom: 0;
    right: 0;
  }
  .o-tab.header-tab.only-3 .tab-outer {
    margin-top: 8%;
  }
  .o-tab.header-tab.only-3 .tab-outer.first {
    margin-top: 0;
  }
  .o-tab.header-tab.only-3 .tab-outer.second {
    margin-top: 4%;
  }
  .o-tab.header-tab.only-2 .tab-outer {
    margin-top: 16%;
  }
  .o-tab.header-tab.only-2 .tab-outer.first {
    margin-top: 0;
  }
  .o-tab.header-tab.only-2 .tab-outer.second {
    margin-top: 8%;
  }
  .o-tab.header-tab.only-1 .tab-outer.first {
    margin-top: 30%;
  }
}
.o-tab-content-wrapper {
  border: 1px solid #d8d7d7;
  border-top: none;
}

.o-tab-content-wrapper .o-tab-content {
  display: none;
}

.o-tab-content-wrapper .o-tab-content.current {
  display: block;
}

.o-tab-content-wrapper .o-tab-content.debitcard-grid {
  width: 102%;
  margin-left: -1%;
  padding: 32px 0;
  border: none;
  transition: height 0.3s linear;
}

.o-article.article-csr .book .download,
.o-article.article-csr h6,
.o-article.article-csr p {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}

.o-tab-content-wrapper .o-tab-content.debitcard-grid .debitcard-item {
  width: 100%;
  padding: 1%;
  cursor: pointer;
}

.o-tab-content-wrapper .o-tab-content.debitcard-grid .debitcard-item img {
  width: 100%;
}

@media (min-width: 767px) {
  .o-tab-content-wrapper .o-tab-content.debitcard-grid {
    padding: 1% 0;
  }
  .o-tab-content-wrapper .o-tab-content.debitcard-grid .debitcard-item {
    width: 50%;
  }
}
@media (min-width: 1279px) {
  .o-tab-content-wrapper .o-tab-content.debitcard-grid .debitcard-item {
    width: 25%;
  }
}
.o-tab-content-wrapper .o-tab-content.debitcard-grid.all {
  width: 101%;
  margin-left: -0.5%;
}

hr.o-hr,
hr.o-hr.grey {
  margin: 0;
}

.o-tab-content-wrapper .o-tab-content.debitcard-grid.all .debitcard-item {
  width: 50%;
  padding: 0.5%;
}

@media (min-width: 767px) {
  .o-tab-content-wrapper .o-tab-content.debitcard-grid.all .debitcard-item {
    width: 25%;
  }
}
hr.o-hr {
  border: 0;
  height: 1px;
  background-color: #ff8200;
  color: #ff8200;
}

hr.o-hr.grey,
hr.o-hr.grey-10,
hr.o-hr.grey-20,
hr.o-hr.grey-30,
hr.o-hr.grey-40 {
  background-color: #ccc;
  color: #ccc;
  border: 0;
  height: 1px;
}

hr.o-hr.grey-10 {
  margin: 10px 0;
}

hr.o-hr.grey-20 {
  margin: 20px 0;
}

hr.o-hr.grey-30 {
  margin: 30px 0;
}

hr.o-hr.grey-40 {
  margin: 40px 0;
}

hr.o-hr.grey-50 {
  border: 0;
  height: 1px;
  background-color: transparent;
  color: transparent;
  margin: 25px 0;
}

@media (min-width: 1279px) {
  .o-tab-content-wrapper .o-tab-content.debitcard-grid.all .debitcard-item {
    width: 10%;
  }
  hr.o-hr.grey-50 {
    border: 0;
    height: 1px;
    background-color: #ccc;
    color: #ccc;
    margin: 50px 0;
  }
}
hr.o-hr.grey-100 {
  border: 0;
  height: 1px;
  background-color: #ccc;
  color: #ccc;
  margin: 100px 0;
}

hr.o-hr.transparent,
hr.o-hr.transparent-10,
hr.o-hr.transparent-100,
hr.o-hr.transparent-20,
hr.o-hr.transparent-30,
hr.o-hr.transparent-40,
hr.o-hr.transparent-50 {
  margin: 0;
  border: 0;
  background-color: transparent;
  color: transparent;
}

hr.o-hr.transparent {
  height: 1px;
}

hr.o-hr.transparent-10 {
  height: 10px;
}

hr.o-hr.transparent-20 {
  height: 20px;
}

hr.o-hr.transparent-30 {
  height: 30px;
}

hr.o-hr.transparent-40 {
  height: 40px;
}

hr.o-hr.transparent-50 {
  height: 50px;
}

hr.o-hr.transparent-100 {
  height: 100px;
}

.o-article.article-4 .thumb img,
.o-bg.round {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.o-bg.round {
  border-radius: 10px;
}

.o-bg.grey {
  background-color: #efefef;
}

.o-bg.grey.house_loan {
  background-color: #e9e9e9;
}

.o-bg.grey.house_loan_img {
  background: url(../images/house_loan_bg2.png) 50% 100% no-repeat #e9e9e9;
  background-size: contain;
}

.o-bg.rosy {
  background-color: #ffd5b6;
}

.o-bg.white {
  background-color: #fff;
}

.o-bg.light-rosy {
  background-color: #ffeddf;
}

.o-bg.light-yellow {
  background-color: #fffcec;
}

.o-bg.lightlight-blue {
  background-color: #f4fbff;
}

.o-bg.light-orange {
  background-color: #feebc7;
}

.o-bg .img-bg {
  width: 100%;
  display: block;
}

.o-text.grey {
  color: #efefef;
}

.o-text.orange {
  color: #ff8200;
}

.o-kv img {
  width: 100%;
  display: block;
}

.o-kv > h1 {
  text-indent: -999999px;
}

.o-kv.grey {
  background-color: #f3f3f3;
}

.o-kv.kv-2 .o-heading.heading-kv {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
}

@media (min-width: 767px) {
  .o-kv.kv-2 .o-heading.heading-kv {
    top: 58%;
  }
}
@media (min-width: 1279px) {
  .o-kv.grey {
    background-color: #fff;
  }
  .o-kv.kv-2 .o-heading.heading-kv {
    text-align: left;
    width: 400px;
    bottom: auto;
    top: 23%;
  }
  .o-kv.kv-2 .o-heading.heading-kv.left {
    left: 16px;
  }
  .o-kv.kv-2 .o-heading.heading-kv.right {
    right: 16px;
  }
  .o-kv.kv-2 .o-heading.heading-kv.center {
    left: 50%;
  }
}
@media (min-width: 1366px) {
  .o-kv.kv-2 .o-heading.heading-kv.left {
    left: 50%;
    margin-left: -683px;
  }
}
.o-kv.kv-3 {
  position: relative;
}

.o-kv.kv-3 .o-heading.heading-kv {
  text-align: center;
}

@media (min-width: 1279px) {
  .o-kv.kv-3 .o-heading.heading-kv {
    position: absolute;
    text-align: left;
    width: 400px;
    bottom: auto;
    top: 23%;
  }
  .o-kv.kv-3 .o-heading.heading-kv.left {
    left: 16px;
  }
  .o-kv.kv-3 .o-heading.heading-kv.right {
    right: 16px;
  }
  .o-kv.kv-3 .o-heading.heading-kv.center {
    left: 50%;
  }
}
@media (min-width: 1366px) {
  .o-kv.kv-3 .o-heading.heading-kv.left {
    left: 5%;
  }
  .o-kv.kv-3 .o-heading.heading-kv.right {
    right: 5%;
  }
  .o-kv.kv-3.color-4 .o-heading.heading-kv.right {
    right: 14%;
  }
  .o-kv.kv-3.color-5 .o-heading.heading-kv.left {
    left: 12%;
  }
}
.o-date-announce {
  font-size: 15px;
  font-family: Lato, Helvetica, Arial, "微軟正黑體", "Microsoft JhengHei", sans-serif;
  color: #666;
}

.o-article.article-1 > .content .heading,
.o-article.article-4 .content .heading,
.o-article.article-5 .content .heading {
  font-family: Oswald, Helvetica, Arial, "微軟正黑體", "Microsoft JhengHei", sans-serif;
}

.o-anchor.orange,
.orange.o-heading {
  color: #ff8200;
}

.small.o-date-announce {
  font-size: 13px;
}

.large.o-date-announce {
  font-size: 18px;
}

.o-heading {
  font-weight: 900;
}

.thin.o-heading {
  font-weight: 400;
}

.o-heading.heading-main {
  margin-bottom: 20px;
  font-size: 28px;
}

@media (min-width: 767px) {
  .o-heading.heading-main {
    font-size: 40px;
  }
}
.o-heading.heading-sub-main {
  margin-bottom: 20px;
  font-size: 24px;
}

@media (min-width: 767px) {
  .o-heading.heading-sub-main {
    font-size: 32px;
  }
}
.o-heading.heading-title {
  margin-bottom: 10px;
  font-size: 20px;
}

@media (min-width: 767px) {
  .o-heading.heading-title {
    font-size: 22px;
  }
}
.o-heading.heading-sub-title {
  margin-bottom: 20px;
  font-size: 20px;
}

.o-heading.heading-kv .heading-kv-main {
  font-size: 36px;
  color: #ff8200;
  font-weight: 900;
  margin: 10px 0;
}

@media (min-width: 767px) {
  .o-heading.heading-kv .heading-kv-main {
    font-size: 45px;
  }
}
.o-heading.heading-kv .heading-kv-sub {
  font-size: 22px;
  margin: 10px 0;
}

.o-heading.heading-kv .heading-kv-sub .icons-bk_predot_l,
.o-heading.heading-kv .heading-kv-sub .icons-bk_sufdot_l {
  position: relative;
  top: 5px;
}

@media (min-width: 767px) {
  .o-heading.heading-kv .heading-kv-sub {
    font-size: 28px;
  }
  .o-anchor.orange:hover {
    color: #ff8f1a;
  }
}
.o-anchor.orange:active {
  color: #e67500;
}

.o-anchor.skyblue {
  color: #00a9ba;
}

@media (min-width: 767px) {
  .o-anchor.skyblue:hover {
    color: #00c0d4;
  }
}
.o-anchor.skyblue:active {
  color: #0092a1;
}

.o-article.article-1 {
  padding: 20px 0;
}

.o-article.article-1 > .thumb {
  text-align: center;
  padding-bottom: 10px;
}

.o-article.article-1 > .thumb img {
  max-width: 100%;
}

.o-article.article-1 > .content {
  padding-left: 0;
  width: 100%;
}

.o-article.article-1 > .content .heading {
  font-size: 20px;
  color: #ff8200;
  font-weight: 400;
  padding-bottom: 10px;
}

.o-article.article-1 > .content .description {
  font-size: 16px;
  color: #3d3935;
}

.o-article.article-1.more-service {
  padding-bottom: 40px;
}

.o-article.article-1.loans-otp {
  padding-bottom: 0;
}

.o-article.article-1.loans-otp > .content .heading {
  color: #333;
}

.o-article.article-1.loans-otp > .content .otp-btn {
  margin-top: 5px;
  outline: 0;
}

.o-article.article-1.loans-otp > .content .otp-btn * {
  vertical-align: middle;
}

.o-article.article-1.loans-otp > .content .otp-btn .icons-loans-pwd {
  margin-right: 5px;
}

@media (min-width: 767px) {
  .o-article.article-1 .thumb {
    width: 165px;
  }
  .o-article.article-1 .thumb img {
    width: 100%;
  }
  .o-article.article-1 .content {
    padding-left: 10px;
    width: auto;
  }
  .o-article.article-1 .content .heading {
    font-size: 22px;
  }
  .o-article.article-1.loans-otp .thumb {
    width: 110px;
  }
}
.o-article.article-2 .content .heading {
  font-size: 20px;
  position: relative;
}

@media (min-width: 767px) {
  .o-article.article-2 .content .heading {
    font-size: 22px;
  }
}
.o-article.article-2 .content .heading time {
  display: block;
  font-size: 16px;
  color: #ff8200;
}

.o-article.article-2 .content .description {
  margin: 0 0 10px;
  font-size: 16px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.o-article.article-3 .content {
  font-size: 100%;
}

.o-article.article-3 .content.large {
  font-size: 125%;
}

.o-article.article-3 .content .heading {
  font-size: 125%;
  margin: 0;
  color: #ff8200;
}

@media (min-width: 767px) {
  .o-article.article-3 .content .heading {
    font-size: 140%;
  }
}
.o-article.article-3 .content .time {
  display: block;
  font-size: 100%;
  color: #ff8200;
  margin: 10px 0;
  text-align: right;
}

.o-article.article-3 .content .description {
  font-size: 100%;
}

@media (min-width: 1279px) {
  .o-article.article-1 {
    padding: 20px 20px 40px;
  }
  .o-article.article-2 .content .heading {
    padding-right: 100px;
  }
  .o-article.article-2 .content .heading time {
    position: absolute;
    top: 10px;
    right: 5px;
  }
  .o-article.article-3 .content .description,
  .o-article.article-3 .content .heading,
  .o-article.article-3 .content .time {
    padding: 0 40px;
  }
}
.o-article.article-4 {
  padding: 20px 0;
}

.o-article.article-4 .thumb img {
  max-width: 100%;
  border-radius: 10px;
}

.o-article.article-4 .content {
  width: 100%;
}

.o-article.article-4 .content .heading {
  color: #ff8200;
  font-weight: 400;
  padding-bottom: 10px;
  font-size: 20px;
}

.o-article.article-4 .content .description {
  font-size: 16px;
  color: #3d3935;
}

@media (min-width: 767px) {
  .o-article.article-4 {
    padding: 20px 0;
  }
  .o-article.article-4 .thumb {
    width: 50%;
  }
  .o-article.article-4 .thumb img {
    width: 100%;
  }
  .o-article.article-4 .content {
    padding-left: 10px;
  }
  .o-article.article-4 .content .heading {
    font-size: 24px;
  }
}
@media (min-width: 1279px) {
  .o-article.article-4 .thumb {
    width: 462px;
  }
  .o-article.article-4 .content {
    width: auto;
  }
}
.o-article.article-5 .content,
.o-article.article-5 .thumb {
  width: 100%;
}

.o-article.article-5 {
  padding: 20px 0;
}

.o-article.article-5 .thumb img {
  max-width: 100%;
  border-radius: 10px;
}

.o-article.article-5 .content .heading {
  color: #ff8200;
  font-weight: 400;
  padding-bottom: 10px;
  font-size: 20px;
}

.o-article.article-5 .content .description {
  font-size: 16px;
  color: #3d3935;
}

@media (min-width: 767px) {
  .o-article.article-5 {
    padding: 20px 0;
  }
  .o-article.article-5 .thumb {
    width: 40%;
  }
  .o-article.article-5 .thumb img {
    width: 100%;
  }
  .o-article.article-5 .content {
    padding-left: 10px;
  }
  .o-article.article-5 .content .heading {
    font-size: 24px;
  }
  .o-article.article-6 {
    padding: 20px 0 20px 20px;
  }
}
@media (min-width: 1279px) {
  .o-article.article-5 .thumb {
    width: 337px;
  }
}
.o-article.article-6 {
  padding: 20px 0 20px 20px;
  position: relative;
  border-bottom: 1px #ccc solid;
}

.o-article.article-6:before {
  content: "";
  width: 11px;
  height: 11px;
  background-image: url(../images/obank/list_2_dot.png);
  position: absolute;
  top: 40px;
  left: 0;
}

.o-article.article-10 img,
.o-article.article-9 .w3-image img {
  width: 100%;
}

.o-article.article-6 .content .heading {
  font-size: 20px;
  color: #ff8200;
  position: relative;
}

@media (min-width: 767px) {
  .o-article.article-6:before {
    left: 0;
    top: 43px;
  }
  .o-article.article-6 .content .heading {
    font-size: 24px;
  }
}
@media (min-width: 1279px) {
  .o-article.article-6 .content .heading {
    padding-right: 100px;
  }
}
.o-article.article-6 .content .description {
  margin: 0 0 10px;
  font-size: 16px;
  width: 100%;
}

.o-article.article-7.bind-header-tab,
.o-article.bind-header-tab.article-8 {
  display: none;
}

.o-article.article-7 .w3-container > .thumb,
.o-article.article-8 .w3-container > .thumb {
  text-align: center;
}

.o-article.article-7 .w3-container > .thumb img,
.o-article.article-8 .w3-container > .thumb img {
  max-width: 100%;
}

.o-article.article-7 .w3-container > .content .heading-des,
.o-article.article-8 .w3-container > .content .heading-des {
  font-size: 20px;
}

@media (min-width: 767px) {
  .o-article.article-7 .w3-container > .thumb,
  .o-article.article-8 .w3-container > .thumb {
    padding-right: 50px;
  }
  .o-article.article-7 .w3-container > .content .heading-des,
  .o-article.article-8 .w3-container > .content .heading-des {
    font-size: 24px;
  }
}
.o-article.article-7 .w3-container > .content .ul-5 span,
.o-article.article-8 .w3-container > .content .ul-5 span {
  display: block;
}

.o-article.article-7 .w3-container > .content .ul-5 span.bold,
.o-article.article-8 .w3-container > .content .ul-5 span.bold {
  color: #ff8200;
  font-family: Lato, Helvetica, Arial, "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 20px;
  padding-right: 10px;
}

.o-article.article-debit-card .content .o-heading.heading-title,
.o-article.article-invest .content .heading {
  font-family: Oswald, Helvetica, Arial, "微軟正黑體", "Microsoft JhengHei", sans-serif;
}

@media (min-width: 767px) {
  .o-article.article-7 .w3-container > .content .ul-5 span,
  .o-article.article-8 .w3-container > .content .ul-5 span {
    display: inline-block;
  }
  .o-article.article-7 .w3-container > .content .ul-5 span.bold,
  .o-article.article-8 .w3-container > .content .ul-5 span.bold {
    font-size: 24px;
  }
  .o-article.article-8 .thumb {
    text-align: left;
  }
}
.o-article.article-9:after,
.o-article.article-9:before {
  display: table;
  content: " ";
}

.o-article.article-9 {
  zoom: 1;
  padding-bottom: 16px;
}

.o-article.article-9:after {
  clear: both;
}

.o-article.article-9 .w3-image {
  padding: 0 0 16px;
}

.o-article.article-9 .copy {
  display: inline;
}

@media (min-width: 767px) {
  .o-article.article-9 .w3-image {
    padding: 0 16px 0 0;
    max-width: 50%;
    display: inline-block;
    float: left;
  }
}
.o-article.article-10 {
  padding-bottom: 16px;
}

@media (min-width: 767px) {
  .o-article.article-10 .w3-row {
    width: 102%;
    margin-left: -1%;
  }
  .o-article.article-10 .w3-row .w3-col {
    padding: 0 1%;
  }
}
.o-article.team {
  max-width: 900px;
  padding: 5px;
  background-color: #fff;
  position: relative;
  margin: 0 auto;
}

.o-article.team .icons-announce_close {
  position: absolute;
  right: 10px;
  top: 10px;
  border-radius: 50%;
  overflow: hidden;
}

.o-article.team .wrap {
  max-width: 400px;
  margin: 0 auto;
}

.o-article.team .avatar {
  text-align: center;
}

.o-article.team .introduction {
  padding: 10px 0 0;
}

.o-article.team .introduction .title {
  display: block;
}

.o-article.team .introduction .name {
  display: block;
  font-size: 24px;
}

.o-article.team .introduction .name > span {
  padding: 10px 0;
  border-bottom: 2px #ff8200 solid;
}

@media (min-width: 767px) {
  .o-article.team {
    display: table;
  }
  .o-article.team .wrap {
    max-width: 100%;
    display: table-row;
  }
  .o-article.team .avatar,
  .o-article.team .introduction {
    vertical-align: middle;
    display: table-cell;
  }
  .o-article.team .avatar {
    width: 400px;
  }
  .o-article.team .introduction {
    padding-left: 32px;
  }
}
.o-article.article-debit-card .thumb {
  position: relative;
  padding-top: 35px;
}

.o-article.article-debit-card .thumb img {
  display: block;
  width: 100%;
}

.o-article.article-debit-card .thumb .social-icons {
  background-color: #fff;
  padding: 5px;
  display: inline-block;
  border-radius: 30px;
  line-height: 100%;
  position: absolute;
  top: 0;
}

.o-article.article-debit-card .thumb .social-icons.insta {
  left: 35px;
}

@media (min-width: 767px) {
  .o-article.article-debit-card .thumb {
    padding-top: 55px;
  }
  .o-article.article-debit-card .thumb .social-icons.insta {
    left: 55px;
  }
  .o-article.article-debit-card .content .card-type-choose .card-choose {
    border-right: 1px #ccc solid;
    padding-right: 64px;
  }
}
@media (min-width: 1279px) {
  .o-article.article-debit-card .thumb {
    position: static;
    padding-top: 0;
  }
  .o-article.article-debit-card .thumb .social-icons {
    left: auto;
    right: 32px;
    top: 32px;
    margin-top: 0;
  }
  .o-article.article-debit-card .thumb .social-icons.insta {
    left: auto;
    right: 87px;
  }
}
.o-article.article-debit-card .content {
  padding-top: 16px;
}

@media (min-width: 1279px) {
  .o-article.article-debit-card .content {
    padding-left: 32px;
    padding-top: 0;
  }
}
.o-article.article-debit-card .content .code,
.o-article.article-debit-card .content .o-heading.heading-title {
  margin: 0;
}

.o-article.article-debit-card .content .card-type-choose .card-choose .o-radio.hasArrow {
  display: block;
}

@media (min-width: 767px) {
  .o-article.article-debit-card .content .card-type-choose .card-choose .o-radio.hasArrow {
    display: inline-block;
  }
}
.o-article.article-debit-card .content .card-type-choose .card-choose .o-radio.hasArrow.checked:after {
  display: none;
}

@media (min-width: 767px) {
  .o-article.article-debit-card .content .card-type-choose .card-choose .o-radio.hasArrow.checked:after {
    display: block;
  }
  .o-article.article-debit-card .content .card-type-choose .card-choose .level_intro .ul-5 > li {
    width: 50%;
    float: left;
  }
}
.o-article.article-debit-card .content .card-type-choose .card-choose .level_intro {
  margin-top: 10px;
  border-radius: 20px;
  padding: 10px 16px;
}

.o-article.article-debit-card .content .card-type-choose .card-choose .level_intro .ul-5 {
  zoom: 1;
  display: none;
}

.o-article.article-debit-card .content .card-type-choose .card-choose .level_intro .ul-5:after {
  clear: both;
  content: " ";
  display: table;
}

.o-article.article-debit-card .content .card-type-choose .card-choose .level_intro .ul-5:before {
  content: " ";
  display: table;
}

.o-article.article-csr > a,
.o-article.article-debit-card .content .card-type-choose .card-choose .level_intro .ul-5.checked {
  display: block;
}

.o-article.article-csr {
  text-align: center;
  padding-bottom: 25px;
}

@media (min-width: 767px) {
  .o-article.article-csr {
    padding-bottom: 50px;
  }
  .o-article.article-csr > a:hover .book .download {
    opacity: 1;
  }
  .o-article.article-csr > a:hover h6 {
    color: #ff8200;
  }
}
.o-article.article-csr .book {
  position: relative;
  width: 100px;
  height: 125px;
  padding: 2px 1px 1px 5px;
  overflow: hidden;
  margin: 0 auto 10px;
}

.o-article.article-csr .book .frame {
  background: url(../images/obank/pdf_frame.png) no-repeat;
  background-size: cover;
  width: 100px;
  height: 125px;
  position: absolute;
  top: 0;
  left: 0;
}

.o-article.article-csr .book .download {
  position: absolute;
  top: 2px;
  right: 1px;
  bottom: 1px;
  left: 5px;
  opacity: 0;
  background-color: rgba(200, 200, 200, 0.6);
  border-radius: 5px;
  transition: all 0.3s linear;
}

.o-article.article-csr .book .download .icons {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -16px;
  margin-top: -20px;
}

.o-article.article-csr .book img {
  width: 100%;
  border-radius: 5px;
}

.o-article.article-csr h6,
.o-article.article-csr p {
  margin: 0;
  transition: all 0.3s linear;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.o-article.article-xs {
  position: relative;
  padding-left: 40px;
  line-height: 130%;
  font-size: 13px;
}

.o-article.article-xs a {
  display: inline-block;
}

.o-article.article-s:after,
.o-article.article-s:before {
  content: " ";
  display: table;
}

.o-article.article-xs span {
  font-size: 80%;
}

.o-article.article-xs .icons {
  position: absolute;
  left: 0;
  top: 0;
}

.o-article.article-s {
  position: relative;
  padding-left: 80px;
  line-height: 150%;
  zoom: 1;
}

.o-panel.house_loan_counter .result:before,
.o-panel.house_loan_gauge .tooltip p:before {
  line-height: 1;
  speak: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.o-article.article-s:after {
  clear: both;
}

.o-article.article-s p {
  margin: 0;
  padding-top: 10px;
}

.o-article.article-s h6 {
  margin: 0;
  font-size: 20px;
  color: #ff8200;
}

.o-article.article-s .icons {
  position: absolute;
  left: 0;
  top: 0;
}

.o-article.article-invest .thumb img {
  max-width: 100%;
}

.o-article.article-invest .content .heading {
  color: #ff8200;
  font-weight: 400;
  padding-bottom: 10px;
  font-size: 20px;
}

.o-article.article-invest .content .description {
  font-size: 16px;
  color: #3d3935;
}

@media (min-width: 767px) {
  .o-article.article-invest .content .inner {
    display: block;
    width: 200px;
    margin: 15% auto 0;
  }
}
.o-panel:after,
.o-panel:before {
  content: " ";
  display: table;
}

.o-panel {
  zoom: 1;
}

.o-panel:after {
  clear: both;
}

.o-panel.panel-1 {
  padding: 15px 0;
}

.o-panel.house_loan.w3-row .w3-col {
  padding: 10px 0;
}

.o-panel.house_loan.w3-row .w3-col .w3-btn.o-btn {
  width: 100%;
}

@media (min-width: 767px) {
  .o-panel.house_loan.w3-row .w3-col .w3-btn.o-btn {
    width: 170px;
    margin: 0 10px;
  }
  .o-panel.house_loan.w3-row .w3-col:first-child {
    text-align: right;
  }
  .o-panel.house_loan.w3-row .w3-col:last-child {
    text-align: left;
  }
  .o-panel.house_loan_counter .w3-col.left {
    padding-right: 20px;
  }
  .o-panel.house_loan_counter .w3-col.right {
    padding-left: 20px;
  }
}
.o-panel.house_loan_counter-a .result .inner,
.o-panel.house_loan_gauge .bubble,
.o-panel.house_loan_gauge .gauge {
  text-align: center;
}

.o-panel.house_loan_counter {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 20px;
}

.o-panel.house_loan_counter .w3-col {
  border-radius: 10px;
}

.o-panel.house_loan_counter .result {
  position: relative;
  padding: 20px;
}

.o-panel.house_loan_counter .result:before {
  content: "\f365";
  display: inline-block;
  font-family: Ionicons;
  font-weight: 400;
  position: absolute;
  font-size: 36px;
  top: 0;
  left: 50%;
  margin-top: -22px;
  margin-left: -9px;
  color: #efefef;
}

.o-panel.house_loan_counter .result .ans {
  font-size: 24px;
  font-family: Lato, Helvetica, Arial, "微軟正黑體", "Microsoft JhengHei", sans-serif;
  color: #ff8200;
}

.o-panel.house_loan_counter .result.default:before {
  content: "";
}

.o-panel.house_loan_counter .w3-row.compare .compare-inner {
  padding: 20px 0;
}

.o-panel.house_loan_counter .w3-row.compare .compare-inner .result {
  border-radius: 10px;
}

@media (min-width: 767px) {
  .o-panel.house_loan_counter .w3-row.compare {
    width: 104%;
    margin-left: -2%;
  }
  .o-panel.house_loan_counter .w3-row.compare .compare-inner {
    padding: 20px;
  }
  .o-panel.house_loan_counter-a .w3-row {
    position: relative;
  }
}
.o-panel.house_loan_counter-cam .result .wrapper {
  width: 95%;
  max-width: 440px;
  border-bottom: 1px #ccc solid;
  margin: 0 auto;
  padding: 10px 0;
}

.o-panel.house_loan_counter-cam .result .wrapper .inner {
  width: 195px;
  margin: 0 auto;
}

.o-panel.house_loan_counter-cam .result .wrapper .inner p {
  margin: 0;
}

.o-panel.house_loan_counter-a .w3-col.right {
  background-color: #efefef;
}

.o-panel.house_loan_counter-a .result .inner > p {
  display: inline-block;
  margin: 0 10px 0 0;
}

@media (min-width: 767px) {
  .o-panel.house_loan_counter-a .result {
    position: absolute;
    top: 0;
    right: 0;
    left: 50%;
    margin-left: 20px;
    bottom: 0;
    background-color: #efefef;
    border-radius: 10px;
  }
  .o-panel.house_loan_counter-a .result:before {
    content: "\f361";
    left: 0;
    top: 50%;
    margin-top: -18px;
    margin-left: -9px;
  }
}
.o-panel.house_loan_counter-2 .result .wrapper {
  border-bottom: 1px #ccc solid;
  margin: 0 auto;
  padding: 10px;
}

.o-panel.house_loan_counter-2 .result .wrapper .inner p {
  margin: 0;
}

.o-panel.house_loan_counter-2 .result .wrapper:last-child {
  border-bottom: none;
}

.o-panel.house_loan_gauge {
  position: relative;
  padding: 40px 20px;
}

.o-panel.house_loan_gauge .bubble {
  padding-bottom: 10px;
}

.o-panel.house_loan_gauge .bubble .icons-loans-bubble {
  position: relative;
  transform: scale(0.5);
  z-index: 10;
}

.o-panel.house_loan_gauge .bubble .icons-loans-house {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -85px;
  margin-left: -79px;
}

.o-panel.house_loan_gauge .gauge {
  padding-top: 10px;
}

.o-panel.house_loan_gauge .gauge .icons-loans-pressure_gauge {
  position: relative;
  z-index: 10;
}

.o-panel.house_loan_gauge .gauge .icons-loans-pointer {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -105px;
  margin-left: -65px;
  transform: rotate(-90deg);
}

.o-panel.house_loan_gauge .gauge .o-slider.houseloan_pressure {
  position: absolute;
  width: 140px;
  bottom: 30px;
  left: 50%;
  margin-left: -70px;
}

.o-panel.house_loan_gauge .icons-loans-line {
  position: absolute;
  left: 50%;
  width: 2px;
  height: 30px;
  border: 2px solid #000;
  top: 50%;
  margin-top: -43px;
  margin-left: -2px;
}

.o-panel.house_loan_gauge .tooltip {
  position: absolute;
  text-align: center;
  bottom: 0;
  left: 0;
  margin-bottom: 0;
  font-weight: 900;
}

.o-panel.house_loan_gauge .tooltip p:before {
  content: "\f05a";
  display: inline-block;
  font-family: FontAwesome;
  font-weight: 400;
  margin-right: 5px;
}

@media (min-width: 767px) {
  .o-panel.house_loan_gauge .bubble {
    text-align: right;
    padding-right: 35px;
    padding-bottom: 0;
  }
  .o-panel.house_loan_gauge .gauge {
    text-align: left;
    padding-left: 32px;
    padding-top: 0;
  }
  .o-panel.house_loan_gauge .icons-loans-line {
    bottom: 0;
    width: 304px;
    height: 44px;
    border: none;
    margin-left: -142px;
    margin-bottom: -8px;
  }
  .o-panel.house_loan_gauge .tooltip {
    padding-left: 32px;
    position: relative;
    text-align: left;
  }
}
@media (min-width: 1279px) {
  .o-panel.rate-change .o-hr.grey-50 {
    display: none;
  }
  .o-panel.rate-change .o-form .o-select {
    width: 80%;
  }
}
.o-panel.rate-change .inner .o-heading.heading-title {
  margin: 15px 0;
}

.o-panel.rate-change .inner > .w3-row > .w3-col:first-child {
  margin-bottom: 15px;
}

.o-panel.rate-change .o-form {
  padding: 8px;
  border-radius: 10px;
}

.o-panel.rate-change .o-form .w3-col {
  padding: 8px;
}

.o-panel.rate-change .o-form .o-select {
  margin: 0 auto;
  display: block;
}

.o-panel.rate-change .o-form .o-input {
  margin: 0 auto;
  color: #00a9ba;
}

@media (min-width: 1279px) {
  .o-panel.rate-change .o-form .o-input {
    width: 80%;
  }
}
.o-panel.credit_loan .creditLoanSlickSlider {
  padding: 20px 0;
}

.o-panel.credit_loan .creditLoanSlickSlider .slick-slide img {
  margin: 0 auto;
}

.o-panel.credit_loan .creditLoanSlickSliderDot {
  text-align: center;
  padding: 20px 0;
}

.o-panel.credit_loan .creditLoanSlickSliderDot > div {
  width: 90px;
  color: #000;
  display: inline-block;
  height: 90px;
  border-radius: 50%;
  font-size: 24px;
  line-height: 22px;
  font-weight: 900;
  margin: 0 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  background: #ccc;
  background: linear-gradient(to bottom, #ccc 0, #fff 40%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=0);
}

.o-panel.credit_loan .creditLoanSlickSliderDot > div:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  width: 0;
}

.o-panel.credit_loan .creditLoanSlickSliderDot > div > span {
  display: inline-block;
  vertical-align: middle;
}

.o-panel.credit_loan .creditLoanSlickSliderDot > div:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.o-panel.credit_loan .creditLoanSlickSliderDot > div:active {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.o-panel.credit_loan .creditLoanSlickSliderDot > div.active {
  border: 3px solid #ff8200;
}

@media (min-width: 767px) {
  .o-panel.credit_loan .creditLoanSlickSliderDot {
    position: relative;
  }
  .o-panel.credit_loan .creditLoanSlickSliderDot > div {
    position: absolute;
    left: 50%;
    margin-left: -45px;
    top: 0;
    margin-top: -70px;
  }
  .o-panel.credit_loan .creditLoanSlickSliderDot > div:first-child {
    margin-left: -180px;
    margin-top: -125px;
  }
  .o-panel.credit_loan .creditLoanSlickSliderDot > div:last-child {
    margin-left: 95px;
    margin-top: -125px;
  }
}
.o-panel.video {
  margin: 0 auto;
  max-width: 640px;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  border-radius: 10px;
}

.o-panel.video embed,
.o-panel.video iframe,
.o-panel.video object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.o-panel.video .icons-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  margin-top: -36px;
  margin-left: -36px;
  cursor: pointer;
}

@media (min-width: 767px) {
  .o-panel.video {
    padding-bottom: 0;
    height: 360px;
  }
}
label.o-select {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

label.o-select:after {
  content: "\f123";
  display: inline-block;
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right: 10px;
  top: 10px;
  pointer-events: none;
  font-size: 14px;
}

label.o-select .w3-select {
  font-family: Lato, Helvetica, Arial, "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-weight: 900;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.ui-datepicker .ui-datepicker-next:after,
.ui-datepicker .ui-datepicker-prev:after,
label.o-radio.hasArrow:after,
label.o-search:after {
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

label.o-select .w3-select::-ms-expand {
  display: none;
}

label.o-select.right {
  float: none;
}

@media (min-width: 1279px) {
  .o-panel.video {
    max-width: 940px;
    max-height: 529px;
    padding-bottom: 0;
    height: 529px;
  }
  .o-panel.video .icons-video-play {
    margin-top: -51px;
    margin-left: -51px;
  }
  label.o-select.right {
    float: right;
  }
}
label.o-select.date-select-170,
label.o-select.fixed-width-170,
label.o-select.select-1 {
  border: 1px solid #ccc;
  display: block;
}

label.o-select.date-select-170:after,
label.o-select.fixed-width-170:after,
label.o-select.select-1:after {
  color: #ccc;
}

label.o-select.date-select-170 .w3-select,
label.o-select.fixed-width-170 .w3-select,
label.o-select.select-1 .w3-select {
  color: #ccc;
  padding: 5px 30px 5px 10px;
}

label.o-select.select-1.white,
label.o-select.white.date-select-170,
label.o-select.white.fixed-width-170 {
  background-color: #fff;
}

label.o-select.select-1.white .w3-select,
label.o-select.select-1.white:after,
label.o-select.white.date-select-170 .w3-select,
label.o-select.white.date-select-170:after,
label.o-select.white.fixed-width-170 .w3-select,
label.o-select.white.fixed-width-170:after {
  color: #333;
}

@media (min-width: 1279px) {
  label.o-select.date-select-170,
  label.o-select.fixed-width-170,
  label.o-select.select-1 {
    display: inline-block;
  }
}
label.o-select.date-select-170,
label.o-select.fixed-width-170 {
  width: 100%;
}

@media (min-width: 767px) {
  label.o-select.date-select-170,
  label.o-select.fixed-width-170 {
    width: 170px;
  }
}
label.o-select.select-2 {
  border: 1px solid #ccc;
  display: block;
  background-color: #fff;
}

label.o-select.select-2:after {
  top: 8px;
  color: #333;
}

label.o-select.select-2 .w3-select {
  color: #333;
  padding: 4px 30px 4px 10px;
}

@media (min-width: 1279px) {
  label.o-select.select-2 {
    display: inline-block;
  }
  label.o-select.select-2.block {
    display: block;
  }
}
label.o-select.date-select-170 {
  width: 85%;
}

label.o-select.date-select-170 + .icons.icons-calendar {
  float: right;
}

@media (min-width: 520px) {
  label.o-select.date-select-170 {
    width: 90%;
  }
}
@media (min-width: 767px) {
  label.o-select.date-select-170 {
    width: 170px;
  }
  label.o-select.date-select-170 + .icons.icons-calendar {
    float: none;
  }
}
label.o-search {
  position: relative;
}

label.o-search:after {
  content: "\f002";
  display: inline-block;
  font-family: FontAwesome;
  position: absolute;
  right: 15px;
  top: 8px;
  pointer-events: none;
  font-size: 14px;
}

.article-slick-wrapper .article-slider .control-btn.next,
.article-slick-wrapper .article-slider-nothumb .control-btn.next,
.article-slick-wrapper .article-thumbnail-slider .control-btn.next {
  right: 16px;
}

label.o-search .w3-input {
  border-radius: 20px;
  border: 1px solid #ccc;
  padding: 4px 30px 4px 10px;
}

label.o-search.search-1 {
  display: block;
}

@media (min-width: 1279px) {
  label.o-search.search-1 {
    width: 50%;
    margin: 0 auto;
  }
}
label.o-radio {
  display: inline-block;
}

label.o-radio * {
  vertical-align: middle;
}

label.o-radio.hasArrow {
  position: relative;
}

label.o-radio.hasArrow:after {
  font-family: Ionicons;
  content: "\f365";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-bottom: -25px;
  color: #fff;
  font-size: 40px;
  display: none;
}

.article-slick-wrapper .article-slider .control-btn.prev,
.article-slick-wrapper .article-slider-nothumb .control-btn.prev,
.article-slick-wrapper .article-thumbnail-slider .control-btn.prev {
  left: 16px;
}

label.o-radio.hasArrow.checked:after {
  display: block;
}

label.o-radio input[type=radio] {
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 50%;
  outline: 0;
  box-shadow: 0 0 10px 5px #fff inset;
  margin-right: 5px;
  display: none;
}

label.o-radio input[type=radio] + .ion-android-radio-button-off {
  color: #ff8200;
  margin-right: 5px;
}

label.o-radio input[type=radio]:checked + .ion-android-radio-button-off:before {
  content: "\f3a7";
}

label.o-radio input[type=radio]:hover {
  box-shadow: 0 0 0 0 #fff inset;
}

label.o-radio input[type=radio]:before {
  content: "";
  display: block;
  width: 60%;
  height: 60%;
  margin: 20% auto;
  border-radius: 50%;
}

label.o-radio input[type=radio]:checked:before {
  background: #ff8200;
}

label.o-datepicker-input {
  display: block;
}

label.o-datepicker-input .icons.icons-calendar {
  cursor: pointer;
}

label.o-datepicker-input input[type=text].w3-input.o-input.fixed-width-170.hasDatepicker {
  width: 85%;
  display: inline-block;
}

label.o-datepicker-input input[type=text].w3-input.o-input.fixed-width-170.hasDatepicker + .icons.icons-calendar {
  margin-bottom: 5px;
}

@media (min-width: 520px) {
  label.o-datepicker-input input[type=text].w3-input.o-input.fixed-width-170.hasDatepicker {
    width: 90%;
  }
}
@media (min-width: 767px) {
  label.o-datepicker-input {
    display: inline-block;
  }
  label.o-datepicker-input input[type=text].w3-input.o-input.fixed-width-170.hasDatepicker {
    width: 170px;
  }
  label.o-datepicker-input input[type=text].w3-input.o-input.fixed-width-170.hasDatepicker + .icons.icons-calendar {
    float: none;
  }
}
label.o-datepicker-input.hasWord input[type=text].w3-input.o-input.fixed-width-170.hasDatepicker {
  width: 75%;
}

label.o-datepicker-input.hasWord input[type=text].w3-input.o-input.fixed-width-170.hasDatepicker + .icons.icons-calendar {
  margin-left: 5px;
  margin-right: 5px;
}

label.o-checkbox input[type=checkbox] {
  display: none;
}

label.o-checkbox input[type=checkbox] + .ion-android-checkbox-outline-blank {
  margin-right: 10px;
  color: #ff8200;
  font-size: 20px;
}

label.o-checkbox input[type=checkbox]:checked + .ion-android-checkbox-outline-blank:before {
  content: "\f373";
}

.o-trend .sample {
  width: 100%;
}

.ui-widget-header .ui-state-hover {
  border: none;
  background: 0 0;
}

.ui-datepicker {
  font-family: Oswald, Helvetica, Arial, "微軟正黑體", "Microsoft JhengHei", sans-serif;
  padding: 0;
  background-color: #efefef;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.ui-datepicker.ui-corner-all {
  border-radius: 10px 10px 0 0;
}

.ui-datepicker .ui-datepicker-header {
  padding: 0.4em 0;
  background: #efefef;
}

.ui-datepicker .ui-datepicker-header.ui-corner-all {
  border-radius: 10px 10px 0 0;
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  border-radius: 0;
  box-shadow: none;
  transition: all 0.3s linear;
  border: none;
}

.ui-datepicker .ui-datepicker-next.ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-next.ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-prev.ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev.ui-datepicker-prev-hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.ui-datepicker .ui-datepicker-next:after,
.ui-datepicker .ui-datepicker-prev:after {
  text-indent: 0;
  background-image: none;
  display: inline-block;
  font-family: Ionicons;
  pointer-events: none;
  font-size: 14px;
  color: #333;
  background-color: transparent;
  margin-top: -8px;
}

.icons,
.icons-nav-sprite {
  text-indent: -99999px;
}

.ui-datepicker .ui-datepicker-next:after {
  content: "\f125";
}

.ui-datepicker .ui-datepicker-prev:after {
  content: "\f124";
}

.ui-datepicker .ui-datepicker-calendar span.ui-state-default,
.ui-datepicker .ui-datepicker-calendar th span {
  opacity: 0.5;
}

.ui-datepicker thead th {
  background-color: #fff;
  border: none;
  border-bottom: 1px #ccc solid;
  padding: 8px 4px;
}

.ui-datepicker tbody td {
  border: none;
  padding: 4px;
}

.ui-datepicker tbody td .ui-state-hover,
.ui-datepicker tbody td .ui-widget-content .ui-state-hover {
  background-color: #ff8200;
  border-color: #ff8200;
  text-shadow: 0 1px 0 #e67500;
  color: #fff;
}

.ui-datepicker .ui-state-default,
.ui-datepicker .ui-widget-content .ui-state-default {
  border: none;
  color: #333;
  background: 0 0;
}

.ui-widget-content,
.ui-widget-header .ui-icon {
  background-image: none;
}

.ui-datepicker .ui-datepicker-calendar td a,
.ui-datepicker .ui-datepicker-calendar td span {
  padding: 0;
  text-align: center;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.ui-datepicker .ui-datepicker-buttonpane.ui-widget-content button {
  transition: all 0.3s linear;
}

.ui-datepicker .ui-datepicker-buttonpane.ui-widget-content button:hover {
  box-shadow: none;
}

@media (min-width: 767px) {
  .ui-datepicker .ui-datepicker-buttonpane.ui-widget-content button:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  .ui-datepicker .ui-datepicker-buttonpane.ui-widget-content button:active {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  }
}
.ui-datepicker .ui-datepicker-buttonpane.ui-widget-content button.ui-priority-secondary {
  opacity: 1;
}

.ui-widget-content {
  border: 0;
  background-color: #efefef;
}

html body .ui-datepicker .ui-state-active {
  background-color: #ff8200;
  border-color: #ff8200;
  text-shadow: 0 1px 0 #e67500;
}

.article-slick-wrapper {
  padding-bottom: 16px;
}

.article-slick-wrapper .article-slider,
.article-slick-wrapper .article-slider-nothumb {
  position: relative;
}

.article-slick-wrapper .article-slider .slick-list img,
.article-slick-wrapper .article-slider-nothumb .slick-list img {
  width: 100%;
}

.article-slick-wrapper .article-slider .control-btn,
.article-slick-wrapper .article-slider-nothumb .control-btn {
  background-color: #ff8200;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  z-index: 999;
  top: 50%;
  margin-top: -20px;
  padding: 0;
}

.article-slick-wrapper .article-slider .control-btn > i,
.article-slick-wrapper .article-slider-nothumb .control-btn > i {
  vertical-align: middle;
}

.article-slick-wrapper .article-thumbnail-slider {
  display: none;
  padding: 16px 32px 0;
}

.article-slick-wrapper .article-thumbnail-slider .slick-list img {
  width: 100%;
}

.article-slick-wrapper .article-thumbnail-slider .slick-list .slick-slide {
  padding: 16px;
}

.article-slick-wrapper .article-thumbnail-slider .slick-list .slick-slide .frame {
  border: 3px solid transparent;
  display: inline-block;
  transition: all 0.3s linear;
}

.article-slick-wrapper .article-thumbnail-slider .slick-list .slick-slide.slick-current .frame {
  border: 3px solid #ff8200;
  opacity: 0.8;
}

.article-slick-wrapper .article-thumbnail-slider .control-btn {
  text-align: center;
  position: absolute;
  z-index: 999;
  top: 50%;
  margin-top: -30px;
  padding: 0;
  font-size: 40px;
}

.o-slider-maxmin,
.page__home .duration-wrapper,
.page__home main {
  position: relative;
}

.article-slick-wrapper .article-thumbnail-slider .control-btn:hover {
  box-shadow: none;
  color: #ff8200;
}

.article-slick-wrapper .article-thumbnail-slider .control-btn > i {
  vertical-align: middle;
}

@media (min-width: 767px) {
  .article-slick-wrapper .article-thumbnail-slider {
    display: block;
  }
}
.o-slider-maxmin:after,
.o-slider-maxmin:before {
  content: " ";
  display: table;
}

.o-slider {
  margin: 20px 0;
}

.o-slider.ui-slider .ui-slider-handle {
  width: 42px;
  height: 42px;
  background: url(../images/obank/slider-btn.png) 50% 50% no-repeat;
  border: none;
  top: -11px;
  margin-left: -21px;
  cursor: pointer;
  transition: opacity 0.3s linear;
}

.o-slider.ui-slider .ui-slider-handle:active {
  opacity: 0.9;
}

.o-slider.ui-slider.houseloan_pressure {
  border: 3px solid #000;
}

.o-slider.ui-slider.houseloan_pressure .ui-slider-handle {
  width: 50px;
  height: 54px;
  background: url(../images/icons-loans/slider-btn.png) 50% 50% no-repeat;
  top: -19px;
  margin-left: -25px;
}

.o-slider .ui-slider-range {
  background: #ff8200;
}

.o-slider.ui-corner-all,
.o-slider.ui-corner-all .ui-corner-all {
  border-radius: 15px;
}

.o-slider-maxmin {
  zoom: 1;
  font-size: 18px;
  font-weight: 900;
  color: #ff8200;
  margin: 20px 0;
}

.o-slider-maxmin:after {
  clear: both;
}

.o-slider-maxmin .min {
  float: left;
}

.o-slider-maxmin .max {
  float: right;
}

.o-slider-ans {
  width: 150px;
  display: inline-block;
}

.page__home main {
  width: 100%;
  overflow-x: hidden;
}

.page__home .duration-wrapper#o2-duration {
  z-index: 16;
}

.page__home .parallax-o {
  transition: all 0.3s linear;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 13;
}

.page__home .parallax-o img {
  width: 200%;
}

.page__home .parallax-o#o1 {
  margin-left: -67%;
}

.page__home .parallax-o#o2 {
  margin-left: -50%;
}

@media (min-width: 1279px) {
  .page__home .parallax-o#o1 img {
    width: 150%;
  }
  .page__home .parallax-o#o2 {
    margin-left: 25%;
  }
  .page__home .parallax-o#o2 img {
    width: 150%;
  }
}
.page__home .feature {
  z-index: 15;
  transition: all 0.75s linear;
  animation-duration: 0.75s;
  animation-delay: 0.5s;
}

.page__home .feature .heading,
.page__home .feature .subheading,
.page__home .feature .txt {
  margin: 0;
  line-height: 140%;
  font-weight: 900;
}

.page__home .feature .heading {
  font-size: 18px;
}

.page__home .feature .heading .icons {
  margin: 0 5px;
}

.page__home .feature .heading .icons-bk_predot_l,
.page__home .feature .heading .icons-bk_sufdot_l,
.page__home .feature .heading .icons-wt_predot_l,
.page__home .feature .heading .icons-wt_sufdot_l {
  position: relative;
  top: 5px;
}

.page__home .feature .subheading {
  font-size: 20px;
}

.page__home .feature .txt {
  font-size: 14px;
}

.page__home .feature .og {
  color: #ff8200;
}

.page__home .feature.l {
  max-width: 680px;
  margin: 0 auto;
  position: relative;
  padding: 0 25px;
}

.page__home .feature.l .heading {
  font-size: 20px;
  padding: 0 5px;
  font-weight: 900;
  color: #ff8200;
}

.page__home .feature.l .coming-soon {
  position: absolute;
  font-size: 17px;
  font-weight: 900;
  left: 50%;
  top: 0;
  margin-left: -44px;
  margin-top: 58px;
  padding: 0 10px;
}

.page__home .feature.l .txt {
  font-size: 13px;
}

@media (min-width: 767px) {
  .page__home .feature .heading {
    font-size: 28px;
  }
  .page__home .feature .subheading {
    font-size: 30px;
  }
  .page__home .feature .txt {
    font-size: 20px;
  }
  .page__home .feature.l {
    padding: 0 10%;
  }
  .page__home .feature.l .heading {
    font-size: 33px;
  }
  .page__home .feature.l .coming-soon {
    font-size: 34px;
    margin-left: -77px;
    margin-top: 63px;
  }
  .page__home .feature.l .txt {
    font-size: 20px;
  }
}
@media (min-width: 1279px) {
  .page__home .feature .heading {
    font-size: 36px;
  }
  .page__home .feature .subheading {
    font-size: 42px;
  }
  .page__home .feature .txt {
    font-size: 18px;
  }
  .page__home .feature.l {
    padding: 0;
  }
  .page__home .feature.l .heading {
    font-size: 55px;
    padding: 0;
  }
  .page__home .feature.l .coming-soon {
    font-size: 34px;
    margin-left: -82px;
    margin-top: 100px;
  }
  .page__home .feature.l .txt {
    font-size: 26px;
  }
}
.page__home .appstore {
  position: relative;
  text-align: center;
}

.page__home .appstore .txt {
  font-size: 17px;
  display: block;
  padding-top: 20px;
}

@media (min-width: 767px) {
  .page__home .appstore .txt {
    font-size: 34px;
  }
}
.page__home .feature-gallery {
  z-index: 15;
}

.page__home .feature-gallery .phone_slider img {
  display: block;
  margin: 0 auto;
  width: 50%;
}

.page__home .section.convenient .feature-gallery .control-btn.icons-og_arw_rt_l,
.page__home .section.savetime .feature-gallery .control-btn.icons-og_arw_rt_l {
  margin-right: -50px;
}

.page__home .feature-gallery .control-btn {
  position: absolute;
  top: 50%;
}

.page__home .feature-gallery .control-btn.icons-og_arw_lt_l {
  left: 0;
}

.page__home .feature-gallery .control-btn.icons-og_arw_rt_l {
  right: 0;
}

@media (min-width: 1279px) {
  .page__home .appstore .txt {
    font-size: 24px;
  }
  .page__home .feature-gallery .phone_slider img {
    width: auto;
  }
}
.page__home .section {
  position: relative;
}

.page__home .section .bg {
  width: 100%;
  display: block;
}

.page__home .section .animate-sprite-wrap,
.page__home .section .animate-sprite-wrap-point,
.page__home .section .mask-element {
  position: absolute;
}

.page__home .section .mask-element img {
  width: 100%;
}

.page__home .section .o-btn.icons-og_crc_l {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 100;
}

.page__home .section.kv #kv_slider img {
  width: 100%;
  display: block;
}

.page__home .section.kv .o-btn.icons-og_crc_l {
  margin-left: 0;
  left: 16px;
  margin-bottom: -45px;
}

@media (min-width: 1279px) {
  .page__home .section.kv .o-btn.icons-og_crc_l {
    margin-left: -75px;
    left: 50%;
    margin-bottom: -75px;
  }
}
.page__home .section.savetime .animate-sprite-wrap {
  z-index: 9;
}

.page__home .section.savetime .animate-sprite-wrap img {
  width: 100%;
}

.page__home .section.savetime .animate-sprite-wrap#os1-s {
  width: 42%;
  right: 3%;
  top: 7%;
}

.page__home .section.savetime .animate-sprite-wrap#os1-l {
  width: 29%;
  right: 9%;
  top: 20%;
}

.page__home .section.savetime .animate-wrapper {
  position: absolute;
  top: 35%;
  left: 50%;
  width: 300px;
  height: 200px;
  margin-left: -150px;
}

.page__home .section.savetime .mask-element {
  z-index: 10;
  width: 73%;
  right: -11%;
  top: 5%;
}

.page__home .section.savetime .feature {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 0;
}

.page__home .section.savetime .feature-gallery {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -110px;
  margin-top: 30px;
}

.page__home .section.savetime .feature-gallery .phone_slider {
  top: 35px;
  left: 8px;
}

.page__home .section.savetime .feature-gallery .control-btn.icons-og_arw_lt_l {
  margin-left: -50px;
}

.page__home .section.savetime .o-btn.icons-og_crc_l {
  left: auto;
  right: 16px;
  margin-bottom: -35px;
}

@media (min-width: 767px) {
  .page__home .section.savetime .animate-sprite-wrap {
    width: 34%;
    right: 5%;
    top: 10%;
  }
  .page__home .section.savetime .animate-wrapper {
    width: 600px;
    height: 300px;
    margin-left: -300px;
  }
  .page__home .section.savetime .feature {
    left: 8%;
    margin-left: 0;
  }
  .page__home .section.savetime .feature-gallery {
    left: 50%;
    margin-left: -200px;
    margin-top: 30px;
  }
  .page__home .section.savetime .feature-gallery .phone_slider {
    top: 75px;
    left: 8px;
  }
  .page__home .section.savetime .o-btn.icons-og_crc_l {
    left: 75%;
    margin-left: 0;
    margin-bottom: -50px;
  }
}
@media (min-width: 1279px) {
  .page__home .section.savetime .animate-sprite-wrap-point {
    right: 8%;
    top: 50%;
  }
  .page__home .section.savetime .animate-wrapper {
    top: 45%;
    margin-left: 0;
    left: 10%;
  }
  .page__home .section.savetime .feature {
    left: 5%;
    margin-left: 0;
  }
  .page__home .section.savetime .feature-gallery {
    top: 15%;
    left: 50%;
    margin-left: 0;
    margin-top: 15px;
  }
  .page__home .section.savetime .feature-gallery .phone_slider {
    top: 70px;
    left: 15px;
  }
  .page__home .section.savetime .mask-element {
    width: 50%;
    right: 0;
    top: 17%;
  }
  .page__home .section.savetime .o-btn.icons-og_crc_l {
    left: 50%;
    margin-left: 300px;
    margin-bottom: 20px;
  }
}
.page__home .section.convenient .animate-sprite-wrap {
  z-index: 9;
}

.page__home .section.convenient .animate-sprite-wrap img {
  width: 100%;
}

.page__home .section.convenient .animate-sprite-wrap#os2-s {
  width: 38%;
  left: 20%;
  top: 19%;
}

.page__home .section.convenient .animate-sprite-wrap#os2-l {
  width: 30%;
  left: 12%;
  top: 34%;
}

.page__home .section.convenient .animate-wrapper {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 300px;
  height: 200px;
  margin-left: -150px;
}

.page__home .section.convenient .mask-elemenkt {
  z-index: 10;
  width: 42%;
  left: 2%;
  top: 27%;
  margin-top: 5px;
}

.page__home .section.convenient .feature {
  position: absolute;
  top: 0;
  left: 7%;
  width: 300px;
}

.page__home .section.convenient .feature-gallery {
  position: absolute;
  top: 60%;
  left: 50%;
  margin-left: -72px;
}

.page__home .section.convenient .feature-gallery .phone_slider {
  top: 17px;
}

.page__home .section.convenient .feature-gallery .control-btn.icons-og_arw_lt_l {
  margin-left: -50px;
}

.page__home .section.convenient .o-btn.icons-og_crc_l {
  left: auto;
  right: 16px;
  margin-bottom: -35px;
}

@media (min-width: 767px) {
  .page__home .section.convenient .animate-sprite-wrap {
    width: 42%;
    right: 34%;
    top: 16%;
  }
  .page__home .section.convenient .animate-sprite-wrap#os2-s {
    left: 15%;
    top: 14%;
  }
  .page__home .section.convenient .animate-wrapper {
    width: 600px;
    height: 300px;
    margin-left: -300px;
    top: 50%;
  }
  .page__home .section.convenient .feature {
    top: 0;
    left: 7%;
    width: 600px;
  }
  .page__home .section.convenient .feature-gallery {
    top: 65%;
    left: 50%;
    margin-left: -150px;
  }
  .page__home .section.convenient .feature-gallery .phone_slider {
    top: 17px;
  }
  .page__home .section.convenient .feature-gallery .control-btn.icons-og_arw_lt_l {
    margin-left: -50px;
  }
  .page__home .section.convenient .feature-gallery .control-btn.icons-og_arw_rt_l {
    margin-right: -50px;
  }
  .page__home .section.convenient .mask-elemenkt {
    width: 42%;
    width: 35%;
    left: 3%;
    top: 24%;
    margin-top: 5px;
  }
  .page__home .section.convenient .o-btn.icons-og_crc_l {
    left: 75%;
    margin-left: 0;
    margin-bottom: -50px;
  }
}
@media (min-width: 1279px) {
  .page__home .section.convenient .animate-wrapper {
    top: 20%;
    left: auto;
    right: 0;
  }
  .page__home .section.convenient .mask-element {
    width: 33%;
    left: 0;
    top: 48%;
    margin-top: 2px;
  }
  .page__home .section.convenient .feature {
    left: 7%;
  }
  .page__home .section.convenient .feature .subheading {
    width: 300px;
  }
  .page__home .section.convenient .feature-gallery {
    top: 90%;
    margin-left: -200px;
  }
  .page__home .section.convenient .feature-gallery .phone_slider {
    top: 17px;
  }
  .page__home .section.convenient .feature-gallery .control-btn.icons-og_arw_lt_l {
    margin-left: -50px;
  }
  .page__home .section.convenient .feature-gallery .control-btn.icons-og_arw_rt_l {
    margin-right: -50px;
  }
  .page__home .section.convenient .o-btn.icons-og_crc_l {
    left: 50%;
    margin-left: -100px;
    margin-bottom: 20px;
  }
}
.page__home .section.service .feature {
  position: absolute;
  top: 25%;
  left: 50%;
  margin-left: -160px;
  min-width: 320px;
}

.page__home .section.service .inservice {
  padding-top: 30px;
}

.page__home .section.service .inservice .content {
  display: inline-block;
  padding: 5px;
}

.page__home .section.service .inservice .content i[class^=icons-service] {
  background: 0 0;
}

.page__home .section.service .inservice .content .txt {
  margin: 16px 0;
  line-height: 150%;
  font-size: 12px;
}

.page__home .section.service .inservice .content b {
  font-size: 16px;
}

@media (min-width: 767px) {
  .page__home .section.service .feature {
    margin-left: -384px;
    min-width: 768px;
  }
  .page__home .section.service .inservice .content {
    padding: 20px;
  }
  .page__home .section.service .inservice .content .txt {
    font-size: 18px;
  }
}
@media (min-width: 1279px) {
  .page__home .section.service .feature {
    top: 25%;
    left: 50%;
    margin-left: -384px;
  }
  .page__home .section.service .inservice {
    padding-top: 30px;
  }
  .page__home .section.service .inservice .content {
    padding: 30px;
  }
  .page__home .section.service .inservice .content .txt {
    margin: 16px 0;
    line-height: 150%;
  }
  .page__home .section.service .inservice .content b {
    font-size: 24px;
  }
}
.page__home .section.member .feature {
  position: absolute;
  top: 55%;
  right: 50%;
  margin-right: -106px;
}

.page__home .section.member .o-btn.icons-og_crc_l {
  margin-left: -50px;
  bottom: 7%;
}

@media (min-width: 767px) {
  .page__home .section.member .feature {
    top: 63%;
    margin-right: -165px;
  }
  .page__home .section.member .o-btn.icons-og_crc_l {
    margin-left: -75px;
    margin-bottom: -60px;
    bottom: 0;
  }
}
@media (min-width: 1279px) {
  .page__home .section.member .feature {
    top: 30%;
    right: 30%;
  }
  .page__home .section.member .o-btn.icons-og_crc_l {
    margin-left: -75px;
    margin-bottom: -45px;
  }
}
.page__home .section.countdown {
  padding-top: 25%;
  padding-bottom: 75px;
}

.page__home .section.countdown .bg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.page__home .section.countdown .countdown_wrapper {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
}

.page__home .section.countdown .countdown_wrapper .countdown {
  color: #ff8200;
  font-size: 150%;
}

.page__home .section.countdown .feature.l .heading,
.page__home .section.countdown .feature.l .txt {
  text-align: center;
}

.page__home .section.countdown .o-hr {
  margin: 20px 0;
  height: 1px;
}

.page__home .section.safety {
  background-color: #ff8200;
  padding: 30px 0;
}

.page__home .section.safety .feature.l {
  max-width: 760px;
  text-align: center;
}

.page__home .section.safety .feature.l .icons-wt_shield_l {
  display: block;
  margin: 0 auto 10px;
}

.page__home .section.safety .feature.l .txt span {
  display: block;
}

.page__home .section.safety .appstore .txt {
  color: #fff;
}

@media (min-width: 767px) {
  .page__home .section.safety .feature.l {
    width: 450px;
    margin: 0 auto;
    padding-left: 120px;
    padding-right: 0;
    text-align: left;
  }
  .page__home .section.safety .feature.l .icons-wt_shield_l {
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media (min-width: 1279px) {
  .page__home .section.countdown .countdown_wrapper {
    font-size: 55px;
  }
  .page__home .section.countdown .o-hr {
    height: 2px;
  }
  .page__home .section.safety .feature.l {
    width: auto;
  }
  .page__home .section.safety .feature.l .txt {
    font-size: 26px;
  }
  .page__home .section.safety .feature.l .txt span {
    display: inline;
  }
}
.page__home .feature.animated {
  opacity: 1;
}

.page__home .w3-btn.o-btn.icons-og_crc_l {
  opacity: 0;
  transition: all 0.75s linear;
  animation-duration: 0.75s;
  animation-delay: 0.5s;
}

.page__home .feature-gallery.animated,
.page__home .w3-btn.o-btn.icons-og_crc_l.animated {
  opacity: 1;
}

.page__home .feature-gallery {
  transition: all 1s linear;
  animation-duration: 1s;
  animation-delay: 0.1s;
}

.page__home .safety .feature {
  animation-duration: 1.5s;
}

.page__service .o-large-btn.large-btn-1 p {
  display: block;
}

.page__service .function-wrapper .service-content {
  max-width: 1280px;
  margin: 0 auto;
  background-color: #f3f3f3;
  padding: 20px 0;
  border-radius: 5px;
}

.page__service .function-wrapper .service-content .o-hr.grey {
  margin: 15px 0;
}

.page__service .function-wrapper .service-content .txt * {
  vertical-align: middle;
}

.page__service .function-wrapper .service-content .txt p {
  padding: 0 16px;
  font-size: 20px;
}

.page__service .function-wrapper .service-content a:hover {
  background-color: transparent;
}

.page__service .function-wrapper .service-content .icons-service_contentflag {
  display: none;
}

.page__service .function-wrapper .service-content .o-form {
  width: 95%;
  margin: 0 auto;
}

.page__service .function-wrapper .service-content .o-form .w3-table {
  width: 100%;
  margin: 0 auto;
}

.page__service .function-wrapper .service-content .o-form .w3-table th {
  text-align: left;
  font-weight: 400;
  padding-left: 0;
}

.page__service .function-wrapper .service-content .o-form .w3-table .terms {
  font-size: 14px;
}

.page__service .function-wrapper .service-content .o-form .w3-table input[type=text] {
  padding-left: 15px;
  padding-right: 15px;
}

.page__service .function-wrapper .service-content .o-form .w3-table .fa {
  font-size: 18px;
}

@media (min-width: 767px) {
  .page__service .function-wrapper .service-content .o-hr.grey {
    margin: 15px;
  }
  .page__service .function-wrapper .service-content .txt * {
    vertical-align: middle;
  }
  .page__service .function-wrapper .service-content.chat .txt p {
    padding: 9% 16px 0;
  }
  .page__service .function-wrapper .service-content.message .txt p {
    padding: 40% 16px;
  }
  .page__service .function-wrapper .service-content .w3-row {
    max-width: 960px;
    margin: 0 auto;
  }
  .page__service .function-wrapper .service-content .w3-row .w3-col.border-left {
    border-left: 1px #ccc solid;
  }
  .page__service .function-wrapper .service-content .o-form {
    width: 100%;
    padding-right: 16px;
  }
  .page__service .function-wrapper .service-content .o-form .w3-table tr th {
    text-align: right;
  }
  .page__service .function-wrapper .service-content .o-form .w3-table tr td:last-child {
    padding-right: 0;
  }
}
@media (min-width: 1279px) {
  .page__service .function-wrapper .service-content .o-hr.grey {
    margin: 15px;
  }
  .page__service .function-wrapper .service-content .w3-row {
    width: 960px;
    margin: 0 auto;
  }
  .page__service .function-wrapper .service-content .w3-row .w3-col.border-left {
    border-left: 1px #ccc solid;
  }
  .page__service .function-wrapper .service-content .icons-service_contentflag {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -20px;
    margin-right: 190px;
  }
  .page__service .function-wrapper .service-content .txt p {
    font-size: 24px;
  }
  .page__service .function-wrapper .service-content.chat .icons-service_contentflag {
    margin-right: 750px;
  }
  .page__service .function-wrapper .service-content.message .txt p {
    padding: 17% 0 0;
  }
  .page__service .function-wrapper .service-content.message .txt p span {
    display: block;
  }
  .page__service .function-wrapper .service-content .o-form {
    width: 100%;
    padding-right: 0;
  }
  .page__service .function-wrapper .service-content .o-form .w3-table tr th {
    text-align: right;
  }
  .page__service .function-wrapper .service-content .o-form .w3-table tr td:last-child {
    padding-right: 0;
  }
}
#announce-form .announce-nav {
  position: absolute;
  top: 0;
  background: url(../images/announce_nav_bg.png) bottom center no-repeat;
  background-size: cover;
  transition: all 0.3s linear;
  width: 100%;
  height: 75px;
  z-index: 9999;
}

#announce-form .announce-nav .w3-rowtable {
  width: 100%;
  display: table;
}

#announce-form .announce-nav .w3-rowtable .w3-col {
  padding: 10px 0 5px;
}

#announce-form .announce-nav .icons-announce_close {
  background-color: transparent;
  border-radius: 20px;
  float: right;
}

#announce-form .announce-nav h2 {
  margin: 0;
  font-size: 30px;
  color: #ff8200;
}

#announce-form .announce-nav h2 * {
  vertical-align: middle;
}

#announce-form .announce-main {
  background: url(../images/announce_bg.jpg) center bottom no-repeat #ebebeb;
  background-size: contain;
  padding-top: 80px;
  padding-bottom: 16px;
}

#announce-form .announce-main h2 {
  font-size: 36px;
  font-weight: 400;
}

#announce-form .announce-main .table-2 tr td:first-child {
  padding-right: 0;
}

.mail-body {
  max-width: 750px;
  margin: 0 auto;
}

.mail-nav {
  background-color: #fff;
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2);
  padding: 10px 0;
}

.mail-main .content .ps,
.mail-main .content .w3-table.record tfoot tr,
.mail-main .content .w3-table.record thead tr {
  background-color: #efefef;
}

.mail-nav .w3-container * {
  vertical-align: middle;
}

.mail-main h1 {
  font-size: 24px;
}

.mail-main .content .round-frame-top {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.mail-main .content .round-frame {
  border-radius: 10px;
  overflow: hidden;
}

.mail-main .content .w3-table.record tbody tr {
  border-bottom: 1px #ccc solid;
}

.mail-main .content .w3-table.record tbody tr:last-child {
  border-bottom: none;
}

.mail-main .content .ps {
  padding: 10px;
}

@media (min-width: 1279px) {
  .mail-main .content {
    padding-right: 16px;
  }
}
.mail-main .img-link a img {
  display: block;
  width: 100%;
}

.mail-main .img-link .w3-col {
  padding: 2% 0;
}

@media (min-width: 767px) {
  .mail-main .img-link .w3-row {
    width: 102%;
    margin-left: -1%;
  }
  .mail-main .img-link .w3-col {
    padding: 1%;
  }
}
@media (min-width: 1279px) {
  .mail-main .img-link .w3-row {
    width: 100%;
    margin-left: 0;
  }
  .mail-main .img-link .w3-col {
    padding: 0 0 12px;
  }
}
.mail-main .quick-link a {
  display: inline-block;
  padding: 0 2%;
  border-right: 1px #ccc solid;
}

.mail-main .quick-link a:last-child {
  border-right: none;
}

.mail-footer {
  background: url(../images/mail/footer.png) top center no-repeat;
  background-size: cover;
  padding-top: 70px;
}

.mail-footer .info {
  font-size: 13px;
}

.mail-footer .info * {
  vertical-align: middle;
}

.mail-footer .info .os {
  font-family: Oswald, Helvetica, Arial, "微軟正黑體", "Microsoft JhengHei", sans-serif;
}

.mail-footer .info .w3-col {
  padding: 5px 0;
}

#debit-card {
  position: relative;
  padding: 32px 16px;
}

@media (min-width: 767px) {
  #debit-card {
    padding: 32px;
  }
}
.page__error .center,
.page__error .left,
.page__error .right {
  text-align: center;
}

.page__error .left .error-code {
  color: #00a9ba;
  font-size: 120px;
  margin: 0;
  font-family: Lato, Helvetica, Arial, "微軟正黑體", "Microsoft JhengHei", sans-serif;
}

.page__error .left .error-message {
  font-size: 16px;
  margin: 0;
}

.page__error .center {
  padding: 20px;
}

.page__error .right .error-copy {
  font-size: 45px;
}

.page__error .right .error-copy > span {
  font-size: 36px;
  display: block;
}

.page__error .right .error-sub-copy {
  font-size: 16px;
}

@media (min-width: 767px) {
  .page__error .right:before,
  .page__error .right > span {
    display: inline-block;
    vertical-align: middle;
  }
  .page__error .center {
    text-align: right;
  }
  .page__error .right {
    text-align: left;
    height: 263px;
  }
  .page__error .right:before {
    content: "";
    height: 100%;
  }
}
@media (min-width: 1279px) {
  .page__error .left {
    text-align: right;
  }
}
.page__account main {
  overflow: hidden;
}

.page__account .feature {
  z-index: 100;
  text-align: center;
  position: relative;
}

.page__account .feature .heading,
.page__account .feature .subheading,
.page__account .feature .txt {
  margin: 0;
  line-height: 140%;
  font-weight: 900;
}

.page__account .feature .heading {
  font-size: 18px;
}

.page__account .feature .heading .icons {
  margin: 0 5px;
}

.page__account .feature .heading .icons-bk_predot_l,
.page__account .feature .heading .icons-bk_sufdot_l,
.page__account .feature .heading .icons-wt_predot_l,
.page__account .feature .heading .icons-wt_sufdot_l {
  position: relative;
  top: 5px;
}

.page__account .feature .subheading {
  font-size: 20px;
}

.page__account .feature .txt {
  font-size: 14px;
}

.page__account .feature .og {
  color: #ff8200;
}

.page__account .feature.l {
  max-width: 680px;
  margin: 0 auto;
  position: relative;
  padding: 0 25px;
}

.page__account .feature.l .heading {
  font-size: 20px;
  padding: 0 5px;
  font-weight: 900;
  color: #ff8200;
}

.page__account .feature.l .coming-soon {
  position: absolute;
  font-size: 17px;
  font-weight: 900;
  left: 50%;
  top: 0;
  margin-left: -44px;
  margin-top: 58px;
  padding: 0 10px;
}

.page__account .feature.l .txt {
  font-size: 13px;
}

@media (min-width: 767px) {
  .page__account .feature .heading {
    font-size: 28px;
  }
  .page__account .feature .subheading {
    font-size: 30px;
  }
  .page__account .feature .txt {
    font-size: 20px;
  }
  .page__account .feature.l {
    padding: 0 10%;
  }
  .page__account .feature.l .heading {
    font-size: 33px;
  }
  .page__account .feature.l .coming-soon {
    font-size: 34px;
    margin-left: -77px;
    margin-top: 63px;
  }
  .page__account .feature.l .txt {
    font-size: 20px;
  }
}
@media (min-width: 1279px) {
  .page__account .feature .heading {
    font-size: 36px;
  }
  .page__account .feature .subheading {
    font-size: 42px;
  }
  .page__account .feature .txt {
    font-size: 18px;
  }
  .page__account .feature.l {
    padding: 0;
  }
  .page__account .feature.l .heading {
    font-size: 55px;
    padding: 0;
  }
  .page__account .feature.l .coming-soon {
    font-size: 34px;
    margin-left: -82px;
    margin-top: 100px;
  }
  .page__account .feature.l .txt {
    font-size: 26px;
  }
}
.page__account .appstore {
  position: relative;
  text-align: center;
}

.page__account .appstore .txt {
  font-size: 17px;
  display: block;
  padding-top: 20px;
}

@media (min-width: 767px) {
  .page__account .appstore .txt {
    font-size: 34px;
  }
}
.page__account .section-cart {
  height: 450px;
  padding-top: 20px;
  position: relative;
}

.page__account .section-cart .ele-icons {
  position: absolute;
  transition: all 0.5s linear;
}

@media (min-width: 767px) {
  .page__account .section-cart {
    height: 650px;
  }
}
.page__account .section.cash-back .icons-edc {
  left: 50%;
  top: 38%;
  margin-left: -66px;
  z-index: 10;
}

.page__account .section.cash-back .icons-edc-txt {
  top: 23%;
  left: 17%;
  opacity: 0;
}

.page__account .section.cash-back .icons-edc-receipt {
  bottom: 100%;
  left: 50%;
  margin-left: -36%;
  margin-bottom: -19%;
  visibility: hidden;
  background-size: 100%;
}

.page__account .section.cash-back .icons-edc .icons-edc {
  top: 0;
  left: 0;
  margin-left: 0;
}

.page__account .section.cash-back .icons-edc .icons-obank-card {
  top: 110%;
  left: 50%;
  margin-left: -41%;
  z-index: 8;
}

.page__account .section.cash-back .icons-edc .icons-obank-money {
  left: 0;
  top: 0;
  z-index: 9;
}

.page__account .section.cash-back .icons-edc .icons-obank-money-2 {
  margin-top: -45%;
  margin-left: -55%;
  transform: rotate(-30deg);
}

.page__account .section.cash-back .icons-edc .icons-obank-money-1 {
  margin-top: -55%;
  margin-left: -100%;
  transform: rotate(-55deg);
}

.page__account .section.cash-back .icons-edc .icons-dialog-1-s {
  left: 100%;
  margin-left: -10%;
  bottom: 100%;
  margin-bottom: -44%;
  transform-origin: bottom left;
}

.page__account .section.cash-back .icons-og_crc_l {
  top: 50%;
  left: 50%;
  margin-left: -150px;
  margin-top: 50px;
}

@media (min-width: 767px) {
  .page__account .section.cash-back .feature {
    position: absolute;
    right: 50%;
    top: 15%;
    margin-right: -368px;
    text-align: right;
  }
  .page__account .section.cash-back .feature .subheading > span {
    display: block;
  }
  .page__account .section.cash-back .icons-edc {
    top: 15%;
    margin-left: -300px;
  }
  .page__account .section.cash-back .icons-og_crc_l {
    margin-left: 216px;
    margin-top: 20px;
  }
}
@media (min-width: 1279px) {
  .page__account .appstore .txt {
    font-size: 24px;
  }
  .page__account .section-cart {
    height: 700px;
  }
  .page__account .section.cash-back .feature {
    margin-right: -558px;
  }
  .page__account .section.cash-back .icons-edc {
    top: 20%;
    margin-left: -350px;
  }
  .page__account .section.cash-back .icons-dialog-1 {
    left: 100%;
    margin-left: 5%;
    bottom: 50%;
    margin-bottom: -8%;
  }
  .page__account .section.cash-back .icons-og_crc_l {
    margin-left: 406px;
  }
}
.page__account .section.high-rate .icons-bg {
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background-color: #ffde59;
  left: 50%;
  margin-left: -140px;
  top: 30%;
}

.page__account .section.high-rate .icons-obank-money {
  top: 50%;
  left: 50%;
}

.page__account .section.high-rate .icons-obank-money-1 {
  margin-top: -70%;
  margin-left: -110%;
  transform: rotate(-105deg);
}

.page__account .section.high-rate .icons-obank-phone {
  top: 50%;
  left: 50%;
  margin-left: -65px;
  margin-top: -109px;
}

.page__account .section.high-rate .icons-obank-phone .icons-flower {
  left: 98%;
  bottom: 25%;
  background-position: bottom left;
}

.page__account .section.high-rate .icons-obank-phone .icons-money-bubble {
  left: 100%;
  bottom: 100%;
  background-position: center;
}

.page__account .section.high-rate .icons-obank-phone .icons-money-bubble.icons-money-bubble-1 {
  margin-bottom: -22%;
  margin-left: 30%;
}

.page__account .section.high-rate .icons-obank-phone .icons-money-bubble.icons-money-bubble-2 {
  margin-bottom: -2%;
  margin-left: -18%;
  transform: scale(0.8);
}

.page__account .section.high-rate .icons-obank-phone .icons-dialog-2-s {
  right: 100%;
  margin-right: -10%;
  bottom: 100%;
  margin-bottom: -44%;
  background-position: right center;
}

.page__account .section.high-rate .icons-og_crc_l {
  top: 50%;
  left: 50%;
  margin-left: -150px;
  margin-top: 120px;
}

@media (min-width: 767px) {
  .page__account .section.high-rate .feature {
    position: absolute;
    left: 50%;
    margin-left: -368px;
    top: 28%;
    text-align: left;
  }
  .page__account .section.high-rate .feature .subheading > span,
  .page__account .section.high-rate .feature .txt > span {
    display: block;
  }
  .page__account .section.high-rate .icons-bg {
    width: 500px;
    height: 500px;
    top: 13%;
  }
  .page__account .section.high-rate .icons-obank-phone {
    margin-left: -131px;
    margin-top: -218px;
  }
  .page__account .section.high-rate .icons-og_crc_l {
    margin-left: -367px;
  }
}
@media (min-width: 1279px) {
  .page__account .section.high-rate .feature {
    margin-left: -488px;
    top: 25%;
  }
  .page__account .section.high-rate .icons-bg {
    width: 600px;
    height: 600px;
    margin-left: -60px;
    top: 10%;
  }
  .page__account .section.high-rate .icons-obank-phone {
    margin-top: -168px;
  }
  .page__account .section.high-rate .icons-obank-phone .icons-money-bubble.icons-money-bubble-1 {
    margin-bottom: -46%;
    margin-left: 68%;
  }
  .page__account .section.high-rate .icons-obank-phone .icons-money-bubble.icons-money-bubble-2 {
    margin-bottom: -5%;
    margin-left: 55%;
  }
  .page__account .section.high-rate .icons-obank-phone .icons-dialog-2 {
    bottom: 100%;
    margin-bottom: -20%;
    left: 100%;
    margin-left: -60%;
    background-position: center bottom;
  }
  .page__account .section.high-rate .icons-og_crc_l {
    margin-left: -487px;
  }
}
.page__account .section.face-cards {
  background-image: url(../images/account/bg-5-s.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.page__account .section.face-cards .icons-cards-wrapper-s {
  width: 300px;
  height: 300px;
  left: 50%;
  top: 50%;
  margin-left: -150px;
  margin-top: -85px;
}

.page__account .section.face-cards .icons-cards-wrapper-s .icons-cards {
  top: 50%;
  left: 50%;
}

.page__account .section.face-cards .icons-cards-wrapper-s .icons-cards img {
  width: 100%;
}

.page__account .section.face-cards .icons-cards-wrapper-s .icons-cards-1 {
  width: 19%;
  margin-left: 31%;
  margin-top: -58%;
  transform: rotate(-20deg);
}

.page__account .section.face-cards .icons-cards-wrapper-s .icons-cards-2 {
  width: 19%;
  margin-left: 32%;
  margin-top: -50%;
  transform: rotate(0);
}

.page__account .section.face-cards .icons-cards-wrapper-s .icons-cards-3 {
  width: 19%;
  margin-left: 30%;
  margin-top: -42%;
  transform: rotate(20deg);
}

.page__account .section.face-cards .icons-cards-wrapper-s .icons-cards-4 {
  width: 21%;
  margin-left: 21%;
  margin-top: -39%;
  transform: rotate(60deg);
}

.page__account .section.face-cards .icons-cards-wrapper-s .icons-cards-5 {
  width: 24%;
  margin-left: 8%;
  margin-top: -37%;
  transform: rotate(90deg);
}

.page__account .section.face-cards .icons-cards-wrapper-s .icons-cards-6 {
  width: 24%;
  margin-left: -5%;
  margin-top: -36%;
  transform: rotate(95deg);
}

.page__account .section.face-cards .icons-cards-wrapper-s .icons-cards-7 {
  width: 24%;
  margin-left: -20%;
  margin-top: -37%;
  transform: rotate(100deg);
}

.page__account .section.face-cards .icons-cards-wrapper-s .icons-cards-8 {
  width: 28%;
  margin-left: -30%;
  margin-top: -35%;
  transform: rotate(60deg);
}

.page__account .section.face-cards .icons-cards-wrapper-s .icons-cards-9 {
  width: 28%;
  margin-left: -40%;
  margin-top: -28%;
  transform: rotate(40deg);
}

.page__account .section.face-cards .icons-cards-wrapper-s .icons-cards-10 {
  width: 32%;
  margin-left: -47%;
  margin-top: -17%;
  transform: rotate(20deg);
}

.page__account .section.face-cards .icons-cards-wrapper-s .icons-cards-11 {
  width: 33%;
  margin-left: -47%;
  margin-top: -5%;
  transform: rotate(-5deg);
}

.page__account .section.face-cards .icons-cards-wrapper-s .icons-cards-12 {
  width: 37%;
  margin-left: -43%;
  margin-top: 8%;
  transform: rotate(-15deg);
}

.page__account .section.face-cards .icons-cards-wrapper-s .icons-cards-13 {
  width: 38%;
  margin-left: -25%;
  margin-top: 13%;
  transform: rotate(-20deg);
}

.page__account .section.face-cards .icons-cards-wrapper-s .icons-cards-14 {
  width: 40%;
  margin-left: -8%;
  margin-top: 20%;
  transform: rotate(-20deg);
}

.page__account .section.face-cards .icons-cards-wrapper {
  visibility: hidden;
}

.page__account .section.face-cards .icons-og_crc_l {
  top: 50%;
  left: 50%;
  margin-left: 75px;
  margin-top: 35px;
}

@media (min-width: 767px) {
  .page__account .section.face-cards .icons-cards-wrapper-s {
    width: 400px;
    height: 400px;
    margin-top: -145px;
    margin-left: -200px;
  }
  .page__account .section.face-cards .icons-og_crc_l {
    margin-left: 90px;
    margin-top: -10px;
  }
}
@media (min-width: 1279px) {
  .page__account .section.face-cards {
    background-image: url(../images/account/bg-2.png);
  }
  .page__account .section.face-cards .feature {
    position: absolute;
    right: 50%;
    margin-right: -605px;
    top: 8%;
    text-align: right;
  }
  .page__account .section.face-cards .icons-og_crc_l {
    margin-left: 455px;
    margin-top: -90px;
  }
  .page__account .section.face-cards .icons-cards-wrapper-s {
    visibility: hidden;
  }
  .page__account .section.face-cards .icons-cards-wrapper {
    visibility: visible;
    width: 1366px;
    height: 1366px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -688px;
    margin-top: -688px;
  }
  .page__account .section.face-cards .icons-cards-wrapper .icons-cards {
    top: 50%;
    left: 50%;
  }
  .page__account .section.face-cards .icons-cards-wrapper .icons-cards img {
    width: 100%;
  }
  .page__account .section.face-cards .icons-cards-wrapper .icons-cards-1 {
    width: 12%;
    margin-left: 46%;
    margin-top: -4%;
    transform: rotate(-40deg);
  }
  .page__account .section.face-cards .icons-cards-wrapper .icons-cards-2 {
    width: 13%;
    margin-left: 47%;
    margin-top: 0;
    transform: rotate(-20deg);
  }
  .page__account .section.face-cards .icons-cards-wrapper .icons-cards-3 {
    width: 13%;
    margin-left: 46%;
    margin-top: 2%;
    transform: rotate(0);
  }
  .page__account .section.face-cards .icons-cards-wrapper .icons-cards-4 {
    width: 14%;
    margin-left: 44%;
    margin-top: 4%;
    transform: rotate(20deg);
  }
  .page__account .section.face-cards .icons-cards-wrapper .icons-cards-5 {
    width: 15%;
    margin-left: 40%;
    margin-top: 7%;
    transform: rotate(45deg);
  }
  .page__account .section.face-cards .icons-cards-wrapper .icons-cards-6 {
    width: 16%;
    margin-left: 33%;
    margin-top: 10%;
    transform: rotate(70deg);
  }
  .page__account .section.face-cards .icons-cards-wrapper .icons-cards-7 {
    width: 17%;
    margin-left: 24%;
    margin-top: 9%;
    transform: rotate(100deg);
  }
  .page__account .section.face-cards .icons-cards-wrapper .icons-cards-8 {
    width: 18%;
    margin-left: 13%;
    margin-top: 5%;
    transform: rotate(115deg);
  }
  .page__account .section.face-cards .icons-cards-wrapper .icons-cards-9 {
    width: 18%;
    margin-left: 2%;
    margin-top: -1%;
    transform: rotate(125deg);
  }
  .page__account .section.face-cards .icons-cards-wrapper .icons-cards-10 {
    width: 18%;
    margin-left: -7%;
    margin-top: -8%;
    transform: rotate(130deg);
  }
  .page__account .section.face-cards .icons-cards-wrapper .icons-cards-11 {
    width: 19%;
    margin-left: -17%;
    margin-top: -16%;
    transform: rotate(120deg);
  }
  .page__account .section.face-cards .icons-cards-wrapper .icons-cards-12 {
    width: 19%;
    margin-left: -28%;
    margin-top: -20%;
    transform: rotate(105deg);
  }
  .page__account .section.face-cards .icons-cards-wrapper .icons-cards-13 {
    width: 19%;
    margin-left: -41%;
    margin-top: -22%;
    transform: rotate(95deg);
  }
  .page__account .section.face-cards .icons-cards-wrapper .icons-cards-14 {
    width: 19%;
    margin-left: -53%;
    margin-top: -21%;
    transform: rotate(80deg);
  }
}
.page__account .section.fast-account {
  padding-bottom: 20px;
}

.page__account .section.fast-account .inner {
  padding: 40px 0 0;
  width: 410px;
  height: 410px;
  margin: 0 auto 0 -205px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
}

.page__account .section.fast-account .inner .icons-cards-wrapper {
  width: 156px;
  height: 107px;
  margin-left: -78px;
  left: 50%;
  top: 45%;
}

.page__account .section.fast-account .inner .icons-cards-wrapper .icons-id-card {
  margin-left: -135%;
  margin-top: -50%;
  transform: rotate(30deg);
}

.page__account .section.fast-account .inner .icons-cards-wrapper .icons-health-card {
  margin-left: 130%;
  margin-top: -50%;
  transform: rotate(-30deg);
}

.page__account .section.fast-account .inner .icons-cards-wrapper .icons-obank-card-v {
  opacity: 0;
}

.page__account .section.fast-account .icons-og_crc_l {
  bottom: 10%;
  left: 50%;
  margin-left: -34px;
}

@media (min-width: 767px) {
  .page__account .section.fast-account {
    height: 700px;
  }
  .page__account .section.fast-account .inner {
    width: 650px;
    height: 650px;
    margin-left: -325px;
    padding: 50px 0 0;
  }
  .page__account .section.fast-account .inner .icons-cards-wrapper {
    width: 312px;
    height: 213px;
    margin-left: -156px;
    top: 37%;
  }
  .page__account .section.fast-account .inner .icons-cards-wrapper .icons-health-card,
  .page__account .section.fast-account .inner .icons-cards-wrapper .icons-id-card {
    margin-top: -25%;
  }
  .page__account .section.fast-account .icons-og_crc_l {
    bottom: 7%;
    margin-left: -75px;
  }
}
@media (min-width: 1279px) {
  .page__account .section.fast-account {
    height: 800px;
  }
  .page__account .section.fast-account .inner {
    width: 750px;
    height: 750px;
    margin-left: -375px;
    padding-top: 100px;
  }
  .page__account .section.fast-account .inner .icons-cards-wrapper {
    top: 42%;
  }
  .page__account .section.fast-account .icons-og_crc_l {
    bottom: 7%;
    margin-left: -75px;
  }
}
.page__account .section.join-us {
  background: url(../images/account/bg-5-s.png) bottom center no-repeat #e9e9e9;
  background-size: 100%;
  height: 500px;
}

.page__account .section.join-us .icons-obank-fat-o {
  left: 50%;
  top: 50%;
  margin-left: -90px;
  margin-top: -95px;
}

.page__account .section.join-us .icons-obank-fat-o .icons-obank-phone {
  left: 50%;
  margin-left: -65%;
  top: 0;
}

.page__account .section.join-us .icons-obank-fat-o .icons-obank-card-v {
  bottom: 0;
  margin-bottom: -3%;
  left: 50%;
  margin-left: -31%;
}

.page__account .section.join-us .icons-obank-fat-o .icons-dialog-4-s {
  left: 50%;
  bottom: 100%;
  margin-bottom: -30%;
  margin-left: -20%;
  background-position: left bottom;
}

.page__account .section.join-us .icons-obank-fat-o .icons-percent-bubble {
  right: 0;
  bottom: 50%;
  background-position: center bottom;
}

.page__account .section.join-us .icons-obank-fat-o .icons-percent-bubble-1 {
  margin-bottom: -38%;
  margin-right: 5%;
}

.page__account .section.join-us .icons-obank-fat-o .icons-percent-bubble-2 {
  margin-bottom: -20%;
  margin-right: -10%;
  transform: scale(0.9);
}

.page__account .section.join-us .icons-obank-fat-o .icons-percent-bubble-3 {
  margin-bottom: -10%;
  margin-right: 10%;
  transform: scale(0.8);
}

.page__account .section.join-us .icons-og_crc_l {
  left: 50%;
  bottom: 2%;
  margin-left: -36px;
}

@media (min-width: 767px) {
  .page__account .section.join-us {
    height: 600px;
  }
  .page__account .section.join-us .feature {
    position: absolute;
    left: 50%;
    margin-left: -368px;
    top: 19%;
    text-align: left;
  }
  .page__account .section.join-us .icons-obank-fat-o {
    margin-top: -250px;
    margin-left: -20px;
  }
  .page__account .section.join-us .icons-obank-fat-o .icons-percent-bubble-2 {
    margin-right: 10%;
  }
  .page__account .section.join-us .icons-obank-fat-o .icons-percent-bubble-3 {
    margin-right: -5%;
  }
  .page__account .section.join-us .icons-og_crc_l {
    left: 50%;
    bottom: 10%;
    margin-left: -368px;
  }
}
@media (min-width: 1279px) {
  .page__account .section.join-us {
    background-image: url(../images/account/bg-5.png);
  }
  .page__account .section.join-us .feature {
    margin-left: -568px;
  }
  .page__account .section.join-us .icons-obank-fat-o {
    margin-left: -50px;
    margin-top: -230px;
  }
  .page__account .section.join-us .icons-obank-fat-o .icons-dialog-4 {
    left: 50%;
    margin-left: -25%;
    bottom: 100%;
    margin-bottom: -40%;
    background-position: left bottom;
  }
  .page__account .section.join-us .icons-og_crc_l {
    margin-left: -568px;
  }
}
.page__account .section.safety {
  background-color: #ff8200;
  padding: 30px 0;
}

.page__account .section.safety .feature.l {
  max-width: 760px;
  text-align: center;
}

.page__account .section.safety .feature.l .icons-wt_shield_l {
  display: block;
  margin: 0 auto 10px;
}

.page__account .section.safety .feature.l .txt span {
  display: block;
}

.page__account .section.safety .appstore .txt {
  color: #fff;
}

@media (min-width: 767px) {
  .page__account .section.safety .feature.l {
    width: 450px;
    margin: 0 auto;
    padding-left: 120px;
    padding-right: 0;
    text-align: left;
  }
  .page__account .section.safety .feature.l .icons-wt_shield_l {
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media (min-width: 1279px) {
  .page__account .section.safety .feature.l {
    width: auto;
  }
  .page__account .section.safety .feature.l .txt {
    font-size: 26px;
  }
  .page__account .section.safety .feature.l .txt span {
    display: inline;
  }
  .page__corporate .color-2 .icons-og_crc_l {
    left: auto;
    right: 15%;
    bottom: 10%;
  }
}
.page__house_loan .w3-container.house-loan-apply-now {
  padding-top: 20px;
  padding-bottom: 20px;
}

.page__house_loan .w3-container.house-loan-apply-now > .w3-row > .thumb,
.page__house_loan .w3-container.house-loan-apply-now > .w3-row > .txt {
  padding-bottom: 20px;
  text-align: center;
}

.page__house_loan .w3-container.house-loan-apply-now > .w3-row > .thumb img {
  max-width: 80%;
}

@media (min-width: 767px) {
  .page__house_loan .w3-container.house-loan-apply-now {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .page__house_loan .w3-container.house-loan-apply-now > .w3-row > .txt {
    text-align: right;
    padding-top: 10%;
  }
  .page__house_loan .w3-container.house-loan-apply-now > .w3-row > .txt .txt-wrapper {
    text-align: left;
    display: inline-block;
  }
  .page__house_loan .w3-container.house-loan-apply-now > .w3-row > .thumb {
    text-align: left;
    padding-left: 20px;
  }
  .page__house_loan .w3-container.house-loan-apply-now > .w3-row > .thumb img {
    max-width: 90%;
  }
}
.page__corporate main.theme section.main {
  padding-bottom: 0;
}

.page__corporate .color {
  background-color: #edf9ff;
}

.page__corporate .color-2 {
  background-color: #d5f5f8;
}

.page__corporate .color-3 {
  background-color: #dfeef3;
}

.page__corporate .color-4 {
  background-color: #e8dded;
}

.page__corporate .color-5 {
  background-color: #ffe2c7;
}

.page__corporate .color-6 {
  background-color: #e2e5e9;
}

@media (min-width: 1279px) {
  .page__corporate .color-3 .icons-og_crc_l {
    left: 19%;
    bottom: 10%;
  }
  .page__corporate .color-4 .icons-og_crc_l {
    left: auto;
    right: 22%;
    bottom: 10%;
  }
  .page__corporate .color-5 .icons-og_crc_l {
    left: 25%;
    bottom: 10%;
  }
  .page__corporate .color-6 .icons-og_crc_l {
    left: auto;
    right: 15%;
    bottom: 10%;
  }
}
.page__corporate .o-heading.heading-kv {
  z-index: 10;
  position: relative;
}

.page__corporate .icons-og_crc_l {
  z-index: 10;
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -36px;
}

.page__corporate header.o-kv {
  padding-bottom: 100px;
  position: relative;
}

@media (min-width: 767px) {
  .page__corporate .icons-og_crc_l {
    margin-left: -75px;
    bottom: 40px;
  }
  .page__corporate header.o-kv {
    padding-bottom: 200px;
  }
}
@media (min-width: 1279px) {
  .page__corporate header.o-kv .icons-og_crc_l {
    bottom: 0;
    margin-bottom: -75px;
  }
}
.page__corporate .kv-group {
  position: relative;
  overflow: hidden;
}

.page__corporate .kv-group.last .oo {
  top: auto;
  bottom: 100px;
  margin-top: 0;
}

.page__corporate .o-kv.kv-3 {
  padding-bottom: 100px;
}

@media (min-width: 767px) {
  .page__corporate .o-kv.kv-3 {
    padding-bottom: 200px;
  }
}
.page__corporate .oo {
  background: url(../images/O.png) no-repeat;
  width: 1000px;
  height: 1000px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -500px;
  margin-top: -350px;
}

@media (min-width: 767px) {
  .page__corporate .oo {
    width: 2000px;
    height: 2000px;
    background-size: cover;
    margin-left: -1000px;
    margin-top: -700px;
  }
}
@media (min-width: 1279px) {
  .page__corporate .o-kv.kv-3 {
    padding-bottom: 0;
  }
  .page__corporate .oo {
    display: none;
  }
}
.page__thanks .wrapper {
  text-align: center;
  position: relative;
}

.page__thanks .wrapper .w3-row {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -111px;
}

.page__thanks .wrapper h1 {
  color: #00a9ba;
  font-size: 28px;
}

.page__thanks .wrapper .owl {
  width: 120px;
}

@media (min-width: 767px) {
  .page__thanks .wrapper h1 {
    font-size: 32px;
    margin-bottom: 10px;
  }
  .page__thanks .wrapper p {
    margin-top: 0;
  }
  .page__thanks .wrapper .w3-row {
    max-width: 600px;
    left: 50%;
    margin-left: -300px;
  }
  .page__thanks .wrapper .w3-row .img {
    text-align: right;
    padding-right: 10px;
  }
  .page__thanks .wrapper .w3-row .txt {
    text-align: left;
    padding-left: 10px;
  }
  .page__thanks .wrapper .owl {
    width: 181px;
  }
}
.page__insu .insuSlickSliderControl,
.page__invest .invest-article-wrapper .article-invest .thumb {
  text-align: center;
}

.page__insu .insu-wrapper {
  background: url(../images/insu/bg.png) bottom center no-repeat;
  background-size: 100%;
}

.page__insu .insuSlickSlider img {
  max-width: 100%;
}

.page__insu .insuSlickSlider img.man {
  max-width: 320px;
  display: block;
  margin: 0 auto;
}

.icons-appstore_l,
.icons-nav-sprite,
.page__component .description span {
  display: inline-block;
}

.page__insu .insuSlickSlider .cloud {
  width: 130px;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: margin 0.3s linear;
}

.page__insu .insuSlickSlider .cloud-1 {
  margin-top: 120px;
  margin-left: 20px;
}

.page__insu .insuSlickSlider .cloud-2 {
  margin-top: -200px;
  margin-left: 20px;
}

.page__insu .insuSlickSlider .cloud-3 {
  margin-top: -70px;
  margin-left: 35px;
}

.page__insu .insuSlickSlider .cloud-4 {
  margin-top: -190px;
  margin-left: -140px;
}

.page__insu .insuSlickSlider .cloud-5 {
  margin-top: -130px;
  margin-left: -65px;
}

.page__insu .insuSlickSlider .cloud-6 {
  margin-top: 70px;
  margin-left: -55px;
}

.page__insu .insuSlickSlider .cloud-7 {
  margin-top: -35px;
  margin-left: -55px;
}

.page__insu .insuSlickSlider .slick-slide {
  position: relative;
}

@media (min-width: 767px) {
  .page__insu .insuSlickSlider img.man {
    max-width: 1280px;
  }
  .page__insu .insuSlickSlider .cloud {
    width: 200px;
  }
  .page__insu .insuSlickSlider .cloud-1 {
    margin-top: 220px;
    margin-left: 150px;
  }
  .page__insu .insuSlickSlider .cloud-2 {
    margin-top: -380px;
    margin-left: 120px;
  }
  .page__insu .insuSlickSlider .cloud-3 {
    margin-top: -150px;
    margin-left: 70px;
  }
  .page__insu .insuSlickSlider .cloud-4 {
    margin-top: -350px;
    margin-left: -240px;
  }
  .page__insu .insuSlickSlider .cloud-5 {
    margin-top: -230px;
    margin-left: -65px;
  }
  .page__insu .insuSlickSlider .cloud-6 {
    margin-top: 100px;
    margin-left: 0;
  }
  .page__insu .insuSlickSlider .cloud-7 {
    margin-top: -70px;
    margin-left: -55px;
  }
}
@media (min-width: 1279px) {
  .page__insu .insuSlickSlider img.man {
    max-width: 1280px;
  }
  .page__insu .insuSlickSlider .cloud {
    width: 250px;
  }
  .page__insu .insuSlickSlider .cloud-1 {
    margin-top: -70px;
    margin-left: -250px;
  }
  .page__insu .insuSlickSlider .cloud-2 {
    margin-top: -380px;
    margin-left: 120px;
  }
  .page__insu .insuSlickSlider .cloud-3 {
    margin-top: -230px;
    margin-left: 300px;
  }
  .page__insu .insuSlickSlider .cloud-4 {
    margin-top: -310px;
    margin-left: -320px;
  }
  .page__insu .insuSlickSlider .cloud-5 {
    margin-top: -300px;
    margin-left: -65px;
  }
  .page__insu .insuSlickSlider .cloud-6 {
    margin-top: -90px;
    margin-left: 70px;
  }
  .page__insu .insuSlickSlider .cloud-7 {
    margin-top: 80px;
    margin-left: 255px;
  }
}
.page__insu .insuSlickSliderControl .icons {
  cursor: pointer;
  vertical-align: middle;
}

.page__insu .btn-wrapper {
  text-align: center;
  padding: 20px 0;
}

.page__insu .btn-wrapper .w3-btn.o-btn.fixed-width-170,
.page__insu .btn-wrapper label.w3-btn.o-btn.o-select.date-select-170 {
  width: 45%;
  margin: 0 2%;
}

@media (min-width: 1279px) {
  .page__insu .insu-wrapper {
    background-size: cover;
  }
  .page__insu .insu-wrapper-footer {
    margin-top: -100px;
  }
  .page__insu .btn-wrapper .w3-btn.o-btn.fixed-width-170,
  .page__insu .btn-wrapper label.w3-btn.o-btn.o-select.date-select-170 {
    width: 170px;
  }
}
.page__invest .slider-wrapper .slider {
  max-width: 640px;
  margin: 0 auto;
}

.page__invest .slider-wrapper .slider img {
  width: 100%;
}

.page__invest .slider-wrapper .slider .control-btn {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  z-index: 10;
}

.page__invest .slider-wrapper .slider .control-btn.icons-slider2-left {
  left: 10px;
}

.page__invest .slider-wrapper .slider .control-btn.icons-slider2-right {
  right: 10px;
}

@media (min-width: 767px) {
  .page__invest .slider-wrapper .slider .control-btn {
    margin-top: -18px;
  }
  .page__invest .slider-wrapper .slider .control-btn.icons-slider2-left {
    left: -30px;
  }
  .page__invest .slider-wrapper .slider .control-btn.icons-slider2-right {
    right: -30px;
  }
  .page__invest .invest-article-wrapper.right .article-invest .content,
  .page__invest .invest-article-wrapper.right .article-invest .thumb {
    float: right;
  }
}
@media (min-width: 1279px) {
  .page__invest .slider-wrapper .slider {
    max-width: 940px;
  }
  .page__invest .slider-wrapper .slider .control-btn {
    margin-top: -30px;
  }
  .page__invest .slider-wrapper .slider .control-btn.icons-slider2-left {
    left: -50px;
  }
  .page__invest .slider-wrapper .slider .control-btn.icons-slider2-right {
    right: -50px;
  }
}
.page__invest .invest-article-wrapper {
  max-width: 960px;
  margin: 0 auto;
}

.page__component .w3-container.sample {
  max-width: 1366px;
  padding: 10px;
}

.page__component .w3-container.sample > .sub-heading {
  border-bottom: 1px #ccc solid;
  color: #777;
}

.page__component .colors-wrapper .skyblue {
  background-color: #00a9ba;
  color: #fff;
}

.page__component .colors-wrapper .skyblue.hover {
  background-color: #00c0d4;
}

.page__component .colors-wrapper .skyblue.active {
  background-color: #0092a1;
}

.page__component .colors-wrapper .orange {
  background-color: #ff8200;
  color: #fff;
}

.page__component .colors-wrapper .orange.hover {
  background-color: #ff8f1a;
}

.page__component .colors-wrapper .orange.active {
  background-color: #e67500;
}

.page__component .colors-wrapper .white,
.page__component .colors-wrapper .white.hover {
  background-color: #fff;
}

.page__component .colors-wrapper .white.active {
  background-color: #f2f2f2;
}

.page__component .description .fa {
  margin: 0 10px;
}

.flags,
.icons.margin-r5 {
  margin-right: 5px;
}

.page__component .description ol {
  padding-left: 20px;
}

.page__component .tags a {
  margin-bottom: 10px;
}

.icons {
  text-align: left;
}

.icons.margin-l5 {
  margin-left: 5px;
}

.icons-appstore_l {
  background-image: url(../images/obank/appstore_l.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 108px;
  height: 32px;
}

.icons-b_facebook_l,
.icons-b_instagram_l {
  display: inline-block;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  width: 19px;
  height: 19px;
  background-repeat: no-repeat;
}

.icons-b_facebook_l {
  background-image: url(../images/obank/b_facebook_l.png);
  background-size: contain;
}

.icons-b_instagram_l {
  background-image: url(../images/obank/b_instagram_l.png);
  background-size: contain;
}

.icons-bk_predot_l,
.icons-bk_sufdot_l {
  display: inline-block;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  width: 17px;
}

.icons-bk_predot_l {
  background-image: url(../images/obank/bk_predot_l.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 15px;
}

.icons-bk_sufdot_l {
  background-image: url(../images/obank/bk_sufdot_l.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 14px;
}

.icons-dialog-1-13,
.icons-dialog-1-13s {
  display: inline-block;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-repeat: no-repeat;
}

.icons-dialog-1-13 {
  background-image: url(../images/obank/dialog-1-13.png);
  background-size: contain;
  width: 144px;
  height: 120px;
}

.icons-dialog-1-13s {
  background-image: url(../images/obank/dialog-1-13s.png);
  background-size: contain;
  width: 105px;
  height: 88px;
}

.icons-dialog-1-15,
.icons-dialog-1-15s {
  display: inline-block;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
}

.icons-dialog-1-15 {
  background-image: url(../images/obank/dialog-1-15.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 144px;
  height: 120px;
}

.icons-dialog-1-15s,
.icons-dialog-1-s {
  background-repeat: no-repeat;
  width: 105px;
  height: 88px;
}

.icons-dialog-1-15s {
  background-image: url(../images/obank/dialog-1-15s.png);
  background-size: contain;
}

.icons-dialog-1,
.icons-dialog-1-s {
  display: inline-block;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
}

.icons-dialog-1-s {
  background-image: url(../images/obank/dialog-1-s.png);
  background-size: contain;
}

.icons-dialog-1 {
  background-image: url(../images/obank/dialog-1.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 144px;
  height: 120px;
}

.icons-dialog-2-s,
.icons-dialog-2-x2 {
  display: inline-block;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-repeat: no-repeat;
}

.icons-dialog-2-s {
  background-image: url(../images/obank/dialog-2-s.png);
  background-size: contain;
  width: 105px;
  height: 88px;
}

.icons-dialog-2-x2 {
  background-image: url(../images/obank/dialog-2-x2.png);
  background-size: contain;
  width: 144px;
  height: 128px;
}

.icons-dialog-2-x2s,
.icons-dialog-2-x3 {
  display: inline-block;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
}

.icons-dialog-2-x2s {
  background-image: url(../images/obank/dialog-2-x2s.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 105px;
  height: 88px;
}

.icons-dialog-2-x3 {
  background-image: url(../images/obank/dialog-2-x3.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 144px;
  height: 128px;
}

.icons-dialog-2,
.icons-dialog-2-x3s {
  display: inline-block;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-repeat: no-repeat;
}

.icons-dialog-2-x3s {
  background-image: url(../images/obank/dialog-2-x3s.png);
  background-size: contain;
  width: 105px;
  height: 88px;
}

.icons-dialog-2 {
  background-image: url(../images/obank/dialog-2.png);
  background-size: contain;
  width: 144px;
  height: 128px;
}

.icons-dialog-3,
.icons-dialog-4-00 {
  display: inline-block;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  width: 144px;
  height: 120px;
}

.icons-dialog-3 {
  background-image: url(../images/obank/dialog-3.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.icons-dialog-4-00 {
  background-image: url(../images/obank/dialog-4-00.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.icons-dialog-4-00s,
.icons-dialog-4-10 {
  display: inline-block;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-repeat: no-repeat;
}

.icons-dialog-4-00s {
  background-image: url(../images/obank/dialog-4-00s.png);
  background-size: contain;
  width: 110px;
  height: 92px;
}

.icons-dialog-4-10 {
  background-image: url(../images/obank/dialog-4-10.png);
  background-size: contain;
  width: 144px;
  height: 120px;
}

.icons-dialog-4-10s,
.icons-dialog-4-s {
  display: inline-block;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  width: 110px;
  height: 92px;
}

.icons-dialog-4-10s {
  background-image: url(../images/obank/dialog-4-10s.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.icons-dialog-4-s {
  background-image: url(../images/obank/dialog-4-s.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.icons-dialog-4,
.icons-download {
  display: inline-block;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-repeat: no-repeat;
}

.icons-dialog-4 {
  background-image: url(../images/obank/dialog-4.png);
  background-size: contain;
  width: 144px;
  height: 120px;
}

.icons-download {
  background-image: url(../images/obank/download.png);
  background-size: contain;
  width: 13px;
  height: 12px;
}

.icons-edc-receipt,
.icons-edc-txt {
  display: inline-block;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
}

.icons-edc-receipt {
  background-image: url(../images/obank/edc-receipt.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 96px;
  height: 52px;
}

.icons-edc-txt {
  background-image: url(../images/obank/edc-txt.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 89px;
  height: 24px;
}

.icons-edc,
.icons-exclamation {
  display: inline-block;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-repeat: no-repeat;
}

.icons-edc {
  background-image: url(../images/obank/edc.png);
  background-size: contain;
  width: 132px;
  height: 154px;
}

.icons-exclamation {
  background-image: url(../images/obank/exclamation.png);
  background-size: contain;
  width: 8px;
  height: 8px;
}

.icons-flower,
.icons-foreign_exchange_rate_inquery {
  display: inline-block;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
}

.icons-flower {
  background-image: url(../images/obank/flower.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 121px;
  height: 129px;
}

.icons-foreign_exchange_rate_inquery {
  background-image: url(../images/obank/foreign_exchange_rate_inquery.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 65px;
  height: 50px;
}

.icons-foreign_rate_inquery,
.icons-googleplay_l {
  display: inline-block;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-repeat: no-repeat;
}

.icons-foreign_rate_inquery {
  background-image: url(../images/obank/foreign_rate_inquery.png);
  background-size: contain;
  width: 65px;
  height: 50px;
}

.icons-googleplay_l {
  background-image: url(../images/obank/googleplay_l.png);
  background-size: contain;
  width: 107px;
  height: 32px;
}

.icons-health-card,
.icons-id-card {
  display: inline-block;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  width: 156px;
  height: 107px;
  background-repeat: no-repeat;
}

.icons-health-card {
  background-image: url(../images/obank/health-card.png);
  background-size: contain;
}

.icons-id-card {
  background-image: url(../images/obank/id-card.png);
  background-size: contain;
}

.icons-list_2_dot,
.icons-master {
  display: inline-block;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
}

.icons-list_2_dot {
  background-image: url(../images/obank/list_2_dot.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 6px;
  height: 6px;
}

.icons-master {
  background-image: url(../images/obank/master.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 50px;
  height: 30px;
}

.icons-money-bubble,
.icons-nav-menu {
  display: inline-block;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-repeat: no-repeat;
}

.icons-money-bubble {
  background-image: url(../images/obank/money-bubble.png);
  background-size: contain;
  width: 54px;
  height: 54px;
}

.icons-nav-menu {
  background-image: url(../images/obank/nav-menu.png);
  background-size: contain;
  width: 20px;
  height: 20px;
}

.icons-nav-search,
.icons-nav-service {
  display: inline-block;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
}

.icons-nav-search {
  background-image: url(../images/obank/nav-search.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 7px;
  height: 7px;
}

.icons-nav-service {
  background-image: url(../images/obank/nav-service.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
}

.icons-obank-card,
.icons-obank-card-v {
  display: inline-block;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-repeat: no-repeat;
}

.icons-obank-card-v {
  background-image: url(../images/obank/obank-card-v.png);
  background-size: contain;
  width: 156px;
  height: 107px;
}

.icons-obank-card {
  background-image: url(../images/obank/obank-card.png);
  background-size: contain;
  width: 107px;
  height: 157px;
}

.icons-obank-fat-o,
.icons-obank-money {
  display: inline-block;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
}

.icons-obank-fat-o {
  background-image: url(../images/obank/obank-fat-o.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 243px;
  height: 243px;
}

.icons-obank-money {
  background-image: url(../images/obank/obank-money.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 77px;
  height: 143px;
}

.icons-obank-phone,
.icons-obank_249x28 {
  display: inline-block;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-repeat: no-repeat;
}

.icons-obank-phone {
  background-image: url(../images/obank/obank-phone.png);
  background-size: contain;
  width: 131px;
  height: 218px;
}

.icons-obank_249x28 {
  background-image: url(../images/obank/obank_249x28.png);
  background-size: contain;
  width: 125px;
  height: 15px;
}

.icons-obank_344x38,
.icons-og_arw_lt_l {
  display: inline-block;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
}

.icons-obank_344x38 {
  background-image: url(../images/obank/obank_344x38.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 172px;
  height: 19px;
}

.icons-og_arw_lt_l,
.icons-og_arw_rt_l {
  background-repeat: no-repeat;
  width: 17px;
  height: 31px;
}

.icons-og_arw_lt_l {
  background-image: url(../images/obank/og_arw_lt_l.png);
  background-size: contain;
}

.icons-og_arw_rt_l,
.icons-og_checked {
  display: inline-block;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
}

.icons-og_arw_rt_l {
  background-image: url(../images/obank/og_arw_rt_l.png);
  background-size: contain;
}

.icons-og_checked {
  background-image: url(../images/obank/og_checked.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 13px;
  height: 13px;
}

.icons-og_crc_l,
.icons-og_crc_m {
  display: inline-block;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-repeat: no-repeat;
}

.icons-og_crc_l {
  background-image: url(../images/obank/og_crc_l.png);
  background-size: contain;
  width: 75px;
  height: 75px;
}

.icons-og_crc_m {
  background-image: url(../images/obank/og_crc_m.png);
  background-size: contain;
  width: 31px;
  height: 32px;
}

.icons-og_o-1,
.icons-online_service {
  display: inline-block;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
}

.icons-og_o-1 {
  background-image: url(../images/obank/og_o-1.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 153px;
  height: 223px;
}

.icons-online_service {
  background-image: url(../images/obank/online_service.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}

.icons-pdf_download,
.icons-pdf_frame {
  display: inline-block;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-repeat: no-repeat;
}

.icons-pdf_download {
  background-image: url(../images/obank/pdf_download.png);
  background-size: contain;
  width: 17px;
  height: 22px;
}

.icons-pdf_frame {
  background-image: url(../images/obank/pdf_frame.png);
  background-size: contain;
  width: 50px;
  height: 63px;
}

.icons-percent-bubble,
.icons-plus-bubble {
  display: inline-block;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
}

.icons-percent-bubble {
  background-image: url(../images/obank/percent-bubble.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 45px;
  height: 45px;
}

.icons-plus-bubble {
  background-image: url(../images/obank/plus-bubble.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 54px;
  height: 54px;
}

.icons-service_call,
.icons-service_chat {
  display: inline-block;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-repeat: no-repeat;
}

.icons-service_call {
  background-image: url(../images/obank/service_call.png);
  background-size: contain;
  width: 65px;
  height: 50px;
}

.icons-service_chat {
  background-image: url(../images/obank/service_chat.png);
  background-size: contain;
  width: 60px;
  height: 39px;
}

.icons-service_contentflag,
.icons-service_live {
  display: inline-block;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
}

.icons-service_contentflag {
  background-image: url(../images/obank/service_contentflag.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 25px;
  height: 11px;
}

.icons-service_live {
  background-image: url(../images/obank/service_live.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 65px;
  height: 50px;
}

.icons-service_message,
.icons-slider-btn {
  display: inline-block;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-repeat: no-repeat;
}

.icons-service_message {
  background-image: url(../images/obank/service_message.png);
  background-size: contain;
  width: 65px;
  height: 50px;
}

.icons-slider-btn {
  background-image: url(../images/obank/slider-btn.png);
  background-size: contain;
  width: 21px;
  height: 21px;
}

.icons-slider2-left,
.icons-slider2-right {
  display: inline-block;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  width: 17px;
  height: 31px;
  background-repeat: no-repeat;
}

.icons-slider2-left {
  background-image: url(../images/obank/slider2-left.png);
  background-size: contain;
}

.icons-slider2-right {
  background-image: url(../images/obank/slider2-right.png);
  background-size: contain;
}

.icons-smart-1,
.icons-smart-2 {
  display: inline-block;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
}

.icons-smart-1 {
  background-image: url(../images/obank/smart-1.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
}

.icons-smart-2 {
  background-image: url(../images/obank/smart-2.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
}

.icons-smart-3,
.icons-smart-4 {
  display: inline-block;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
}

.icons-smart-3 {
  background-image: url(../images/obank/smart-3.png);
  background-size: contain;
}

.icons-smart-4 {
  background-image: url(../images/obank/smart-4.png);
  background-size: contain;
}

.icons-step_arrow,
.icons-twd_rate_inquery {
  display: inline-block;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
}

.icons-step_arrow {
  background-image: url(../images/obank/step_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 27px;
}

.icons-twd_rate_inquery {
  background-image: url(../images/obank/twd_rate_inquery.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 65px;
  height: 50px;
}

.icons-visa,
.icons-wt-for {
  display: inline-block;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-repeat: no-repeat;
}

.icons-visa {
  background-image: url(../images/obank/visa.png);
  background-size: contain;
  width: 50px;
  height: 30px;
}

.icons-wt-for {
  background-image: url(../images/obank/wt-for.png);
  background-size: contain;
  width: 147px;
  height: 94px;
}

.icons-wt-u,
.icons-wt_arw_dw_m {
  display: inline-block;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
}

.icons-wt-u {
  background-image: url(../images/obank/wt-u.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 120px;
  height: 174px;
}

.icons-wt_arw_dw_m {
  background-image: url(../images/obank/wt_arw_dw_m.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 21px;
  height: 11px;
}

.icons-wt_phone1_l,
.icons-wt_phone2_l {
  display: inline-block;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-repeat: no-repeat;
}

.icons-wt_phone1_l {
  background-image: url(../images/obank/wt_phone1_l.png);
  background-size: contain;
  width: 179px;
  height: 200px;
}

.icons-wt_phone2_l {
  background-image: url(../images/obank/wt_phone2_l.png);
  background-size: contain;
  width: 102px;
  height: 184px;
}

.icons-wt_phone3_l,
.icons-wt_predot_l {
  display: inline-block;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
}

.icons-wt_phone3_l {
  background-image: url(../images/obank/wt_phone3_l.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 145px;
  height: 159px;
}

.icons-wt_predot_l {
  background-image: url(../images/obank/wt_predot_l.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 17px;
  height: 15px;
}

.icons-wt_shield_l,
.icons-wt_sufdot_l {
  display: inline-block;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-repeat: no-repeat;
}

.icons-wt_shield_l {
  background-image: url(../images/obank/wt_shield_l.png);
  background-size: contain;
  width: 49px;
  height: 55px;
}

.icons-wt_sufdot_l {
  background-image: url(../images/obank/wt_sufdot_l.png);
  background-size: contain;
  width: 17px;
  height: 15px;
}

.icons-service_fun1,
.icons-service_fun2 {
  display: inline-block;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
}

.icons-service_fun1 {
  background-image: url(../images/obank/service_fun1.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 78px;
  height: 78px;
}

.icons-service_fun2 {
  background-image: url(../images/obank/service_fun2.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 78px;
  height: 78px;
}

.icons-service_fun3,
.icons-wt_save_l {
  display: inline-block;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-repeat: no-repeat;
}

.icons-service_fun3 {
  background-image: url(../images/obank/service_fun3.png);
  background-size: contain;
  width: 78px;
  height: 78px;
}

.icons-wt_save_l {
  background-image: url(../images/obank/wt_save_l.png);
  background-size: contain;
  width: 87px;
  height: 87px;
}

.icons-wt_debit_l,
.icons-wt_onlineservice_l {
  display: inline-block;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  width: 87px;
  height: 87px;
}

.icons-wt_debit_l {
  background-image: url(../images/obank/wt_debit_l.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.icons-wt_onlineservice_l {
  background-image: url(../images/obank/wt_onlineservice_l.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.icons-e-advice,
.icons-online_create {
  display: inline-block;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-repeat: no-repeat;
}

.icons-online_create {
  background-image: url(../images/obank/online_create.png);
  background-size: contain;
  width: 18px;
  height: 18px;
}

.icons-e-advice {
  background-image: url(../images/obank/e-advice.png);
  background-size: contain;
  width: 15px;
  height: 15px;
}

.icons-bl_facebook_l,
.icons-login {
  display: inline-block;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
}

.icons-login {
  background-image: url(../images/obank/login.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
}

.icons-bl_facebook_l {
  background-image: url(../images/obank/bl_facebook_l.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
}

.icons-bottom_add,
.icons-gn_line_l {
  display: inline-block;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-repeat: no-repeat;
}

.icons-gn_line_l {
  background-image: url(../images/obank/gn_line_l.png);
  background-size: contain;
  width: 32px;
  height: 32px;
}

.icons-bottom_add {
  background-image: url(../images/obank/bottom_add.png);
  background-size: contain;
  width: 24px;
  height: 20px;
}

.icons-bottom_fax,
.icons-bottom_tel {
  display: inline-block;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  width: 24px;
  height: 20px;
}

.icons-bottom_tel {
  background-image: url(../images/obank/bottom_tel.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.icons-bottom_fax {
  background-image: url(../images/obank/bottom_fax.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.icons-announce,
.icons-top {
  display: inline-block;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-repeat: no-repeat;
}

.icons-top {
  background-image: url(../images/obank/top.png);
  background-size: contain;
  width: 65px;
  height: 35px;
}

.icons-announce {
  background-image: url(../images/obank/announce.png);
  background-size: contain;
  width: 71px;
  height: 49px;
}

.icons-announce_close,
.icons-counter {
  display: inline-block;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
}

.icons-announce_close {
  background-image: url(../images/obank/announce_close.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
}

.icons-counter {
  background-image: url(../images/obank/counter.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 22px;
}

.icons-refresh,
.icons-ringtone {
  display: inline-block;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-repeat: no-repeat;
}

.icons-ringtone {
  background-image: url(../images/obank/ringtone.png);
  background-size: contain;
  width: 20px;
  height: 22px;
}

.icons-refresh {
  background-image: url(../images/obank/refresh.png);
  background-size: contain;
  width: 23px;
  height: 20px;
}

.icons-prev,
.icons-trend {
  display: inline-block;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
}

.icons-trend {
  background-image: url(../images/obank/trend.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 26px;
  height: 22px;
}

.icons-prev {
  background-image: url(../images/obank/prev.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 8px;
  height: 15px;
}

.icons-next,
.icons-prev_more {
  display: inline-block;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-repeat: no-repeat;
  height: 15px;
}

.icons-prev_more {
  background-image: url(../images/obank/prev_more.png);
  background-size: contain;
  width: 15px;
}

.icons-next {
  background-image: url(../images/obank/next.png);
  background-size: contain;
  width: 8px;
}

.icons-next_more,
.icons-refresh_large {
  display: inline-block;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
}

.icons-next_more {
  background-image: url(../images/obank/next_more.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
}

.icons-refresh_large {
  background-image: url(../images/obank/refresh_large.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 42px;
  height: 38px;
}

.icons-calendar,
.icons-locate {
  display: inline-block;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-repeat: no-repeat;
}

.icons-calendar {
  background-image: url(../images/obank/calendar.png);
  background-size: contain;
  width: 25px;
  height: 25px;
}

.icons-locate {
  background-image: url(../images/obank/locate.png);
  background-size: contain;
  width: 21px;
  height: 21px;
}

.icons-wt_arw_left_m,
.icons-wt_arw_right_m {
  display: inline-block;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  width: 15px;
  height: 27px;
  background-repeat: no-repeat;
}

.icons-wt_arw_left_m {
  background-image: url(../images/obank/wt_arw_left_m.png);
  background-size: contain;
}

.icons-wt_arw_right_m {
  background-image: url(../images/obank/wt_arw_right_m.png);
  background-size: contain;
}

.icons-houseloans-money,
.icons-houseloans-rate {
  display: inline-block;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
}

.icons-houseloans-rate {
  background-image: url(../images/obank/houseloans-rate.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 66px;
  height: 66px;
}

.icons-houseloans-money {
  background-image: url(../images/obank/houseloans-money.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 66px;
  height: 66px;
}

.icons-back_to_top,
.icons-houseloans-payment {
  display: inline-block;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-repeat: no-repeat;
}

.icons-houseloans-payment {
  background-image: url(../images/obank/houseloans-payment.png);
  background-size: contain;
  width: 66px;
  height: 66px;
}

.icons-back_to_top {
  background-image: url(../images/obank/back_to_top.png);
  background-size: contain;
  width: 65px;
  height: 35px;
}

.icons-slider-left,
.icons-slider-right {
  display: inline-block;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
}

.icons-slider-left {
  background-image: url(../images/obank/slider-left.png);
  background-size: contain;
}

.icons-slider-right {
  background-image: url(../images/obank/slider-right.png);
  background-size: contain;
}

.flags-AUD,
.icons-video-play {
  display: inline-block;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
}

.icons-video-play {
  background-image: url(../images/obank/video-play.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 72px;
  height: 72px;
}

@media (min-width: 767px) {
  .icons-announce {
    background-image: url(../images/obank/announce.png);
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    width: 71px;
    height: 49px;
  }
  .icons-announce_close,
  .icons-appstore_l {
    display: inline-block;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-repeat: no-repeat;
  }
  .icons-announce_close {
    background-image: url(../images/obank/announce_close.png);
    background-size: contain;
    width: 32px;
    height: 32px;
  }
  .icons-appstore_l {
    background-image: url(../images/obank/appstore_l.png);
    background-size: contain;
    width: 216px;
    height: 64px;
  }
  .icons-b_facebook_l,
  .icons-b_instagram_l {
    display: inline-block;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    width: 37px;
    height: 37px;
    background-repeat: no-repeat;
  }
  .icons-b_facebook_l {
    background-image: url(../images/obank/b_facebook_l.png);
    background-size: contain;
  }
  .icons-b_instagram_l {
    background-image: url(../images/obank/b_instagram_l.png);
    background-size: contain;
  }
  .icons-back_to_top,
  .icons-bk_predot_l {
    display: inline-block;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
  }
  .icons-back_to_top {
    background-image: url(../images/obank/back_to_top.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 65px;
    height: 35px;
  }
  .icons-bk_predot_l {
    background-image: url(../images/obank/bk_predot_l.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 33px;
    height: 28px;
  }
  .icons-bk_sufdot_l,
  .icons-bl_facebook_l {
    display: inline-block;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-repeat: no-repeat;
  }
  .icons-bk_sufdot_l {
    background-image: url(../images/obank/bk_sufdot_l.png);
    background-size: contain;
    width: 34px;
    height: 28px;
  }
  .icons-bl_facebook_l {
    background-image: url(../images/obank/bl_facebook_l.png);
    background-size: contain;
    width: 32px;
    height: 32px;
  }
  .icons-bottom_add,
  .icons-bottom_fax {
    display: inline-block;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
  }
  .icons-bottom_add {
    background-image: url(../images/obank/bottom_add.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px;
    height: 20px;
  }
  .icons-bottom_fax {
    background-image: url(../images/obank/bottom_fax.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px;
    height: 20px;
  }
  .icons-bottom_tel,
  .icons-calendar {
    display: inline-block;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-repeat: no-repeat;
  }
  .icons-bottom_tel {
    background-image: url(../images/obank/bottom_tel.png);
    background-size: contain;
    width: 24px;
    height: 20px;
  }
  .icons-calendar {
    background-image: url(../images/obank/calendar.png);
    background-size: contain;
    width: 25px;
    height: 25px;
  }
  .icons-counter,
  .icons-dialog-1-13 {
    display: inline-block;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
  }
  .icons-counter {
    background-image: url(../images/obank/counter.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 22px;
  }
  .icons-dialog-1-13 {
    background-image: url(../images/obank/dialog-1-13.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 287px;
    height: 239px;
  }
  .icons-dialog-1-13s,
  .icons-dialog-1-15 {
    display: inline-block;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-repeat: no-repeat;
  }
  .icons-dialog-1-13s {
    background-image: url(../images/obank/dialog-1-13s.png);
    background-size: contain;
    width: 209px;
    height: 174px;
  }
  .icons-dialog-1-15 {
    background-image: url(../images/obank/dialog-1-15.png);
    background-size: contain;
    width: 287px;
    height: 239px;
  }
  .icons-dialog-1-15s,
  .icons-dialog-1-s {
    display: inline-block;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    width: 209px;
    height: 174px;
  }
  .icons-dialog-1-15s {
    background-image: url(../images/obank/dialog-1-15s.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .icons-dialog-1-s {
    background-image: url(../images/obank/dialog-1-s.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .icons-dialog-1,
  .icons-dialog-2-s {
    display: inline-block;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-repeat: no-repeat;
  }
  .icons-dialog-1 {
    background-image: url(../images/obank/dialog-1.png);
    background-size: contain;
    width: 287px;
    height: 239px;
  }
  .icons-dialog-2-s {
    background-image: url(../images/obank/dialog-2-s.png);
    background-size: contain;
    width: 209px;
    height: 174px;
  }
  .icons-dialog-2-x2,
  .icons-dialog-2-x2s {
    display: inline-block;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
  }
  .icons-dialog-2-x2 {
    background-image: url(../images/obank/dialog-2-x2.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 287px;
    height: 254px;
  }
  .icons-dialog-2-x2s {
    background-image: url(../images/obank/dialog-2-x2s.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 209px;
    height: 174px;
  }
  .icons-dialog-2-x3,
  .icons-dialog-2-x3s {
    display: inline-block;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-repeat: no-repeat;
  }
  .icons-dialog-2-x3 {
    background-image: url(../images/obank/dialog-2-x3.png);
    background-size: contain;
    width: 287px;
    height: 254px;
  }
  .icons-dialog-2-x3s {
    background-image: url(../images/obank/dialog-2-x3s.png);
    background-size: contain;
    width: 209px;
    height: 174px;
  }
  .icons-dialog-2,
  .icons-dialog-3 {
    display: inline-block;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
  }
  .icons-dialog-2 {
    background-image: url(../images/obank/dialog-2.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 287px;
    height: 254px;
  }
  .icons-dialog-3 {
    background-image: url(../images/obank/dialog-3.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 287px;
    height: 239px;
  }
  .icons-dialog-4-00,
  .icons-dialog-4-00s {
    display: inline-block;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-repeat: no-repeat;
  }
  .icons-dialog-4-00 {
    background-image: url(../images/obank/dialog-4-00.png);
    background-size: contain;
    width: 287px;
    height: 239px;
  }
  .icons-dialog-4-00s {
    background-image: url(../images/obank/dialog-4-00s.png);
    background-size: contain;
    width: 219px;
    height: 182px;
  }
  .icons-dialog-4-10,
  .icons-dialog-4-10s {
    display: inline-block;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
  }
  .icons-dialog-4-10 {
    background-image: url(../images/obank/dialog-4-10.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 287px;
    height: 239px;
  }
  .icons-dialog-4-10s {
    background-image: url(../images/obank/dialog-4-10s.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 219px;
    height: 182px;
  }
  .icons-dialog-4,
  .icons-dialog-4-s {
    display: inline-block;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-repeat: no-repeat;
  }
  .icons-dialog-4-s {
    background-image: url(../images/obank/dialog-4-s.png);
    background-size: contain;
    width: 219px;
    height: 182px;
  }
  .icons-dialog-4 {
    background-image: url(../images/obank/dialog-4.png);
    background-size: contain;
    width: 287px;
    height: 239px;
  }
  .icons-download,
  .icons-e-advice {
    display: inline-block;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    width: 25px;
    background-repeat: no-repeat;
  }
  .icons-download {
    background-image: url(../images/obank/download.png);
    background-size: contain;
    height: 23px;
  }
  .icons-e-advice {
    background-image: url(../images/obank/e-advice.png);
    background-size: contain;
    height: 25px;
  }
  .icons-edc-receipt,
  .icons-edc-txt {
    display: inline-block;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
  }
  .icons-edc-receipt {
    background-image: url(../images/obank/edc-receipt.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 192px;
    height: 104px;
  }
  .icons-edc-txt {
    background-image: url(../images/obank/edc-txt.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 178px;
    height: 47px;
  }
  .icons-edc,
  .icons-exclamation {
    display: inline-block;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-repeat: no-repeat;
  }
  .icons-edc {
    background-image: url(../images/obank/edc.png);
    background-size: contain;
    width: 264px;
    height: 307px;
  }
  .icons-exclamation {
    background-image: url(../images/obank/exclamation.png);
    background-size: contain;
    width: 16px;
    height: 16px;
  }
  .icons-flower,
  .icons-gn_line_l {
    display: inline-block;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
  }
  .icons-flower {
    background-image: url(../images/obank/flower.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 241px;
    height: 255px;
  }
  .icons-gn_line_l {
    background-image: url(../images/obank/gn_line_l.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
  }
  .icons-googleplay_l,
  .icons-health-card {
    display: inline-block;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-repeat: no-repeat;
  }
  .icons-googleplay_l {
    background-image: url(../images/obank/googleplay_l.png);
    background-size: contain;
    width: 214px;
    height: 64px;
  }
  .icons-health-card {
    background-image: url(../images/obank/health-card.png);
    background-size: contain;
    width: 312px;
    height: 214px;
  }
  .icons-houseloans-money,
  .icons-houseloans-payment {
    display: inline-block;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
  }
  .icons-houseloans-money,
  .icons-houseloans-payment,
  .icons-houseloans-rate {
    background-repeat: no-repeat;
    width: 66px;
    height: 66px;
  }
  .icons-houseloans-money {
    background-image: url(../images/obank/houseloans-money.png);
    background-size: contain;
  }
  .icons-houseloans-payment {
    background-image: url(../images/obank/houseloans-payment.png);
    background-size: contain;
  }
  .icons-houseloans-rate,
  .icons-id-card {
    display: inline-block;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
  }
  .icons-houseloans-rate {
    background-image: url(../images/obank/houseloans-rate.png);
    background-size: contain;
  }
  .icons-id-card {
    background-image: url(../images/obank/id-card.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 312px;
    height: 213px;
  }
  .icons-list_2_dot,
  .icons-locate {
    display: inline-block;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-repeat: no-repeat;
  }
  .icons-list_2_dot {
    background-image: url(../images/obank/list_2_dot.png);
    background-size: contain;
    width: 11px;
    height: 11px;
  }
  .icons-locate {
    background-image: url(../images/obank/locate.png);
    background-size: contain;
    width: 21px;
    height: 21px;
  }
  .icons-login,
  .icons-master {
    display: inline-block;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
  }
  .icons-login {
    background-image: url(../images/obank/login.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
  }
  .icons-master {
    background-image: url(../images/obank/master.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100px;
    height: 60px;
  }
  .icons-money-bubble,
  .icons-nav-search {
    display: inline-block;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-repeat: no-repeat;
  }
  .icons-money-bubble {
    background-image: url(../images/obank/money-bubble.png);
    background-size: contain;
    width: 107px;
    height: 107px;
  }
  .icons-nav-search {
    background-image: url(../images/obank/nav-search.png);
    background-size: contain;
    width: 14px;
    height: 14px;
  }
  .icons-next,
  .icons-next_more {
    display: inline-block;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    height: 15px;
  }
  .icons-next {
    background-image: url(../images/obank/next.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 8px;
  }
  .icons-next_more {
    background-image: url(../images/obank/next_more.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 15px;
  }
  .icons-obank-card,
  .icons-obank-card-v {
    display: inline-block;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-repeat: no-repeat;
  }
  .icons-obank-card-v {
    background-image: url(../images/obank/obank-card-v.png);
    background-size: contain;
    width: 312px;
    height: 213px;
  }
  .icons-obank-card {
    background-image: url(../images/obank/obank-card.png);
    background-size: contain;
    width: 213px;
    height: 312px;
  }
  .icons-obank-fat-o,
  .icons-obank-money {
    display: inline-block;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
  }
  .icons-obank-fat-o {
    background-image: url(../images/obank/obank-fat-o.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 485px;
    height: 485px;
  }
  .icons-obank-money {
    background-image: url(../images/obank/obank-money.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 153px;
    height: 283px;
  }
  .icons-obank-phone,
  .icons-obank_249x28 {
    display: inline-block;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-repeat: no-repeat;
  }
  .icons-obank-phone {
    background-image: url(../images/obank/obank-phone.png);
    background-size: contain;
    width: 262px;
    height: 436px;
  }
  .icons-obank_249x28 {
    background-image: url(../images/obank/obank_249x28.png);
    background-size: contain;
    width: 249px;
    height: 28px;
  }
  .icons-obank_344x38,
  .icons-og_arw_lt_l {
    display: inline-block;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
  }
  .icons-obank_344x38 {
    background-image: url(../images/obank/obank_344x38.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 344px;
    height: 38px;
  }
  .icons-og_arw_lt_l {
    background-image: url(../images/obank/og_arw_lt_l.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 33px;
    height: 60px;
  }
  .icons-og_arw_rt_l,
  .icons-og_checked {
    display: inline-block;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-repeat: no-repeat;
  }
  .icons-og_arw_rt_l {
    background-image: url(../images/obank/og_arw_rt_l.png);
    background-size: contain;
    width: 33px;
    height: 60px;
  }
  .icons-og_checked {
    background-image: url(../images/obank/og_checked.png);
    background-size: contain;
    width: 25px;
    height: 25px;
  }
  .icons-og_crc_l,
  .icons-og_crc_m {
    display: inline-block;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
  }
  .icons-og_crc_l {
    background-image: url(../images/obank/og_crc_l.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 150px;
    height: 150px;
  }
  .icons-og_crc_m {
    background-image: url(../images/obank/og_crc_m.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 62px;
    height: 63px;
  }
  .icons-og_o-1,
  .icons-online_create {
    display: inline-block;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-repeat: no-repeat;
  }
  .icons-og_o-1 {
    background-image: url(../images/obank/og_o-1.png);
    background-size: contain;
    width: 306px;
    height: 446px;
  }
  .icons-online_create {
    background-image: url(../images/obank/online_create.png);
    background-size: contain;
    width: 25px;
    height: 25px;
  }
  .icons-online_service,
  .icons-pdf_download {
    display: inline-block;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
  }
  .icons-online_service {
    background-image: url(../images/obank/online_service.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
  }
  .icons-pdf_download {
    background-image: url(../images/obank/pdf_download.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 33px;
    height: 41px;
  }
  .icons-pdf_frame,
  .icons-percent-bubble {
    display: inline-block;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-repeat: no-repeat;
  }
  .icons-pdf_frame {
    background-image: url(../images/obank/pdf_frame.png);
    background-size: contain;
    width: 100px;
    height: 125px;
  }
  .icons-percent-bubble {
    background-image: url(../images/obank/percent-bubble.png);
    background-size: contain;
    width: 89px;
    height: 89px;
  }
  .icons-plus-bubble,
  .icons-prev {
    display: inline-block;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
  }
  .icons-plus-bubble {
    background-image: url(../images/obank/plus-bubble.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 107px;
    height: 107px;
  }
  .icons-prev {
    background-image: url(../images/obank/prev.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 8px;
    height: 15px;
  }
  .icons-prev_more,
  .icons-refresh {
    display: inline-block;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-repeat: no-repeat;
  }
  .icons-prev_more {
    background-image: url(../images/obank/prev_more.png);
    background-size: contain;
    width: 15px;
    height: 15px;
  }
  .icons-refresh {
    background-image: url(../images/obank/refresh.png);
    background-size: contain;
    width: 23px;
    height: 20px;
  }
  .icons-refresh_large,
  .icons-ringtone {
    display: inline-block;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
  }
  .icons-refresh_large {
    background-image: url(../images/obank/refresh_large.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 42px;
    height: 38px;
  }
  .icons-ringtone {
    background-image: url(../images/obank/ringtone.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 22px;
  }
  .icons-service_contentflag,
  .icons-slider-btn {
    display: inline-block;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-repeat: no-repeat;
  }
  .icons-service_contentflag {
    background-image: url(../images/obank/service_contentflag.png);
    background-size: contain;
    width: 50px;
    height: 22px;
  }
  .icons-slider-btn {
    background-image: url(../images/obank/slider-btn.png);
    background-size: contain;
    width: 42px;
    height: 42px;
  }
  .icons-smart-1,
  .icons-smart-2 {
    display: inline-block;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
  }
  .icons-smart-1 {
    background-image: url(../images/obank/smart-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 120px;
    height: 120px;
  }
  .icons-smart-2 {
    background-image: url(../images/obank/smart-2.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 120px;
    height: 120px;
  }
  .icons-smart-3,
  .icons-smart-4 {
    display: inline-block;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    width: 120px;
    height: 120px;
    background-repeat: no-repeat;
  }
  .icons-smart-3 {
    background-image: url(../images/obank/smart-3.png);
    background-size: contain;
  }
  .icons-smart-4 {
    background-image: url(../images/obank/smart-4.png);
    background-size: contain;
  }
  .icons-step_arrow,
  .icons-top {
    display: inline-block;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
  }
  .icons-step_arrow {
    background-image: url(../images/obank/step_arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 29px;
    height: 51px;
  }
  .icons-top {
    background-image: url(../images/obank/top.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 65px;
    height: 35px;
  }
  .icons-trend,
  .icons-video-play {
    display: inline-block;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-repeat: no-repeat;
  }
  .icons-trend {
    background-image: url(../images/obank/trend.png);
    background-size: contain;
    width: 26px;
    height: 22px;
  }
  .icons-video-play {
    background-image: url(../images/obank/video-play.png);
    background-size: contain;
    width: 102px;
    height: 102px;
  }
  .icons-visa,
  .icons-wt-for {
    display: inline-block;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
  }
  .icons-visa {
    background-image: url(../images/obank/visa.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100px;
    height: 60px;
  }
  .icons-wt-for {
    background-image: url(../images/obank/wt-for.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 294px;
    height: 187px;
  }
  .icons-wt-u,
  .icons-wt_arw_dw_m {
    display: inline-block;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-repeat: no-repeat;
  }
  .icons-wt-u {
    background-image: url(../images/obank/wt-u.png);
    background-size: contain;
    width: 240px;
    height: 348px;
  }
  .icons-wt_arw_dw_m {
    background-image: url(../images/obank/wt_arw_dw_m.png);
    background-size: contain;
    width: 42px;
    height: 21px;
  }
  .icons-wt_arw_left_m,
  .icons-wt_arw_right_m {
    display: inline-block;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    width: 15px;
    height: 27px;
    background-repeat: no-repeat;
  }
  .icons-wt_arw_left_m {
    background-image: url(../images/obank/wt_arw_left_m.png);
    background-size: contain;
  }
  .icons-wt_arw_right_m {
    background-image: url(../images/obank/wt_arw_right_m.png);
    background-size: contain;
  }
  .icons-wt_debit_l,
  .icons-wt_onlineservice_l {
    display: inline-block;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    width: 193px;
    height: 193px;
  }
  .icons-wt_debit_l {
    background-image: url(../images/obank/wt_debit_l.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .icons-wt_onlineservice_l {
    background-image: url(../images/obank/wt_onlineservice_l.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .icons-wt_phone1_l,
  .icons-wt_phone2_l {
    display: inline-block;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-repeat: no-repeat;
  }
  .icons-wt_phone1_l {
    background-image: url(../images/obank/wt_phone1_l.png);
    background-size: contain;
    width: 357px;
    height: 397px;
  }
  .icons-wt_phone2_l {
    background-image: url(../images/obank/wt_phone2_l.png);
    background-size: contain;
    width: 203px;
    height: 366px;
  }
  .icons-wt_phone3_l,
  .icons-wt_predot_l {
    display: inline-block;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
  }
  .icons-wt_phone3_l {
    background-image: url(../images/obank/wt_phone3_l.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 289px;
    height: 316px;
  }
  .icons-wt_predot_l {
    background-image: url(../images/obank/wt_predot_l.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 33px;
    height: 28px;
  }
  .icons-wt_save_l,
  .icons-wt_shield_l {
    display: inline-block;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-repeat: no-repeat;
  }
  .icons-wt_save_l {
    background-image: url(../images/obank/wt_save_l.png);
    background-size: contain;
    width: 193px;
    height: 193px;
  }
  .icons-wt_shield_l {
    background-image: url(../images/obank/wt_shield_l.png);
    background-size: contain;
    width: 97px;
    height: 107px;
  }
  .icons-service_fun1,
  .icons-wt_sufdot_l {
    display: inline-block;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
  }
  .icons-wt_sufdot_l {
    background-image: url(../images/obank/wt_sufdot_l.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 33px;
    height: 28px;
  }
  .icons-service_fun1 {
    background-image: url(../images/obank/service_fun1.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 116px;
    height: 116px;
  }
  .icons-service_fun2,
  .icons-service_fun3 {
    display: inline-block;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    width: 116px;
    height: 116px;
    background-repeat: no-repeat;
  }
  .icons-service_fun2 {
    background-image: url(../images/obank/service_fun2.png);
    background-size: contain;
  }
  .icons-service_fun3 {
    background-image: url(../images/obank/service_fun3.png);
    background-size: contain;
  }
  .icons-nav-menu,
  .icons-nav-service {
    display: inline-block;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
  }
  .icons-nav-menu {
    background-image: url(../images/obank/nav-menu.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
  }
  .icons-nav-service {
    background-image: url(../images/obank/nav-service.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 33px;
    height: 33px;
  }
  .icons-service_chat,
  .icons-service_live {
    display: inline-block;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-repeat: no-repeat;
  }
  .icons-service_live {
    background-image: url(../images/obank/service_live.png);
    background-size: contain;
    width: 65px;
    height: 50px;
  }
  .icons-service_chat {
    background-image: url(../images/obank/service_chat.png);
    background-size: contain;
    width: 60px;
    height: 39px;
  }
  .icons-service_call,
  .icons-service_message {
    display: inline-block;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
  }
  .icons-service_call {
    background-image: url(../images/obank/service_call.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 65px;
    height: 50px;
  }
  .icons-service_message {
    background-image: url(../images/obank/service_message.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 65px;
    height: 50px;
  }
  .icons-foreign_rate_inquery,
  .icons-twd_rate_inquery {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
    width: 65px;
    height: 50px;
  }
  .icons-twd_rate_inquery {
    background-image: url(../images/obank/twd_rate_inquery.png);
    background-size: contain;
  }
  .icons-foreign_rate_inquery {
    background-image: url(../images/obank/foreign_rate_inquery.png);
    background-size: contain;
  }
  .icons-foreign_exchange_rate_inquery,
  .icons-slider-left {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
  }
  .icons-foreign_exchange_rate_inquery {
    background-image: url(../images/obank/foreign_exchange_rate_inquery.png);
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    width: 65px;
    height: 50px;
  }
  .icons-slider-left,
  .icons-slider-right {
    display: inline-block;
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
  }
  .icons-slider-left {
    background-image: url(../images/obank/slider-left.png);
    background-size: contain;
  }
  .icons-slider-right,
  .icons-slider2-left {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
  }
  .icons-slider-right {
    background-image: url(../images/obank/slider-right.png);
    background-size: contain;
  }
  .icons-slider2-left,
  .icons-slider2-right {
    display: inline-block;
    background-repeat: no-repeat;
    width: 20px;
    height: 37px;
  }
  .icons-slider2-left {
    background-image: url(../images/obank/slider2-left.png);
    background-size: contain;
  }
  .icons-slider2-right {
    background-image: url(../images/obank/slider2-right.png);
    background-size: contain;
  }
}
@media (min-width: 1279px) {
  .icons-bk_predot_l,
  .icons-bk_sufdot_l {
    display: inline-block;
    background-repeat: no-repeat;
    width: 24px;
  }
  .icons-bk_predot_l {
    background-image: url(../images/obank/bk_predot_l.png);
    background-size: contain;
    height: 21px;
  }
  .icons-bk_sufdot_l,
  .icons-wt_predot_l {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
  }
  .icons-bk_sufdot_l {
    background-image: url(../images/obank/bk_sufdot_l.png);
    background-size: contain;
    height: 20px;
  }
  .icons-wt_predot_l,
  .icons-wt_sufdot_l {
    display: inline-block;
    background-repeat: no-repeat;
    width: 24px;
    height: 21px;
  }
  .icons-wt_predot_l {
    background-image: url(../images/obank/wt_predot_l.png);
    background-size: contain;
  }
  .icons-slider-left,
  .icons-wt_sufdot_l {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
  }
  .icons-wt_sufdot_l {
    background-image: url(../images/obank/wt_sufdot_l.png);
    background-size: contain;
  }
  .icons-slider-left,
  .icons-slider-right {
    display: inline-block;
    background-repeat: no-repeat;
    width: 45px;
    height: 45px;
  }
  .icons-slider-left {
    background-image: url(../images/obank/slider-left.png);
    background-size: contain;
  }
  .icons-slider-right,
  .icons-slider2-left {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
  }
  .icons-slider-right {
    background-image: url(../images/obank/slider-right.png);
    background-size: contain;
  }
  .icons-slider2-left,
  .icons-slider2-right {
    display: inline-block;
    background-repeat: no-repeat;
    width: 33px;
    height: 60px;
  }
  .icons-slider2-left {
    background-image: url(../images/obank/slider2-left.png);
    background-size: contain;
  }
  .icons-slider2-right {
    background-image: url(../images/obank/slider2-right.png);
    background-size: contain;
  }
}
.flags-AUD,
.flags-BEF {
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
}

.flags,
.flags-text {
  vertical-align: middle;
}

.flags-AUD {
  background-image: url(../images/flags/AUD.png);
  background-size: contain;
}

.flags-BEF,
.flags-CAD {
  display: inline-block;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
}

.flags-BEF {
  background-image: url(../images/flags/BEF.png);
  background-size: contain;
}

.flags-CAD {
  background-image: url(../images/flags/CAD.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
}

.flags-CHF,
.flags-CNH {
  display: inline-block;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
}

.flags-CHF {
  background-image: url(../images/flags/CHF.png);
  background-size: contain;
}

.flags-CNH {
  background-image: url(../images/flags/CNH.png);
  background-size: contain;
}

.flags-CNY,
.flags-EUR {
  display: inline-block;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
}

.flags-CNY {
  background-image: url(../images/flags/CNY.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
}

.flags-EUR {
  background-image: url(../images/flags/EUR.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
}

.flags-GBP,
.flags-HKD {
  display: inline-block;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
}

.flags-GBP {
  background-image: url(../images/flags/GBP.png);
  background-size: contain;
}

.flags-HKD {
  background-image: url(../images/flags/HKD.png);
  background-size: contain;
}

.flags-IDR,
.flags-INR {
  display: inline-block;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
}

.flags-IDR {
  background-image: url(../images/flags/IDR.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
}

.flags-INR {
  background-image: url(../images/flags/INR.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
}

.flags-JPY,
.flags-KRW {
  display: inline-block;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
}

.flags-JPY {
  background-image: url(../images/flags/JPY.png);
  background-size: contain;
}

.flags-KRW {
  background-image: url(../images/flags/KRW.png);
  background-size: contain;
}

.flags-MYR,
.flags-NZD {
  display: inline-block;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
}

.flags-MYR {
  background-image: url(../images/flags/MYR.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
}

.flags-NZD {
  background-image: url(../images/flags/NZD.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
}

.flags-PHP,
.flags-SEK {
  display: inline-block;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
}

.flags-PHP {
  background-image: url(../images/flags/PHP.png);
  background-size: contain;
}

.flags-SEK {
  background-image: url(../images/flags/SEK.png);
  background-size: contain;
}

.flags-SGD,
.flags-THB {
  display: inline-block;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
}

.flags-SGD {
  background-image: url(../images/flags/SGD.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
}

.flags-THB {
  background-image: url(../images/flags/THB.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
}

.flags-TWD,
.flags-USD {
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  display: inline-block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
}

.flags-TWD {
  background-image: url(../images/flags/TWD.png);
  background-size: contain;
}

.flags-USD {
  background-image: url(../images/flags/USD.png);
  background-size: contain;
}

.flags-ZAR {
  background-image: url(../images/flags/ZAR.png);
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
}

.icons-nav-close,
.icons-nav-close:hover {
  background-image: url(..//images/icons-nav.png);
  width: 20px;
  height: 20px;
}

.icons-nav-close:hover {
  background-position: 0 0;
}

.icons-nav-close {
  background-position: -20px 0;
}

.icons-loans-customer_new,
.icons-loans-customer_old {
  display: inline-block;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  width: 148px;
  height: 91px;
}

.icons-loans-customer_new {
  background-image: url(../images/icons-loans/customer_new.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.icons-loans-customer_old {
  background-image: url(../images/icons-loans/customer_old.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.icons-loans-lock,
.icons-loans-pwd {
  display: inline-block;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-repeat: no-repeat;
}

.icons-loans-lock {
  background-image: url(../images/icons-loans/lock.png);
  background-size: contain;
  width: 55px;
  height: 55px;
}

.icons-loans-pwd {
  background-image: url(../images/icons-loans/pwd.png);
  background-size: contain;
  width: 18px;
  height: 12px;
}

.icons-loans-slider-btn,
.icons-loans-step1 {
  display: inline-block;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
}

.icons-loans-slider-btn {
  background-image: url(../images/icons-loans/slider-btn.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 25px;
  height: 27px;
}

.icons-loans-step1 {
  background-image: url(../images/icons-loans/step1.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 243px;
  height: 55px;
}

.icons-loans-step2,
.icons-loans-step3 {
  display: inline-block;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  width: 243px;
  height: 55px;
  background-repeat: no-repeat;
}

.icons-loans-step2 {
  background-image: url(../images/icons-loans/step2.png);
  background-size: contain;
}

.icons-loans-step3 {
  background-image: url(../images/icons-loans/step3.png);
  background-size: contain;
}

.icons-loans-bubble,
.icons-loans-house {
  display: inline-block;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
}

.icons-loans-bubble {
  background-image: url(../images/icons-loans/bubble.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 207px;
  height: 231px;
}

.icons-loans-house {
  background-image: url(../images/icons-loans/house.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 158px;
  height: 124px;
}

.icons-loans-line,
.icons-loans-pointer {
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  display: inline-block;
  background-repeat: no-repeat;
}

.icons-loans-line {
  background-image: url(../images/icons-loans/line.png);
  background-size: contain;
  width: 304px;
  height: 44px;
}

.icons-loans-pointer {
  background-image: url(../images/icons-loans/pointer.png);
  background-size: contain;
  width: 130px;
  height: 130px;
}

.icons-loans-pressure_gauge {
  background-image: url(../images/icons-loans/pressure_gauge.png);
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  width: 240px;
  height: 254px;
}

@media (min-width: 767px) {
  .icons-loans-bubble,
  .icons-loans-customer_new {
    display: inline-block;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
  }
  .icons-loans-bubble {
    background-image: url(../images/icons-loans/bubble.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 207px;
    height: 231px;
  }
  .icons-loans-customer_new,
  .icons-loans-customer_old {
    background-repeat: no-repeat;
    width: 295px;
    height: 180px;
  }
  .icons-loans-customer_new {
    background-image: url(../images/icons-loans/customer_new.png);
    background-size: contain;
  }
  .icons-loans-customer_old,
  .icons-loans-house {
    display: inline-block;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
  }
  .icons-loans-customer_old {
    background-image: url(../images/icons-loans/customer_old.png);
    background-size: contain;
  }
  .icons-loans-house {
    background-image: url(../images/icons-loans/house.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 158px;
    height: 124px;
  }
  .icons-loans-line,
  .icons-loans-lock {
    display: inline-block;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-repeat: no-repeat;
  }
  .icons-loans-line {
    background-image: url(../images/icons-loans/line.png);
    background-size: contain;
    width: 304px;
    height: 44px;
  }
  .icons-loans-lock {
    background-image: url(../images/icons-loans/lock.png);
    background-size: contain;
    width: 110px;
    height: 110px;
  }
  .icons-loans-pointer,
  .icons-loans-pressure_gauge {
    display: inline-block;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
  }
  .icons-loans-pointer {
    background-image: url(../images/icons-loans/pointer.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 130px;
    height: 130px;
  }
  .icons-loans-pressure_gauge {
    background-image: url(../images/icons-loans/pressure_gauge.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 240px;
    height: 254px;
  }
  .icons-loans-pwd,
  .icons-loans-slider-btn {
    display: inline-block;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-repeat: no-repeat;
  }
  .icons-loans-pwd {
    background-image: url(../images/icons-loans/pwd.png);
    background-size: contain;
    width: 36px;
    height: 23px;
  }
  .icons-loans-slider-btn {
    background-image: url(../images/icons-loans/slider-btn.png);
    background-size: contain;
    width: 50px;
    height: 54px;
  }
  .icons-loans-step1,
  .icons-loans-step2 {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
  }
  .icons-loans-step1,
  .icons-loans-step2,
  .icons-loans-step3 {
    display: inline-block;
    background-repeat: no-repeat;
    width: 485px;
    height: 109px;
  }
  .icons-loans-step1 {
    background-image: url(../images/icons-loans/step1.png);
    background-size: contain;
  }
  .icons-loans-step2 {
    background-image: url(../images/icons-loans/step2.png);
    background-size: contain;
  }
  .icons-loans-step3 {
    background-image: url(../images/icons-loans/step3.png);
    background-size: contain;
  }
}
.zh-TW-fonts .w3-hide-medium.nav .anchor {
  font-size: 15px;
}

.en-fonts .w3-hide-medium.nav .anchor {
  font-size: 15px;
}

/* TODO: 原本是 display:inline-block，但是會出現高度間距，改成 flex 排版 */
.menu-in-center {
  display: flex;
  justify-content: center;
}

/* utils */
.ob-height-auto {
  height: auto !important;
}

.home_index {
  width: 42px;
  height: 42px;
}

/* 
 *	Author Nick. 
 *	Rewrite css please write here!!!!
 *  Don't Rewrite screen.css


 .icons-loans-house{
    background-image: none;
 }
 */
/* FAQ */
.faqtable {
  border-radius: 10px 10px 0 0;
  width: 75%;
  max-width: 837px;
  border-collapse: separate;
  margin: 0px 48px 0px 48px;
}

.faqtable th {
  text-align: center;
  background: #faf1e6;
  border: 1px solid #676767;
  padding: 10px;
  border-right-width: 0px;
}

.faqtable td {
  text-align: left;
  border: 1px solid #676767;
  padding: 10px 15px 10px 20px;
  border-top-width: 0px;
  border-right-width: 0px;
}

.lefttitle {
  text-align: center !important;
  padding: 10px 10px 10px 10px !important;
}

.faqtable th:first-child {
  border-top-left-radius: 10px;
}

.faqtable th:last-child {
  border-top-right-radius: 10px;
  border-right-width: 1px;
}

.faqtable td:last-child {
  border-right-width: 1px;
}

.faqtable tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}

.faqtable tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}

ul.ul-faq li {
  border-bottom: none;
  padding-left: 46px !important;
  text-align: left;
}

.securityp {
  padding: 10px 16px 10px 0px !important;
}

.faqp {
  padding: 10px 16px 10px 45px !important;
}

.faqtablep {
  padding: 10px 16px 10px 0px !important;
}

.faqa {
  padding: 0px !important;
}

/* Mobile Menu */
.w3-accordion-content a {
  padding: 6px 16px;
  display: inline;
}

aside .menu-wrapper-m .menu .w3-accordion-content .title {
  /*margin: 0;*/
  /*padding: 6px 0;*/
  /*color: #000;*/
}

/* IMG Style */
.img100 {
  width: 100%;
}

.img90 {
  width: 90%;
}

.img80 {
  width: 80%;
}

.img70 {
  width: 70%;
}

.img60 {
  width: 60%;
}

.imgorganization {
  width: 75%;
}

.maxwidth470 {
  max-width: 470px;
}

/* OBankContainer_Accordion2_Folder */
.a2flink {
  padding-left: 0px !important;
  padding-right: 0px !important;
  background-color: white !important;
}

/* Light box close button */
.mfp-close-btn-in .mfp-close {
  color: #fff;
  background-color: gray;
  border-radius: 50%;
  margin-top: -20px;
  margin-right: -20px;
  opacity: 1;
  z-index: 9999;
}

.mfp-close-btn-in .mfp-close-2 {
  color: gray;
  background-color: #fff;
  border-radius: 50%;
  margin-top: 10%;
  margin-right: 20%;
  opacity: 1;
  z-index: 9999;
}

/* Top Submenu */
nav .menu-wrapper .menu .n-table .w3-col:hover .title:hover {
  /* background-color: #ff8e33; */
  background: rgba(255, 142, 51, 0.3);
  color: #ffffff;
}

nav .menu-wrapper .menu .n-table .w3-col:hover .title:hover:before {
  color: #ffffff;
}

/* Lightbox background */
.mfp-bg {
  z-index: 1042;
  background: #0b0b0b;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* Landing Heading background */
[data-com-name=frame_landing] h1[data-com-name=title] {
  margin: 0px;
}

/* 服務據點 */
@media (min-width: 767px) {
  .w3-table.o-table.branches .name {
    display: table-cell;
    width: 22%;
  }
  .w3-table.o-table.branches .add {
    width: 40%;
  }
  .w3-table.o-table.branches .tel {
    width: 18%;
  }
}
/* adjust side menu padding */
.sidebar.sidebar-1 .w3-ul.disc > li {
  padding-top: 0px;
  padding-bottom: 0px;
}

.sidebar.sidebar-1 .w3-ul.disc > li > a {
  font-size: 24px;
  display: block;
  padding: 8px 0 7px 5px;
}

.sidebar.sidebar-1 .w3-ul.disc > li.current:before {
  position: absolute;
  top: 14px;
}

.sidebar.sidebar-1 .w3-ul.disc > li:before {
  position: absolute;
  left: 12px;
  top: 14px;
}

/* 客服icon mobile size */
.icons-nav-service {
  background-image: url(../images/obank/nav-service.png);
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px !important;
  height: 30px !important;
  margin-top: -5px;
}

@media (min-width: 1279px) {
  .icons-nav-service {
    background-image: url(../images/obank/nav-service.png);
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px !important;
    height: 30px !important;
    margin-top: -5px;
  }
}
/* 展開式選單高度 */
@media (min-width: 1279px) {
  .w3-accordion.o-accordion.accordion-2 .w3-accordion-heading {
    padding: 15px 40px;
  }
}
/* 簽帳卡注意事項 */
.cardmain_tab4_1p {
  padding-bottom: 90px;
}

/* Landing page circle position */
@media (min-width: 767px) {
  .o-tab.header-tab .tab-outer .img-frame .dark-circle {
    top: 50%;
  }
  .o-tab.header-tab .tab-outer .img-frame .dark-circle .txt {
    top: 20px;
  }
}
/* O-Bank 帳戶立即開戶按鈕*/
@media (min-width: 1279px) {
  .page__account .section.high-rate .icons-og_crc_l {
    z-index: 999;
  }
}
/* Homepage Scrolling Feature */
@media (max-width: 639px) {
  .page__home .section.convenient .feature-gallery .control-btn.icons-og_arw_lt_l {
    margin-left: -30px;
  }
  .page__home .section.convenient .feature-gallery .control-btn.icons-og_arw_rt_l, .page__home .section.savetime .feature-gallery .control-btn.icons-og_arw_rt_l {
    margin-right: -30px;
  }
  .page__home .section.convenient .feature-gallery {
    position: absolute;
    top: 60%;
    left: 45%;
    margin-left: -72px;
    width: 60%;
  }
  .icons-wt_phone3_l {
    background-image: url(../images/wt_phone3_l.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 145px;
    height: 200px;
    background-position-x: 50%;
  }
  .page__home .section.convenient .feature-gallery .phone_slider {
    top: 40px;
  }
  /* Mobile menu style */
  aside .menu-wrapper-m .top-link {
    border-top: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
    background-color: transparent;
  }
}
@media (max-width: 1280px) {
  /* Mobile fix menu style*/
  aside .menu-wrapper-m .top-link.ob-fix-patch {
    background-color: transparent;
  }
  .ob-en-lang {
    background-color: #ff8200;
    border: 0px solid;
    padding: 6px 4px;
    color: white;
    font-weight: bold;
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .ob-en-lang {
    display: inline-block;
    transform: translateY(-4px);
    background-color: #ff8200;
    border: 0px solid;
    padding: 2px;
    font-size: 0.75rem;
    color: white;
    font-weight: bold;
    white-space: nowrap;
  }
}
/* 樂屋網專用 */
.rakuya_w80 {
  width: 80%;
  margin: 0 auto;
  margin-top: 40px;
}

/* loan product style*/
.o-article .loan-product {
  border-radius: 20px;
  background-color: #fef9f3;
}

@media (max-width: 639px) {
  #horizontal {
    width: 90%;
    margin: 0 auto;
    direction: rtl;
    transform: rotate(180deg);
    overflow-y: hidden;
    overflow-x: scroll;
    padding-top: 30px;
  }
  #horizontal .faqtable {
    direction: ltr;
    display: inline-block;
    transform: rotate(-180deg);
  }
}
/* modify KV font size */
@media (min-width: 767px) {
  .o-heading.heading-kv .heading-kv-main {
    font-size: 40px;
  }
  .o-heading.heading-kv .heading-kv-sub {
    font-size: 24px;
  }
}
/* 產品注意事項 */
.product_note li {
  line-height: 24px;
  padding-bottom: 10px;
}

/* Top Menu Padding Modify */
nav .menu-wrapper .menu .list li a {
  padding: 10px 40px 10px 20px;
  display: block;
}

/* Fix Facebook icon */
.facebook-fix {
  position: fixed;
  bottom: 60px;
  right: 0;
  display: inline-block;
  color: #fff;
  padding: 20px 0px 17px 10px;
  overflow: hidden;
  z-index: 999;
}

.line-fix {
  position: fixed;
  bottom: -6px;
  right: 0;
  display: inline-block;
  color: #fff;
  padding: 20px 0px 17px 10px;
  overflow: hidden;
  z-index: 999;
}

.home-fix-icon {
  position: fixed;
  bottom: 230px;
  right: 0;
  background-color: rgba(237, 124, 4, 0.8);
  display: inline-block;
  color: #fff;
  padding: 20px 50px 20px 10px;
  overflow: hidden;
  z-index: 999;
}

/* Accordion fa-chevron-down modify position */
.w3-accordion.o-accordion.accordion-1 .w3-accordion-heading .fa-chevron-down {
  margin-right: -20px;
}

@media (max-width: 639px) {
  .ol-padding {
    padding: 0px 50px 0px 45px;
  }
  .o-tab.tab-1 .w3-col a {
    line-height: 20px;
  }
}
.swiper {
  width: 600px;
  height: 300px;
}

.grid {
  display: grid;
}

.jcc {
  justify-content: center;
}

.aic {
  align-items: center;
}

.grid-gap-1 {
  grid-gap: 1rem;
}

.item__1 {
  grid-area: Donut;
}

.item__2 {
  grid-area: CookiePolicy;
}

.item__3 {
  grid-area: CookieClose;
}

.item__4 {
  grid-area: CookieAgree;
}

.cookie {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px 0;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 5px 5px 20px rgba(64, 157, 153, 0.2), 0 1px 2px rgba(0, 0, 0, 0.24);
  z-index: 9999;
  font-size: 14px;
}
.cookie__container {
  width: 1068px;
}

.cookies__msg {
  font-size: 1rem;
  font-weight: 700;
  line-height: 24px;
}
.cookies__msg a {
  color: #ff8200;
  border-bottom: 1px solid #ff8200;
}

.cookie-active {
  display: flex;
  justify-content: center;
}

.cookie-close {
  position: absolute;
  top: -32px;
  right: 0;
}

.position-relative {
  position: relative;
}

.cookie__btn {
  border: 2px solid #ff8200;
  font-weight: 700;
  border-radius: 100px;
  padding: 8px 0;
  line-height: 24px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: 0.3s;
  cursor: pointer;
}
.cookie__btn__reject {
  background: #fff;
  color: #ff8200;
}
.cookie__btn__agree {
  background: #ff8200;
  color: #fff;
}
.cookie__btn__agree:hover {
  color: #fff !important;
}

.cookie__logo {
  width: 64px;
  height: 64px;
}

.grid-container {
  display: grid;
  grid-template-areas: "Donut CookiePolicy CookieAgree";
  grid-template-columns: minmax(64px, auto) minmax(880px, auto) minmax(84px, auto);
}

.privacy {
  position: relative;
}
.privacy .privacy_close_wrap {
  position: relative;
}
.privacy .privacy_close_wrap .privacy__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  cursor: pointer;
}
.privacy .privacy_close_wrap .privacy__close__icon {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
  cursor: pointer;
}
.privacy ol,
.privacy ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.privacy__header {
  padding-bottom: 20px;
}
.privacy__header h1 {
  text-align: center;
  font-size: 20px;
  margin: 0;
  color: var(--gray-500, #333);
  font-family: Microsoft JhengHei;
  font-weight: 700;
  line-height: normal;
}
.privacy__header p {
  margin: 0;
  text-align: center;
}
.privacy__version {
  font-family: Microsoft JhengHei;
  color: var(--orange-500, #ff8200);
  text-align: right;
  font-size: 14px;
  font-weight: 700;
  padding: 20px 0;
  margin: 0;
}
.privacy__noticePage {
  width: 100%;
  height: 520px;
  overflow: auto;
}
.privacy__noticePage li.mb-20 {
  margin-bottom: 20px;
}
.privacy__noticePage li h2 {
  color: #ff8200;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}
.privacy__noticePage li p {
  font-size: 16px;
  margin: 0;
}
.privacy__noticePage::-webkit-scrollbar {
  max-width: 24px;
  width: 24px;
}
.privacy__noticePage::-webkit-scrollbar-thumb {
  border-left: 4px solid rgb(163, 163, 163);
}
.privacy__noticePage::-webkit-scrollbar-thumb:hover {
  border-left: 4px solid rgb(206, 206, 206);
  cursor: pointer;
}
.privacy__borderArea {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.privacy:modal {
  height: 680px;
  border: none;
  padding: 40px 20px;
  overflow: hidden;
}
.privacy::backdrop {
  background: rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 767px) {
  .cookie {
    padding: 20px 1rem;
  }
  .cookie__logo {
    width: 40px;
    height: 40px;
  }
  .cookies__msg {
    font-size: 14px;
  }
  .grid-container {
    display: grid;
    grid-template-areas: "Donut CookiePolicy CookieAgree" "Donut CookiePolicy CookieAgree";
    grid-template-columns: minmax(40px, auto) minmax(187px, auto) minmax(84px, auto);
  }
  .item__4 {
    grid-area: CookieAgree;
  }
  .privacy .privacy_close_wrap {
    position: relative;
  }
  .privacy .privacy_close_wrap .privacy__close {
    position: absolute;
    top: -18px;
    right: 0;
    width: 36px;
    height: 36px;
  }
  .privacy__header h1 {
    display: flex;
    justify-content: center;
    font-size: 20px;
    line-height: 26.6px;
    margin-top: 40px;
  }
  .privacy__noticePage {
    height: 500px;
  }
  .privacy__noticePage::-webkit-scrollbar {
    max-width: 8px;
    width: 8px;
  }
  .privacy__noticePage li.mb-40 {
    margin-bottom: 40px;
  }
  .privacy__noticePage li h2 {
    color: #ff8200;
    font-size: 20px;
    font-weight: 700;
  }
  .privacy__noticePage li p {
    font-size: 16px;
  }
  .privacy__borderArea {
    width: 100%;
    max-width: 283px;
    margin: 0 auto;
  }
  .privacy:modal {
    width: 100%;
    max-width: 315px;
    height: 680px;
    border: none;
  }
  .privacy::-webkit-scrollbar {
    max-width: 16px;
    width: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .grid-container {
    display: grid;
    grid-template-areas: "Donut CookiePolicy CookieAgree" "Donut CookiePolicy CookieAgree";
    grid-template-columns: minmax(40px, auto) minmax(187px, auto) minmax(84px, auto);
    padding-inline: 20px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
  .privacy .privacy_close_wrap .privacy__close {
    overflow: visible;
  }
}
.backgroundLayout__banner__section {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.backgroundLayout__banner__section .background__float__canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  pointer-events: none;
}
.backgroundLayout__banner__section .background__float__canvas .background__banner__wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  width: 100%;
  max-width: 2400px;
  height: 900px;
}
.backgroundLayout__banner__section .background__float__canvas .background__banner__wrap .background__banner {
  position: absolute;
  top: -203px;
  left: 50%;
  transform: translateX(-50%);
  width: 2260px;
  height: 833px;
  background-image: url(../images/bg_banner.svg);
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.backgroundLayout__banner__section .background__float__canvas .background__hook {
  position: relative;
  z-index: 100;
}
.backgroundLayout__banner__section .background__float__canvas .background__hook img:nth-of-type(1) {
  position: absolute;
  top: -51px;
  left: 40px;
  width: 16px;
}
.backgroundLayout__banner__section .background__float__canvas .background__hook img:nth-of-type(2) {
  position: absolute;
  top: -51px;
  right: 40px;
  width: 16px;
}
.backgroundLayout__banner__section .layout__banner__box__swiper--mb {
  display: none;
}
.backgroundLayout__banner__section .layout__banner__box__swiper--dt {
  display: block;
  width: 100%;
  overflow: hidden;
  padding-top: 32px;
}
.backgroundLayout__banner__section .layout__banner__box__swiper--dt .swiper-button-prev {
  left: calc(50% - 520px);
  width: 64px;
  height: 64px;
}
.backgroundLayout__banner__section .layout__banner__box__swiper--dt .swiper-button-prev::after {
  font-size: 0;
  background: rgba(255, 255, 255, 0.7);
  border: 2px solid #a3a3a3;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-radius: 50%;
  width: 64px;
  height: 60px;
  background-image: url(../images/ic-slide-arrow-prev.svg);
  background-position: center center;
  background-size: 24px 24px;
  background-repeat: no-repeat;
}
.backgroundLayout__banner__section .layout__banner__box__swiper--dt .swiper-button-next {
  right: calc(50% - 520px);
  width: 64px;
  height: 64px;
}
.backgroundLayout__banner__section .layout__banner__box__swiper--dt .swiper-button-next::after {
  font-size: 0;
  background: rgba(255, 255, 255, 0.7);
  border: 2px solid #a3a3a3;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-radius: 50%;
  width: 64px;
  height: 60px;
  background-image: url(../images/ic-slide-arrow-next.svg);
  background-position: center center;
  background-size: 24px 24px;
  background-repeat: no-repeat;
}
.backgroundLayout__banner__section .layout__banner__box__swiper--dt .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
}
.backgroundLayout__banner__section .layout__banner__box__swiper--dt .swiper-pagination-bullet-active {
  background: #ff8200;
}
.backgroundLayout__banner__section .layout__banner__box__swiper--dt .swiper-slide {
  background-position: center;
  background-size: contain;
  border-radius: 40px;
  border: 2px solid #cccccc;
  box-shadow: 0 4px 10px 1px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  width: 1000px;
  max-width: 1000px;
}
.backgroundLayout__banner__section .layout__banner__box__swiper--dt .swiper-slide img {
  display: block;
  width: 100%;
}
.backgroundLayout__banner__section .layout__shortcut__box {
  position: relative;
  z-index: 100;
  margin: 0 auto;
  margin-top: 22px;
  margin-bottom: 53px;
  width: min(80%, 920px);
}
.backgroundLayout__banner__section .layout__shortcut__background {
  background-image: url("../images/bg__noise__orange@2x.png");
  background-repeat: repeat;
  background-size: contain;
  border-radius: 78px;
  box-shadow: 0px 4px 20px 2px rgba(0, 0, 0, 0.12);
}
.backgroundLayout__banner__section .layout__shortcut__box__ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  justify-items: center;
  margin: 0;
  padding-top: 12px;
  padding: 8px 65px;
  overflow: hidden;
  height: 112px;
}
.backgroundLayout__banner__section .layout__shortcut__box__ul li {
  list-style: none;
  width: 82px;
  margin-bottom: 16px;
}
.backgroundLayout__banner__section .layout__shortcut__box__ul a {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 4px;
}
.backgroundLayout__banner__section .layout__shortcut__box__ul a:hover {
  background: #ef7C30;
  border-radius: 8px;
}
.backgroundLayout__banner__section .layout__shortcut__box__ul span {
  color: #ffffff;
}
.backgroundLayout__banner__section .layout__shortcut__box__ul img {
  width: 52px;
}
.backgroundLayout__banner__section .layout__shortcut__folder {
  cursor: pointer;
}
.backgroundLayout__banner__section .layout__shortcut__folder input[type=checkbox] {
  display: none;
}
.backgroundLayout__banner__section .layout__shortcut__folder input[type=checkbox] + .layout__shortcut__folder__btn {
  display: none;
  position: absolute;
  left: 50%;
  top: calc(100% - 16px);
  transform: rotateX(0deg) translateX(-50%);
  width: 56px;
  height: 32px;
  border-radius: 16px;
  background-image: url(../images/ic-arrow-down@2x.png);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center center;
  background-color: #ffc78c;
}
.backgroundLayout__banner__section .layout__shortcut__folder input[type=checkbox]:checked + .layout__shortcut__folder__btn {
  transform: rotateX(180deg) translateX(-50%);
}

@media screen and (max-width: 767px) {
  .backgroundLayout__banner__section .background__float__canvas .background__banner {
    background-image: none;
  }
  .backgroundLayout__banner__section .background__float__canvas .background__hook {
    display: none;
  }
  .backgroundLayout__banner__section .layout__banner__box__swiper--dt {
    display: none;
  }
  .backgroundLayout__banner__section .layout__banner__box__swiper--mb {
    display: block;
    margin: 0 auto;
    max-width: 768px;
    overflow: hidden;
  }
  .backgroundLayout__banner__section .layout__banner__box__swiper--mb .swiper-button-prev {
    left: 20px;
    top: initial;
    width: 32px;
    height: 32px;
    margin-top: -54px;
  }
  .backgroundLayout__banner__section .layout__banner__box__swiper--mb .swiper-button-prev::after {
    font-size: 0;
    background: rgba(255, 255, 255, 0.7);
    border: 2px solid #a3a3a3;
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    border-radius: 50%;
    width: 32px;
    height: 28px;
    background-image: url(../images/ic-slide-arrow-prev.svg);
    background-position: center center;
    background-size: 12px 12px;
    background-repeat: no-repeat;
  }
  .backgroundLayout__banner__section .layout__banner__box__swiper--mb .swiper-button-next {
    right: 20px;
    top: initial;
    width: 32px;
    height: 32px;
    margin-top: -54px;
  }
  .backgroundLayout__banner__section .layout__banner__box__swiper--mb .swiper-button-next::after {
    font-size: 0;
    background: rgba(255, 255, 255, 0.7);
    border: 2px solid #a3a3a3;
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    border-radius: 50%;
    width: 32px;
    height: 28px;
    background-image: url(../images/ic-slide-arrow-next.svg);
    background-position: center center;
    background-size: 12px 12px;
    background-repeat: no-repeat;
  }
  .backgroundLayout__banner__section .layout__banner__box__swiper--mb .swiper-pagination {
    position: relative;
    left: 0;
    margin: 0 auto;
    z-index: 10;
    transform: translateY(-20px);
  }
  .backgroundLayout__banner__section .layout__banner__box__swiper--mb .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
  .backgroundLayout__banner__section .layout__banner__box__swiper--mb .swiper-pagination-bullet-active {
    border: 1px solid #fff;
    background: #ff8200;
  }
  .backgroundLayout__banner__section .layout__banner__box__swiper--mb .swiper-slide {
    background-position: center;
    background-size: contain;
    border-radius: 0px, 0px, 32px, 32px;
    border: 2px solid #cccccc;
    overflow: hidden;
    height: 392px;
  }
  .backgroundLayout__banner__section .layout__banner__box__swiper--mb .swiper-slide img {
    display: block;
    width: 100%;
    max-width: 768px;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .backgroundLayout__banner__section .layout__shortcut__box {
    position: relative;
    z-index: 100;
    margin: 0 auto;
    margin-top: 22px;
    margin-bottom: 53px;
    width: min(100%, 335px);
  }
  .backgroundLayout__banner__section .layout__shortcut__background {
    border-radius: 32px;
  }
  .backgroundLayout__banner__section .layout__shortcut__box__ul {
    grid-template-columns: repeat(3, 1fr);
    padding: 12px 25px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
  .backgroundLayout__banner__section .layout__banner__box__swiper--dt .swiper-button-prev {
    left: calc(50% - 40vw);
  }
  .backgroundLayout__banner__section .layout__banner__box__swiper--dt .swiper-button-next {
    right: calc(50% - 40vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .backgroundLayout__banner__section {
    padding-inline: 20px;
  }
  .backgroundLayout__banner__section .layout__banner__box__swiper--dt .swiper-slide {
    width: 100%;
    max-width: 768px;
  }
}
.dt-display {
  display: block;
}

.mb-display {
  display: none;
}

.ob-backgroundLayout__exchangerate__section {
  position: relative;
  width: 100%;
  max-width: 1100px;
}
.ob-backgroundLayout__exchangerate__section .background__float__canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  pointer-events: none;
}
.ob-backgroundLayout__exchangerate__section .background__float__canvas .background__rocker {
  position: absolute;
  left: 0px;
  top: calc(100% - 180px - 198px);
  width: 100%;
  height: 100%;
}
.ob-backgroundLayout__exchangerate__section .background__float__canvas .background__rocker img {
  width: 201px;
}

.ob-layout__exchangerate__box {
  display: flex;
  margin: 40px auto;
  margin-bottom: 0;
  width: 100%;
  max-width: 1100px;
}
.ob-layout__exchangerate__box .layout__tablist {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 44px;
  align-items: flex-end;
}
.ob-layout__exchangerate__box .layout__tablist li {
  position: relative;
  margin-bottom: 12px;
}
.ob-layout__exchangerate__box .layout__tablist .layout__tablist__btn {
  display: inline-flex;
  width: 132px;
  position: relative;
  padding: 8px 24px;
  background: #c2ecf0;
  border: 3px solid #c2ecf0;
  border-right: none;
  font-size: 1.25rem;
  color: #707070;
  border-radius: 999px 0 0 999px;
}
.ob-layout__exchangerate__box .layout__tablist .layout__tablist__btn.active, .ob-layout__exchangerate__box .layout__tablist .layout__tablist__btn:hover {
  width: 165px;
  background: #51bbc5;
  border: 3px solid #4599a1;
  border-right: none;
  font-weight: bold;
  color: #ffffff;
  padding-left: 56px;
}
.ob-layout__exchangerate__box .layout__tablist .layout__tablist__btn.active .layout__tablist__text, .ob-layout__exchangerate__box .layout__tablist .layout__tablist__btn:hover .layout__tablist__text {
  position: relative;
}
.ob-layout__exchangerate__box .layout__tablist .layout__tablist__btn.active .layout__tablist__text::before, .ob-layout__exchangerate__box .layout__tablist .layout__tablist__btn:hover .layout__tablist__text::before {
  content: "";
  background: url(../images/ic-nav-active@2x.png) center center no-repeat;
  background-size: cover;
  width: 56px;
  height: 56px;
  position: absolute;
  left: -48px;
  top: -24px;
}
.ob-layout__exchangerate__box .layout__tab__content {
  width: clamp(400px, 100%, 951px);
  padding: 70px;
  padding-top: 24px;
  padding-bottom: 0;
  margin-bottom: 180px;
  background-color: #ffffff;
  background-image: url(../images/bg__exchangerate@2x.png), url(../images/bg__exchangerate__bottom@2x.png);
  background-position: top left 54px, bottom right 165px;
  background-repeat: no-repeat, no-repeat;
  background-size: 120px 57px, 240px 141px;
  box-shadow: 0 4px 20px 2px rgba(0, 0, 0, 0.12);
  min-height: 440px;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table {
  display: none;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table.active {
  display: block;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcer .layout__tab__table__title {
  display: flex;
  justify-content: center;
  margin-bottom: 8px;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcer .layout__tab__table__title span {
  position: relative;
  font-size: 1.25rem;
  text-align: center;
  padding: 4px 24px;
  border-radius: 12px;
  background: #ffe4cc;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcer .layout__tab__table__title span .background__title__triangle {
  position: absolute;
  bottom: -10px;
  right: 20px;
  width: 10px;
  height: 10px;
  border: 10px solid #ffe4cc;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcer .layout__tab__table__title span img {
  position: absolute;
  bottom: -10px;
  right: 20px;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcer .layout__tab__table__header {
  border-bottom: 1px solid #ccc;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcer .layout__tab__table__header span {
  display: inline-block;
  text-align: center;
  padding-block: 12px;
  font-size: 1.125rem;
  color: #707070;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcer .layout__tab__table__header span:nth-of-type(1) {
  width: min(25%, 200px);
  margin-right: 50px;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcer .layout__tab__table__header span:nth-of-type(2) {
  width: min(25%, 107px);
  margin-right: 53px;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcer .layout__tab__table__header span:nth-of-type(3) {
  width: min(25%, 107px);
  margin-right: 27px;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcer .layout__tab__table__header span:nth-of-type(4) {
  color: #ff8200;
  width: min(24%, 260px);
  font-weight: 700;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcer .layout__tab__table__header span:nth-of-type(4) img {
  vertical-align: middle;
  width: 32px;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcer .layout__tab__table__content {
  margin-bottom: 20px;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcer .layout__tab__table__content .tab_row {
  display: flex;
  font-size: 1.125rem;
  gap: 50px;
  width: 100%;
  padding-block: 4px;
  border-bottom: 1px solid #ccc;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcer .layout__tab__table__content .tab_row span {
  flex: 1;
  line-height: 40px;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcer .layout__tab__table__content .tab_row span:nth-of-type(1) {
  display: grid;
  grid-template-columns: 40px 75px 0px 20px;
  grid-template-rows: 40px;
  gap: 20px;
  align-items: center;
  font-size: 1.125rem;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcer .layout__tab__table__content .tab_row span:nth-of-type(1) img {
  width: 28px;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcer .layout__tab__table__content .tab_row span:nth-of-type(1) span:nth-of-type(1) {
  display: inline-block;
  line-height: 20px;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcer .layout__tab__table__content .tab_row span:nth-of-type(2),
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcer .layout__tab__table__content .tab_row span:nth-of-type(3) {
  text-align: right;
  font-size: 1.125rem;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcer .layout__tab__table__content .tab_row span:nth-of-type(4) {
  display: grid;
  grid-template-columns: 158px 54px;
  justify-items: end;
  align-items: center;
  gap: 16px;
  color: #51bbc5;
  font-weight: 700;
  font-size: 1.125rem;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcer .layout__tab__table__content .tab_row span:nth-of-type(4) a {
  width: 54px;
  text-align: center;
  line-height: 24px;
  height: 24px;
  border-radius: 14px;
  background: #ff8200;
  color: #ffffff;
  font-weight: 400;
  font-size: 0.875rem;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcer .layout__tab__table__content .tab_row--border-none {
  border-bottom: none;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcer .layout__tab__table__content .tab_row-bottom {
  border-bottom: none;
  display: block;
  text-align: right;
  padding-top: 24px;
  padding-bottom: 0;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcer .layout__tab__table__content .tab_row-bottom a span:nth-of-type(1) {
  display: inline-block;
  color: #ff8200;
  display: inline-block;
  line-height: 28px;
  font-size: 1.125rem;
  vertical-align: middle;
  font-weight: bold;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcer .layout__tab__table__content .tab_row-bottom a img {
  display: inline-block;
  vertical-align: middle;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcer .layout__tab__table__content .tab_row-bottom a:hover span {
  text-decoration: underline;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcer .layout__tab__table__content .tab_row .layout__tab__table__btn:hover {
  background: #ff8200;
  opacity: 0.85;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcer .layout__tab__table__content .tab_row .layout__tab__table__btn:active {
  background: #e07506;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcer .layout__tab__table__content .tab_row .layout__tab__table__btn:disabled {
  background: #a3a3a3;
  color: #efefef;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcer .layout__tab__table__footer {
  position: absolute;
  top: calc(100% - 180px + 24px);
  left: 166px;
  display: flex;
  flex-direction: column;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcer .layout__tab__table__footer ul {
  padding: 0;
  margin: 0;
  margin-bottom: 24px;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcer .layout__tab__table__footer ul li {
  position: relative;
  list-style: none;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcer .layout__tab__table__footer ul li::before {
  content: "";
  display: inline-block;
  border-radius: 100%;
  margin-right: 11px;
  width: 7px;
  height: 7px;
  border: 2.5px solid #ff8200;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcer .layout__tab__table__footer ul span {
  font-size: 0.875rem;
  color: #707070;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcer .layout__tab__table__footer a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #51bbc5;
  font-weight: 700;
  width: 304px;
  height: 48px;
  border-radius: 100px;
  font-size: 1.125rem;
  color: #ffffff;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcer .layout__tab__table__footer a img:nth-of-type(1) {
  width: 60px;
  height: 60px;
  margin-top: -10px;
  margin-right: 2px;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcer .layout__tab__table__footer a img:nth-of-type(2) {
  width: 24px;
  height: 24px;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--tdir .layout__tab__table__switcher {
  display: flex;
  justify-content: end;
  margin-bottom: 28px;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--tdir .layout__tab__table__switcher .switch-button {
  background: #ff8200;
  border-radius: 100px;
  overflow: hidden;
  height: 48px;
  width: 250px;
  text-align: center;
  font-size: 1.125rem;
  letter-spacing: 1px;
  color: #ff8200;
  padding-right: 125px;
  position: relative;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--tdir .layout__tab__table__switcher .switch-button:before {
  content: "活期存款";
  color: #ffc78c;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  pointer-events: none;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--tdir .layout__tab__table__switcher .switch-button:after {
  content: "定期存款";
  color: #ffc78c;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  pointer-events: none;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--tdir .layout__tab__table__switcher .switch-button-checkbox {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--tdir .layout__tab__table__switcher .switch-button-checkbox + .switch-button-label {
  position: relative;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--tdir .layout__tab__table__switcher .switch-button-checkbox + .switch-button-label:before {
  content: "活期存款";
  display: inline-block;
  font-weight: 700;
  vertical-align: middle;
  background: #ffffff;
  line-height: 40px;
  z-index: 100;
  width: 132px;
  height: 40px;
  margin: 4px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100px;
  transform: translateX(0);
  transition: transform 200ms;
  background-size: contain;
  background-repeat: no-repeat;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--tdir .layout__tab__table__switcher .switch-button-checkbox:checked + .switch-button-label:before {
  content: "定期存款";
  background: #ffffff;
  z-index: 100;
  height: 40px;
  margin: 4px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100px;
  transform: translateX(110px);
  transition: transform 200ms linear;
  background-size: contain;
  background-repeat: no-repeat;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--tdir .layout__tab__table__title {
  display: flex;
  justify-content: left;
  margin-bottom: 8px;
  margin-top: 20px;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--tdir .layout__tab__table__title span {
  position: relative;
  font-size: 1.25rem;
  text-align: center;
  padding: 4px 24px;
  border-radius: 12px;
  background: #ffe4cc;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--tdir .layout__tab__table__title span img {
  position: absolute;
  bottom: -10px;
  right: 20px;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--tdir .layout__tab__table--time__deposit, .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--tdir .layout__tab__table--demand__deposit {
  margin-bottom: 24px;
  display: none;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--tdir .layout__tab__table--time__deposit.active, .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--tdir .layout__tab__table--demand__deposit.active {
  display: block;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--tdir .layout__tab__table__header {
  display: flex;
  gap: 50px;
  border-bottom: 1px solid #ccc;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--tdir .layout__tab__table__header span {
  flex: 1;
  display: inline-block;
  text-align: center;
  padding-block: 12px;
  font-size: 1.125rem;
  color: #707070;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--tdir .layout__tab__table__content .tab_row {
  display: flex;
  font-size: 1.125rem;
  gap: 50px;
  width: 100%;
  padding-block: 4px;
  border-bottom: 1px solid #ccc;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--tdir .layout__tab__table__content .tab_row span {
  flex: 1;
  line-height: 40px;
  text-align: center;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--tdir .layout__tab__table__content .tab_row--border-none {
  border-bottom: none;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--tdir .layout__tab__table__content .tab_row-bottom {
  border-bottom: none;
  display: block;
  text-align: right;
  padding-bottom: 0;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--tdir .layout__tab__table__content .tab_row-bottom a span:nth-of-type(1) {
  display: inline-block;
  color: #ff8200;
  display: inline-block;
  line-height: 28px;
  font-size: 1.125rem;
  vertical-align: middle;
  font-weight: bold;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--tdir .layout__tab__table__content .tab_row-bottom a img {
  display: inline-block;
  vertical-align: middle;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--tdir .layout__tab__table__content .tab_row-bottom a:hover span {
  text-decoration: underline;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--tdir .layout__tab__table__footer {
  position: absolute;
  top: calc(100% - 180px + 24px);
  left: 166px;
  display: flex;
  flex-direction: column;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--tdir .layout__tab__table__footer ul {
  padding: 0;
  margin: 0;
  margin-bottom: 24px;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--tdir .layout__tab__table__footer ul li {
  position: relative;
  list-style: none;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--tdir .layout__tab__table__footer ul li::before {
  content: "";
  display: inline-block;
  border-radius: 100%;
  margin-right: 11px;
  width: 7px;
  height: 7px;
  border: 2.5px solid #ff8200;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--tdir .layout__tab__table__footer ul span {
  font-size: 0.875rem;
  color: #707070;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--tdir .layout__tab__table__footer a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #51bbc5;
  font-weight: 700;
  width: 304px;
  height: 48px;
  border-radius: 100px;
  font-size: 1.125rem;
  color: #ffffff;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--tdir .layout__tab__table__footer a img:nth-of-type(1) {
  width: 60px;
  height: 60px;
  margin-top: -10px;
  margin-right: 2px;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--tdir .layout__tab__table__footer a img:nth-of-type(2) {
  width: 24px;
  height: 24px;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcir .layout__tab__table__switcher {
  display: flex;
  justify-content: end;
  align-items: center;
  margin-bottom: 28px;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcir .layout__tab__table__switcher.d-flex-sb {
  justify-content: space-between;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcir .layout__tab__table__switcher .layout__tab__table__select {
  border-radius: 100px;
  padding: 10px 24px;
  width: 215px;
  justify-items: start;
  display: none;
  /* reset */
  margin: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../images/ic-keyboard-arrow@2x.png);
  background-color: #fff;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: center right 12px;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcir .layout__tab__table__switcher .layout__tab__table__select.active {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcir .layout__tab__table__switcher .switch-button {
  background: #ff8200;
  border-radius: 100px;
  overflow: hidden;
  height: 48px;
  width: 250px;
  text-align: center;
  font-size: 1.125rem;
  letter-spacing: 1px;
  color: #ff8200;
  padding-right: 125px;
  position: relative;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcir .layout__tab__table__switcher .switch-button:before {
  content: "活期存款";
  color: #ffc78c;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  pointer-events: none;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcir .layout__tab__table__switcher .switch-button:after {
  content: "定期存款";
  color: #ffc78c;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  pointer-events: none;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcir .layout__tab__table__switcher .switch-button-checkbox {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcir .layout__tab__table__switcher .switch-button-checkbox + .switch-button-label {
  position: relative;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcir .layout__tab__table__switcher .switch-button-checkbox + .switch-button-label:before {
  content: "活期存款";
  display: inline-block;
  font-weight: 700;
  vertical-align: middle;
  background: #ffffff;
  line-height: 40px;
  z-index: 100;
  width: 132px;
  height: 40px;
  margin: 4px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100px;
  transform: translateX(0);
  transition: transform 200ms;
  background-size: contain;
  background-repeat: no-repeat;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcir .layout__tab__table__switcher .switch-button-checkbox:checked + .switch-button-label:before {
  content: "定期存款";
  background: #ffffff;
  z-index: 100;
  height: 40px;
  margin: 4px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100px;
  transform: translateX(110px);
  transition: transform 200ms linear;
  background-size: contain;
  background-repeat: no-repeat;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcir .layout__tab__table__title {
  display: flex;
  justify-content: left;
  margin-bottom: 8px;
  margin-top: 20px;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcir .layout__tab__table__title span {
  position: relative;
  font-size: 1.25rem;
  text-align: center;
  padding: 12px 20px;
  border-radius: 12px;
  background: #ffe4cc;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcir .layout__tab__table__title span img {
  position: absolute;
  bottom: -10px;
  right: 20px;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcir .layout__tab__table--time__deposit, .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcir .layout__tab__table--demand__deposit {
  display: none;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcir .layout__tab__table--time__deposit.active, .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcir .layout__tab__table--demand__deposit.active {
  display: block;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcir .layout__tab__table--time__deposit .layout__tab__table__content .tab_row span:nth-of-type(1) {
  grid-template-columns: none;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcir .layout__tab__table--time__deposit .layout__tab__table__content .tab_row span:nth-of-type(3) {
  text-align: center;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcir .layout__tab__table__header {
  display: flex;
  gap: 50px;
  border-bottom: 1px solid #ccc;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcir .layout__tab__table__header span {
  flex: 1;
  display: inline-block;
  text-align: center;
  padding-block: 12px;
  font-size: 1.125rem;
  color: #707070;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcir .layout__tab__table__content {
  margin-bottom: 20px;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcir .layout__tab__table__content .tab_row {
  display: flex;
  font-size: 1.125rem;
  gap: 50px;
  width: 100%;
  padding-block: 4px;
  border-bottom: 1px solid #ccc;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcir .layout__tab__table__content .tab_row span {
  flex: 1;
  line-height: 40px;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcir .layout__tab__table__content .tab_row span:nth-of-type(1) {
  display: grid;
  grid-template-columns: 40px 140px;
  grid-template-rows: 40px;
  gap: 20px;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcir .layout__tab__table__content .tab_row span:nth-of-type(1) img {
  width: 28px;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcir .layout__tab__table__content .tab_row span:nth-of-type(2) {
  text-align: center;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcir .layout__tab__table__content .tab_row--border-none {
  border-bottom: none;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcir .layout__tab__table__content .tab_row-bottom {
  border-bottom: none;
  display: block;
  text-align: right;
  padding: 0;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcir .layout__tab__table__content .tab_row-bottom a span:nth-of-type(1) {
  display: inline-block;
  color: #ff8200;
  display: inline-block;
  line-height: 28px;
  font-size: 1.125rem;
  vertical-align: middle;
  font-weight: bold;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcir .layout__tab__table__content .tab_row-bottom a img {
  display: inline-block;
  vertical-align: middle;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcir .layout__tab__table__content .tab_row-bottom a:hover span {
  text-decoration: underline;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcir .layout__tab__table__footer {
  position: absolute;
  top: calc(100% - 180px + 24px);
  left: 166px;
  display: flex;
  flex-direction: column;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcir .layout__tab__table__footer ul {
  padding: 0;
  margin: 0;
  margin-bottom: 24px;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcir .layout__tab__table__footer ul li {
  position: relative;
  list-style: none;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcir .layout__tab__table__footer ul li::before {
  content: "";
  display: inline-block;
  border-radius: 100%;
  margin-right: 11px;
  width: 7px;
  height: 7px;
  border: 2.5px solid #ff8200;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcir .layout__tab__table__footer ul span {
  font-size: 0.875rem;
  color: #707070;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcir .layout__tab__table__footer a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #51bbc5;
  font-weight: 700;
  width: 304px;
  height: 48px;
  border-radius: 100px;
  font-size: 1.125rem;
  color: #ffffff;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcir .layout__tab__table__footer a img:nth-of-type(1) {
  width: 60px;
  height: 60px;
  margin-top: -10px;
  margin-right: 2px;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcir .layout__tab__table__footer a img:nth-of-type(2) {
  width: 24px;
  height: 24px;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcir .layout__tab__table__content__footer {
  border-bottom: none;
  display: block;
  text-align: right;
  padding: 0;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcir .layout__tab__table__content__footer a span:nth-of-type(1) {
  display: inline-block;
  color: #ff8200;
  display: inline-block;
  line-height: 28px;
  font-size: 1.125rem;
  vertical-align: middle;
  font-weight: bold;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcir .layout__tab__table__content__footer a img {
  display: inline-block;
  vertical-align: middle;
}
.ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcir .layout__tab__table__content__footer a:hover span {
  text-decoration: underline;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .ob-layout__exchangerate__box {
    padding-inline: 20px;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcer .layout__tab__table__content .tab_row span:nth-of-type(1) {
    gap: 0;
    grid-template-columns: 40px 60px 40px;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcer .layout__tab__table__content .tab_row {
    gap: 0;
  }
  .ob-layout__exchangerate__box .layout__tab__content {
    padding: 30px;
    width: 100%;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcer .layout__tab__table__header span:nth-of-type(1) {
    width: 30%;
    margin-right: 0;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcer .layout__tab__table__header span:nth-of-type(2) {
    width: 20%;
    margin-right: 0;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcer .layout__tab__table__header span:nth-of-type(3) {
    width: 20%;
    margin-right: 0;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcer .layout__tab__table__header span:nth-of-type(4) {
    width: 25%;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcer .layout__tab__table__content .tab_row span:nth-of-type(2),
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcer .layout__tab__table__content .tab_row span:nth-of-type(3) {
    text-align: center;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcer .layout__tab__table__content .tab_row span:nth-of-type(4) {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    font-size: 0.875rem;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcer .layout__tab__table__content .tab_row span:nth-of-type(4) a {
    width: 36px;
    display: inline-block;
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .dt-display {
    display: none !important;
  }
  .mb-display {
    display: block;
  }
  .mb-util-block {
    display: block !important;
  }
  .mb-display-flex {
    display: flex !important;
  }
  .mb-jce {
    justify-content: end !important;
  }
  .mb-jcc {
    justify-content: center !important;
  }
  .mb-aic {
    align-items: center !important;
  }
  .mb-fdrc {
    flex-direction: column-reverse;
  }
  .mb-util-text-center {
    text-align: center;
  }
  .mb-color-gb600 {
    color: #4599a1;
  }
  .ob-backgroundLayout__exchangerate__section .background__float__canvas .background__rocker {
    display: none;
  }
  .ob-layout__exchangerate__box {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 100%;
    max-width: 375px;
  }
  .ob-layout__exchangerate__box .layout__tablist {
    display: flex;
    flex-direction: row;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: flex-end;
  }
  .ob-layout__exchangerate__box .layout__tablist li {
    position: relative;
    width: 100%;
    margin-bottom: 0;
  }
  .ob-layout__exchangerate__box .layout__tablist .layout__tablist__btn {
    position: relative;
    width: auto;
    background: #c2ecf0;
    border: 2px solid #cccccc;
    padding: 4px;
    padding-inline: 12px;
    font-size: 1.125rem;
    color: #707070;
    border-radius: 16px 16px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ob-layout__exchangerate__box .layout__tablist .layout__tablist__btn.active, .ob-layout__exchangerate__box .layout__tablist .layout__tablist__btn:hover {
    width: auto;
    padding: 0;
    padding-inline: 20px;
    background: #51bbc5;
    border: 3px solid #4599a1;
    font-weight: bold;
    color: #ffffff;
    min-height: 64px;
  }
  .ob-layout__exchangerate__box .layout__tablist .layout__tablist__btn.active .layout__tablist__text::before, .ob-layout__exchangerate__box .layout__tablist .layout__tablist__btn:hover .layout__tablist__text::before {
    content: "";
    background: url(../images/ic-m-nav-active@2x.png) center center no-repeat;
    background-size: cover;
    width: 36px;
    height: 33px;
    position: absolute;
    left: -16px;
    top: -28px;
  }
  .ob-layout__exchangerate__box .layout__tab__content {
    width: auto;
    padding: 20px;
    margin-bottom: 200px;
    background-color: #ffffff;
    background-image: none;
    border-radius: 0;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.12);
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table {
    display: none;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table.active {
    display: block;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcer .layout__tab__table__title span {
    padding: 8px 20px;
    width: 235px;
    position: relative;
    font-size: 1rem;
    text-align: left;
    border-radius: 12px;
    background: #ffe4cc;
    font-weight: 400;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcer .layout__tab__table__title span img {
    position: absolute;
    bottom: -10px;
    right: 20px;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcer .layout__tab__table__header {
    display: flex;
    border-bottom: 2px solid #ff8200;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcer .layout__tab__table__header span {
    display: inline-block;
    padding-block: 16px;
    font-size: 1rem;
    text-align: left;
    color: #707070;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcer .layout__tab__table__header span:nth-of-type(1),
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcer .layout__tab__table__header span:nth-of-type(2),
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcer .layout__tab__table__header span:nth-of-type(3) {
    width: auto;
    margin: 0;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcer .layout__tab__table__header span:nth-of-type(1) {
    flex: 1;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcer .layout__tab__table__header span:nth-of-type(2) {
    flex: 1;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcer .layout__tab__table__header span:nth-of-type(3) {
    flex: 1;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcer .layout__tab__table__header span:nth-of-type(4) {
    display: none;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcer .layout__tab__table__content {
    margin-bottom: 20px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcer .layout__tab__table__content .tab_row {
    display: grid;
    font-size: 1rem;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 48px 48px;
    gap: 4px;
    width: 100%;
    padding-block: 8px;
    border-bottom: 1px solid #ccc;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcer .layout__tab__table__content .tab_row span {
    flex: 1;
    line-height: 40px;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcer .layout__tab__table__content .tab_row span:nth-of-type(1) {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-template-rows: 40px;
    gap: 12px;
    align-items: flex-start;
    font-size: 1rem;
    line-height: 16px;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcer .layout__tab__table__content .tab_row span:nth-of-type(1) img {
    width: 28px;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcer .layout__tab__table__content .tab_row span:nth-of-type(1) span:nth-of-type(1) {
    color: #333333;
    line-height: 24px;
    font-size: 1rem;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcer .layout__tab__table__content .tab_row span:nth-of-type(1) span:nth-of-type(2) {
    color: #a3a3a3;
    line-height: 20px;
    font-size: 0.875rem;
    text-align: left;
    margin-top: -32px;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcer .layout__tab__table__content .tab_row span:nth-of-type(2),
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcer .layout__tab__table__content .tab_row span:nth-of-type(3) {
    text-align: right;
    font-size: 1rem;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcer .layout__tab__table__content .tab_row span:nth-of-type(5) {
    display: flex;
    grid-template-columns: 158px 54px;
    grid-column: 2/4;
    justify-items: end;
    align-items: center;
    gap: 0;
    font-weight: 400;
    font-size: 0.875rem;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcer .layout__tab__table__content .tab_row span:nth-of-type(5) a {
    width: 54px;
    margin-left: 16px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    border-radius: 14px;
    background: #ff8200;
    color: #ffffff;
    font-weight: 400;
    font-size: 0.875rem;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcer .layout__tab__table__content .tab_row--border-none {
    border-bottom: none;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcer .layout__tab__table__content .tab_row-bottom {
    border-bottom: none;
    display: block;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcer .layout__tab__table__content .tab_row-bottom a span:nth-last-of-type(1) {
    vertical-align: middle;
    display: inline-block;
    text-align: right;
    text-decoration: underline;
    color: #ff8200;
    font-weight: 700;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcer .layout__tab__table__content .tab_row-bottom a img {
    display: inline-block;
    vertical-align: middle;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcer .layout__tab__table__content .tab_row .layout__tab__table__btn:hover {
    background: #ff8200;
    opacity: 0.85;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcer .layout__tab__table__content .tab_row .layout__tab__table__btn:active {
    background: #e07506;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcer .layout__tab__table__content .tab_row .layout__tab__table__btn:disabled {
    background: #a3a3a3;
    color: #efefef;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcer .layout__tab__table__footer {
    left: 12px;
    display: flex;
    flex-direction: column;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcer .layout__tab__table__footer ul {
    padding: 0;
    margin: 0;
    margin-bottom: 24px;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcer .layout__tab__table__footer ul li {
    position: relative;
    list-style: none;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcer .layout__tab__table__footer ul li::before {
    content: "";
    display: inline-block;
    border-radius: 100%;
    margin-right: 11px;
    width: 7px;
    height: 7px;
    border: 2.5px solid #ff8200;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcer .layout__tab__table__footer ul span {
    font-size: 0.875rem;
    color: #707070;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcer .layout__tab__table__footer a {
    display: flex;
    align-items: center;
    background: #51bbc5;
    font-weight: 700;
    width: 304px;
    height: 48px;
    border-radius: 100px;
    font-size: 1.125rem;
    color: #ffffff;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcer .layout__tab__table__footer a img:nth-of-type(1) {
    width: 60px;
    height: 60px;
    margin-top: -10px;
    margin-left: 10px;
    margin-right: 2px;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcer .layout__tab__table__footer a img:nth-of-type(2) {
    width: 24px;
    height: 24px;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--tdir .layout__tab__table__switcher {
    display: flex;
    justify-content: end;
    margin-bottom: 32px;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--tdir .layout__tab__table__switcher .switch-button {
    background: #ff8200;
    border-radius: 100px;
    overflow: hidden;
    height: 48px;
    width: 208px;
    text-align: center;
    font-size: 1.125rem;
    letter-spacing: 1px;
    color: #ff8200;
    position: relative;
    padding-right: 104px;
    scale: 1;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--tdir .layout__tab__table__switcher .switch-button:before {
    content: "活期存款";
    color: #ffc78c;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 104px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    pointer-events: none;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--tdir .layout__tab__table__switcher .switch-button:after {
    content: "定期存款";
    color: #ffc78c;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 104px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    pointer-events: none;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--tdir .layout__tab__table__switcher .switch-button-checkbox {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--tdir .layout__tab__table__switcher .switch-button-checkbox + .switch-button-label {
    position: relative;
    display: block;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    pointer-events: none;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--tdir .layout__tab__table__switcher .switch-button-checkbox + .switch-button-label:before {
    content: "活期存款";
    display: inline-block;
    font-weight: 700;
    vertical-align: middle;
    background: #ffffff;
    line-height: 40px;
    z-index: 100;
    width: 92px;
    height: 40px;
    margin: 4px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 100px;
    transform: translateX(0);
    transition: transform 200ms;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--tdir .layout__tab__table__switcher .switch-button-checkbox:checked + .switch-button-label:before {
    content: "定期存款";
    background: #ffffff;
    z-index: 100;
    width: 92px;
    height: 40px;
    margin: 4px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 100px;
    transform: translateX(108px);
    transition: transform 200ms linear;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--tdir .layout__tab__table__title {
    display: flex;
    justify-content: left;
    margin-bottom: 8px;
    margin-top: 20px;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--tdir .layout__tab__table__title span {
    position: relative;
    font-size: 1.125rem;
    text-align: center;
    padding: 8px 20px;
    border-radius: 12px;
    background: #ffe4cc;
    font-weight: 700;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--tdir .layout__tab__table__title span img {
    position: absolute;
    bottom: -10px;
    right: 20px;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--tdir .layout__tab__table--time__deposit, .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--tdir .layout__tab__table--demand__deposit {
    margin-bottom: 38px;
    display: none;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--tdir .layout__tab__table--time__deposit.active, .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--tdir .layout__tab__table--demand__deposit.active {
    display: block;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--tdir .layout__tab__table__header {
    display: flex;
    gap: 50px;
    border-bottom: 2px solid #ff8200;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--tdir .layout__tab__table__header span {
    flex: 1;
    display: inline-block;
    text-align: center;
    padding-block: 12px;
    font-size: 1.125rem;
    color: #707070;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--tdir .layout__tab__table__content .tab_row {
    display: flex;
    font-size: 1rem;
    gap: 50px;
    width: 100%;
    padding-block: 4px;
    border-bottom: 1px solid #ccc;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--tdir .layout__tab__table__content .tab_row span {
    flex: 1;
    line-height: 40px;
    text-align: center;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--tdir .layout__tab__table__content .tab_row--border-none {
    border-bottom: none;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--tdir .layout__tab__table__content .tab_row-bottom {
    border-bottom: none;
    display: block;
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--tdir .layout__tab__table__content .tab_row-bottom a span:nth-last-of-type(1) {
    vertical-align: middle;
    display: inline-block;
    text-align: right;
    text-decoration: underline;
    color: #ff8200;
    font-weight: 700;
    font-size: 1.125rem;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--tdir .layout__tab__table__content .tab_row-bottom a img {
    display: inline-block;
    vertical-align: middle;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--tdir .layout__tab__table__footer {
    left: 12px;
    display: flex;
    flex-direction: column;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--tdir .layout__tab__table__footer ul {
    padding: 0;
    margin: 0;
    margin-bottom: 24px;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--tdir .layout__tab__table__footer ul li {
    position: relative;
    list-style: none;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--tdir .layout__tab__table__footer ul li::before {
    content: "";
    display: inline-block;
    border-radius: 100%;
    margin-right: 11px;
    width: 7px;
    height: 7px;
    border: 2.5px solid #ff8200;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--tdir .layout__tab__table__footer ul span {
    font-size: 0.875rem;
    color: #707070;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--tdir .layout__tab__table__footer a {
    display: flex;
    align-items: center;
    background: #51bbc5;
    font-weight: 700;
    width: 304px;
    height: 48px;
    border-radius: 100px;
    font-size: 1.125rem;
    color: #ffffff;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--tdir .layout__tab__table__footer a img:nth-of-type(1) {
    width: 60px;
    height: 60px;
    margin-top: -10px;
    margin-left: 10px;
    margin-right: 2px;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--tdir .layout__tab__table__footer a img:nth-of-type(2) {
    width: 24px;
    height: 24px;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcir .layout__tab__table__switcher {
    display: flex;
    justify-content: end;
    align-items: end;
    gap: 16px;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcir .layout__tab__table__switcher.d-flex-sb {
    justify-content: space-between;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcir .layout__tab__table__switcher .layout__tab__table__select {
    border-radius: 100px;
    padding: 10px 24px;
    width: 100%;
    justify-items: start;
    display: none;
    /* reset */
    margin: 0;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-weight: 700;
    background-color: #fff;
    background-position: center right 16px;
    padding: 9px 24px;
    margin: -1px;
    border-width: 1px;
    border-style: solid;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133)) !important;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcir .layout__tab__table__switcher .layout__tab__table__select.active {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcir .layout__tab__table__switcher .switch-button {
    background: #ff8200;
    border-radius: 100px;
    overflow: hidden;
    height: 48px;
    width: 208px;
    text-align: center;
    font-size: 1.125rem;
    letter-spacing: 1px;
    color: #ff8200;
    position: relative;
    padding-right: 104px;
    scale: 1;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcir .layout__tab__table__switcher .switch-button:before {
    content: "活期存款";
    color: #ffc78c;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 104px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    pointer-events: none;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcir .layout__tab__table__switcher .switch-button:after {
    content: "定期存款";
    color: #ffc78c;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 104px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    pointer-events: none;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcir .layout__tab__table__switcher .switch-button-checkbox {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcir .layout__tab__table__switcher .switch-button-checkbox + .switch-button-label {
    position: relative;
    display: block;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    pointer-events: none;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcir .layout__tab__table__switcher .switch-button-checkbox + .switch-button-label:before {
    content: "活期存款";
    display: inline-block;
    font-weight: 700;
    vertical-align: middle;
    background: #ffffff;
    line-height: 40px;
    z-index: 100;
    width: 92px;
    height: 40px;
    margin: 4px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 100px;
    transform: translateX(0);
    transition: transform 200ms;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcir .layout__tab__table__switcher .switch-button-checkbox:checked + .switch-button-label:before {
    content: "定期存款";
    background: #ffffff;
    z-index: 100;
    width: 92px;
    height: 40px;
    margin: 4px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 100px;
    transform: translateX(108px);
    transition: transform 200ms linear;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcir .layout__tab__table__title {
    display: flex;
    justify-content: left;
    margin-bottom: 8px;
    margin-top: 20px;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcir .layout__tab__table__title span {
    position: relative;
    font-size: 1.25rem;
    text-align: center;
    padding: 12px 20px;
    border-radius: 12px;
    background: #ffe4cc;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcir .layout__tab__table__title span img {
    position: absolute;
    bottom: -10px;
    right: 20px;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcir .layout__tab__table--time__deposit, .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcir .layout__tab__table--demand__deposit {
    display: none;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcir .layout__tab__table--time__deposit.active, .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcir .layout__tab__table--demand__deposit.active {
    display: block;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcir .layout__tab__table--time__deposit .layout__tab__table__content .tab_row span:nth-of-type(1) {
    grid-template-columns: none;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcir .layout__tab__table--time__deposit .layout__tab__table__content .tab_row span:nth-of-type(3) {
    text-align: center;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcir .layout__tab__table__header {
    display: flex;
    gap: 50px;
    border-bottom: 2px solid #ff8200;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcir .layout__tab__table__header span {
    flex: 1;
    display: inline-block;
    text-align: center;
    padding-block: 12px;
    font-size: 1.125rem;
    color: #707070;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcir .layout__tab__table__content {
    margin-bottom: 20px;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcir .layout__tab__table__content .tab_row {
    display: flex;
    font-size: 1rem;
    gap: 50px;
    width: 100%;
    padding-block: 4px;
    border-bottom: 1px solid #ccc;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcir .layout__tab__table__content .tab_row span {
    flex: 1;
    line-height: 40px;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcir .layout__tab__table__content .tab_row span:nth-of-type(1) {
    display: grid;
    grid-template-columns: 40px 140px;
    grid-template-rows: 40px;
    gap: 20px;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcir .layout__tab__table__content .tab_row span:nth-of-type(1) img {
    width: 28px;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcir .layout__tab__table__content .tab_row span:nth-of-type(2) {
    text-align: center;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcir .layout__tab__table__content .tab_row--border-none {
    border-bottom: none;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcir .layout__tab__table__content .tab_row-bottom {
    border-bottom: none;
    display: block;
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcir .layout__tab__table__content .tab_row-bottom a span:nth-last-of-type(1) {
    vertical-align: middle;
    display: inline-block;
    text-align: right;
    text-decoration: underline;
    color: #ff8200;
    font-weight: 700;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcir .layout__tab__table__content .tab_row-bottom a img {
    display: inline-block;
    vertical-align: middle;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcir .layout__tab__table__content__footer {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcir .layout__tab__table__content__footer a {
    display: inline-block;
    width: 140px;
    height: 28px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcir .layout__tab__table__footer {
    left: 12px;
    display: flex;
    flex-direction: column;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcir .layout__tab__table__footer ul {
    padding: 0;
    margin: 0;
    margin-bottom: 24px;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcir .layout__tab__table__footer ul li {
    position: relative;
    list-style: none;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcir .layout__tab__table__footer ul li::before {
    content: "";
    display: inline-block;
    border-radius: 100%;
    margin-right: 11px;
    width: 7px;
    height: 7px;
    border: 2.5px solid #ff8200;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcir .layout__tab__table__footer ul span {
    font-size: 0.875rem;
    color: #707070;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcir .layout__tab__table__footer a {
    display: flex;
    align-items: center;
    background: #51bbc5;
    font-weight: 700;
    width: 304px;
    height: 48px;
    border-radius: 100px;
    font-size: 1.125rem;
    color: #ffffff;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcir .layout__tab__table__footer a img:nth-of-type(1) {
    width: 60px;
    height: 60px;
    margin-top: -10px;
    margin-left: 10px;
    margin-right: 2px;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcir .layout__tab__table__footer a img:nth-of-type(2) {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 375px) {
  .ob-layout__exchangerate__box .layout__tablist .layout__tablist__btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .ob-layout__exchangerate__box .layout__tablist .layout__tablist__btn.active {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
  .ob-layout__exchangerate__box .layout__tablist .layout__tablist__btn.active::before {
    left: 0;
  }
  .ob-layout__exchangerate__box .layout__tablist .layout__tablist__btn:hover::before {
    left: 0;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcer .layout__tab__table__content .tab_row span:nth-of-type(5) {
    grid-column: 1/4;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcir .layout__tab__table__content .tab_row {
    gap: 0;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcer .layout__tab__table__footer a {
    width: 100%;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--tdir .layout__tab__table__footer a {
    width: 100%;
  }
  .ob-layout__exchangerate__box .layout__tab__content .layout__tab__table--fcir .layout__tab__table__footer a {
    width: 100%;
  }
  .layout__title__slogan {
    width: 90%;
  }
}
@media (prefers-color-scheme: dark) {
  .layout__tab__table__select {
    border-color: #a3a3a3;
  }
}
@media (prefers-color-scheme: light) {
  .layout__tab__table__select {
    border-color: #a3a3a3;
  }
}
.ob-backgroundLayout__discount__box {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.ob-backgroundLayout__discount__box .background__float__canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  pointer-events: none;
  margin-top: -512px;
  overflow: hidden;
}
.ob-backgroundLayout__discount__box .background__float__canvas .background__banner__wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.ob-backgroundLayout__discount__box .background__float__canvas .background__banner__wrap .background__middle__img {
  position: absolute;
  z-index: 10;
  top: 184px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1920px;
  margin-top: 720px;
  height: 700px;
  background: rgb(245, 245, 242);
}
.ob-backgroundLayout__discount__box .background__float__canvas .background__banner__wrap .background__middle__img::before {
  content: "";
  position: absolute;
  z-index: 10;
  top: -135px;
  left: 50%;
  transform: translateX(-50%);
  width: 1920px;
  height: 135px;
  background-image: url(../images/bg_ad_t.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.ob-backgroundLayout__discount__box .background__float__canvas .background__banner__wrap .background__middle__img::after {
  content: "";
  position: absolute;
  z-index: 10;
  top: 92%;
  left: 50%;
  transform: translateX(-50%);
  width: 1920px;
  height: 197px;
  background-image: url(../images/bg_ad_b.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.ob-backgroundLayout__discount__box .background__float__canvas .background__banner__wrap .background__circle__img {
  position: absolute;
  top: 473px;
  left: calc(50% + 140px);
  z-index: 20;
  background-image: url(../images/bg_ad_circle_o.svg);
  background-size: contain;
  width: 920px;
  height: 920px;
}
.ob-backgroundLayout__discount__box .layout__box {
  position: relative;
  z-index: 20;
  margin-top: 95px;
  margin-bottom: 290px;
  min-width: 1080px;
}
.ob-backgroundLayout__discount__box .layout__box .layout__title {
  display: flex;
  justify-content: center;
}
.ob-backgroundLayout__discount__box .layout__box .layout__tablist {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 66px;
}
.ob-backgroundLayout__discount__box .layout__box .layout__tablist ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.ob-backgroundLayout__discount__box .layout__box .layout__tablist .layout__tablist__btn {
  display: flex;
  align-items: center;
}
.ob-backgroundLayout__discount__box .layout__box .layout__tablist .layout__tablist__btn li {
  font-size: 1.25rem;
  background: #fff;
  color: #707070;
  line-height: 28px;
  padding: 8px 33.5px;
  border-radius: 45.5px;
  border: 1px solid #cccccc;
  cursor: pointer;
}
.ob-backgroundLayout__discount__box .layout__box .layout__tablist .layout__tablist__btn li.active, .ob-backgroundLayout__discount__box .layout__box .layout__tablist .layout__tablist__btn li:hover {
  padding: 10px 31.5px;
  background: #ff8200;
  color: #ffffff;
  border: 3px solid #cccccc;
}
.ob-backgroundLayout__discount__box .layout__box .layout__tablist .layout__tablist__btn li + li {
  margin-left: 20px;
}
.ob-backgroundLayout__discount__box .layout__box .layout__tablist a span {
  color: #ff8200;
  display: inline-block;
  line-height: 28px;
  font-size: 1.25rem;
  vertical-align: middle;
  font-weight: bold;
}
.ob-backgroundLayout__discount__box .layout__box .layout__tablist a .layout__link__ic {
  background-image: url(../images/ic-more.png);
  width: 24px;
  height: 25px;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
}
.ob-backgroundLayout__discount__box .layout__box .layout__tablist a:hover span {
  text-decoration: underline;
}
.ob-backgroundLayout__discount__box .layout__box .layout__card--dt {
  display: none;
  margin-top: 40px;
}
.ob-backgroundLayout__discount__box .layout__box .layout__card--dt .layout__card__box {
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.12);
}
.ob-backgroundLayout__discount__box .layout__box .layout__card--dt .layout__card__box .layout__card__banner {
  background: #fff;
}
.ob-backgroundLayout__discount__box .layout__box .layout__card--dt .layout__card__box .layout__card__banner img {
  border: 2px solid #ffe0bf;
  border-radius: 32px 32px 0 0;
  width: 340px;
  height: 208px;
}
.ob-backgroundLayout__discount__box .layout__box .layout__card--dt .layout__card__box .layout__card__container {
  background: #fff;
  width: 340px;
  min-height: 104px;
  padding: 20px;
  font-size: 1.25rem;
  color: #333333;
  font-weight: 700;
  line-height: 28px;
}
.ob-backgroundLayout__discount__box .layout__box .layout__card--dt .layout__card__box .layout__card__container .layout__card__content {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ob-backgroundLayout__discount__box .layout__box .layout__card--dt .layout__card__box + .layout__card__box {
  margin-left: 30px;
}
.ob-backgroundLayout__discount__box .layout__box .layout__card--mb .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .ob-backgroundLayout__discount__box {
    width: 100%;
    max-width: 375px;
    margin: 0 auto;
  }
  .ob-backgroundLayout__discount__box .background__float__canvas {
    overflow: visible;
  }
  .ob-backgroundLayout__discount__box .background__float__canvas .background__banner__wrap .background__circle__img {
    position: absolute;
    top: 537px;
    left: -30%;
    z-index: 20;
    background-image: url(../images/bg_ad_circle_o.svg);
    background-size: contain;
    width: 240px;
    height: 240px;
    opacity: 0.1;
  }
  .ob-backgroundLayout__discount__box .layout__box {
    width: clamp(375px, 100%, 951px);
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 0;
    min-width: initial;
    overflow: hidden;
  }
  .ob-backgroundLayout__discount__box .layout__box .layout__card--mb ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .ob-backgroundLayout__discount__box .layout__box .layout__card--mb .layout__tablist__btn-mb {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 20px;
  }
  .ob-backgroundLayout__discount__box .layout__box .layout__card--mb .layout__tablist__btn-mb li {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-block: 10px;
    color: #707070;
    background: #fff;
    border-radius: 22px;
    border: 2px solid #cccccc;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
    flex: 1;
  }
  .ob-backgroundLayout__discount__box .layout__box .layout__card--mb .layout__tablist__btn-mb li.active, .ob-backgroundLayout__discount__box .layout__box .layout__card--mb .layout__tablist__btn-mb li:hover {
    background: #ff8200;
    color: #ffffff;
  }
  .ob-backgroundLayout__discount__box .layout__box .layout__card--mb .layout__footer {
    display: flex;
    justify-content: center;
  }
  .ob-backgroundLayout__discount__box .layout__box .layout__card--mb .layout__link {
    display: inline-block;
    margin: 0 auto;
    margin-top: 24px;
  }
  .ob-backgroundLayout__discount__box .layout__box .layout__card--mb .layout__link span {
    color: #ff8200;
    display: inline-block;
    line-height: 28px;
    font-size: 1.25rem;
    vertical-align: middle;
    font-weight: bold;
  }
  .ob-backgroundLayout__discount__box .layout__box .layout__card--mb .layout__link img {
    display: inline-block;
    vertical-align: middle;
  }
  .ob-backgroundLayout__discount__box .layout__box .layout__card--mb .layout__link:hover span {
    text-decoration: underline;
  }
  .ob-backgroundLayout__discount__box .layout__box .layout__card--mb .layout__card__swiper--mb {
    margin-top: 24px;
  }
  .ob-backgroundLayout__discount__box .layout__box .layout__card--mb .layout__card__swiper--mb .swiper-slide {
    height: 290px;
    width: 90%;
  }
  .ob-backgroundLayout__discount__box .layout__box .layout__card--mb .layout__card__swiper--mb .layout__card__box {
    background: transparent;
  }
  .ob-backgroundLayout__discount__box .layout__box .layout__card--mb .layout__card__swiper--mb .layout__card__box .layout__card__banner {
    overflow: hidden;
    border-radius: 32px 32px 0 0;
    height: 170px;
  }
  .ob-backgroundLayout__discount__box .layout__box .layout__card--mb .layout__card__swiper--mb .layout__card__box .layout__card__banner img {
    border: 2px solid #ffe0bf;
    border-bottom: none;
    border-radius: 32px 32px 0 0;
    width: 280px;
    height: 170px;
  }
  .ob-backgroundLayout__discount__box .layout__box .layout__card--mb .layout__card__swiper--mb .layout__card__box .layout__card__container {
    border-radius: 0 0 32px 32px;
    box-shadow: 0px 12px 15px 0px rgba(0, 0, 0, 0.07);
    width: 280px;
    height: 96px;
    padding: 20px;
    font-size: 1.125rem;
    color: #333333;
    font-weight: 700;
    line-height: 28px;
  }
  .ob-backgroundLayout__discount__box .layout__box .layout__card--mb .layout__card__swiper--mb .layout__card__box .layout__card__container .layout__card__content {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .ob-backgroundLayout__discount__box {
    width: 100%;
    max-width: 767px;
    margin: 0 auto;
  }
  .ob-backgroundLayout__discount__box .background__float__canvas {
    overflow: visible;
  }
  .ob-backgroundLayout__discount__box .background__float__canvas .background__banner__wrap .background__circle__img {
    position: absolute;
    top: 537px;
    left: -30%;
    z-index: 20;
    background-image: url(../images/bg_ad_circle_o.svg);
    background-size: contain;
    width: 240px;
    height: 240px;
    opacity: 0.1;
  }
  .ob-backgroundLayout__discount__box .layout__box {
    width: clamp(375px, 100%, 951px);
    padding: 20px;
    margin-top: 0;
    margin-bottom: 0;
    min-width: initial;
    overflow: hidden;
  }
  .ob-backgroundLayout__discount__box .layout__box .layout__card--mb ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .ob-backgroundLayout__discount__box .layout__box .layout__card--mb .layout__tablist__btn-mb {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 20px;
  }
  .ob-backgroundLayout__discount__box .layout__box .layout__card--mb .layout__tablist__btn-mb li {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-block: 10px;
    color: #707070;
    background: #fff;
    border-radius: 22px;
    border: 2px solid #cccccc;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
    flex: 1;
    cursor: pointer;
  }
  .ob-backgroundLayout__discount__box .layout__box .layout__card--mb .layout__tablist__btn-mb li.active, .ob-backgroundLayout__discount__box .layout__box .layout__card--mb .layout__tablist__btn-mb li:hover {
    background: #ff8200;
    color: #ffffff;
  }
  .ob-backgroundLayout__discount__box .layout__box .layout__card--mb .layout__footer {
    display: flex;
    justify-content: center;
  }
  .ob-backgroundLayout__discount__box .layout__box .layout__card--mb .layout__link {
    display: inline-block;
    margin: 0 auto;
    margin-top: 24px;
  }
  .ob-backgroundLayout__discount__box .layout__box .layout__card--mb .layout__link span {
    color: #ff8200;
    display: inline-block;
    line-height: 28px;
    font-size: 1.25rem;
    vertical-align: middle;
    font-weight: bold;
  }
  .ob-backgroundLayout__discount__box .layout__box .layout__card--mb .layout__link img {
    display: inline-block;
    vertical-align: middle;
  }
  .ob-backgroundLayout__discount__box .layout__box .layout__card--mb .layout__link:hover span {
    text-decoration: underline;
  }
  .ob-backgroundLayout__discount__box .layout__box .layout__card--mb .layout__card__swiper--mb {
    margin-top: 24px;
  }
  .ob-backgroundLayout__discount__box .layout__box .layout__card--mb .layout__card__swiper--mb .swiper-slide {
    height: 290px;
  }
  .ob-backgroundLayout__discount__box .layout__box .layout__card--mb .layout__card__swiper--mb .layout__card__box {
    background: transparent;
  }
  .ob-backgroundLayout__discount__box .layout__box .layout__card--mb .layout__card__swiper--mb .layout__card__box .layout__card__banner {
    overflow: hidden;
    border-radius: 32px 32px 0 0;
    height: 170px;
  }
  .ob-backgroundLayout__discount__box .layout__box .layout__card--mb .layout__card__swiper--mb .layout__card__box .layout__card__banner img {
    border: 2px solid #ffe0bf;
    border-radius: 32px 32px 0 0;
    width: 280px;
    height: 170px;
  }
  .ob-backgroundLayout__discount__box .layout__box .layout__card--mb .layout__card__swiper--mb .layout__card__box .layout__card__container {
    border-radius: 0 0 32px 32px;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.12);
    width: 280px;
    height: 96px;
    padding: 20px;
    font-size: 1.125rem;
    color: #333333;
    font-weight: 700;
    line-height: 28px;
  }
  .ob-backgroundLayout__discount__box .layout__box .layout__card--mb .layout__card__swiper--mb .layout__card__box .layout__card__container .layout__card__content {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .ob-backgroundLayout__discount__box .layout__box .layout__card--mb .swiper-slide:nth-of-type(1) {
    width: 290px !important;
  }
  .ob-backgroundLayout__discount__box .layout__box .layout__card--mb .swiper-slide:nth-of-type(2) {
    width: 290px !important;
  }
  .ob-backgroundLayout__discount__box .layout__box .layout__card--mb .swiper-slide:nth-of-type(3) {
    width: 290px !important;
  }
  .ob-backgroundLayout__discount__box .layout__box .layout__tablist a span {
    color: #333333;
  }
  .ob-backgroundLayout__discount__box .layout__box .layout__tablist a:hover span {
    color: #ff8200;
  }
  .ob-backgroundLayout__discount__box .layout__box .layout__tablist a .layout__link__ic {
    background-image: url(../images/ic-more-gray.svg);
  }
  .ob-backgroundLayout__discount__box .layout__box .layout__tablist a:hover .layout__link__ic {
    background-image: url(../images/ic-more.png);
  }
}
@media screen and (max-width: 360px) {
  .ob-backgroundLayout__discount__box .layout__box .layout__card--mb .layout__card__swiper--mb .layout__card__box .layout__card__container {
    width: auto;
  }
  .ob-backgroundLayout__discount__box .layout__box .layout__card--mb .layout__card__swiper--mb .layout__card__box .layout__card__banner {
    height: auto;
  }
  .ob-backgroundLayout__discount__box .layout__box .layout__card--mb .layout__card__swiper--mb .layout__card__box .layout__card__banner img {
    width: 100%;
    height: auto;
  }
}
.ob-backgroundLayout__announcement__box {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.ob-backgroundLayout__announcement__box .background__float__canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  pointer-events: none;
}
.ob-backgroundLayout__announcement__box .layout__box {
  display: grid;
  grid-template-columns: 1fr 592px;
  gap: 16px;
}
.ob-backgroundLayout__announcement__box .layout__box::before {
  content: "";
  position: absolute;
  z-index: -10;
  top: 35px;
  left: -250px;
  background-image: url(../images/bg_ad_circle_y.svg);
  width: 360px;
  height: 360px;
}
.ob-backgroundLayout__announcement__box .layout__box .layout__swiper__box {
  position: relative;
  overflow: hidden;
}
.ob-backgroundLayout__announcement__box .layout__box .layout__swiper__box .layout__header .layout__title {
  width: 172px;
  height: 56px;
  background-image: url(../images/bg_announcement_swiper_caption.svg);
}
.ob-backgroundLayout__announcement__box .layout__box .layout__swiper__box .layout__swiper {
  padding-block: 20px;
}
.ob-backgroundLayout__announcement__box .layout__box .layout__swiper__box .layout__swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 262px;
}
.ob-backgroundLayout__announcement__box .layout__box .layout__swiper__box .layout__swiper .swiper-pagination-bullet {
  margin-inline: 6px;
  width: 10px;
  height: 10px;
}
.ob-backgroundLayout__announcement__box .layout__box .layout__swiper__box .layout__swiper .swiper-pagination-bullets-dynamic {
  height: 28px;
  top: 28px;
  left: 75%;
  right: 112px;
}
.ob-backgroundLayout__announcement__box .layout__box .layout__swiper__box .layout__swiper .swiper-pagination-bullet-active-next-next,
.ob-backgroundLayout__announcement__box .layout__box .layout__swiper__box .layout__swiper .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.5);
}
.ob-backgroundLayout__announcement__box .layout__box .layout__swiper__box .layout__swiper .swiper-button-prev {
  left: 0;
  width: 64px;
  height: 64px;
  margin-top: auto;
}
.ob-backgroundLayout__announcement__box .layout__box .layout__swiper__box .layout__swiper .swiper-button-prev::after {
  font-size: 0;
  background: rgba(255, 255, 255, 0.7);
  border: 2px solid #a3a3a3;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-radius: 50%;
  width: 64px;
  height: 64px;
  background-image: url(../images/ic-slide-arrow-prev.svg);
  background-position: center center;
  background-size: 24px 24px;
  background-repeat: no-repeat;
}
.ob-backgroundLayout__announcement__box .layout__box .layout__swiper__box .layout__swiper .swiper-button-next {
  right: 0;
  width: 64px;
  height: 64px;
  margin-top: auto;
}
.ob-backgroundLayout__announcement__box .layout__box .layout__swiper__box .layout__swiper .swiper-button-next::after {
  font-size: 0;
  background: rgba(255, 255, 255, 0.7);
  border: 2px solid #a3a3a3;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-radius: 50%;
  width: 64px;
  height: 64px;
  background-image: url(../images/ic-slide-arrow-next.svg);
  background-position: center center;
  background-size: 24px 24px;
  background-repeat: no-repeat;
}
.ob-backgroundLayout__announcement__box .layout__box .layout__swiper__box .layout__swiper .swiper-pagination-bullet-active {
  background: #ff8200;
}
.ob-backgroundLayout__announcement__box .layout__box .layout__announcement__box .layout__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ob-backgroundLayout__announcement__box .layout__box .layout__announcement__box .layout__header .layout__title {
  width: 180px;
  height: 56px;
  background-image: url(../images/bg_announcement_service_caption.svg);
  background-repeat: no-repeat;
}
.ob-backgroundLayout__announcement__box .layout__box .layout__announcement__box .layout__header a span {
  color: #ff8200;
  display: inline-block;
  line-height: 28px;
  font-size: 1.25rem;
  vertical-align: middle;
  font-weight: bold;
}
.ob-backgroundLayout__announcement__box .layout__box .layout__announcement__box .layout__header a img {
  display: inline-block;
  vertical-align: middle;
}
.ob-backgroundLayout__announcement__box .layout__box .layout__announcement__box .layout__header a:hover span {
  text-decoration: underline;
}
.ob-backgroundLayout__announcement__box .layout__box .layout__announcement__box .layout__content {
  padding: 20px;
  margin-top: 28px;
  border-radius: 32px;
  background: #ffffff;
  box-shadow: 0px 4px 20px 2px rgba(0, 0, 0, 0.12);
  max-height: 240px;
  overflow: hidden;
}
.ob-backgroundLayout__announcement__box .layout__box .layout__announcement__box .layout__content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ob-backgroundLayout__announcement__box .layout__box .layout__announcement__box .layout__content li {
  display: flex;
  align-items: center;
}
.ob-backgroundLayout__announcement__box .layout__box .layout__announcement__box .layout__content li::before {
  content: "";
  display: inline-block;
  border-radius: 100%;
  margin-right: 11px;
  width: 7px;
  height: 7px;
  border: 2.5px solid #ff8200;
}
.ob-backgroundLayout__announcement__box .layout__box .layout__announcement__box .layout__content li a {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 100%;
  background-repeat: no-repeat;
  background-image: url(../images/ic-download.svg);
  background-position: right;
  padding-right: 64px;
}
.ob-backgroundLayout__announcement__box .layout__box .layout__announcement__box .layout__content li a.HideIcon {
  background-image: none;
}
.ob-backgroundLayout__announcement__box .layout__box .layout__announcement__box .layout__content li + li {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .ob-backgroundLayout__announcement__box {
    width: 100%;
    margin: 0 auto;
    margin-top: 40px;
    overflow: hidden;
    padding-inline: 20px;
  }
  .ob-backgroundLayout__announcement__box .background__float__canvas .background__banner__wrap {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    width: 100%;
    max-width: 2400px;
    height: 900px;
  }
  .ob-backgroundLayout__announcement__box .background__float__canvas .background__circle__img {
    content: "";
    position: absolute;
    z-index: -10;
    top: 170px;
    left: calc(50% + 84px);
    background-image: url(../images/bg_ad_circle_y.svg);
    background-size: contain;
    width: 164px;
    height: 164px;
    opacity: 0.5;
  }
  .ob-backgroundLayout__announcement__box .layout__box {
    display: grid;
    grid-template-columns: 335px;
    margin: 0 auto;
    gap: 0;
  }
  .ob-backgroundLayout__announcement__box .layout__box::before {
    display: none;
  }
  .ob-backgroundLayout__announcement__box .layout__box .layout__swiper__box {
    position: relative;
    overflow: hidden;
  }
  .ob-backgroundLayout__announcement__box .layout__box .layout__swiper__box .layout__header .layout__title {
    width: 172px;
    height: 56px;
    background-image: url(../images/bg_announcement_swiper_caption.svg);
  }
  .ob-backgroundLayout__announcement__box .layout__box .layout__swiper__box .layout__swiper {
    width: 100%;
  }
  .ob-backgroundLayout__announcement__box .layout__box .layout__swiper__box .layout__swiper .swiper-slide {
    height: 206px;
  }
  .ob-backgroundLayout__announcement__box .layout__box .layout__swiper__box .layout__swiper .swiper-slide img {
    width: 100%;
  }
  .ob-backgroundLayout__announcement__box .layout__box .layout__swiper__box .layout__swiper .swiper-pagination-bullet {
    margin-inline: 6px;
    width: 10px;
    height: 10px;
  }
  .ob-backgroundLayout__announcement__box .layout__box .layout__swiper__box .layout__swiper .swiper-pagination-bullets-dynamic {
    top: 28px;
    left: 75%;
    right: 112px;
    height: 30px;
  }
  .ob-backgroundLayout__announcement__box .layout__box .layout__swiper__box .layout__swiper .swiper-pagination-bullet-active-next-next,
  .ob-backgroundLayout__announcement__box .layout__box .layout__swiper__box .layout__swiper .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.5);
  }
  .ob-backgroundLayout__announcement__box .layout__box .layout__swiper__box .layout__swiper .swiper-button-prev {
    left: 0;
    top: 55%;
    width: 32px;
    height: 32px;
  }
  .ob-backgroundLayout__announcement__box .layout__box .layout__swiper__box .layout__swiper .swiper-button-prev::after {
    font-size: 0;
    background: rgba(255, 255, 255, 0.7);
    border: 2px solid #a3a3a3;
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    border-radius: 50%;
    width: 32px;
    height: 28px;
    background-image: url(../images/ic-slide-arrow-prev.svg);
    background-position: center center;
    background-size: 12px 12px;
    background-repeat: no-repeat;
  }
  .ob-backgroundLayout__announcement__box .layout__box .layout__swiper__box .layout__swiper .swiper-button-next {
    right: 0;
    top: 55%;
    width: 32px;
    height: 32px;
  }
  .ob-backgroundLayout__announcement__box .layout__box .layout__swiper__box .layout__swiper .swiper-button-next::after {
    font-size: 0;
    background: rgba(255, 255, 255, 0.7);
    border: 2px solid #a3a3a3;
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    border-radius: 50%;
    width: 32px;
    height: 28px;
    background-image: url(../images/ic-slide-arrow-next.svg);
    background-position: center center;
    background-size: 12px 12px;
    background-repeat: no-repeat;
  }
  .ob-backgroundLayout__announcement__box .layout__box .layout__announcement__box {
    margin-bottom: 24px;
  }
  .ob-backgroundLayout__announcement__box .layout__box .layout__announcement__box .layout__footer {
    display: flex;
    justify-content: center;
  }
  .ob-backgroundLayout__announcement__box .layout__box .layout__announcement__box .layout__content li a {
    padding-right: 36px;
  }
  .ob-backgroundLayout__announcement__box .layout__box .layout__announcement__box .layout__link {
    display: inline-block;
    margin: 0 auto;
    margin-top: 24px;
  }
  .ob-backgroundLayout__announcement__box .layout__box .layout__announcement__box .layout__link span {
    color: #ff8200;
    display: inline-block;
    line-height: 28px;
    font-size: 1.25rem;
    vertical-align: middle;
    font-weight: bold;
  }
  .ob-backgroundLayout__announcement__box .layout__box .layout__announcement__box .layout__link img {
    display: inline-block;
    vertical-align: middle;
  }
  .ob-backgroundLayout__announcement__box .layout__box .layout__announcement__box .layout__link:hover span {
    text-decoration: underline;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .ob-backgroundLayout__announcement__box .layout__box {
    grid-template-columns: 500px;
    margin: 0 auto;
  }
  .ob-backgroundLayout__appqrcode__box .background__float__canvas .background__wrap .background__family {
    display: none;
  }
  .ob-backgroundLayout__announcement__box .layout__box {
    padding-inline: 20px;
  }
  .ob-backgroundLayout__announcement__box .layout__box .layout__swiper__box .layout__swiper .swiper-slide img {
    width: 100%;
  }
}
@media screen and (max-width: 360px) {
  .ob-backgroundLayout__announcement__box .layout__box {
    grid-template-columns: 1fr;
  }
}
.ob-backgroundLayout__appqrcode__box {
  position: relative;
  margin: 0 auto;
  margin-top: 90px;
  padding-bottom: 120px;
  display: flex;
  justify-content: space-between;
}
.ob-backgroundLayout__appqrcode__box .background__float__canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  pointer-events: none;
}
.ob-backgroundLayout__appqrcode__box .background__float__canvas .background__wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ob-backgroundLayout__appqrcode__box .background__float__canvas .background__wrap .background__img {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2280px;
  height: 464px;
  background-image: url(../images/bg_download.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: contain;
}
.ob-backgroundLayout__appqrcode__box .background__float__canvas .background__wrap .background__phone {
  position: absolute;
  top: 80px;
  left: 650px;
  border-radius: 40px 40px 0px 0px;
  background-color: #fff3e5;
  width: 310px;
  height: 600px;
}
.ob-backgroundLayout__appqrcode__box .background__float__canvas .background__wrap .background__header {
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../images/bg_phone_head.svg);
  background-size: cover;
  width: 100px;
  height: 24px;
}
.ob-backgroundLayout__appqrcode__box .background__float__canvas .background__wrap .background__logo {
  position: absolute;
  top: 109px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../images/bg_phone_logo.svg);
  background-size: cover;
  width: 132px;
  height: 132px;
}
.ob-backgroundLayout__appqrcode__box .background__float__canvas .background__wrap .background__dots {
  position: absolute;
  z-index: 30;
  bottom: 32px;
  left: calc(50% + 339px);
  background-image: url(../images/bg_phone_dots.svg);
  background-size: cover;
  width: 280px;
  height: 280px;
}
.ob-backgroundLayout__appqrcode__box .background__float__canvas .background__wrap .background__family {
  position: absolute;
  z-index: 40;
  bottom: 120px;
  left: calc(50% - 180px);
  background-image: url(../images/bg_appqrcode_family.svg);
  background-size: cover;
  width: 820px;
  height: 345px;
}
.ob-backgroundLayout__appqrcode__box .layout__box {
  position: relative;
  z-index: 20;
  margin: 0 auto;
}
.ob-backgroundLayout__appqrcode__box .layout__box .layout__card {
  width: 1080px;
  height: 600px;
  padding: 80px 100px;
  border-radius: 40px;
  background: linear-gradient(180deg, #ff8200 0%, #ffa74c 100%);
}
.ob-backgroundLayout__appqrcode__box .layout__box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ob-backgroundLayout__appqrcode__box .layout__box li {
  color: #ffffff;
}
.ob-backgroundLayout__appqrcode__box .layout__box li:nth-of-type(1) {
  font-family: Baloo Chettan 2;
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 80px;
}
.ob-backgroundLayout__appqrcode__box .layout__box li:nth-of-type(2) {
  margin-top: 4px;
  font-family: Baloo Chettan 2;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 60px;
}
.ob-backgroundLayout__appqrcode__box .layout__box li:nth-of-type(3) {
  margin-top: 24px;
  font-family: Microsoft JhengHei;
  width: 414px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 24px;
}
.ob-backgroundLayout__appqrcode__box .layout__box .qr__box {
  margin-top: 32px;
}
.ob-backgroundLayout__appqrcode__box .layout__box .qr__code,
.ob-backgroundLayout__appqrcode__box .layout__box .qr__store {
  display: flex;
}
.ob-backgroundLayout__appqrcode__box .layout__box .qr__code-dt,
.ob-backgroundLayout__appqrcode__box .layout__box .qr__store-dt {
  display: flex;
}
.ob-backgroundLayout__appqrcode__box .layout__box .qr__qrapple,
.ob-backgroundLayout__appqrcode__box .layout__box .qr__qrgoogle {
  width: 160px;
  border-radius: 24px;
  border: 2px solid #ffffff;
  padding: 16px;
}
.ob-backgroundLayout__appqrcode__box .layout__box .qr__qrgoogle,
.ob-backgroundLayout__appqrcode__box .layout__box .store__google {
  margin-left: 40px;
}
.ob-backgroundLayout__appqrcode__box .layout__box .qr__store {
  margin-top: 16px;
}
.ob-backgroundLayout__appqrcode__box .layout__box .qr__store .store__apple,
.ob-backgroundLayout__appqrcode__box .layout__box .qr__store .store__google {
  flex-basis: 160px;
  display: flex;
  justify-content: center;
}
.ob-backgroundLayout__appqrcode__box .layout__box .qr__store-dt {
  margin-top: 16px;
}
.ob-backgroundLayout__appqrcode__box .layout__box .qr__store-dt .store__apple,
.ob-backgroundLayout__appqrcode__box .layout__box .qr__store-dt .store__google {
  flex-basis: 160px;
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .qr__code-dt,
  .qr__store-dt {
    display: flex;
    justify-content: center;
  }
  .ob-backgroundLayout__appqrcode__box .layout__box .layout__card {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .ob-backgroundLayout__appqrcode__box {
    padding-bottom: 0;
    margin-top: 20px;
  }
  .ob-backgroundLayout__appqrcode__box .background__float__canvas .background__wrap .background__phone {
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 180px;
    height: 280px;
  }
  .ob-backgroundLayout__appqrcode__box .background__float__canvas .background__wrap .background__header {
    width: 58px;
    height: 14px;
  }
  .ob-backgroundLayout__appqrcode__box .background__float__canvas .background__wrap .background__logo {
    top: 40px;
    width: 77px;
    height: 77px;
  }
  .ob-backgroundLayout__appqrcode__box .background__float__canvas .background__wrap .background__family-mb {
    position: absolute;
    z-index: 40;
    background-image: url(../images/bg_appqrcode_family_m.png);
    background-size: cover;
    width: 375px;
    height: 202px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }
  .ob-backgroundLayout__appqrcode__box .layout__box .layout__card {
    width: 100%;
    padding: 40px 32px;
    height: 635px;
    border-radius: 40px 40px 0px 0px;
  }
  .ob-backgroundLayout__appqrcode__box .layout__box li:nth-of-type(1) {
    text-align: center;
    font-size: 48px;
    font-weight: 600;
    line-height: 56px;
  }
  .ob-backgroundLayout__appqrcode__box .layout__box li:nth-of-type(2) {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    line-height: 42px;
  }
  .ob-backgroundLayout__appqrcode__box .layout__box li:nth-of-type(3) {
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  .ob-backgroundLayout__appqrcode__box .layout__box .qr__box {
    margin-top: 0;
  }
  .ob-backgroundLayout__appqrcode__box .layout__box .qr__code {
    display: none;
  }
  .ob-backgroundLayout__appqrcode__box .layout__box .qr__store {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
  }
  .ob-backgroundLayout__appqrcode__box .layout__box .qr__store .store__apple-mb,
  .ob-backgroundLayout__appqrcode__box .layout__box .qr__store .store__google-mb {
    display: none;
    margin-top: 30px;
    align-items: start;
    margin-left: 0;
    width: auto;
    height: 54px;
  }
  .ob-backgroundLayout__appqrcode__box .layout__box .qr__store-dt {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
  }
  .ob-backgroundLayout__appqrcode__box .layout__box .qr__store-dt .store__apple,
  .ob-backgroundLayout__appqrcode__box .layout__box .qr__store-dt .store__google {
    margin-top: 30px;
    align-items: start;
    margin-left: 0;
    width: 180px;
    height: 54px;
  }
}
@media screen and (max-width: 360px) {
  .ob-backgroundLayout__appqrcode__box .layout__box .layout__card {
    height: auto;
    padding-bottom: 290px;
  }
}
body {
  font-family: Helvetica, Arial, "微軟正黑體", "Microsoft JhengHei", sans-serif;
}/*# sourceMappingURL=main.css.map */