.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Microsoft Yahei";
}
/* ========================================================================
   Component: Base
 ========================================================================== */
/*
 * 1. Set `font-size` to support `rem` units
 *    Not using `font` property because a leading hyphen (e.g. -apple-system) causes the font to break in IE11 and Edge
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 * 3. Style
 */
html {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 3 */
  color: #666;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
/*
   * Removes default margin.
   */
body {
  margin: 0;
  font-size: 14px;
  color: #666;
  background-color: #ffffff;
}
/* Links
   ========================================================================== */
/*
   * 1. Remove the gray background on active links in IE 10.
   * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
   */
a {
  /* 1 */
  background-color: transparent;
  /* 2 */
  -webkit-text-decoration-skip: objects;
}
/*
   * Remove the outline on focused links when they are also active or hovered
   */
a:active,
a:hover {
  outline: none;
}
/*
   * Style
   */
a,
.uk-link {
  color: #1e87f0;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
.uk-link:hover {
  color: #0f6ecd;
}
/* Text-level semantics
   ========================================================================== */
/*
   * 1. Remove the bottom border in Firefox 39-.
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/*
   * 1. Prevent the duplicate application of `bolder` by the next rule in Safari 6.
   * 2. Add the correct font weight in Chrome, Edge, and Safari.
   */
/* 1 */
b,
strong {
  font-weight: inherit;
}
/* 2 */
b,
strong {
  font-weight: bolder;
}
/*
   * 1. Correct the odd `em` font sizing in all browsers.
   * 2. Consolas has a better baseline in running text compared to `Courier`
   * 3. Style
   */
:not(pre) > code,
:not(pre) > kbd,
:not(pre) > samp {
  /* 1 */
  font-size: 11px;
  /* 2 */
  font-family: Consolas, monaco, monospace;
  /* 3 */
  color: #435DBA;
  white-space: nowrap;
  padding: 2px 6px;
  border: 1px solid #EBEBED;
  border-radius: 3px;
}
/*
   * Emphasize
   */
em {
  color: #0f6ecd;
}
/* Preformatted text
   ========================================================================== */
/*
   * 1. Contain overflow in all browsers.
   * 2. Override UA
   */
pre {
  background: #ffffff;
}
pre code {
  font-family: Consolas, monaco, monospace;
}
/* Selection pseudo-element
   ========================================================================== */
::-moz-selection {
  background: #ff6600;
  text-shadow: none;
}
::selection {
  background: #ff6600;
  text-shadow: none;
}
/* ========================================================================
     Component: Link
   ========================================================================== */
/* Muted
   ========================================================================== */
a.uk-link-muted,
.uk-link-muted a {
  color: #999999;
}
a.uk-link-muted:hover,
.uk-link-muted a:hover {
  color: #666;
}
/* Text
   ========================================================================== */
/*
   * `!important` needed to override inverse component
   */
a.uk-link-text:not(:hover),
.uk-link-text a:not(:hover) {
  color: inherit !important;
}
a.uk-link-text:hover,
.uk-link-text a:hover {
  color: #999999;
}
/* Hero
   ========================================================================== */
/*
   * 1. Using `inline-block` to make it work with text alignment
   * 2. Center vertically
   * 3. Style
   */
.uk-heading-bullet::before {
  content: "";
  border-left: 4px solid #ff6600;
}
/* Small
   ========================================================================== */
/*
   * Reset child height, caused by `inline-block`
   */
.uk-divider-small {
  line-height: 0;
}
.uk-divider-small::after {
  border-top: 2px solid #ff6600;
}
/* ========================================================================
     Component: List
   ========================================================================== */
.uk-list,
.ap-child-list > ul {
  padding: 0;
  list-style: none;
}
.uk-list-striped > li:nth-of-type(odd) {
  background: #f8f8f8;
}
/* ========================================================================
     Component: Description list
   ========================================================================== */
/*
   * Term
   */
.uk-description-list > dd {
  font-size: 16px;
}
/* Caption
   ========================================================================== */
.uk-table caption {
  color: #999999;
}
/*
   * Striped
   */
.uk-table-striped > tr:nth-of-type(odd),
.uk-table-striped tbody tr:nth-of-type(odd) {
  background: #f8f8f8;
}
/* Style modifiers
   ========================================================================== */
/*
   * Link
   */
.uk-icon-link:hover,
.uk-icon-link:focus {
  color: #ff6600;
  outline: none;
}
/*
   * Button
   * 1. Center icon vertically and horizontally
   */
.uk-icon-button {
  background: #ffffff;
}
/* Hover + Focus */
.uk-icon-button:hover,
.uk-icon-button:focus {
  background-color: #ffffff;
  color: #ff6600;
  outline: none;
}
/* OnClick + Active */
.uk-icon-button:active,
.uk-active > .uk-icon-button {
  background-color: #ff6600;
  color: #ffffff;
}
/* Thumb
   ========================================================================== */
/*
   * 1. Reset
   * 2. Style
   */
/* Webkit */
.uk-range::-webkit-slider-thumb {
  background: #666;
}
/* Firefox */
.uk-range::-moz-range-thumb {
  background: #666;
}
/* Edge */
.uk-range::-ms-thumb {
  /* 1 */
  margin-top: 0;
}
/* IE11 */
.uk-range::-ms-thumb {
  background: #666;
}
.uk-input,
.uk-select,
.uk-textarea {
  background: #ffffff;
  color: #666;
}
/* Focus */
.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
  outline: none;
  background-color: #ffffff;
}
/* Disabled */
.uk-input:disabled,
.uk-select:disabled,
.uk-textarea:disabled {
  background-color: #f8f8f8;
  color: #999999;
}
/*
   * Placeholder
   */
.uk-input:-ms-input-placeholder {
  color: #999999 !important;
}
.uk-input::-moz-placeholder {
  color: #999999;
}
.uk-input::-webkit-input-placeholder {
  color: #999999;
}
.uk-textarea:-ms-input-placeholder {
  color: #999999 !important;
}
.uk-textarea::-moz-placeholder {
  color: #999999;
}
.uk-textarea::-webkit-input-placeholder {
  color: #999999;
}
.uk-form-danger,
.uk-form-danger:focus {
  color: #f0506e;
  border-color: #f0506e !important;
}
/*
   * Success
   */
.uk-form-success,
.uk-form-success:focus {
  color: #32d296;
  border-color: #32d296 !important;
}
/*
   * Blank
   */
.uk-form-blank {
  background: none;
  border-color: transparent !important;
}
.uk-form-blank:focus {
  border-color: #EBEBED !important;
  border-style: dashed;
}
/*
   * Checked
   */
.uk-radio:checked,
.uk-checkbox:checked,
.uk-checkbox:indeterminate {
  background-color: #ff6600;
  border-color: transparent;
}
/* Label
   ========================================================================== */
/* Icons
   ========================================================================== */
.uk-form-icon {
  color: #999999;
}
/*
   * Required for `a`.
   */
.uk-form-icon:hover {
  color: #666;
}
/* OnClick + Active */
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-button-default {
  background-color: #ffffff;
}
/* Hover + Focus */
.uk-button-default:hover,
.uk-button-default:focus {
  background-color: #ffffff;
  color: #ff6600;
}
/* OnClick + Active */
.uk-button-default:active,
.uk-button-default.uk-active {
  background-color: #ff6600;
  color: #ffffff;
}
/*
   * Primary
   */
.uk-button-primary {
  background-color: #ff6600;
  color: #ffffff;
}
/* Hover + Focus */
.uk-button-primary:hover,
.uk-button-primary:focus {
  background-color: #222222;
  color: #ffffff;
}
/* OnClick + Active */
.uk-button-primary:active,
.uk-button-primary.uk-active {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-button-secondary {
  color: #666;
  border: 1px solid #222222;
}
/* OnClick + Active */
.uk-button-secondary:active,
.uk-button-secondary.uk-active {
  background-color: #ff6600;
  color: #ffffff;
  border-color: #ff6600;
}
/*
   * Danger
   */
.uk-button-danger {
  background-color: transparent;
  color: #f0506e;
  border: 1px solid #f0506e;
}
/* Hover + Focus */
.uk-button-danger:hover,
.uk-button-danger:focus {
  background-color: transparent;
}
/* OnClick + Active */
.uk-button-danger:active,
.uk-button-danger.uk-active {
  background-color: #f0506e;
  color: #ffffff;
  border-color: #f0506e;
}
/*
   * Disabled
   * The same for all style modifiers
   */
.uk-button-default:disabled,
.uk-button-primary:disabled,
.uk-button-secondary:disabled,
.uk-button-danger:disabled {
  background-color: #f8f8f8;
  color: #999999;
}
/* Text modifiers
   ========================================================================== */
/*
   * Text
   * 1. Reset
   * 2. Style
   */
.uk-button-text {
  /* 1 */
  padding: 0;
  line-height: 1.5;
  background: none;
  /* 2 */
  position: relative;
}
/* Hover + Focus */
.uk-button-text:hover,
.uk-button-text:focus {
  color: #ff6600;
}
/* Disabled */
.uk-button-text:disabled {
  color: #999999;
}
/*
   * Link
   * 1. Reset
   * 2. Style
   */
.uk-button-link {
  /* 1 */
  padding: 0;
  line-height: 1.5;
  background: none;
  /* 2 */
  color: #1e87f0;
}
/* Hover + Focus */
.uk-button-link:hover,
.uk-button-link:focus {
  color: #0f6ecd;
}
/* Disabled */
.uk-button-link:disabled {
  color: #999999;
  text-decoration: none;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-section-default,
.ap-container-default .uk-container {
  background: #ffffff;
}
/*
   * Primary
   */
.uk-section-primary,
.ap-container-primary .uk-container {
  background: #ff6600;
}
/*
   * Secondary
   */
.uk-section-secondary,
.ap-container-secondary .uk-container {
  background: #222222;
}
.uk-section-muted,
.ap-container-muted .uk-container {
  background: #f8f8f8;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-tile-default {
  background: #ffffff;
}
/*
   * Muted
   */
.uk-tile-muted {
  background: #f8f8f8;
}
/*
   * Primary
   */
.uk-tile-primary {
  background: #ff6600;
}
/*
   * Secondary
   */
.uk-tile-secondary {
  background: #222222;
}
/* ========================================================================
     Component: Card
   ========================================================================== */
/* Badge
   ========================================================================== */
.uk-card-badge {
  color: #666;
}
/*
   * Remove margin from adjacent element
   */
.uk-card-badge:first-child + * {
  margin-top: 0;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   * Note: Header and Footer are only implemented for the default style
   */
.uk-card-default {
  background: #ffffff;
  color: #666;
}
.uk-card-default.uk-card-hover:hover {
  background-color: #ffffff;
}
/*
   * Primary
   */
.uk-card-primary {
  background: #ff6600;
  color: #ffffff;
}
.uk-card-primary .uk-card-title {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-card-secondary {
  background: #222222;
  color: #ffffff;
}
.uk-card-secondary .uk-card-title {
  color: #ffffff;
}
/* ========================================================================
     Component: Close
   ========================================================================== */
/* Hover + Focus */
/* Hover + Focus */
.uk-totop:hover,
.uk-totop:focus {
  outline: none;
  background-color: transparent;
}
/* OnClick */
.uk-totop:active {
  color: #ff6600;
  background-color: transparent;
}
/* ========================================================================
     Component: Marker
   ========================================================================== */
/*
   * Addopts `uk-icon`
   */
.uk-marker {
  padding: 5px;
  background: #222222;
  color: #ffffff;
}
/* Hover + Focus */
.uk-marker:hover,
.uk-marker:focus {
  color: #ffffff;
  outline: none;
}
/* ========================================================================
     Component: Alert
   ========================================================================== */
.uk-alert {
  position: relative;
  background: #ffffff;
  color: #333;
}
/* Style modifiers
   ========================================================================== */
/*
   * Primary
   */
.uk-alert-primary {
  background: #ffffff;
  color: #ff6600;
}
/*
   * Success
   */
.uk-alert-success {
  background: #ffffff;
  color: #32d296;
}
/*
   * Warning
   */
.uk-alert-warning {
  background: #ffffff;
  color: #faa05a;
}
/*
   * Danger
   */
.uk-alert-danger {
  background: #ffffff;
  color: #f0506e;
}
/* ========================================================================
     Component: Badge
   ========================================================================== */
/*
   * 1. Style
   * 2. Center child vertically and horizontally
   */
.uk-badge {
  /* 1 */
  background: #ff6600;
  color: #ffffff;
}
/*
   * Required for `a`
   */
.uk-badge:hover,
.uk-badge:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
/* ========================================================================
     Component: Label
   ========================================================================== */
.uk-label {
  background: #ff6600;
  color: #ffffff;
}
/* Color modifiers
   ========================================================================== */
/*
   * Success
   */
.uk-label-success {
  background-color: #32d296;
  color: #ffffff;
}
/*
   * Warning
   */
.uk-label-warning {
  background-color: #faa05a;
  color: #ffffff;
}
/*
   * Danger
   */
.uk-label-danger {
  background-color: #f0506e;
  color: #ffffff;
}
/* ========================================================================
     Component: Overlay
   ========================================================================== */
.uk-overlay {
  padding: 20px 20px;
}
/*
   * Remove margin from the last-child
   */
.uk-overlay > :last-child {
  margin-bottom: 0;
}
/* Title
   ========================================================================== */
/* Meta
   ========================================================================== */
.uk-article-meta {
  color: #999999;
}
.uk-article-meta a {
  color: #999999;
}
.uk-article-meta a:hover {
  color: #666;
  text-decoration: none;
}
/* Meta
   ========================================================================== */
.uk-comment-meta {
  color: #999999;
}
/* Style modifier
   ========================================================================== */
.uk-comment-primary {
  background-color: #f8f8f8;
}
.uk-search-input:focus {
  outline: none;
}
/* Placeholder */
.uk-search-input:-ms-input-placeholder {
  color: #999999 !important;
}
.uk-search-input::-moz-placeholder {
  color: #999999;
}
.uk-search-input::-webkit-input-placeholder {
  color: #999999;
}
/* Icon (Adopts `uk-icon`)
   ========================================================================== */
/*
   * Remove default focus style
   */
.uk-search-icon:focus {
  outline: none;
}
.uk-search .uk-search-icon {
  color: #999999;
}
/*
   * Required for `a`.
   */
.uk-search .uk-search-icon:hover {
  color: #999999;
}
/* Focus */
.uk-search-default .uk-search-input:focus {
  background-color: #ffffff;
}
/* Toggle
   ========================================================================== */
.uk-search-toggle {
  color: #999999;
}
/* Hover + Focus */
.uk-search-toggle:hover,
.uk-search-toggle:focus {
  color: #666;
}
/* Parent icon modifier
   ========================================================================== */
.uk-nav-parent-icon > .uk-parent > a::after {
  content: "";
  width: 1.5 em;
  height: 1.5 em;
}
/*
   * Items
   */
.uk-nav-default > li > a {
  color: #999999;
}
/* Hover + Focus */
.uk-nav-default > li > a:hover,
.uk-nav-default > li > a:focus {
  color: #ff6600;
  background-color: transparent;
}
/* Active */
.uk-nav-default > li.uk-active > a {
  background-color: transparent;
}
/*
   * Header
   */
/*
   * Sublists
   */
.uk-nav-default .uk-nav-sub a {
  color: #999999;
}
.uk-nav-default .uk-nav-sub a:hover,
.uk-nav-default .uk-nav-sub a:focus {
  color: #666;
}
/*
   * Items
   */
.uk-nav-primary > li > a {
  line-height: 1.5;
  color: #999999;
}
/* Hover + Focus */
.uk-nav-primary > li > a:hover,
.uk-nav-primary > li > a:focus {
  color: #ff6600;
}
/* Active */
/*
   * Header
   */
/*
   * Sublists
   */
.uk-nav-primary .uk-nav-sub a {
  color: #999999;
}
.uk-nav-primary .uk-nav-sub a:hover,
.uk-nav-primary .uk-nav-sub a:focus {
  color: #666;
}
/*
   * Nav items
   */
.uk-navbar-nav > li > a {
  color: #666;
}
.uk-navbar-nav > li > a,
.uk-navbar-item,
.uk-navbar-toggle {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Microsoft Yahei";
}
/*
   * Hover
   * Apply hover style also to focus state and if dropdown is opened
   */
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li > a.uk-open {
  color: #ff6600;
  outline: none;
}
.uk-navbar-nav > li > a:hover::before {
  background-color: currentColor;
}
/* OnClick */
.uk-navbar-nav > li.uk-active > a::before {
  background-color: #ff6600;
}
/* Item
   ========================================================================== */
.uk-navbar-item {
  color: #666;
}
/* Toggle
   ========================================================================== */
.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus,
.uk-navbar-toggle.uk-open {
  color: #ff6600;
}
/* Dropdown
   ========================================================================== */
/*
   * Adopts `uk-dropdown`
   * 1. Hide by default
   * 2. Set position
   * 3. Set a default width
   * 4. Style
   */
.uk-navbar-dropdown {
  background: #ffffff;
  color: #666;
}
/*
   * Items
   */
.uk-navbar-dropdown-nav > li > a {
  color: #999999;
  padding: 5px 0;
}
/* Hover + Focus */
.uk-navbar-dropdown-nav > li > a:hover,
.uk-navbar-dropdown-nav > li > a:focus {
  color: #ff6600;
  background-color: transparent;
}
/* Active */
/*
   * Sublists
   */
.uk-navbar-dropdown-nav .uk-nav-sub a {
  color: #999999;
}
.uk-navbar-dropdown-nav .uk-nav-sub a:hover,
.uk-navbar-dropdown-nav .uk-nav-sub a:focus {
  color: #666;
}
/* Dropbar
   ========================================================================== */
.uk-navbar-dropbar {
  position: relative;
  background: #ffffff;
  overflow: hidden;
}
/* Items
   ========================================================================== */
/*
   * Items must target `a` elements to exclude other elements (e.g. dropdowns)
   * Using `:first-child` instead of `a` to support `span` elements for text
   * 1. Prevent gap if child element is `inline-block`, e.g. an icon
   * 2. Style
   */
.uk-subnav > * > :first-child {
  color: #999999;
}
/* Hover + Focus */
.uk-subnav > * > a:hover,
.uk-subnav > * > a:focus {
  color: #666;
  text-decoration: none;
  outline: none;
}
/* Active */
/* Pill modifier
   ========================================================================== */
.uk-subnav-pill > * > :first-child {
  color: #999999;
}
/* Hover + Focus */
.uk-subnav-pill > * > a:hover,
.uk-subnav-pill > * > a:focus {
  background-color: #ffffff;
  color: #666;
}
/* OnClick */
.uk-subnav-pill > * > a:active {
  background-color: #ffffff;
}
/* Active */
.uk-subnav-pill > .uk-active > a {
  background-color: #ff6600;
  color: #ffffff;
}
/* Disabled
   * The same for all style modifiers
   ========================================================================== */
.uk-subnav > .uk-disabled > a {
  color: #999999;
}
/* Items
   ========================================================================== */
.uk-breadcrumb > * > * {
  color: #999999;
}
/* Hover + Focus */
.uk-breadcrumb > * > :hover,
.uk-breadcrumb > * > :focus {
  color: #666;
  text-decoration: none;
}
/* Disabled */
.uk-breadcrumb > .uk-disabled > * {
  color: #999999;
}
/* Active */
/* Items
   ========================================================================== */
/*
   * 1. Prevent gap if child element is `inline-block`, e.g. an icon
   * 2. Style
   */
.uk-pagination > * > * {
  color: #999999;
}
/* Hover + Focus */
.uk-pagination > * > :hover,
.uk-pagination > * > :focus {
  background-color: #ffffff;
}
/* Active */
.uk-pagination > .uk-active > * {
  color: #ff6600;
  background-color: transparent;
}
/* Disabled */
.uk-pagination > .uk-disabled > * {
  color: #999999;
  background-color: transparent;
}
/* Items
   ========================================================================== */
/*
   * Items must target `a` elements to exclude other elements (e.g. dropdowns)
   * 1. Center text if a width is set
   * 2. Style
   */
.uk-tab > * > a {
  color: #999999;
}
/* Hover + Focus */
.uk-tab > * > a:hover,
.uk-tab > * > a:focus {
  color: #666;
  text-decoration: none;
  border-color: transparent;
}
/* Active */
.uk-tab > .uk-active > a {
  border-color: #ff6600;
}
/* Disabled */
.uk-tab > .uk-disabled > a {
  color: #999999;
}
/* Items
   ========================================================================== */
/* Hover + Focus */
.uk-dotnav > * > :hover,
.uk-dotnav > * > :focus {
  background-color: rgba(248, 108, 74, 0.4);
  outline: none;
  border-color: transparent;
}
/* OnClick */
.uk-dotnav > * > :active {
  background-color: #ff6600;
  border-color: transparent;
}
/* Active */
.uk-dotnav > .uk-active > * {
  background-color: #ff6600;
  border-color: transparent;
}
/* ========================================================================
     Component: Dropdown
   ========================================================================== */
.uk-dropdown {
  background: #ffffff;
  color: #666;
}
/*
   * Items
   */
.uk-dropdown-nav > li > a {
  color: #999999;
}
/* Hover + Focus + Active */
.uk-dropdown-nav > li > a:hover,
.uk-dropdown-nav > li > a:focus,
.uk-dropdown-nav > li.uk-active > a {
  background-color: transparent;
}
/*
   * Header
   */
.uk-dropdown-nav .uk-nav-header {
  color: #ff6600;
}
/*
   * Sublists
   */
.uk-dropdown-nav .uk-nav-sub a {
  color: #999999;
}
.uk-dropdown-nav .uk-nav-sub a:hover,
.uk-dropdown-nav .uk-nav-sub a:focus {
  color: #ff6600;
}
/* Dialog
   ========================================================================== */
/*
   * 1. Create position context for spinner and close button
   * 2. Dimensions
   * 3. Fix `max-width: 100%` not working in combination with flex and responsive images in IE11
   *    `!important` needed to overwrite `uk-width-auto`. See `#modal-media-image` in tests
   * 4. Style
   * 5. Slide-in transition
   */
.uk-modal-dialog {
  background: #ffffff;
}
/*
   * Open
   */
.uk-open > .uk-modal-dialog {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* Message
  ========================================================================== */
.uk-notification-message {
  background: #f8f8f8;
  color: #666;
}
/* Style modifiers
   ========================================================================== */
/*
   * Primary
   */
.uk-notification-message-primary {
  color: #ff6600;
}
/*
   * Success
   */
.uk-notification-message-success {
  color: #32d296;
}
/*
   * Warning
   */
.uk-notification-message-warning {
  color: #faa05a;
}
/*
   * Danger
   */
.uk-notification-message-danger {
  color: #f0506e;
}
/* ========================================================================
     Component: Tooltip
   ========================================================================== */
.uk-tooltip {
  /* 4 */
  background: #ff6600;
  color: #ffffff;
}
/*
   * Remove animated circles for indeterminate state in IE11 and Edge
   */
.uk-progress:indeterminate {
  color: transparent;
}
/*
   * Progress container
   * 2. Remove progress bar for indeterminate state in Firefox
   */
.uk-progress::-webkit-progress-bar {
  background-color: #f8f8f8;
  border-radius: 500px;
  overflow: hidden;
}
/*
   * Progress bar
   * 1. Remove right border in IE11 and Edge
   */
.uk-progress::-webkit-progress-value {
  background-color: #ff6600;
}
.uk-progress::-moz-progress-bar {
  background-color: #ff6600;
}
.uk-progress::-ms-fill {
  background-color: #ff6600;
}
/* ========================================================================
     Component: Text
   ========================================================================== */
/* Style modifiers
   ========================================================================== */
.uk-text-meta {
  color: #999999;
}
.uk-text-meta a {
  color: #999999;
}
.uk-text-meta a:hover {
  color: #666;
  text-decoration: none;
}
/* Size modifiers
   ========================================================================== */
.uk-text-small {
  font-size: 12px;
  line-height: 1.5;
}
.uk-text-large {
  font-size: 20px;
  line-height: 1.5;
}
/* Weight modifier
   ========================================================================== */
.uk-text-bold {
  font-weight: bolder;
}
/* Transform modifier
   ========================================================================== */
.uk-text-uppercase {
  text-transform: uppercase !important;
}
.uk-text-capitalize {
  text-transform: capitalize !important;
}
.uk-text-lowercase {
  text-transform: lowercase !important;
}
/* Color modifiers
   ========================================================================== */
.uk-text-muted {
  color: #999999 !important;
}
.uk-text-primary {
  color: #ff6600 !important;
}
.uk-text-success {
  color: #32d296 !important;
}
.uk-text-warning {
  color: #faa05a !important;
}
.uk-text-danger {
  color: #f0506e !important;
}
/* Background modifier */
.uk-text-background {
  color: #ff6600 !important;
}
@supports (-webkit-background-clip: text) {
  .uk-text-background {
    background-color: #ff6600;
  }
}
/* ========================================================================
     Component: Background
   ========================================================================== */
/* Color
   ========================================================================== */
.uk-background-default {
  background-color: #ffffff;
}
.uk-background-muted {
  background-color: #f8f8f8;
}
.uk-background-primary {
  background-color: #ff6600;
}
.uk-background-secondary {
  background-color: #222222;
}
/* ========================================================================
     Component: Inverse
   ========================================================================== */
.uk-light a,
.uk-light .uk-link,
.uk-section-primary:not(.uk-preserve-color) a,
.uk-section-primary:not(.uk-preserve-color) .uk-link,
.uk-section-secondary:not(.uk-preserve-color) a,
.uk-section-secondary:not(.uk-preserve-color) .uk-link,
.uk-tile-primary:not(.uk-preserve-color) a,
.uk-tile-primary:not(.uk-preserve-color) .uk-link,
.uk-tile-secondary:not(.uk-preserve-color) a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link,
.uk-card-primary.uk-card-body a,
.uk-card-primary.uk-card-body .uk-link,
.uk-card-primary > :not([class*='uk-card-media']) a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-link,
.uk-card-secondary.uk-card-body a,
.uk-card-secondary.uk-card-body .uk-link,
.uk-card-secondary > :not([class*='uk-card-media']) a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-link,
.uk-overlay-primary a,
.uk-overlay-primary .uk-link,
.ap-toolbar a,
.ap-toolbar .uk-link {
  color: #ffffff;
}
.uk-light a:hover,
.uk-light .uk-link:hover,
.uk-section-primary:not(.uk-preserve-color) a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-link:hover,
.uk-section-secondary:not(.uk-preserve-color) a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-link:hover,
.uk-tile-primary:not(.uk-preserve-color) a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-link:hover,
.uk-tile-secondary:not(.uk-preserve-color) a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link:hover,
.uk-card-primary.uk-card-body a:hover,
.uk-card-primary.uk-card-body .uk-link:hover,
.uk-card-primary > :not([class*='uk-card-media']) a:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-link:hover,
.uk-card-secondary.uk-card-body a:hover,
.uk-card-secondary.uk-card-body .uk-link:hover,
.uk-card-secondary > :not([class*='uk-card-media']) a:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-link:hover,
.uk-overlay-primary a:hover,
.uk-overlay-primary .uk-link:hover,
.ap-toolbar a:hover,
.ap-toolbar .uk-link:hover {
  color: #ffffff;
}
.uk-light em,
.uk-section-primary:not(.uk-preserve-color) em,
.uk-section-secondary:not(.uk-preserve-color) em,
.uk-tile-primary:not(.uk-preserve-color) em,
.uk-tile-secondary:not(.uk-preserve-color) em,
.uk-card-primary.uk-card-body em,
.uk-card-primary > :not([class*='uk-card-media']) em,
.uk-card-secondary.uk-card-body em,
.uk-card-secondary > :not([class*='uk-card-media']) em,
.uk-overlay-primary em,
.ap-toolbar em {
  color: #ffffff;
}
.uk-light h1,
.uk-light .uk-h1,
.uk-light h2,
.uk-light .uk-h2,
.uk-light h3,
.uk-light .uk-h3,
.uk-light h4,
.uk-light .uk-h4,
.uk-light h5,
.uk-light .uk-h5,
.uk-light h6,
.uk-light .uk-h6,
.uk-section-primary:not(.uk-preserve-color) h1,
.uk-section-primary:not(.uk-preserve-color) .uk-h1,
.uk-section-primary:not(.uk-preserve-color) h2,
.uk-section-primary:not(.uk-preserve-color) .uk-h2,
.uk-section-primary:not(.uk-preserve-color) h3,
.uk-section-primary:not(.uk-preserve-color) .uk-h3,
.uk-section-primary:not(.uk-preserve-color) h4,
.uk-section-primary:not(.uk-preserve-color) .uk-h4,
.uk-section-primary:not(.uk-preserve-color) h5,
.uk-section-primary:not(.uk-preserve-color) .uk-h5,
.uk-section-primary:not(.uk-preserve-color) h6,
.uk-section-primary:not(.uk-preserve-color) .uk-h6,
.uk-section-secondary:not(.uk-preserve-color) h1,
.uk-section-secondary:not(.uk-preserve-color) .uk-h1,
.uk-section-secondary:not(.uk-preserve-color) h2,
.uk-section-secondary:not(.uk-preserve-color) .uk-h2,
.uk-section-secondary:not(.uk-preserve-color) h3,
.uk-section-secondary:not(.uk-preserve-color) .uk-h3,
.uk-section-secondary:not(.uk-preserve-color) h4,
.uk-section-secondary:not(.uk-preserve-color) .uk-h4,
.uk-section-secondary:not(.uk-preserve-color) h5,
.uk-section-secondary:not(.uk-preserve-color) .uk-h5,
.uk-section-secondary:not(.uk-preserve-color) h6,
.uk-section-secondary:not(.uk-preserve-color) .uk-h6,
.uk-tile-primary:not(.uk-preserve-color) h1,
.uk-tile-primary:not(.uk-preserve-color) .uk-h1,
.uk-tile-primary:not(.uk-preserve-color) h2,
.uk-tile-primary:not(.uk-preserve-color) .uk-h2,
.uk-tile-primary:not(.uk-preserve-color) h3,
.uk-tile-primary:not(.uk-preserve-color) .uk-h3,
.uk-tile-primary:not(.uk-preserve-color) h4,
.uk-tile-primary:not(.uk-preserve-color) .uk-h4,
.uk-tile-primary:not(.uk-preserve-color) h5,
.uk-tile-primary:not(.uk-preserve-color) .uk-h5,
.uk-tile-primary:not(.uk-preserve-color) h6,
.uk-tile-primary:not(.uk-preserve-color) .uk-h6,
.uk-tile-secondary:not(.uk-preserve-color) h1,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h1,
.uk-tile-secondary:not(.uk-preserve-color) h2,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h2,
.uk-tile-secondary:not(.uk-preserve-color) h3,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h3,
.uk-tile-secondary:not(.uk-preserve-color) h4,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h4,
.uk-tile-secondary:not(.uk-preserve-color) h5,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h5,
.uk-tile-secondary:not(.uk-preserve-color) h6,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h6,
.uk-card-primary.uk-card-body h1,
.uk-card-primary.uk-card-body .uk-h1,
.uk-card-primary.uk-card-body h2,
.uk-card-primary.uk-card-body .uk-h2,
.uk-card-primary.uk-card-body h3,
.uk-card-primary.uk-card-body .uk-h3,
.uk-card-primary.uk-card-body h4,
.uk-card-primary.uk-card-body .uk-h4,
.uk-card-primary.uk-card-body h5,
.uk-card-primary.uk-card-body .uk-h5,
.uk-card-primary.uk-card-body h6,
.uk-card-primary.uk-card-body .uk-h6,
.uk-card-primary > :not([class*='uk-card-media']) h1,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h1,
.uk-card-primary > :not([class*='uk-card-media']) h2,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h2,
.uk-card-primary > :not([class*='uk-card-media']) h3,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h3,
.uk-card-primary > :not([class*='uk-card-media']) h4,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h4,
.uk-card-primary > :not([class*='uk-card-media']) h5,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h5,
.uk-card-primary > :not([class*='uk-card-media']) h6,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h6,
.uk-card-secondary.uk-card-body h1,
.uk-card-secondary.uk-card-body .uk-h1,
.uk-card-secondary.uk-card-body h2,
.uk-card-secondary.uk-card-body .uk-h2,
.uk-card-secondary.uk-card-body h3,
.uk-card-secondary.uk-card-body .uk-h3,
.uk-card-secondary.uk-card-body h4,
.uk-card-secondary.uk-card-body .uk-h4,
.uk-card-secondary.uk-card-body h5,
.uk-card-secondary.uk-card-body .uk-h5,
.uk-card-secondary.uk-card-body h6,
.uk-card-secondary.uk-card-body .uk-h6,
.uk-card-secondary > :not([class*='uk-card-media']) h1,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h1,
.uk-card-secondary > :not([class*='uk-card-media']) h2,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h2,
.uk-card-secondary > :not([class*='uk-card-media']) h3,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h3,
.uk-card-secondary > :not([class*='uk-card-media']) h4,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h4,
.uk-card-secondary > :not([class*='uk-card-media']) h5,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h5,
.uk-card-secondary > :not([class*='uk-card-media']) h6,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h6,
.uk-overlay-primary h1,
.uk-overlay-primary .uk-h1,
.uk-overlay-primary h2,
.uk-overlay-primary .uk-h2,
.uk-overlay-primary h3,
.uk-overlay-primary .uk-h3,
.uk-overlay-primary h4,
.uk-overlay-primary .uk-h4,
.uk-overlay-primary h5,
.uk-overlay-primary .uk-h5,
.uk-overlay-primary h6,
.uk-overlay-primary .uk-h6,
.ap-toolbar h1,
.ap-toolbar .uk-h1,
.ap-toolbar h2,
.ap-toolbar .uk-h2,
.ap-toolbar h3,
.ap-toolbar .uk-h3,
.ap-toolbar h4,
.ap-toolbar .uk-h4,
.ap-toolbar h5,
.ap-toolbar .uk-h5,
.ap-toolbar h6,
.ap-toolbar .uk-h6 {
  color: #ffffff;
}
.uk-light blockquote,
.uk-section-primary:not(.uk-preserve-color) blockquote,
.uk-section-secondary:not(.uk-preserve-color) blockquote,
.uk-tile-primary:not(.uk-preserve-color) blockquote,
.uk-tile-secondary:not(.uk-preserve-color) blockquote,
.uk-card-primary.uk-card-body blockquote,
.uk-card-primary > :not([class*='uk-card-media']) blockquote,
.uk-card-secondary.uk-card-body blockquote,
.uk-card-secondary > :not([class*='uk-card-media']) blockquote,
.uk-overlay-primary blockquote,
.ap-toolbar blockquote {
  color: #ffffff;
}
.uk-light .uk-heading-primary,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-primary,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-primary,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-primary,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-primary,
.uk-card-primary.uk-card-body .uk-heading-primary,
.uk-card-primary > :not([class*='uk-card-media']) .uk-heading-primary,
.uk-card-secondary.uk-card-body .uk-heading-primary,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-primary,
.uk-overlay-primary .uk-heading-primary,
.ap-toolbar .uk-heading-primary {
  color: #ffffff;
}
.uk-light .uk-heading-hero,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-hero,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-hero,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-hero,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-hero,
.uk-card-primary.uk-card-body .uk-heading-hero,
.uk-card-primary > :not([class*='uk-card-media']) .uk-heading-hero,
.uk-card-secondary.uk-card-body .uk-heading-hero,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-hero,
.uk-overlay-primary .uk-heading-hero,
.ap-toolbar .uk-heading-hero {
  color: #ffffff;
}
.uk-light .uk-icon-button,
.uk-section-primary:not(.uk-preserve-color) .uk-icon-button,
.uk-section-secondary:not(.uk-preserve-color) .uk-icon-button,
.uk-tile-primary:not(.uk-preserve-color) .uk-icon-button,
.uk-tile-secondary:not(.uk-preserve-color) .uk-icon-button,
.uk-card-primary.uk-card-body .uk-icon-button,
.uk-card-primary > :not([class*='uk-card-media']) .uk-icon-button,
.uk-card-secondary.uk-card-body .uk-icon-button,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-icon-button,
.uk-overlay-primary .uk-icon-button,
.ap-toolbar .uk-icon-button {
  background-color: #ffffff;
  background-image: none;
}
.uk-light .uk-radio:checked,
.uk-light .uk-checkbox:checked,
.uk-light .uk-checkbox:indeterminate,
.uk-section-primary:not(.uk-preserve-color) .uk-radio:checked,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-section-secondary:not(.uk-preserve-color) .uk-radio:checked,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-tile-primary:not(.uk-preserve-color) .uk-radio:checked,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-tile-secondary:not(.uk-preserve-color) .uk-radio:checked,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-card-primary.uk-card-body .uk-radio:checked,
.uk-card-primary.uk-card-body .uk-checkbox:checked,
.uk-card-primary.uk-card-body .uk-checkbox:indeterminate,
.uk-card-primary > :not([class*='uk-card-media']) .uk-radio:checked,
.uk-card-primary > :not([class*='uk-card-media']) .uk-checkbox:checked,
.uk-card-primary > :not([class*='uk-card-media']) .uk-checkbox:indeterminate,
.uk-card-secondary.uk-card-body .uk-radio:checked,
.uk-card-secondary.uk-card-body .uk-checkbox:checked,
.uk-card-secondary.uk-card-body .uk-checkbox:indeterminate,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-radio:checked,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-checkbox:checked,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-checkbox:indeterminate,
.uk-overlay-primary .uk-radio:checked,
.uk-overlay-primary .uk-checkbox:checked,
.uk-overlay-primary .uk-checkbox:indeterminate,
.ap-toolbar .uk-radio:checked,
.ap-toolbar .uk-checkbox:checked,
.ap-toolbar .uk-checkbox:indeterminate {
  background-color: #ffffff;
  border-color: transparent;
}
.uk-light .uk-form-label,
.uk-section-primary:not(.uk-preserve-color) .uk-form-label,
.uk-section-secondary:not(.uk-preserve-color) .uk-form-label,
.uk-tile-primary:not(.uk-preserve-color) .uk-form-label,
.uk-tile-secondary:not(.uk-preserve-color) .uk-form-label,
.uk-card-primary.uk-card-body .uk-form-label,
.uk-card-primary > :not([class*='uk-card-media']) .uk-form-label,
.uk-card-secondary.uk-card-body .uk-form-label,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-form-label,
.uk-overlay-primary .uk-form-label,
.ap-toolbar .uk-form-label {
  color: #ffffff;
}
.uk-light .uk-button-default,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default,
.uk-card-primary.uk-card-body .uk-button-default,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default,
.uk-card-secondary.uk-card-body .uk-button-default,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default,
.uk-overlay-primary .uk-button-default,
.ap-toolbar .uk-button-default {
  background-color: #ffffff;
  color: #333;
  border-color: transparent;
  background-image: none;
  box-shadow: none;
}
.uk-light .uk-button-default:hover,
.uk-light .uk-button-default:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-card-primary.uk-card-body .uk-button-default:hover,
.uk-card-primary.uk-card-body .uk-button-default:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default:focus,
.uk-card-secondary.uk-card-body .uk-button-default:hover,
.uk-card-secondary.uk-card-body .uk-button-default:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default:focus,
.uk-overlay-primary .uk-button-default:hover,
.uk-overlay-primary .uk-button-default:focus,
.ap-toolbar .uk-button-default:hover,
.ap-toolbar .uk-button-default:focus {
  background-color: #ffffff;
  color: #ff6600;
  border-color: transparent;
  box-shadow: none;
}
.uk-light .uk-button-default:active,
.uk-light .uk-button-default.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default:active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-card-primary.uk-card-body .uk-button-default:active,
.uk-card-primary.uk-card-body .uk-button-default.uk-active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default.uk-active,
.uk-card-secondary.uk-card-body .uk-button-default:active,
.uk-card-secondary.uk-card-body .uk-button-default.uk-active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default.uk-active,
.uk-overlay-primary .uk-button-default:active,
.uk-overlay-primary .uk-button-default.uk-active,
.ap-toolbar .uk-button-default:active,
.ap-toolbar .uk-button-default.uk-active {
  background-color: #ff6600;
  color: #ffffff;
  border-color: transparent;
}
.uk-light .uk-button-primary,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary,
.uk-card-primary.uk-card-body .uk-button-primary,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary,
.uk-card-secondary.uk-card-body .uk-button-primary,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary,
.uk-overlay-primary .uk-button-primary,
.ap-toolbar .uk-button-primary {
  background-color: #ff6600;
  color: #ffffff;
  border-color: transparent;
  background-image: none;
  box-shadow: none;
}
.uk-light .uk-button-primary:hover,
.uk-light .uk-button-primary:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-card-primary.uk-card-body .uk-button-primary:hover,
.uk-card-primary.uk-card-body .uk-button-primary:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:focus,
.uk-card-secondary.uk-card-body .uk-button-primary:hover,
.uk-card-secondary.uk-card-body .uk-button-primary:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:focus,
.uk-overlay-primary .uk-button-primary:hover,
.uk-overlay-primary .uk-button-primary:focus,
.ap-toolbar .uk-button-primary:hover,
.ap-toolbar .uk-button-primary:focus {
  color: #ffffff;
  border-color: transparent;
  box-shadow: none;
}
.uk-light .uk-button-primary:active,
.uk-light .uk-button-primary.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-card-primary.uk-card-body .uk-button-primary:active,
.uk-card-primary.uk-card-body .uk-button-primary.uk-active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary.uk-active,
.uk-card-secondary.uk-card-body .uk-button-primary:active,
.uk-card-secondary.uk-card-body .uk-button-primary.uk-active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary.uk-active,
.uk-overlay-primary .uk-button-primary:active,
.uk-overlay-primary .uk-button-primary.uk-active,
.ap-toolbar .uk-button-primary:active,
.ap-toolbar .uk-button-primary.uk-active {
  color: #ffffff;
  border-color: transparent;
}
.uk-light .uk-button-secondary,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary,
.uk-card-primary.uk-card-body .uk-button-secondary,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary,
.uk-card-secondary.uk-card-body .uk-button-secondary,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary,
.uk-overlay-primary .uk-button-secondary,
.ap-toolbar .uk-button-secondary {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
  background-image: none;
  box-shadow: none;
}
.uk-light .uk-button-secondary:hover,
.uk-light .uk-button-secondary:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-card-primary.uk-card-body .uk-button-secondary:hover,
.uk-card-primary.uk-card-body .uk-button-secondary:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:focus,
.uk-card-secondary.uk-card-body .uk-button-secondary:hover,
.uk-card-secondary.uk-card-body .uk-button-secondary:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:focus,
.uk-overlay-primary .uk-button-secondary:hover,
.uk-overlay-primary .uk-button-secondary:focus,
.ap-toolbar .uk-button-secondary:hover,
.ap-toolbar .uk-button-secondary:focus {
  background-color: transparent;
  color: #ffffff;
  box-shadow: none;
}
.uk-light .uk-button-secondary:active,
.uk-light .uk-button-secondary.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-card-primary.uk-card-body .uk-button-secondary:active,
.uk-card-primary.uk-card-body .uk-button-secondary.uk-active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary.uk-active,
.uk-card-secondary.uk-card-body .uk-button-secondary:active,
.uk-card-secondary.uk-card-body .uk-button-secondary.uk-active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary.uk-active,
.uk-overlay-primary .uk-button-secondary:active,
.uk-overlay-primary .uk-button-secondary.uk-active,
.ap-toolbar .uk-button-secondary:active,
.ap-toolbar .uk-button-secondary.uk-active {
  background-color: #ffffff;
  border-color: #ffffff;
}
.uk-light .uk-button-text,
.uk-section-primary:not(.uk-preserve-color) .uk-button-text,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-text,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-text,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-text,
.uk-card-primary.uk-card-body .uk-button-text,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-text,
.uk-card-secondary.uk-card-body .uk-button-text,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-text,
.uk-overlay-primary .uk-button-text,
.ap-toolbar .uk-button-text {
  color: #ffffff;
}
.uk-light .uk-totop:active,
.uk-section-primary:not(.uk-preserve-color) .uk-totop:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-totop:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-totop:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-totop:active,
.uk-card-primary.uk-card-body .uk-totop:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-totop:active,
.uk-card-secondary.uk-card-body .uk-totop:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-totop:active,
.uk-overlay-primary .uk-totop:active,
.ap-toolbar .uk-totop:active {
  color: #ffffff;
  background-color: transparent;
}
.uk-light .uk-marker,
.uk-section-primary:not(.uk-preserve-color) .uk-marker,
.uk-section-secondary:not(.uk-preserve-color) .uk-marker,
.uk-tile-primary:not(.uk-preserve-color) .uk-marker,
.uk-tile-secondary:not(.uk-preserve-color) .uk-marker,
.uk-card-primary.uk-card-body .uk-marker,
.uk-card-primary > :not([class*='uk-card-media']) .uk-marker,
.uk-card-secondary.uk-card-body .uk-marker,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-marker,
.uk-overlay-primary .uk-marker,
.ap-toolbar .uk-marker {
  background: #f8f8f8;
  color: #666;
}
.uk-light .uk-marker:hover,
.uk-light .uk-marker:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-marker:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-marker:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-marker:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-marker:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-marker:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-marker:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-marker:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-marker:focus,
.uk-card-primary.uk-card-body .uk-marker:hover,
.uk-card-primary.uk-card-body .uk-marker:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-marker:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-marker:focus,
.uk-card-secondary.uk-card-body .uk-marker:hover,
.uk-card-secondary.uk-card-body .uk-marker:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-marker:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-marker:focus,
.uk-overlay-primary .uk-marker:hover,
.uk-overlay-primary .uk-marker:focus,
.ap-toolbar .uk-marker:hover,
.ap-toolbar .uk-marker:focus {
  color: #666;
}
.uk-light .uk-badge,
.uk-section-primary:not(.uk-preserve-color) .uk-badge,
.uk-section-secondary:not(.uk-preserve-color) .uk-badge,
.uk-tile-primary:not(.uk-preserve-color) .uk-badge,
.uk-tile-secondary:not(.uk-preserve-color) .uk-badge,
.uk-card-primary.uk-card-body .uk-badge,
.uk-card-primary > :not([class*='uk-card-media']) .uk-badge,
.uk-card-secondary.uk-card-body .uk-badge,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-badge,
.uk-overlay-primary .uk-badge,
.ap-toolbar .uk-badge {
  background-color: #ffffff;
  color: #333;
}
.uk-light .uk-label,
.uk-section-primary:not(.uk-preserve-color) .uk-label,
.uk-section-secondary:not(.uk-preserve-color) .uk-label,
.uk-tile-primary:not(.uk-preserve-color) .uk-label,
.uk-tile-secondary:not(.uk-preserve-color) .uk-label,
.uk-card-primary.uk-card-body .uk-label,
.uk-card-primary > :not([class*='uk-card-media']) .uk-label,
.uk-card-secondary.uk-card-body .uk-label,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-label,
.uk-overlay-primary .uk-label,
.ap-toolbar .uk-label {
  background-color: #ffffff;
}
.uk-light .uk-article-title,
.uk-section-primary:not(.uk-preserve-color) .uk-article-title,
.uk-section-secondary:not(.uk-preserve-color) .uk-article-title,
.uk-tile-primary:not(.uk-preserve-color) .uk-article-title,
.uk-tile-secondary:not(.uk-preserve-color) .uk-article-title,
.uk-card-primary.uk-card-body .uk-article-title,
.uk-card-primary > :not([class*='uk-card-media']) .uk-article-title,
.uk-card-secondary.uk-card-body .uk-article-title,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-article-title,
.uk-overlay-primary .uk-article-title,
.ap-toolbar .uk-article-title {
  color: #ffffff;
}
.uk-light .uk-nav-default > li > a:hover,
.uk-light .uk-nav-default > li > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-card-primary.uk-card-body .uk-nav-default > li > a:hover,
.uk-card-primary.uk-card-body .uk-nav-default > li > a:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li > a:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li > a:focus,
.uk-card-secondary.uk-card-body .uk-nav-default > li > a:hover,
.uk-card-secondary.uk-card-body .uk-nav-default > li > a:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li > a:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li > a:focus,
.uk-overlay-primary .uk-nav-default > li > a:hover,
.uk-overlay-primary .uk-nav-default > li > a:focus,
.ap-toolbar .uk-nav-default > li > a:hover,
.ap-toolbar .uk-nav-default > li > a:focus {
  color: rgba(197, 57, 15, 0.7);
  background-color: transparent;
}
.uk-light .uk-nav-default > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-nav-default > li.uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-nav-default > li.uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li.uk-active > a,
.uk-overlay-primary .uk-nav-default > li.uk-active > a,
.ap-toolbar .uk-nav-default > li.uk-active > a {
  color: #ffffff;
  background-color: transparent;
}
.uk-light .uk-nav-default .uk-nav-header,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-card-primary.uk-card-body .uk-nav-default .uk-nav-header,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-header,
.uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-header,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-header,
.uk-overlay-primary .uk-nav-default .uk-nav-header,
.ap-toolbar .uk-nav-default .uk-nav-header {
  color: #ffffff;
}
.uk-light .uk-nav-primary > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-nav-primary > li.uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-nav-primary > li.uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary > li.uk-active > a,
.uk-overlay-primary .uk-nav-primary > li.uk-active > a,
.ap-toolbar .uk-nav-primary > li.uk-active > a {
  color: #ffffff;
}
.uk-light .uk-nav-primary .uk-nav-header,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-header,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-header,
.uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-header,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-header,
.uk-overlay-primary .uk-nav-primary .uk-nav-header,
.ap-toolbar .uk-nav-primary .uk-nav-header {
  color: #ffffff;
}
.uk-light .uk-navbar-nav > li > a::before,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a::before,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a::before,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a::before,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a::before,
.uk-overlay-primary .uk-navbar-nav > li > a::before,
.ap-toolbar .uk-navbar-nav > li > a::before {
  background-color: transparent;
}
.uk-light .uk-navbar-nav > li:hover > a,
.uk-light .uk-navbar-nav > li > a:focus,
.uk-light .uk-navbar-nav > li > a.uk-open,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-card-primary.uk-card-body .uk-navbar-nav > li:hover > a,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a:focus,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a.uk-open,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li:hover > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a.uk-open,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li:hover > a,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a:focus,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a.uk-open,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li:hover > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a.uk-open,
.uk-overlay-primary .uk-navbar-nav > li:hover > a,
.uk-overlay-primary .uk-navbar-nav > li > a:focus,
.uk-overlay-primary .uk-navbar-nav > li > a.uk-open,
.ap-toolbar .uk-navbar-nav > li:hover > a,
.ap-toolbar .uk-navbar-nav > li > a:focus,
.ap-toolbar .uk-navbar-nav > li > a.uk-open {
  color: #ffffff;
}
.uk-light .uk-navbar-nav > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-navbar-nav > li.uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li.uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a,
.uk-overlay-primary .uk-navbar-nav > li.uk-active > a,
.ap-toolbar .uk-navbar-nav > li.uk-active > a {
  color: #ffffff;
}
.uk-light .uk-navbar-nav > li.uk-active > a::before,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-card-primary.uk-card-body .uk-navbar-nav > li.uk-active > a::before,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a::before,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li.uk-active > a::before,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a::before,
.uk-overlay-primary .uk-navbar-nav > li.uk-active > a::before,
.ap-toolbar .uk-navbar-nav > li.uk-active > a::before {
  background-color: #ff6600;
}
.uk-light .uk-navbar-toggle,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-card-primary.uk-card-body .uk-navbar-toggle,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-toggle,
.uk-card-secondary.uk-card-body .uk-navbar-toggle,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-toggle,
.uk-overlay-primary .uk-navbar-toggle,
.ap-toolbar .uk-navbar-toggle {
  color: #ffffff;
}
.uk-light .uk-subnav > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-card-primary.uk-card-body .uk-subnav > .uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-subnav > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-subnav > .uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav > .uk-active > a,
.uk-overlay-primary .uk-subnav > .uk-active > a,
.ap-toolbar .uk-subnav > .uk-active > a {
  color: #ffffff;
}
.uk-light .uk-subnav-pill > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-card-primary.uk-card-body .uk-subnav-pill > .uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-subnav-pill > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-subnav-pill > .uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav-pill > .uk-active > a,
.uk-overlay-primary .uk-subnav-pill > .uk-active > a,
.ap-toolbar .uk-subnav-pill > .uk-active > a {
  background-color: #ffffff;
  box-shadow: none;
}
.uk-light .uk-tab > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-card-primary.uk-card-body .uk-tab > .uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-tab > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-tab > .uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-tab > .uk-active > a,
.uk-overlay-primary .uk-tab > .uk-active > a,
.ap-toolbar .uk-tab > .uk-active > a {
  color: #ffffff;
  border-color: #ffffff;
}
.uk-light .uk-dotnav > .uk-active > *,
.uk-section-primary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-card-primary.uk-card-body .uk-dotnav > .uk-active > *,
.uk-card-primary > :not([class*='uk-card-media']) .uk-dotnav > .uk-active > *,
.uk-card-secondary.uk-card-body .uk-dotnav > .uk-active > *,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-dotnav > .uk-active > *,
.uk-overlay-primary .uk-dotnav > .uk-active > *,
.ap-toolbar .uk-dotnav > .uk-active > * {
  background-color: #ffffff;
  border-color: transparent;
}
.uk-light .uk-countdown-number,
.uk-light .uk-countdown-separator,
.uk-section-primary:not(.uk-preserve-color) .uk-countdown-number,
.uk-section-primary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-section-secondary:not(.uk-preserve-color) .uk-countdown-number,
.uk-section-secondary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-tile-primary:not(.uk-preserve-color) .uk-countdown-number,
.uk-tile-primary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-tile-secondary:not(.uk-preserve-color) .uk-countdown-number,
.uk-tile-secondary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-card-primary.uk-card-body .uk-countdown-number,
.uk-card-primary.uk-card-body .uk-countdown-separator,
.uk-card-primary > :not([class*='uk-card-media']) .uk-countdown-number,
.uk-card-primary > :not([class*='uk-card-media']) .uk-countdown-separator,
.uk-card-secondary.uk-card-body .uk-countdown-number,
.uk-card-secondary.uk-card-body .uk-countdown-separator,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-countdown-number,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-countdown-separator,
.uk-overlay-primary .uk-countdown-number,
.uk-overlay-primary .uk-countdown-separator,
.ap-toolbar .uk-countdown-number,
.ap-toolbar .uk-countdown-separator {
  color: #ffffff;
}
.uk-light .uk-countdown-label,
.uk-section-primary:not(.uk-preserve-color) .uk-countdown-label,
.uk-section-secondary:not(.uk-preserve-color) .uk-countdown-label,
.uk-tile-primary:not(.uk-preserve-color) .uk-countdown-label,
.uk-tile-secondary:not(.uk-preserve-color) .uk-countdown-label,
.uk-card-primary.uk-card-body .uk-countdown-label,
.uk-card-primary > :not([class*='uk-card-media']) .uk-countdown-label,
.uk-card-secondary.uk-card-body .uk-countdown-label,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-countdown-label,
.uk-overlay-primary .uk-countdown-label,
.ap-toolbar .uk-countdown-label {
  color: #ffffff;
}
.uk-light .uk-text-lead,
.uk-section-primary:not(.uk-preserve-color) .uk-text-lead,
.uk-section-secondary:not(.uk-preserve-color) .uk-text-lead,
.uk-tile-primary:not(.uk-preserve-color) .uk-text-lead,
.uk-tile-secondary:not(.uk-preserve-color) .uk-text-lead,
.uk-card-primary.uk-card-body .uk-text-lead,
.uk-card-primary > :not([class*='uk-card-media']) .uk-text-lead,
.uk-card-secondary.uk-card-body .uk-text-lead,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-text-lead,
.uk-overlay-primary .uk-text-lead,
.ap-toolbar .uk-text-lead {
  color: #ffffff;
}
/* Header
   ========================================================================== */
/*
   * Header
   */
/*
   * Headerbars
   */
.ap-headerbar-top {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #ffffff;
}
.ap-headerbar-bottom {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #ffffff;
}
.ap-header .uk-navbar-nav .menu-item a {
  position: relative;
}
.ap-header .uk-navbar-nav .menu-item a:hover,
.ap-header .uk-navbar-nav .uk-active a {
  font-weight: bolder;
}
.ap-header .uk-navbar-nav .menu-item a:hover::before,
.ap-header .uk-navbar-nav .uk-active a::before {
  right: 15px;
  display: block;
}
.ap-header-transparent {
  position: absolute;
  z-index: 980;
  left: 0;
  right: 0;
}
.ap-header-transparent .uk-navbar-nav .menu-item a {
  position: relative;
  color: #fff;
}
.ap-header-transparent .uk-navbar-nav .menu-item a:hover::before,
.ap-header-transparent .uk-navbar-nav .uk-active a::before {
  background-color: #fff;
}
.uk-navbar-transparent {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 80px;
  z-index: 100;
  transition: background-color 0.3s ease-in;
}
.uk-navbar-transparent.uk-sticky-below {
  z-index: 1000;
}
.uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li.uk-active > a,
.uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a:hover {
  color: #292929;
}
.uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a {
  color: #4f5260;
}
.uk-section-secondary .uk-navbar-transparent.uk-sticky-below,
.uk-section-secondary .uk-navbar-container:not(.uk-navbar-transparent) {
  background: rgba(34, 34, 34, 0.94);
}
.uk-section-secondary .uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a,
.uk-section-secondary .uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a:hover {
  color: #fff;
}
.uk-section-primary .uk-navbar-container.uk-navbar-sticky {
  background-color: #ff6600;
}
.uk-section-muted .uk-navbar-container.uk-navbar-sticky {
  background-color: #f8f8f8;
}
.uk-section-primary .uk-navbar-container.uk-navbar-sticky {
  background-color: #ff6600;
}
.uk-navbar-container:not(.uk-navbar-transparent) {
  background: transparent;
}
.uk-navbar-sticky {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.07);
}
.uk-navbar-nav > li > a::before {
  content: '';
  display: none;
  position: absolute;
  bottom: 24px;
  height: 1px;
  background-color: #00a0de;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-transition-property: background-color, border-color, box-shadow, height, right;
  transition-property: background-color, border-color, box-shadow, height, right;
  left: 15px;
  right: calc(77%);
}
.category .uk-pagination li.uk-active,
.ap-pagination li.uk-active,
.dynamic-pagination li.uk-active,
.category .uk-pagination li.active,
.ap-pagination li.active,
.dynamic-pagination li.active {
  background-color: #ff6600;
  border-color: #ff6600;
}
.category .uk-pagination li:hover,
.ap-pagination li:hover,
.dynamic-pagination li:hover {
  border-color: #ff6600;
}
/* ========================================================================
   Component: Padding
 ========================================================================== */
/* mobile */
@media (max-width: 640px) {
  .uk-padding {
    padding: 14px;
  }
  .uk-padding-small {
    padding: 12px 15px 8px;
  }
  * + .uk-margin-medium {
    margin-top: 12px !important;
  }
  .uk-margin-medium {
    margin-bottom: 16px;
  }
  .uk-button {
    padding: 0 12px;
    line-height: 30px;
  }
  .uk-card-default .uk-card-title,
  .uk-card-title {
    font-size: 1rem;
  }
  .uk-card-body {
    padding: 10px;
  }
  .uk-tile-large {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .uk-heading-primary,
  .uk-heading-hero,
  .uk-h1,
  h1 {
    font-size: 1.75rem;
  }
  .uk-h2,
  h2 {
    font-size: 1.25rem;
  }
  .uk-h3,
  h3 {
    font-size: 1.125rem;
  }
  .uk-h4,
  h4 {
    font-size: .875rem;
  }
  .uk-h5,
  h5,
  .uk-h6,
  h6 {
    font-size: .75rem;
  }
  .uk-margin {
    margin-bottom: 14px;
  }
  * + .uk-margin {
    margin-top: 14px!important;
  }
  .uk-grid {
    margin-left: -6px;
  }
  .uk-grid > * {
    padding-left: 6px;
  }
  * + .uk-grid-margin,
  .uk-grid + .uk-grid,
  .uk-grid > .uk-grid-margin {
    margin-top: 12px;
  }
  .uk-grid + .uk-grid-collapse,
  .uk-grid-collapse > .uk-grid-margin {
    margin-top: 0;
  }
  .uk-grid-collapse > * {
    padding-left: 0;
  }
  .uk-grid-collapse {
    margin-left: 0;
  }
  .uk-card-small .uk-card-body,
  .uk-card-small.uk-card-body {
    padding: 6px;
  }
  .uk-section {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .uk-section-xsmall {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .uk-section-small {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .uk-margin-large-top {
    margin-top: 26px !important;
  }
  .uk-margin-large {
    margin-bottom: 26px;
  }
  .ap-pagination li,
  .dynamic-pagination li {
    height: 24px;
  }
  .dynamic-pagination li a {
    padding: 0 2px;
    line-height: 24px;
    min-width: 24px;
    font-size: 12px;
  }
}
.preview .uk-section-secondary .uk-button-primary:hover {
  background-color: #cc5200;
}
.ap-list-filter dd a.active {
  background-color: #ff6600;
  color: #fff;
  border-radius: 2px;
}
.ap-filter-dropdown .filter-item-wrap.open,
.ap-filter-dropdown .filter-item.active {
  color: #ff6600;
}
.category li a.active {
  color: #ff6600;
}
.uk-lightbox-items > * > video {
  width: 80%;
}
/* 兼容uk-heading-primary */
@media (min-width: 1200px) {
  .uk-heading-primary {
    font-size: 3.75rem;
    line-height: 1.1;
  }
}
.uk-list ul {
  padding-left: 10px;
}
.onepage-pagination li a.active:before {
  background: #ff6600;
}
.fr-text-bordered {
  padding-top: 6px;
  padding-bottom: 6px;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}
.fr-text-uppercase {
  text-transform: uppercase;
}
.param-field .param-tag {
  color: #ff6600;
  border: 1px solid rgba(255, 102, 0, 0.2);
}
form .step .step-bg-progress,
form .add-file .file-btn,
form .step-btns a,
form .step .ui-step.active .ui-step-num {
  background: #ff6600;
}
form .step .ui-step.active .ui-step-title {
  color: #ff6600;
}
/**************** 自定义版块样式 ********************/
.btn-effect-1 {
  border-color: #ff6600;
  background-color: #ff6600;
  color: #fff;
}
.header-effect-6 [data-item='title']::before {
  background-color: #ff6600;
}
.header-effect-7 [data-item='subTitle'] {
  display: inline-block;
  padding: 2px 8px;
  font-size: 12px;
  background-color: #ff6600;
  color: #fff !important;
}
.btn-effect-2 {
  background-color: transparent;
  border: 1px solid #ff6600;
  color: #ff6600;
}
.btn-effect-2:hover {
  background-color: #ff6600;
}
.uk-button.btn-effect-5 {
  background-color: #ff6600;
  box-shadow: 0 0 15px rgba(255, 102, 0, 0.8);
}
.header-effect-3 [data-item='title']::after {
  background: #ff6600;
}
.header-effect-6 [data-item='title']::before {
  background-color: #ff6600;
}
#ad67ca2424a3711 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a27e7a2639ae731 .sidebar {
  width: 280px;
}
@media (max-width: 640px) {
  #a27e7a2639ae731 .sidebar {
    width: 100%;
  }
}
#a27e7a2639ae731 .accordion-menu,
#a27e7a2639ae731 .accordion-menu ul ul.submenu,
#a27e7a2639ae731 .accordion-menu ul ul.submenu li ul.submenu {
  background: transparent;
}
#a27e7a2639ae731 .accordion-menu-header h4 {
  color: #fff;
  font-weight: 500;
  line-height: 50px;
}
#a27e7a2639ae731 .accordion-menu ul li a {
  margin-bottom: 1px;
  color: #555;
  background-color: #ECECEC;
  display: block;
  width: 100%;
  padding: 0 40px;
  line-height: 50px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  transition: color .2s linear,background .2s linear;
  font-size: 14px;
  border: none;
  text-overflow: ellipsis;
}
#a27e7a2639ae731 .accordion-menu > ul > li > a {
  background: #ddd;
  font-size: 16px;
}
#a27e7a2639ae731 .accordion-menu li a:hover {
  background-color: #ff6600;
  color: #fff;
  border: none;
}
#a27e7a2639ae731 .accordion-menu .submenu-indicator {
  cursor: pointer;
  position: absolute;
  font-size: 20px;
  line-height: 50px;
  padding: 0 20px;
  right: 0;
}
#a27e7a2639ae731 .contact {
  color: #fff;
}
#a27e7a2639ae731 .phone {
  display: block;
  font-size: 28px;
  font-weight: bold;
}
#a27e7a2639ae731 .hot-list {
  background: #f7f8f9;
  padding: 15px;
}
#a27e7a2639ae731 .hot-list a {
  color: #777;
}
#a27e7a2639ae731 .hot-list a:hover {
  color: #0f6ecd;
}
#a27e7a2639ae731 .hot-item .thumb {
  display: block;
  overflow: hidden;
}
#a27e7a2639ae731 .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#a27e7a2639ae731 .hot-item:hover a {
  color: #0f6ecd;
}
#a27e7a2639ae731 .hot-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#a27e7a2639ae731 .hot-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #ff6600;
  content: "";
}
#a27e7a2639ae731 .content-header {
  padding-bottom: 10px;
}
#a9253a7d3da1bbb .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#a9253a7d3da1bbb .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a9253a7d3da1bbb .ap-icon {
  margin-right: 6px;
}
#a9253a7d3da1bbb .indicator {
  margin-left: 4px;
}
#a9253a7d3da1bbb .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 -5px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a9253a7d3da1bbb .menu-list li:hover > a,
#a9253a7d3da1bbb .menu-list li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
}
#a9253a7d3da1bbb .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
  background-color: #ffffff;
}
#a9253a7d3da1bbb .menu-list ul,
#a9253a7d3da1bbb .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a9253a7d3da1bbb .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a9253a7d3da1bbb .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a9253a7d3da1bbb .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a9253a7d3da1bbb .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ab8ffaf103a0e39 {
  pointer-events: none;
  /* Open state */
}
#ab8ffaf103a0e39 .search-box {
  text-align: center;
  margin-right: -16px;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 11;
  font-size: 14px;
  display: none;
}
#ab8ffaf103a0e39 .search-box .select-text {
  width: 38px;
  height: 100%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#ab8ffaf103a0e39 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: -9px;
  top: 50px;
  display: none;
  z-index: 999999;
}
#ab8ffaf103a0e39 .search-box .search-type.show {
  display: block;
}
#ab8ffaf103a0e39 .search-box .search-type li {
  text-align: center;
  line-height: 1;
  background: #f5f5f5;
  cursor: pointer;
  padding: 0 14px;
  white-space: nowrap;
  line-height: 40px;
}
#ab8ffaf103a0e39 .search-box .search-type li:hover {
  color: rgba(255, 255, 255, 0.01);
}
#ab8ffaf103a0e39 .search-box .search-type li.active {
  color: rgba(255, 255, 255, 0.01);
}
#ab8ffaf103a0e39 select {
  border: none;
  background: transparent;
  font-size: 14px;
  color: #777;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-left: 14px;
  height: 100%;
  position: absolute;
  left: 0;
  display: none;
}
#ab8ffaf103a0e39 select.hide {
  display: none !important;
}
#ab8ffaf103a0e39 .sb-search {
  position: relative;
  width: 0%;
  min-width: 50px;
  height: 100%;
  float: right;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}
#ab8ffaf103a0e39 .sb-search-input {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  background: #f5f5f5;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 10;
  padding: 0;
  font-family: inherit;
  font-size: 14px;
  color: #757575;
}
#ab8ffaf103a0e39 .sb-search-open .sb-search-input {
  padding: 0 65px 0 38px;
}
#ab8ffaf103a0e39 .normal .sb-search-input {
  padding-left: 10px;
  color: #757575;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ab8ffaf103a0e39 input[type="search"].sb-search-input {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
#ab8ffaf103a0e39 .sb-search-input::-webkit-input-placeholder {
  color: #a8a8a8;
}
#ab8ffaf103a0e39 .sb-search-input::-moz-placeholder {
  color: #a8a8a8;
}
#ab8ffaf103a0e39 .sb-search-input:-ms-input-placeholder {
  color: #a8a8a8;
}
#ab8ffaf103a0e39 .sb-icon-search,
#ab8ffaf103a0e39 .sb-search-submit {
  width: 50px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
}
#ab8ffaf103a0e39 .sb-search-submit {
  background: #ffffff;
  /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}
#ab8ffaf103a0e39 .sb-icon-search {
  color: #757575;
  background: #ffffff;
  z-index: 90;
  font-size: 14px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#ab8ffaf103a0e39 .sb-icon-search .fa {
  color: #333333;
}
#ab8ffaf103a0e39 .sb-search.sb-search-open,
#ab8ffaf103a0e39 .no-js .sb-search {
  width: 100%;
}
#ab8ffaf103a0e39 .sb-search.sb-search-open select {
  display: inline-block;
  z-index: 20;
}
#ab8ffaf103a0e39 .sb-search.sb-search-open .sb-icon-search,
#ab8ffaf103a0e39 .no-js .sb-search .sb-icon-search {
  background: rgba(255, 255, 255, 0.01);
  color: #f5f5f5;
  z-index: 11;
}
#ab8ffaf103a0e39 .sb-search.sb-search-open .sb-icon-search .fa,
#ab8ffaf103a0e39 .no-js .sb-search .sb-icon-search .fa {
  color: #333333;
}
#ab8ffaf103a0e39 .sb-search.sb-search-open .sb-search-submit,
#ab8ffaf103a0e39 .no-js .sb-search .sb-search-submit {
  z-index: 90;
}
#a27e7a2639ae731 [data-item*=".abstract"], #a27e7a2639ae731 [data-item*=".abstract"] a {show: true;}#a27e7a2639ae731 [data-item*=".subTitle"], #a27e7a2639ae731 [data-item*=".subTitle"] a {show: true;}#a27e7a2639ae731 [data-item*=".category"], #a27e7a2639ae731 [data-item*=".category"] a {show: true;}#ad67ca2424a3711 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a15d3a719aa6681 {
  min-height: 300px;
}
#a9253a7d3da1bbb .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#a9253a7d3da1bbb .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a9253a7d3da1bbb .ap-icon {
  margin-right: 6px;
}
#a9253a7d3da1bbb .indicator {
  margin-left: 4px;
}
#a9253a7d3da1bbb .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 -5px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a9253a7d3da1bbb .menu-list li:hover > a,
#a9253a7d3da1bbb .menu-list li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
}
#a9253a7d3da1bbb .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
  background-color: #ffffff;
}
#a9253a7d3da1bbb .menu-list ul,
#a9253a7d3da1bbb .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a9253a7d3da1bbb .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a9253a7d3da1bbb .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a9253a7d3da1bbb .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a9253a7d3da1bbb .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ab8ffaf103a0e39 {
  pointer-events: none;
  /* Open state */
}
#ab8ffaf103a0e39 .search-box {
  text-align: center;
  margin-right: -16px;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 11;
  font-size: 14px;
  display: none;
}
#ab8ffaf103a0e39 .search-box .select-text {
  width: 38px;
  height: 100%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#ab8ffaf103a0e39 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: -9px;
  top: 50px;
  display: none;
  z-index: 999999;
}
#ab8ffaf103a0e39 .search-box .search-type.show {
  display: block;
}
#ab8ffaf103a0e39 .search-box .search-type li {
  text-align: center;
  line-height: 1;
  background: #f5f5f5;
  cursor: pointer;
  padding: 0 14px;
  white-space: nowrap;
  line-height: 40px;
}
#ab8ffaf103a0e39 .search-box .search-type li:hover {
  color: rgba(255, 255, 255, 0.01);
}
#ab8ffaf103a0e39 .search-box .search-type li.active {
  color: rgba(255, 255, 255, 0.01);
}
#ab8ffaf103a0e39 select {
  border: none;
  background: transparent;
  font-size: 14px;
  color: #777;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-left: 14px;
  height: 100%;
  position: absolute;
  left: 0;
  display: none;
}
#ab8ffaf103a0e39 select.hide {
  display: none !important;
}
#ab8ffaf103a0e39 .sb-search {
  position: relative;
  width: 0%;
  min-width: 50px;
  height: 100%;
  float: right;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}
#ab8ffaf103a0e39 .sb-search-input {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  background: #f5f5f5;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 10;
  padding: 0;
  font-family: inherit;
  font-size: 14px;
  color: #757575;
}
#ab8ffaf103a0e39 .sb-search-open .sb-search-input {
  padding: 0 65px 0 38px;
}
#ab8ffaf103a0e39 .normal .sb-search-input {
  padding-left: 10px;
  color: #757575;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ab8ffaf103a0e39 input[type="search"].sb-search-input {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
#ab8ffaf103a0e39 .sb-search-input::-webkit-input-placeholder {
  color: #a8a8a8;
}
#ab8ffaf103a0e39 .sb-search-input::-moz-placeholder {
  color: #a8a8a8;
}
#ab8ffaf103a0e39 .sb-search-input:-ms-input-placeholder {
  color: #a8a8a8;
}
#ab8ffaf103a0e39 .sb-icon-search,
#ab8ffaf103a0e39 .sb-search-submit {
  width: 50px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
}
#ab8ffaf103a0e39 .sb-search-submit {
  background: #ffffff;
  /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}
#ab8ffaf103a0e39 .sb-icon-search {
  color: #757575;
  background: #ffffff;
  z-index: 90;
  font-size: 14px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#ab8ffaf103a0e39 .sb-icon-search .fa {
  color: #333333;
}
#ab8ffaf103a0e39 .sb-search.sb-search-open,
#ab8ffaf103a0e39 .no-js .sb-search {
  width: 100%;
}
#ab8ffaf103a0e39 .sb-search.sb-search-open select {
  display: inline-block;
  z-index: 20;
}
#ab8ffaf103a0e39 .sb-search.sb-search-open .sb-icon-search,
#ab8ffaf103a0e39 .no-js .sb-search .sb-icon-search {
  background: rgba(255, 255, 255, 0.01);
  color: #f5f5f5;
  z-index: 11;
}
#ab8ffaf103a0e39 .sb-search.sb-search-open .sb-icon-search .fa,
#ab8ffaf103a0e39 .no-js .sb-search .sb-icon-search .fa {
  color: #333333;
}
#ab8ffaf103a0e39 .sb-search.sb-search-open .sb-search-submit,
#ab8ffaf103a0e39 .no-js .sb-search .sb-search-submit {
  z-index: 90;
}
#af67fa13f5a0729 .video-box,
#af67fa13f5a0729 .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#af67fa13f5a0729 .ap-detail-slider {
  width: 100%;
  max-width: 100%;
}
#af67fa13f5a0729 .video-box video,
#af67fa13f5a0729 .video-box img .preview-box img {
  width: 100%;
  max-height: 500px;
}
#af67fa13f5a0729 .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#af67fa13f5a0729 .preview-box .zoom-hover {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 180px;
  height: 180px;
  border: 1px solid #aaa;
  background: #0099ff;
  background-color: rgba(133, 111, 41, 0.3);
  opacity: .5;
  cursor: move;
}
#af67fa13f5a0729 .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#af67fa13f5a0729 .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#af67fa13f5a0729 .thumb-box {
  width: 100%;
  position: relative;
}
#af67fa13f5a0729 .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#af67fa13f5a0729 .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#af67fa13f5a0729 .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#af67fa13f5a0729 .thumb-list {
  overflow: hidden;
}
#af67fa13f5a0729 .thumb-list ul {
  width: 100000px;
}
#af67fa13f5a0729 .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#af67fa13f5a0729 .thumb-list ul li.thumb-video::after {
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  background: url(/resources/sys/img/play-light.svg) center center no-repeat;
  background-size: 30px;
  position: absolute;
  opacity: .8;
  transition: all .2s ease;
}
#af67fa13f5a0729 .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#af67fa13f5a0729 .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#af67fa13f5a0729 .thumb-list ul li.active img {
  border-color: #df3033;
}
#af67fa13f5a0729 .zoom-box {
  display: none;
  overflow: hidden;
  position: absolute;
  left: 100%;
  top: 0;
  width: 500px;
  height: 500px;
  border: 1px solid #e4e4e4;
  z-index: 400;
  background: #fff;
}
#af67fa13f5a0729 .zoom-box img {
  max-width: initial;
}
#af67fa13f5a0729 .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#af67fa13f5a0729 .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
#af67fa13f5a0729 .simple .slider-nav {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: inline-block;
  background-color: rgba(100, 100, 100, 0.6);
  border-radius: 10px;
  padding: 0 10px;
  line-height: 20px;
  height: 20px;
  color: #fff;
}
#af67fa13f5a0729 .simple .slider-nav li {
  display: none;
  font-size: 12px;
}
#af67fa13f5a0729 .simple .slider-nav li.uk-active {
  display: inline-block;
}
@media (max-width: 640px) {
  #af67fa13f5a0729 .right {
    width: 100%;
  }
  #af67fa13f5a0729 .goods-intro .buttons {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 0;
    z-index: 900;
    margin: 0;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e8e8e8;
  }
  #af67fa13f5a0729 .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #af67fa13f5a0729 .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#a6e35a93d5aa130 {
  overflow: hidden;
}
#a6e35a93d5aa130 , #a6e35a93d5aa130 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(51, 51, 51, 1);}#a582baca2ca9ca5 {
  overflow: hidden;
}
#a582baca2ca9ca5 , #a582baca2ca9ca5 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(17, 17, 17, 1);line-height: 25px;}#a7e90a8c7da9b54 > .ele-wrap {background-color: rgba(0, 64, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad67ca2424a3711 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a40baabe53a3ee0 .sidebar {
  width: 300px;
  margin-left: 20px;
}
#a40baabe53a3ee0 .sidebar.left {
  margin-left: 0;
  margin-right: 20px;
}
@media (max-width: 640px) {
  #a40baabe53a3ee0 .sidebar {
    width: 100%;
    margin: 0 0 15px;
  }
}
#a40baabe53a3ee0 .data-list .uk-card {
  cursor: pointer !important;
}
#a40baabe53a3ee0 .data-list .uk-card img {
  max-height: 300px;
}
#a40baabe53a3ee0 .data-list .uk-card:hover {
  background: #fafafa;
}
#a40baabe53a3ee0 .data-list .uk-card:hover .uk-h4 {
  color: #0f6ecd;
}
#a40baabe53a3ee0 .data-list .uk-card .uk-card-media-left img {
  transition: all .3s ease;
}
#a40baabe53a3ee0 .data-list .uk-card .uk-card-media-left:hover img {
  transform: scale(1.05);
}
#a40baabe53a3ee0 .data-list .uk-card-media-left {
  border-radius: 4px;
  overflow: hidden;
}
#a40baabe53a3ee0 .search-form {
  position: relative;
  overflow: hidden;
  background: #fff;
  display: block;
}
#a40baabe53a3ee0 .search-form input.search-input {
  width: 100%;
  height: 34px;
  padding: 5px 52px 5px 10px;
  font-size: 14px;
  color: #333;
  border: 1px solid #efefef;
}
#a40baabe53a3ee0 .search-form .submit {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  width: 42px;
  height: 34px;
  padding: 0;
  font-family: FontAwesome;
  content: '\f13d';
  font-size: 16px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background-color: #ff6600;
  cursor: pointer;
}
#a40baabe53a3ee0 .uk-card .category {
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 5px 6px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  background-color: #000;
  filter: alpha(opacity=60);
  background: rgba(0, 0, 0, 0.6);
  border-radius: 2px;
  transition: all .3s ease;
}
#a40baabe53a3ee0 .uk-card .category:hover {
  background: #ff6600;
}
#a40baabe53a3ee0 .accordion-menu {
  width: 100%;
}
#a40baabe53a3ee0 .accordion-menu ul ul.submenu,
#a40baabe53a3ee0 .accordion-menu ul ul.submenu li ul.submenu {
  background: transparent;
}
#a40baabe53a3ee0 .accordion-menu-header {
  padding: 10px 10px 0;
  border-bottom: 1px solid #ececec;
}
#a40baabe53a3ee0 .accordion-menu ul li a {
  margin-bottom: 1px;
  color: #555;
  display: block;
  width: 100%;
  padding: 0 40px;
  line-height: 40px;
  background: #ececec;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  transition: color .2s linear,background .2s linear;
  font-size: 13px;
  border: none;
}
#a40baabe53a3ee0 .accordion-menu > ul > li > a {
  background: #fff;
  font-size: 14px;
  border-bottom: 1px solid #ececec;
}
#a40baabe53a3ee0 .accordion-menu .menu-item.active > a {
  background: #ff6600;
  color: #fff;
}
#a40baabe53a3ee0 .accordion-menu li a:hover {
  background-color: #ff6600;
  color: #fff;
  border: none;
}
#a40baabe53a3ee0 .accordion-menu .submenu-indicator {
  cursor: pointer;
  position: absolute;
  font-size: 20px;
  line-height: 40px;
  padding: 0 20px;
  right: 0;
}
#a40baabe53a3ee0 .phone {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
#a40baabe53a3ee0 .hot-list,
#a40baabe53a3ee0 .new-list {
  padding: 12px;
}
#a40baabe53a3ee0 .new-list a:hover,
#a40baabe53a3ee0 .hot-list a:hover {
  color: #0f6ecd;
}
#a40baabe53a3ee0 .hot-item .thumb {
  display: inline-block;
  width: 100px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 2px;
  flex-shrink: 0;
}
#a40baabe53a3ee0 .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#a40baabe53a3ee0 .hot-item:hover a {
  color: #0f6ecd;
}
#a40baabe53a3ee0 .panel-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#a40baabe53a3ee0 .panel-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #ff6600;
  content: "";
}
#a40baabe53a3ee0 .content-header {
  padding-bottom: 10px;
}
#a40baabe53a3ee0 .item-title {
  color: #333;
}
#a40baabe53a3ee0 input::placeholder {
  color: #999;
}
#a40baabe53a3ee0 .datetime {
  color: #999;
}
#a40baabe53a3ee0 .new-item a {
  padding-left: 25px;
}
#a40baabe53a3ee0 .new-item span {
  background-color: #f0f0f0;
  display: inline-block;
  font-size: 13px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: #999;
  text-align: center;
  position: absolute;
  left: 0;
  top: 3px;
}
#a9253a7d3da1bbb .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#a9253a7d3da1bbb .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a9253a7d3da1bbb .ap-icon {
  margin-right: 6px;
}
#a9253a7d3da1bbb .indicator {
  margin-left: 4px;
}
#a9253a7d3da1bbb .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 -5px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a9253a7d3da1bbb .menu-list li:hover > a,
#a9253a7d3da1bbb .menu-list li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
}
#a9253a7d3da1bbb .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
  background-color: #ffffff;
}
#a9253a7d3da1bbb .menu-list ul,
#a9253a7d3da1bbb .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a9253a7d3da1bbb .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a9253a7d3da1bbb .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a9253a7d3da1bbb .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a9253a7d3da1bbb .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ab8ffaf103a0e39 {
  pointer-events: none;
  /* Open state */
}
#ab8ffaf103a0e39 .search-box {
  text-align: center;
  margin-right: -16px;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 11;
  font-size: 14px;
  display: none;
}
#ab8ffaf103a0e39 .search-box .select-text {
  width: 38px;
  height: 100%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#ab8ffaf103a0e39 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: -9px;
  top: 50px;
  display: none;
  z-index: 999999;
}
#ab8ffaf103a0e39 .search-box .search-type.show {
  display: block;
}
#ab8ffaf103a0e39 .search-box .search-type li {
  text-align: center;
  line-height: 1;
  background: #f5f5f5;
  cursor: pointer;
  padding: 0 14px;
  white-space: nowrap;
  line-height: 40px;
}
#ab8ffaf103a0e39 .search-box .search-type li:hover {
  color: rgba(255, 255, 255, 0.01);
}
#ab8ffaf103a0e39 .search-box .search-type li.active {
  color: rgba(255, 255, 255, 0.01);
}
#ab8ffaf103a0e39 select {
  border: none;
  background: transparent;
  font-size: 14px;
  color: #777;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-left: 14px;
  height: 100%;
  position: absolute;
  left: 0;
  display: none;
}
#ab8ffaf103a0e39 select.hide {
  display: none !important;
}
#ab8ffaf103a0e39 .sb-search {
  position: relative;
  width: 0%;
  min-width: 50px;
  height: 100%;
  float: right;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}
#ab8ffaf103a0e39 .sb-search-input {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  background: #f5f5f5;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 10;
  padding: 0;
  font-family: inherit;
  font-size: 14px;
  color: #757575;
}
#ab8ffaf103a0e39 .sb-search-open .sb-search-input {
  padding: 0 65px 0 38px;
}
#ab8ffaf103a0e39 .normal .sb-search-input {
  padding-left: 10px;
  color: #757575;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ab8ffaf103a0e39 input[type="search"].sb-search-input {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
#ab8ffaf103a0e39 .sb-search-input::-webkit-input-placeholder {
  color: #a8a8a8;
}
#ab8ffaf103a0e39 .sb-search-input::-moz-placeholder {
  color: #a8a8a8;
}
#ab8ffaf103a0e39 .sb-search-input:-ms-input-placeholder {
  color: #a8a8a8;
}
#ab8ffaf103a0e39 .sb-icon-search,
#ab8ffaf103a0e39 .sb-search-submit {
  width: 50px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
}
#ab8ffaf103a0e39 .sb-search-submit {
  background: #ffffff;
  /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}
#ab8ffaf103a0e39 .sb-icon-search {
  color: #757575;
  background: #ffffff;
  z-index: 90;
  font-size: 14px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#ab8ffaf103a0e39 .sb-icon-search .fa {
  color: #333333;
}
#ab8ffaf103a0e39 .sb-search.sb-search-open,
#ab8ffaf103a0e39 .no-js .sb-search {
  width: 100%;
}
#ab8ffaf103a0e39 .sb-search.sb-search-open select {
  display: inline-block;
  z-index: 20;
}
#ab8ffaf103a0e39 .sb-search.sb-search-open .sb-icon-search,
#ab8ffaf103a0e39 .no-js .sb-search .sb-icon-search {
  background: rgba(255, 255, 255, 0.01);
  color: #f5f5f5;
  z-index: 11;
}
#ab8ffaf103a0e39 .sb-search.sb-search-open .sb-icon-search .fa,
#ab8ffaf103a0e39 .no-js .sb-search .sb-icon-search .fa {
  color: #333333;
}
#ab8ffaf103a0e39 .sb-search.sb-search-open .sb-search-submit,
#ab8ffaf103a0e39 .no-js .sb-search .sb-search-submit {
  z-index: 90;
}
#a40baabe53a3ee0 [data-item*=".abstract"], #a40baabe53a3ee0 [data-item*=".abstract"] a {show: true;}#a40baabe53a3ee0 [data-item*=".subTitle"], #a40baabe53a3ee0 [data-item*=".subTitle"] a {show: true;}#a40baabe53a3ee0 [data-item*=".category"], #a40baabe53a3ee0 [data-item*=".category"] a {show: true;}#ad67ca2424a3711 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a36efae077a649a {
  min-height: 300px;
}
#a9253a7d3da1bbb .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#a9253a7d3da1bbb .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a9253a7d3da1bbb .ap-icon {
  margin-right: 6px;
}
#a9253a7d3da1bbb .indicator {
  margin-left: 4px;
}
#a9253a7d3da1bbb .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 -5px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a9253a7d3da1bbb .menu-list li:hover > a,
#a9253a7d3da1bbb .menu-list li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
}
#a9253a7d3da1bbb .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
  background-color: #ffffff;
}
#a9253a7d3da1bbb .menu-list ul,
#a9253a7d3da1bbb .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a9253a7d3da1bbb .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a9253a7d3da1bbb .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a9253a7d3da1bbb .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a9253a7d3da1bbb .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ab8ffaf103a0e39 {
  pointer-events: none;
  /* Open state */
}
#ab8ffaf103a0e39 .search-box {
  text-align: center;
  margin-right: -16px;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 11;
  font-size: 14px;
  display: none;
}
#ab8ffaf103a0e39 .search-box .select-text {
  width: 38px;
  height: 100%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#ab8ffaf103a0e39 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: -9px;
  top: 50px;
  display: none;
  z-index: 999999;
}
#ab8ffaf103a0e39 .search-box .search-type.show {
  display: block;
}
#ab8ffaf103a0e39 .search-box .search-type li {
  text-align: center;
  line-height: 1;
  background: #f5f5f5;
  cursor: pointer;
  padding: 0 14px;
  white-space: nowrap;
  line-height: 40px;
}
#ab8ffaf103a0e39 .search-box .search-type li:hover {
  color: rgba(255, 255, 255, 0.01);
}
#ab8ffaf103a0e39 .search-box .search-type li.active {
  color: rgba(255, 255, 255, 0.01);
}
#ab8ffaf103a0e39 select {
  border: none;
  background: transparent;
  font-size: 14px;
  color: #777;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-left: 14px;
  height: 100%;
  position: absolute;
  left: 0;
  display: none;
}
#ab8ffaf103a0e39 select.hide {
  display: none !important;
}
#ab8ffaf103a0e39 .sb-search {
  position: relative;
  width: 0%;
  min-width: 50px;
  height: 100%;
  float: right;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}
#ab8ffaf103a0e39 .sb-search-input {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  background: #f5f5f5;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 10;
  padding: 0;
  font-family: inherit;
  font-size: 14px;
  color: #757575;
}
#ab8ffaf103a0e39 .sb-search-open .sb-search-input {
  padding: 0 65px 0 38px;
}
#ab8ffaf103a0e39 .normal .sb-search-input {
  padding-left: 10px;
  color: #757575;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ab8ffaf103a0e39 input[type="search"].sb-search-input {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
#ab8ffaf103a0e39 .sb-search-input::-webkit-input-placeholder {
  color: #a8a8a8;
}
#ab8ffaf103a0e39 .sb-search-input::-moz-placeholder {
  color: #a8a8a8;
}
#ab8ffaf103a0e39 .sb-search-input:-ms-input-placeholder {
  color: #a8a8a8;
}
#ab8ffaf103a0e39 .sb-icon-search,
#ab8ffaf103a0e39 .sb-search-submit {
  width: 50px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
}
#ab8ffaf103a0e39 .sb-search-submit {
  background: #ffffff;
  /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}
#ab8ffaf103a0e39 .sb-icon-search {
  color: #757575;
  background: #ffffff;
  z-index: 90;
  font-size: 14px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#ab8ffaf103a0e39 .sb-icon-search .fa {
  color: #333333;
}
#ab8ffaf103a0e39 .sb-search.sb-search-open,
#ab8ffaf103a0e39 .no-js .sb-search {
  width: 100%;
}
#ab8ffaf103a0e39 .sb-search.sb-search-open select {
  display: inline-block;
  z-index: 20;
}
#ab8ffaf103a0e39 .sb-search.sb-search-open .sb-icon-search,
#ab8ffaf103a0e39 .no-js .sb-search .sb-icon-search {
  background: rgba(255, 255, 255, 0.01);
  color: #f5f5f5;
  z-index: 11;
}
#ab8ffaf103a0e39 .sb-search.sb-search-open .sb-icon-search .fa,
#ab8ffaf103a0e39 .no-js .sb-search .sb-icon-search .fa {
  color: #333333;
}
#ab8ffaf103a0e39 .sb-search.sb-search-open .sb-search-submit,
#ab8ffaf103a0e39 .no-js .sb-search .sb-search-submit {
  z-index: 90;
}
#a612ba59a7a5f3d {
  overflow: hidden;
}
#a612ba59a7a5f3d , #a612ba59a7a5f3d > * {
        font-weight: bold;
        font-style: normal;
    font-size: 24px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#abdf9ade5ea114c .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a72b7a9da9a1154 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#a72b7a9da9a1154 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a72b7a9da9a1154 .ap-icon {
  margin-right: 6px;
}
#a72b7a9da9a1154 .indicator {
  margin-left: 4px;
}
#a72b7a9da9a1154 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 -5px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a72b7a9da9a1154 .menu-list li:hover > a,
#a72b7a9da9a1154 .menu-list li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
}
#a72b7a9da9a1154 .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
  background-color: #ffffff;
}
#a72b7a9da9a1154 .menu-list ul,
#a72b7a9da9a1154 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a72b7a9da9a1154 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a72b7a9da9a1154 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a72b7a9da9a1154 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a72b7a9da9a1154 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a5d7baae68a5ced {
  pointer-events: none;
  /* Open state */
}
#a5d7baae68a5ced .search-box {
  text-align: center;
  margin-right: -16px;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 11;
  font-size: 14px;
  display: none;
}
#a5d7baae68a5ced .search-box .select-text {
  width: 38px;
  height: 100%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#a5d7baae68a5ced .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: -9px;
  top: 50px;
  display: none;
  z-index: 999999;
}
#a5d7baae68a5ced .search-box .search-type.show {
  display: block;
}
#a5d7baae68a5ced .search-box .search-type li {
  text-align: center;
  line-height: 1;
  background: #f5f5f5;
  cursor: pointer;
  padding: 0 14px;
  white-space: nowrap;
  line-height: 40px;
}
#a5d7baae68a5ced .search-box .search-type li:hover {
  color: rgba(255, 255, 255, 0.01);
}
#a5d7baae68a5ced .search-box .search-type li.active {
  color: rgba(255, 255, 255, 0.01);
}
#a5d7baae68a5ced select {
  border: none;
  background: transparent;
  font-size: 14px;
  color: #777;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-left: 14px;
  height: 100%;
  position: absolute;
  left: 0;
  display: none;
}
#a5d7baae68a5ced select.hide {
  display: none !important;
}
#a5d7baae68a5ced .sb-search {
  position: relative;
  width: 0%;
  min-width: 50px;
  height: 100%;
  float: right;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}
#a5d7baae68a5ced .sb-search-input {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  background: #f5f5f5;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 10;
  padding: 0;
  font-family: inherit;
  font-size: 14px;
  color: #757575;
}
#a5d7baae68a5ced .sb-search-open .sb-search-input {
  padding: 0 65px 0 38px;
}
#a5d7baae68a5ced .normal .sb-search-input {
  padding-left: 10px;
  color: #757575;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a5d7baae68a5ced input[type="search"].sb-search-input {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
#a5d7baae68a5ced .sb-search-input::-webkit-input-placeholder {
  color: #a8a8a8;
}
#a5d7baae68a5ced .sb-search-input::-moz-placeholder {
  color: #a8a8a8;
}
#a5d7baae68a5ced .sb-search-input:-ms-input-placeholder {
  color: #a8a8a8;
}
#a5d7baae68a5ced .sb-icon-search,
#a5d7baae68a5ced .sb-search-submit {
  width: 50px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
}
#a5d7baae68a5ced .sb-search-submit {
  background: #ffffff;
  /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}
#a5d7baae68a5ced .sb-icon-search {
  color: #757575;
  background: #ffffff;
  z-index: 90;
  font-size: 14px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#a5d7baae68a5ced .sb-icon-search .fa {
  color: #333333;
}
#a5d7baae68a5ced .sb-search.sb-search-open,
#a5d7baae68a5ced .no-js .sb-search {
  width: 100%;
}
#a5d7baae68a5ced .sb-search.sb-search-open select {
  display: inline-block;
  z-index: 20;
}
#a5d7baae68a5ced .sb-search.sb-search-open .sb-icon-search,
#a5d7baae68a5ced .no-js .sb-search .sb-icon-search {
  background: rgba(255, 255, 255, 0.01);
  color: #f5f5f5;
  z-index: 11;
}
#a5d7baae68a5ced .sb-search.sb-search-open .sb-icon-search .fa,
#a5d7baae68a5ced .no-js .sb-search .sb-icon-search .fa {
  color: #333333;
}
#a5d7baae68a5ced .sb-search.sb-search-open .sb-search-submit,
#a5d7baae68a5ced .no-js .sb-search .sb-search-submit {
  z-index: 90;
}
#a32c6a5315a01e0 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a14c4adbd8aed63 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af741aa771a3230 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a49afa3419a7863 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac8cda388ea36f1 .a746eada76ab8b3 {
  overflow: hidden;
}
#ac8cda388ea36f1 .a746eada76ab8b3 , #ac8cda388ea36f1 .a746eada76ab8b3 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#ac8cda388ea36f1 .uk-grid {
  margin-left: -15px;
}
#ac8cda388ea36f1 .uk-grid > * {
  padding-left: 15px;
}
#ac8cda388ea36f1 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#ac8cda388ea36f1 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ac8cda388ea36f1 .uk-position-center-left-out {
    left: -30px;
  }
  #ac8cda388ea36f1 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3eb5aab5fa8c4f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ae9d8a15acace37 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#ae9d8a15acace37 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#ae9d8a15acace37 .ap-icon {
  margin-right: 6px;
}
#ae9d8a15acace37 .indicator {
  margin-left: 4px;
}
#ae9d8a15acace37 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 -5px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#ae9d8a15acace37 .menu-list li:hover > a,
#ae9d8a15acace37 .menu-list li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
}
#ae9d8a15acace37 .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
  background-color: #ffffff;
}
#ae9d8a15acace37 .menu-list ul,
#ae9d8a15acace37 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#ae9d8a15acace37 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#ae9d8a15acace37 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ae9d8a15acace37 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ae9d8a15acace37 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ae10fa8015ae8e2 {
  pointer-events: none;
  /* Open state */
}
#ae10fa8015ae8e2 .search-box {
  text-align: center;
  margin-right: -16px;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 11;
  font-size: 14px;
  display: none;
}
#ae10fa8015ae8e2 .search-box .select-text {
  width: 38px;
  height: 100%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#ae10fa8015ae8e2 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: -9px;
  top: 50px;
  display: none;
  z-index: 999999;
}
#ae10fa8015ae8e2 .search-box .search-type.show {
  display: block;
}
#ae10fa8015ae8e2 .search-box .search-type li {
  text-align: center;
  line-height: 1;
  background: #f5f5f5;
  cursor: pointer;
  padding: 0 14px;
  white-space: nowrap;
  line-height: 40px;
}
#ae10fa8015ae8e2 .search-box .search-type li:hover {
  color: rgba(255, 255, 255, 0.01);
}
#ae10fa8015ae8e2 .search-box .search-type li.active {
  color: rgba(255, 255, 255, 0.01);
}
#ae10fa8015ae8e2 select {
  border: none;
  background: transparent;
  font-size: 14px;
  color: #777;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-left: 14px;
  height: 100%;
  position: absolute;
  left: 0;
  display: none;
}
#ae10fa8015ae8e2 select.hide {
  display: none !important;
}
#ae10fa8015ae8e2 .sb-search {
  position: relative;
  width: 0%;
  min-width: 50px;
  height: 100%;
  float: right;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}
#ae10fa8015ae8e2 .sb-search-input {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  background: #f5f5f5;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 10;
  padding: 0;
  font-family: inherit;
  font-size: 14px;
  color: #757575;
}
#ae10fa8015ae8e2 .sb-search-open .sb-search-input {
  padding: 0 65px 0 38px;
}
#ae10fa8015ae8e2 .normal .sb-search-input {
  padding-left: 10px;
  color: #757575;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ae10fa8015ae8e2 input[type="search"].sb-search-input {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
#ae10fa8015ae8e2 .sb-search-input::-webkit-input-placeholder {
  color: #a8a8a8;
}
#ae10fa8015ae8e2 .sb-search-input::-moz-placeholder {
  color: #a8a8a8;
}
#ae10fa8015ae8e2 .sb-search-input:-ms-input-placeholder {
  color: #a8a8a8;
}
#ae10fa8015ae8e2 .sb-icon-search,
#ae10fa8015ae8e2 .sb-search-submit {
  width: 50px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
}
#ae10fa8015ae8e2 .sb-search-submit {
  background: #ffffff;
  /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}
#ae10fa8015ae8e2 .sb-icon-search {
  color: #757575;
  background: #ffffff;
  z-index: 90;
  font-size: 14px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#ae10fa8015ae8e2 .sb-icon-search .fa {
  color: #333333;
}
#ae10fa8015ae8e2 .sb-search.sb-search-open,
#ae10fa8015ae8e2 .no-js .sb-search {
  width: 100%;
}
#ae10fa8015ae8e2 .sb-search.sb-search-open select {
  display: inline-block;
  z-index: 20;
}
#ae10fa8015ae8e2 .sb-search.sb-search-open .sb-icon-search,
#ae10fa8015ae8e2 .no-js .sb-search .sb-icon-search {
  background: rgba(255, 255, 255, 0.01);
  color: #f5f5f5;
  z-index: 11;
}
#ae10fa8015ae8e2 .sb-search.sb-search-open .sb-icon-search .fa,
#ae10fa8015ae8e2 .no-js .sb-search .sb-icon-search .fa {
  color: #333333;
}
#ae10fa8015ae8e2 .sb-search.sb-search-open .sb-search-submit,
#ae10fa8015ae8e2 .no-js .sb-search .sb-search-submit {
  z-index: 90;
}
#a2f47afb8fa441e > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7e2fa61d7ac2f8 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afcccac9bfaf2e0 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad2b5a2560a84a0 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9e6bae6d9aad3f > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abf6caa968a1b3c > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a30b8ae684a52a1 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0533ab0a4a0f18 .a36eda88daa3cde {
  overflow: hidden;
}
#a0533ab0a4a0f18 .a36eda88daa3cde , #a0533ab0a4a0f18 .a36eda88daa3cde > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#a0533ab0a4a0f18 .uk-grid {
  margin-left: -15px;
}
#a0533ab0a4a0f18 .uk-grid > * {
  padding-left: 15px;
}
#a0533ab0a4a0f18 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a0533ab0a4a0f18 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a0533ab0a4a0f18 .uk-position-center-left-out {
    left: -30px;
  }
  #a0533ab0a4a0f18 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ad67ca2424a3711 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a9134a6784a4eb4 .news-list {
  overflow: hidden;
}
#a9134a6784a4eb4 .owl-dots {
  left: 50%;
  transform: translateX(-50%);
}
#a9134a6784a4eb4 .owl-carousel .owl-item {
  width: 100%;
}
#a9253a7d3da1bbb .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#a9253a7d3da1bbb .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a9253a7d3da1bbb .ap-icon {
  margin-right: 6px;
}
#a9253a7d3da1bbb .indicator {
  margin-left: 4px;
}
#a9253a7d3da1bbb .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 -5px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a9253a7d3da1bbb .menu-list li:hover > a,
#a9253a7d3da1bbb .menu-list li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
}
#a9253a7d3da1bbb .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
  background-color: #ffffff;
}
#a9253a7d3da1bbb .menu-list ul,
#a9253a7d3da1bbb .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a9253a7d3da1bbb .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a9253a7d3da1bbb .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a9253a7d3da1bbb .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a9253a7d3da1bbb .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ab8ffaf103a0e39 {
  pointer-events: none;
  /* Open state */
}
#ab8ffaf103a0e39 .search-box {
  text-align: center;
  margin-right: -16px;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 11;
  font-size: 14px;
  display: none;
}
#ab8ffaf103a0e39 .search-box .select-text {
  width: 38px;
  height: 100%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#ab8ffaf103a0e39 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: -9px;
  top: 50px;
  display: none;
  z-index: 999999;
}
#ab8ffaf103a0e39 .search-box .search-type.show {
  display: block;
}
#ab8ffaf103a0e39 .search-box .search-type li {
  text-align: center;
  line-height: 1;
  background: #f5f5f5;
  cursor: pointer;
  padding: 0 14px;
  white-space: nowrap;
  line-height: 40px;
}
#ab8ffaf103a0e39 .search-box .search-type li:hover {
  color: rgba(255, 255, 255, 0.01);
}
#ab8ffaf103a0e39 .search-box .search-type li.active {
  color: rgba(255, 255, 255, 0.01);
}
#ab8ffaf103a0e39 select {
  border: none;
  background: transparent;
  font-size: 14px;
  color: #777;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-left: 14px;
  height: 100%;
  position: absolute;
  left: 0;
  display: none;
}
#ab8ffaf103a0e39 select.hide {
  display: none !important;
}
#ab8ffaf103a0e39 .sb-search {
  position: relative;
  width: 0%;
  min-width: 50px;
  height: 100%;
  float: right;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}
#ab8ffaf103a0e39 .sb-search-input {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  background: #f5f5f5;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 10;
  padding: 0;
  font-family: inherit;
  font-size: 14px;
  color: #757575;
}
#ab8ffaf103a0e39 .sb-search-open .sb-search-input {
  padding: 0 65px 0 38px;
}
#ab8ffaf103a0e39 .normal .sb-search-input {
  padding-left: 10px;
  color: #757575;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ab8ffaf103a0e39 input[type="search"].sb-search-input {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
#ab8ffaf103a0e39 .sb-search-input::-webkit-input-placeholder {
  color: #a8a8a8;
}
#ab8ffaf103a0e39 .sb-search-input::-moz-placeholder {
  color: #a8a8a8;
}
#ab8ffaf103a0e39 .sb-search-input:-ms-input-placeholder {
  color: #a8a8a8;
}
#ab8ffaf103a0e39 .sb-icon-search,
#ab8ffaf103a0e39 .sb-search-submit {
  width: 50px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
}
#ab8ffaf103a0e39 .sb-search-submit {
  background: #ffffff;
  /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}
#ab8ffaf103a0e39 .sb-icon-search {
  color: #757575;
  background: #ffffff;
  z-index: 90;
  font-size: 14px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#ab8ffaf103a0e39 .sb-icon-search .fa {
  color: #333333;
}
#ab8ffaf103a0e39 .sb-search.sb-search-open,
#ab8ffaf103a0e39 .no-js .sb-search {
  width: 100%;
}
#ab8ffaf103a0e39 .sb-search.sb-search-open select {
  display: inline-block;
  z-index: 20;
}
#ab8ffaf103a0e39 .sb-search.sb-search-open .sb-icon-search,
#ab8ffaf103a0e39 .no-js .sb-search .sb-icon-search {
  background: rgba(255, 255, 255, 0.01);
  color: #f5f5f5;
  z-index: 11;
}
#ab8ffaf103a0e39 .sb-search.sb-search-open .sb-icon-search .fa,
#ab8ffaf103a0e39 .no-js .sb-search .sb-icon-search .fa {
  color: #333333;
}
#ab8ffaf103a0e39 .sb-search.sb-search-open .sb-search-submit,
#ab8ffaf103a0e39 .no-js .sb-search .sb-search-submit {
  z-index: 90;
}
#a7304ac3ada0358 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7304ac3ada0358  > .ele-wrap:hover {background-color: rgba(235, 234, 234, 1);}#a1bbca151aaefcf > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1bbca151aaefcf  > .ele-wrap:hover {background-color: rgba(235, 234, 234, 1);}#a0a57a2c33a871f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0a57a2c33a871f  > .ele-wrap:hover {background-color: rgba(235, 234, 234, 1);}#a72b1ac3ccabc39 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a72b1ac3ccabc39  > .ele-wrap:hover {background-color: rgba(235, 234, 234, 1);}#aa74daba4eac0d7 form {
  width: 100%;
  height: 100%;
}
#aa74daba4eac0d7 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aa74daba4eac0d7 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#aa74daba4eac0d7 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aa74daba4eac0d7 .search-box .search-type.show {
  display: block;
}
#aa74daba4eac0d7 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#aa74daba4eac0d7 .search-box .search-type li:hover {
  color: #666666;
}
#aa74daba4eac0d7 .search-box .search-type li.active {
  color: #666666;
}
#aa74daba4eac0d7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
  border-top-width: 1px;
  border-top-color: #666666;
  border-top-style: solid;
  border-right-color: #666666;
  border-left-color: #666666;
  border-bottom-color: #666666;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aa74daba4eac0d7 .inner-form .input-field {
  height: 100%;
}
#aa74daba4eac0d7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #666666;
}
#aa74daba4eac0d7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #8c8c8c;
}
#aa74daba4eac0d7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #8c8c8c;
}
#aa74daba4eac0d7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #8c8c8c;
}
#aa74daba4eac0d7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aa74daba4eac0d7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#aa74daba4eac0d7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aa74daba4eac0d7 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #666666;
  margin: 0 15px;
}
#aa74daba4eac0d7 .inner-form .input-field.second-wrap {
  min-width: 130px;
}
#aa74daba4eac0d7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #666666;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#aa74daba4eac0d7 .btn-search:hover {
  background: #666666;
}
#aa74daba4eac0d7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a20cda6964a8a83 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ab8dfa1040ae70b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#ab8dfa1040ae70b .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#ab8dfa1040ae70b .ap-icon {
  margin-right: 6px;
}
#ab8dfa1040ae70b .indicator {
  margin-left: 4px;
}
#ab8dfa1040ae70b .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 -5px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#ab8dfa1040ae70b .menu-list li:hover > a,
#ab8dfa1040ae70b .menu-list li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
}
#ab8dfa1040ae70b .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
  background-color: #ffffff;
}
#ab8dfa1040ae70b .menu-list ul,
#ab8dfa1040ae70b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#ab8dfa1040ae70b .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#ab8dfa1040ae70b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ab8dfa1040ae70b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ab8dfa1040ae70b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aff67ad083ad9b1 {
  pointer-events: none;
  /* Open state */
}
#aff67ad083ad9b1 .search-box {
  text-align: center;
  margin-right: -16px;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 11;
  font-size: 14px;
  display: none;
}
#aff67ad083ad9b1 .search-box .select-text {
  width: 38px;
  height: 100%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#aff67ad083ad9b1 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: -9px;
  top: 50px;
  display: none;
  z-index: 999999;
}
#aff67ad083ad9b1 .search-box .search-type.show {
  display: block;
}
#aff67ad083ad9b1 .search-box .search-type li {
  text-align: center;
  line-height: 1;
  background: #ffffff;
  cursor: pointer;
  padding: 0 14px;
  white-space: nowrap;
  line-height: 40px;
}
#aff67ad083ad9b1 .search-box .search-type li:hover {
  color: rgba(255, 255, 255, 0.01);
}
#aff67ad083ad9b1 .search-box .search-type li.active {
  color: rgba(255, 255, 255, 0.01);
}
#aff67ad083ad9b1 select {
  border: none;
  background: transparent;
  font-size: 14px;
  color: #777;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-left: 14px;
  height: 100%;
  position: absolute;
  left: 0;
  display: none;
}
#aff67ad083ad9b1 select.hide {
  display: none !important;
}
#aff67ad083ad9b1 .sb-search {
  position: relative;
  width: 0%;
  min-width: 50px;
  height: 100%;
  float: right;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}
#aff67ad083ad9b1 .sb-search-input {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  background: #ffffff;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 10;
  padding: 0;
  font-family: inherit;
  font-size: 14px;
  color: #757575;
}
#aff67ad083ad9b1 .sb-search-open .sb-search-input {
  padding: 0 65px 0 38px;
}
#aff67ad083ad9b1 .normal .sb-search-input {
  padding-left: 10px;
  color: #757575;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#aff67ad083ad9b1 input[type="search"].sb-search-input {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
#aff67ad083ad9b1 .sb-search-input::-webkit-input-placeholder {
  color: #a8a8a8;
}
#aff67ad083ad9b1 .sb-search-input::-moz-placeholder {
  color: #a8a8a8;
}
#aff67ad083ad9b1 .sb-search-input:-ms-input-placeholder {
  color: #a8a8a8;
}
#aff67ad083ad9b1 .sb-icon-search,
#aff67ad083ad9b1 .sb-search-submit {
  width: 50px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
}
#aff67ad083ad9b1 .sb-search-submit {
  background: #ffffff;
  /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}
#aff67ad083ad9b1 .sb-icon-search {
  color: #757575;
  background: #ffffff;
  z-index: 90;
  font-size: 14px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#aff67ad083ad9b1 .sb-icon-search .fa {
  color: #333333;
}
#aff67ad083ad9b1 .sb-search.sb-search-open,
#aff67ad083ad9b1 .no-js .sb-search {
  width: 100%;
}
#aff67ad083ad9b1 .sb-search.sb-search-open select {
  display: inline-block;
  z-index: 20;
}
#aff67ad083ad9b1 .sb-search.sb-search-open .sb-icon-search,
#aff67ad083ad9b1 .no-js .sb-search .sb-icon-search {
  background: rgba(255, 255, 255, 0.01);
  color: #ffffff;
  z-index: 11;
}
#aff67ad083ad9b1 .sb-search.sb-search-open .sb-icon-search .fa,
#aff67ad083ad9b1 .no-js .sb-search .sb-icon-search .fa {
  color: #333333;
}
#aff67ad083ad9b1 .sb-search.sb-search-open .sb-search-submit,
#aff67ad083ad9b1 .no-js .sb-search .sb-search-submit {
  z-index: 90;
}
#a4368a8471a55cc > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6b22a9565a6494 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae4e3a655bab325 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2906ac1caae0bf > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad847a6fafaacfd > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0641afbbfa732b .a901bad8d3ad39c {
  overflow: hidden;
}
#a0641afbbfa732b .a901bad8d3ad39c , #a0641afbbfa732b .a901bad8d3ad39c > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#a0641afbbfa732b .uk-grid {
  margin-left: -15px;
}
#a0641afbbfa732b .uk-grid > * {
  padding-left: 15px;
}
#a0641afbbfa732b .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a0641afbbfa732b .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a0641afbbfa732b .uk-position-center-left-out {
    left: -30px;
  }
  #a0641afbbfa732b .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a93b4ab749afc84 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a2611a307da8a18 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#a2611a307da8a18 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a2611a307da8a18 .ap-icon {
  margin-right: 6px;
}
#a2611a307da8a18 .indicator {
  margin-left: 4px;
}
#a2611a307da8a18 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 -5px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a2611a307da8a18 .menu-list li:hover > a,
#a2611a307da8a18 .menu-list li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
}
#a2611a307da8a18 .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
  background-color: #ffffff;
}
#a2611a307da8a18 .menu-list ul,
#a2611a307da8a18 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a2611a307da8a18 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a2611a307da8a18 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2611a307da8a18 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2611a307da8a18 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ab3f2a2b45a67c6 {
  pointer-events: none;
  /* Open state */
}
#ab3f2a2b45a67c6 .search-box {
  text-align: center;
  margin-right: -16px;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 11;
  font-size: 14px;
  display: none;
}
#ab3f2a2b45a67c6 .search-box .select-text {
  width: 38px;
  height: 100%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#ab3f2a2b45a67c6 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: -9px;
  top: 50px;
  display: none;
  z-index: 999999;
}
#ab3f2a2b45a67c6 .search-box .search-type.show {
  display: block;
}
#ab3f2a2b45a67c6 .search-box .search-type li {
  text-align: center;
  line-height: 1;
  background: #ffffff;
  cursor: pointer;
  padding: 0 14px;
  white-space: nowrap;
  line-height: 40px;
}
#ab3f2a2b45a67c6 .search-box .search-type li:hover {
  color: rgba(255, 255, 255, 0.01);
}
#ab3f2a2b45a67c6 .search-box .search-type li.active {
  color: rgba(255, 255, 255, 0.01);
}
#ab3f2a2b45a67c6 select {
  border: none;
  background: transparent;
  font-size: 14px;
  color: #777;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-left: 14px;
  height: 100%;
  position: absolute;
  left: 0;
  display: none;
}
#ab3f2a2b45a67c6 select.hide {
  display: none !important;
}
#ab3f2a2b45a67c6 .sb-search {
  position: relative;
  width: 0%;
  min-width: 50px;
  height: 100%;
  float: right;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}
#ab3f2a2b45a67c6 .sb-search-input {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  background: #ffffff;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 10;
  padding: 0;
  font-family: inherit;
  font-size: 14px;
  color: #757575;
}
#ab3f2a2b45a67c6 .sb-search-open .sb-search-input {
  padding: 0 65px 0 38px;
}
#ab3f2a2b45a67c6 .normal .sb-search-input {
  padding-left: 10px;
  color: #757575;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ab3f2a2b45a67c6 input[type="search"].sb-search-input {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
#ab3f2a2b45a67c6 .sb-search-input::-webkit-input-placeholder {
  color: #a8a8a8;
}
#ab3f2a2b45a67c6 .sb-search-input::-moz-placeholder {
  color: #a8a8a8;
}
#ab3f2a2b45a67c6 .sb-search-input:-ms-input-placeholder {
  color: #a8a8a8;
}
#ab3f2a2b45a67c6 .sb-icon-search,
#ab3f2a2b45a67c6 .sb-search-submit {
  width: 50px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
}
#ab3f2a2b45a67c6 .sb-search-submit {
  background: #ffffff;
  /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}
#ab3f2a2b45a67c6 .sb-icon-search {
  color: #757575;
  background: #ffffff;
  z-index: 90;
  font-size: 14px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#ab3f2a2b45a67c6 .sb-icon-search .fa {
  color: #333333;
}
#ab3f2a2b45a67c6 .sb-search.sb-search-open,
#ab3f2a2b45a67c6 .no-js .sb-search {
  width: 100%;
}
#ab3f2a2b45a67c6 .sb-search.sb-search-open select {
  display: inline-block;
  z-index: 20;
}
#ab3f2a2b45a67c6 .sb-search.sb-search-open .sb-icon-search,
#ab3f2a2b45a67c6 .no-js .sb-search .sb-icon-search {
  background: rgba(255, 255, 255, 0.01);
  color: #ffffff;
  z-index: 11;
}
#ab3f2a2b45a67c6 .sb-search.sb-search-open .sb-icon-search .fa,
#ab3f2a2b45a67c6 .no-js .sb-search .sb-icon-search .fa {
  color: #333333;
}
#ab3f2a2b45a67c6 .sb-search.sb-search-open .sb-search-submit,
#ab3f2a2b45a67c6 .no-js .sb-search .sb-search-submit {
  z-index: 90;
}
#a415ba030aa1e2b > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acdddae1a9ade09 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af274a1f55a97b6 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a68cba3c73a5bc8 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8adaa7dd7a8d39 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae548a12f7a57a1 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a85fea21eea7c45 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#a85fea21eea7c45 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a85fea21eea7c45 .ap-icon {
  margin-right: 6px;
}
#a85fea21eea7c45 .indicator {
  margin-left: 4px;
}
#a85fea21eea7c45 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 -5px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a85fea21eea7c45 .menu-list li:hover > a,
#a85fea21eea7c45 .menu-list li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
}
#a85fea21eea7c45 .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
  background-color: #ffffff;
}
#a85fea21eea7c45 .menu-list ul,
#a85fea21eea7c45 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a85fea21eea7c45 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a85fea21eea7c45 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a85fea21eea7c45 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a85fea21eea7c45 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a3856ad9a8a627b {
  pointer-events: none;
  /* Open state */
}
#a3856ad9a8a627b .search-box {
  text-align: center;
  margin-right: -16px;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 11;
  font-size: 14px;
  display: none;
}
#a3856ad9a8a627b .search-box .select-text {
  width: 38px;
  height: 100%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#a3856ad9a8a627b .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: -9px;
  top: 50px;
  display: none;
  z-index: 999999;
}
#a3856ad9a8a627b .search-box .search-type.show {
  display: block;
}
#a3856ad9a8a627b .search-box .search-type li {
  text-align: center;
  line-height: 1;
  background: #ffffff;
  cursor: pointer;
  padding: 0 14px;
  white-space: nowrap;
  line-height: 40px;
}
#a3856ad9a8a627b .search-box .search-type li:hover {
  color: rgba(255, 255, 255, 0.01);
}
#a3856ad9a8a627b .search-box .search-type li.active {
  color: rgba(255, 255, 255, 0.01);
}
#a3856ad9a8a627b select {
  border: none;
  background: transparent;
  font-size: 14px;
  color: #777;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-left: 14px;
  height: 100%;
  position: absolute;
  left: 0;
  display: none;
}
#a3856ad9a8a627b select.hide {
  display: none !important;
}
#a3856ad9a8a627b .sb-search {
  position: relative;
  width: 0%;
  min-width: 50px;
  height: 100%;
  float: right;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}
#a3856ad9a8a627b .sb-search-input {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  background: #ffffff;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 10;
  padding: 0;
  font-family: inherit;
  font-size: 14px;
  color: #757575;
}
#a3856ad9a8a627b .sb-search-open .sb-search-input {
  padding: 0 65px 0 38px;
}
#a3856ad9a8a627b .normal .sb-search-input {
  padding-left: 10px;
  color: #757575;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a3856ad9a8a627b input[type="search"].sb-search-input {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
#a3856ad9a8a627b .sb-search-input::-webkit-input-placeholder {
  color: #a8a8a8;
}
#a3856ad9a8a627b .sb-search-input::-moz-placeholder {
  color: #a8a8a8;
}
#a3856ad9a8a627b .sb-search-input:-ms-input-placeholder {
  color: #a8a8a8;
}
#a3856ad9a8a627b .sb-icon-search,
#a3856ad9a8a627b .sb-search-submit {
  width: 50px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
}
#a3856ad9a8a627b .sb-search-submit {
  background: #ffffff;
  /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}
#a3856ad9a8a627b .sb-icon-search {
  color: #757575;
  background: #ffffff;
  z-index: 90;
  font-size: 14px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#a3856ad9a8a627b .sb-icon-search .fa {
  color: #333333;
}
#a3856ad9a8a627b .sb-search.sb-search-open,
#a3856ad9a8a627b .no-js .sb-search {
  width: 100%;
}
#a3856ad9a8a627b .sb-search.sb-search-open select {
  display: inline-block;
  z-index: 20;
}
#a3856ad9a8a627b .sb-search.sb-search-open .sb-icon-search,
#a3856ad9a8a627b .no-js .sb-search .sb-icon-search {
  background: rgba(255, 255, 255, 0.01);
  color: #ffffff;
  z-index: 11;
}
#a3856ad9a8a627b .sb-search.sb-search-open .sb-icon-search .fa,
#a3856ad9a8a627b .no-js .sb-search .sb-icon-search .fa {
  color: #333333;
}
#a3856ad9a8a627b .sb-search.sb-search-open .sb-search-submit,
#a3856ad9a8a627b .no-js .sb-search .sb-search-submit {
  z-index: 90;
}
#a90a8a67f2af85e > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac963a071caaef0 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab277aa06ea784c > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aee39ab616ad481 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a08bfa240ba7ab5 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a88eaa9537a0a55 .uk-grid {
  margin-left: -15px;
}
#a88eaa9537a0a55 .uk-grid > * {
  padding-left: 15px;
}
#a88eaa9537a0a55 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a88eaa9537a0a55 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a88eaa9537a0a55 .uk-position-center-left-out {
    left: -30px;
  }
  #a88eaa9537a0a55 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a334ca3db7a9a7f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ae3dea1a73a70da .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a9253a7d3da1bbb .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#a9253a7d3da1bbb .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a9253a7d3da1bbb .ap-icon {
  margin-right: 6px;
}
#a9253a7d3da1bbb .indicator {
  margin-left: 4px;
}
#a9253a7d3da1bbb .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 -5px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a9253a7d3da1bbb .menu-list li:hover > a,
#a9253a7d3da1bbb .menu-list li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
}
#a9253a7d3da1bbb .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
  background-color: #ffffff;
}
#a9253a7d3da1bbb .menu-list ul,
#a9253a7d3da1bbb .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a9253a7d3da1bbb .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a9253a7d3da1bbb .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a9253a7d3da1bbb .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a9253a7d3da1bbb .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ab8ffaf103a0e39 {
  pointer-events: none;
  /* Open state */
}
#ab8ffaf103a0e39 .search-box {
  text-align: center;
  margin-right: -16px;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 11;
  font-size: 14px;
  display: none;
}
#ab8ffaf103a0e39 .search-box .select-text {
  width: 38px;
  height: 100%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#ab8ffaf103a0e39 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: -9px;
  top: 50px;
  display: none;
  z-index: 999999;
}
#ab8ffaf103a0e39 .search-box .search-type.show {
  display: block;
}
#ab8ffaf103a0e39 .search-box .search-type li {
  text-align: center;
  line-height: 1;
  background: #f5f5f5;
  cursor: pointer;
  padding: 0 14px;
  white-space: nowrap;
  line-height: 40px;
}
#ab8ffaf103a0e39 .search-box .search-type li:hover {
  color: rgba(255, 255, 255, 0.01);
}
#ab8ffaf103a0e39 .search-box .search-type li.active {
  color: rgba(255, 255, 255, 0.01);
}
#ab8ffaf103a0e39 select {
  border: none;
  background: transparent;
  font-size: 14px;
  color: #777;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-left: 14px;
  height: 100%;
  position: absolute;
  left: 0;
  display: none;
}
#ab8ffaf103a0e39 select.hide {
  display: none !important;
}
#ab8ffaf103a0e39 .sb-search {
  position: relative;
  width: 0%;
  min-width: 50px;
  height: 100%;
  float: right;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}
#ab8ffaf103a0e39 .sb-search-input {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  background: #f5f5f5;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 10;
  padding: 0;
  font-family: inherit;
  font-size: 14px;
  color: #757575;
}
#ab8ffaf103a0e39 .sb-search-open .sb-search-input {
  padding: 0 65px 0 38px;
}
#ab8ffaf103a0e39 .normal .sb-search-input {
  padding-left: 10px;
  color: #757575;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ab8ffaf103a0e39 input[type="search"].sb-search-input {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
#ab8ffaf103a0e39 .sb-search-input::-webkit-input-placeholder {
  color: #a8a8a8;
}
#ab8ffaf103a0e39 .sb-search-input::-moz-placeholder {
  color: #a8a8a8;
}
#ab8ffaf103a0e39 .sb-search-input:-ms-input-placeholder {
  color: #a8a8a8;
}
#ab8ffaf103a0e39 .sb-icon-search,
#ab8ffaf103a0e39 .sb-search-submit {
  width: 50px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
}
#ab8ffaf103a0e39 .sb-search-submit {
  background: #ffffff;
  /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}
#ab8ffaf103a0e39 .sb-icon-search {
  color: #757575;
  background: #ffffff;
  z-index: 90;
  font-size: 14px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#ab8ffaf103a0e39 .sb-icon-search .fa {
  color: #333333;
}
#ab8ffaf103a0e39 .sb-search.sb-search-open,
#ab8ffaf103a0e39 .no-js .sb-search {
  width: 100%;
}
#ab8ffaf103a0e39 .sb-search.sb-search-open select {
  display: inline-block;
  z-index: 20;
}
#ab8ffaf103a0e39 .sb-search.sb-search-open .sb-icon-search,
#ab8ffaf103a0e39 .no-js .sb-search .sb-icon-search {
  background: rgba(255, 255, 255, 0.01);
  color: #f5f5f5;
  z-index: 11;
}
#ab8ffaf103a0e39 .sb-search.sb-search-open .sb-icon-search .fa,
#ab8ffaf103a0e39 .no-js .sb-search .sb-icon-search .fa {
  color: #333333;
}
#ab8ffaf103a0e39 .sb-search.sb-search-open .sb-search-submit,
#ab8ffaf103a0e39 .no-js .sb-search .sb-search-submit {
  z-index: 90;
}
#ada3eadfaea7acf .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#ada3eadfaea7acf .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#ada3eadfaea7acf .ap-icon {
  margin-right: 6px;
}
#ada3eadfaea7acf .indicator {
  margin-left: 4px;
}
#ada3eadfaea7acf .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 -5px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#ada3eadfaea7acf .menu-list li:hover > a,
#ada3eadfaea7acf .menu-list li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
}
#ada3eadfaea7acf .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
  background-color: #ffffff;
}
#ada3eadfaea7acf .menu-list ul,
#ada3eadfaea7acf .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#ada3eadfaea7acf .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#ada3eadfaea7acf .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ada3eadfaea7acf .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ada3eadfaea7acf .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a3856a6c62adb03 {
  pointer-events: none;
  /* Open state */
}
#a3856a6c62adb03 .search-box {
  text-align: center;
  margin-right: -16px;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 11;
  font-size: 14px;
  display: none;
}
#a3856a6c62adb03 .search-box .select-text {
  width: 38px;
  height: 100%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#a3856a6c62adb03 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: -9px;
  top: 50px;
  display: none;
  z-index: 999999;
}
#a3856a6c62adb03 .search-box .search-type.show {
  display: block;
}
#a3856a6c62adb03 .search-box .search-type li {
  text-align: center;
  line-height: 1;
  background: #ffffff;
  cursor: pointer;
  padding: 0 14px;
  white-space: nowrap;
  line-height: 40px;
}
#a3856a6c62adb03 .search-box .search-type li:hover {
  color: rgba(255, 255, 255, 0.01);
}
#a3856a6c62adb03 .search-box .search-type li.active {
  color: rgba(255, 255, 255, 0.01);
}
#a3856a6c62adb03 select {
  border: none;
  background: transparent;
  font-size: 14px;
  color: #777;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-left: 14px;
  height: 100%;
  position: absolute;
  left: 0;
  display: none;
}
#a3856a6c62adb03 select.hide {
  display: none !important;
}
#a3856a6c62adb03 .sb-search {
  position: relative;
  width: 0%;
  min-width: 50px;
  height: 100%;
  float: right;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}
#a3856a6c62adb03 .sb-search-input {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  background: #ffffff;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 10;
  padding: 0;
  font-family: inherit;
  font-size: 14px;
  color: #757575;
}
#a3856a6c62adb03 .sb-search-open .sb-search-input {
  padding: 0 65px 0 38px;
}
#a3856a6c62adb03 .normal .sb-search-input {
  padding-left: 10px;
  color: #757575;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a3856a6c62adb03 input[type="search"].sb-search-input {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
#a3856a6c62adb03 .sb-search-input::-webkit-input-placeholder {
  color: #a8a8a8;
}
#a3856a6c62adb03 .sb-search-input::-moz-placeholder {
  color: #a8a8a8;
}
#a3856a6c62adb03 .sb-search-input:-ms-input-placeholder {
  color: #a8a8a8;
}
#a3856a6c62adb03 .sb-icon-search,
#a3856a6c62adb03 .sb-search-submit {
  width: 50px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
}
#a3856a6c62adb03 .sb-search-submit {
  background: #ffffff;
  /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}
#a3856a6c62adb03 .sb-icon-search {
  color: #757575;
  background: #ffffff;
  z-index: 90;
  font-size: 14px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#a3856a6c62adb03 .sb-icon-search .fa {
  color: #333333;
}
#a3856a6c62adb03 .sb-search.sb-search-open,
#a3856a6c62adb03 .no-js .sb-search {
  width: 100%;
}
#a3856a6c62adb03 .sb-search.sb-search-open select {
  display: inline-block;
  z-index: 20;
}
#a3856a6c62adb03 .sb-search.sb-search-open .sb-icon-search,
#a3856a6c62adb03 .no-js .sb-search .sb-icon-search {
  background: rgba(255, 255, 255, 0.01);
  color: #ffffff;
  z-index: 11;
}
#a3856a6c62adb03 .sb-search.sb-search-open .sb-icon-search .fa,
#a3856a6c62adb03 .no-js .sb-search .sb-icon-search .fa {
  color: #333333;
}
#a3856a6c62adb03 .sb-search.sb-search-open .sb-search-submit,
#a3856a6c62adb03 .no-js .sb-search .sb-search-submit {
  z-index: 90;
}
#a6127a4836a6611 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9988a9943a15f7 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5057af1a7a2e01 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae93da4aefae4a8 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aac97a7efda88e0 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3be1a9009af124 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5887a0977af5df .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#a5887a0977af5df .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a5887a0977af5df .ap-icon {
  margin-right: 6px;
}
#a5887a0977af5df .indicator {
  margin-left: 4px;
}
#a5887a0977af5df .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 -5px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a5887a0977af5df .menu-list li:hover > a,
#a5887a0977af5df .menu-list li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
}
#a5887a0977af5df .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
  background-color: #ffffff;
}
#a5887a0977af5df .menu-list ul,
#a5887a0977af5df .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a5887a0977af5df .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a5887a0977af5df .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a5887a0977af5df .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a5887a0977af5df .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aade2abd26a496f {
  pointer-events: none;
  /* Open state */
}
#aade2abd26a496f .search-box {
  text-align: center;
  margin-right: -16px;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 11;
  font-size: 14px;
  display: none;
}
#aade2abd26a496f .search-box .select-text {
  width: 38px;
  height: 100%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#aade2abd26a496f .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: -9px;
  top: 50px;
  display: none;
  z-index: 999999;
}
#aade2abd26a496f .search-box .search-type.show {
  display: block;
}
#aade2abd26a496f .search-box .search-type li {
  text-align: center;
  line-height: 1;
  background: #ffffff;
  cursor: pointer;
  padding: 0 14px;
  white-space: nowrap;
  line-height: 40px;
}
#aade2abd26a496f .search-box .search-type li:hover {
  color: rgba(255, 255, 255, 0.01);
}
#aade2abd26a496f .search-box .search-type li.active {
  color: rgba(255, 255, 255, 0.01);
}
#aade2abd26a496f select {
  border: none;
  background: transparent;
  font-size: 14px;
  color: #777;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-left: 14px;
  height: 100%;
  position: absolute;
  left: 0;
  display: none;
}
#aade2abd26a496f select.hide {
  display: none !important;
}
#aade2abd26a496f .sb-search {
  position: relative;
  width: 0%;
  min-width: 50px;
  height: 100%;
  float: right;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}
#aade2abd26a496f .sb-search-input {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  background: #ffffff;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 10;
  padding: 0;
  font-family: inherit;
  font-size: 14px;
  color: #757575;
}
#aade2abd26a496f .sb-search-open .sb-search-input {
  padding: 0 65px 0 38px;
}
#aade2abd26a496f .normal .sb-search-input {
  padding-left: 10px;
  color: #757575;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#aade2abd26a496f input[type="search"].sb-search-input {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
#aade2abd26a496f .sb-search-input::-webkit-input-placeholder {
  color: #a8a8a8;
}
#aade2abd26a496f .sb-search-input::-moz-placeholder {
  color: #a8a8a8;
}
#aade2abd26a496f .sb-search-input:-ms-input-placeholder {
  color: #a8a8a8;
}
#aade2abd26a496f .sb-icon-search,
#aade2abd26a496f .sb-search-submit {
  width: 50px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
}
#aade2abd26a496f .sb-search-submit {
  background: #ffffff;
  /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}
#aade2abd26a496f .sb-icon-search {
  color: #757575;
  background: #ffffff;
  z-index: 90;
  font-size: 14px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#aade2abd26a496f .sb-icon-search .fa {
  color: #333333;
}
#aade2abd26a496f .sb-search.sb-search-open,
#aade2abd26a496f .no-js .sb-search {
  width: 100%;
}
#aade2abd26a496f .sb-search.sb-search-open select {
  display: inline-block;
  z-index: 20;
}
#aade2abd26a496f .sb-search.sb-search-open .sb-icon-search,
#aade2abd26a496f .no-js .sb-search .sb-icon-search {
  background: rgba(255, 255, 255, 0.01);
  color: #ffffff;
  z-index: 11;
}
#aade2abd26a496f .sb-search.sb-search-open .sb-icon-search .fa,
#aade2abd26a496f .no-js .sb-search .sb-icon-search .fa {
  color: #333333;
}
#aade2abd26a496f .sb-search.sb-search-open .sb-search-submit,
#aade2abd26a496f .no-js .sb-search .sb-search-submit {
  z-index: 90;
}
#a6f0ca258ea9706 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3421a1e2bad442 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa87baace7adabc > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a69aea530baaa18 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5587a266ca0da1 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aefcba438bac890  {flex: 1;}#a0dc5aa920ac0e9  {flex: 1;}#a9aefae1dda0be2 .ap-category-filter ul li.active {
  border-color: #ff6600;
  color: #ff6600;
}
#a9aefae1dda0be2 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a9aefae1dda0be2 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
  border-top-width: 1px;
  border-top-color: #e7e7e7;
  border-top-style: solid;
  border-right-color: #e7e7e7;
  border-left-color: #e7e7e7;
  border-bottom-color: #e7e7e7;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a9aefae1dda0be2 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a9aefae1dda0be2 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a9aefae1dda0be2 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a9aefae1dda0be2 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#a9aefae1dda0be2 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a9aefae1dda0be2 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a9aefae1dda0be2 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a9aefae1dda0be2 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a9aefae1dda0be2 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a9aefae1dda0be2 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a9aefae1dda0be2 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a9aefae1dda0be2 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
  border-top-width: 1px;
  border-top-color: #e7e7e7;
  border-top-style: solid;
  border-right-color: #e7e7e7;
  border-left-color: #e7e7e7;
  border-bottom-color: #e7e7e7;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a9aefae1dda0be2 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a9aefae1dda0be2 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a9aefae1dda0be2 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a9aefae1dda0be2 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a9aefae1dda0be2 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#a9aefae1dda0be2 .ele-article-list .pic-article {
  padding: 15px 0px;
  border-bottom: 1px solid #ececec;
}
#a9aefae1dda0be2 .ele-article-list .pic-article .img_wrap {
  width: 25%;
  border-radius: 0px;
  overflow: hidden;
}
#a9aefae1dda0be2 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a9aefae1dda0be2 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a9aefae1dda0be2 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a9aefae1dda0be2 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a9aefae1dda0be2 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a9aefae1dda0be2 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a9aefae1dda0be2 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#a9aefae1dda0be2 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a9aefae1dda0be2 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a9aefae1dda0be2 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a75c9a9830a3b7d  {flex: 1;}#a0a5ba6177a64fe .ap-category-filter ul li.active {
  border-color: #ff6600;
  color: #ff6600;
}
#a0a5ba6177a64fe .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a0a5ba6177a64fe .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
  border-top-width: 1px;
  border-top-color: #e7e7e7;
  border-top-style: solid;
  border-right-color: #e7e7e7;
  border-left-color: #e7e7e7;
  border-bottom-color: #e7e7e7;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a0a5ba6177a64fe .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a0a5ba6177a64fe .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a0a5ba6177a64fe .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a0a5ba6177a64fe .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#a0a5ba6177a64fe .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a0a5ba6177a64fe .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a0a5ba6177a64fe .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a0a5ba6177a64fe .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a0a5ba6177a64fe .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a0a5ba6177a64fe .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a0a5ba6177a64fe .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a0a5ba6177a64fe .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
  border-top-width: 1px;
  border-top-color: #e7e7e7;
  border-top-style: solid;
  border-right-color: #e7e7e7;
  border-left-color: #e7e7e7;
  border-bottom-color: #e7e7e7;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a0a5ba6177a64fe .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a0a5ba6177a64fe .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a0a5ba6177a64fe .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a0a5ba6177a64fe .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a0a5ba6177a64fe .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#a0a5ba6177a64fe .ele-article-list .pic-article {
  padding: 15px 0px;
  border-bottom: 1px solid #ececec;
}
#a0a5ba6177a64fe .ele-article-list .pic-article .img_wrap {
  width: 25%;
  border-radius: 0px;
  overflow: hidden;
}
#a0a5ba6177a64fe .ele-article-list .pic-article .info .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #666666;
  min-height: 40px;
}
#a0a5ba6177a64fe .ele-article-list .pic-article .info h3 a {
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #444444;
}
#a0a5ba6177a64fe .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a0a5ba6177a64fe .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a0a5ba6177a64fe .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a0a5ba6177a64fe .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a0a5ba6177a64fe .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a0a5ba6177a64fe .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#a0a5ba6177a64fe .ele-article-list .text-article h3 a {
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #444444;
}
#a0a5ba6177a64fe .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a0a5ba6177a64fe .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a0a5ba6177a64fe .ele-article-list .text-article:hover .time {
  color: auto;
}
#a852faeeb1ae43d {
  overflow: hidden;
  pointer-events: none;
}
#a852faeeb1ae43d > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 54px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a852faeeb1ae43d > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a852faeeb1ae43d > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a852faeeb1ae43d > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 54px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a852faeeb1ae43d > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a852faeeb1ae43d > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a852faeeb1ae43d > .tab-wrap > div > .tab-nav,
#a852faeeb1ae43d > .tab-nav,
#a852faeeb1ae43d > .tab-tabs > .tab-wrap > div > .tab-nav,
#a852faeeb1ae43d > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
  border-right-color: rgba(204, 204, 204, 0.39);
  border-left-color: rgba(204, 204, 204, 0.39);
  border-top-color: rgba(204, 204, 204, 0.39);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a852faeeb1ae43d > .tab-wrap > div > .tab-nav-horizontal,
#a852faeeb1ae43d > .tab-nav-horizontal,
#a852faeeb1ae43d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a852faeeb1ae43d > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a852faeeb1ae43d > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a852faeeb1ae43d > .tab-nav-horizontal::-webkit-scrollbar,
#a852faeeb1ae43d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a852faeeb1ae43d > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a852faeeb1ae43d > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a852faeeb1ae43d > .tab-nav-horizontal.tagScroll,
#a852faeeb1ae43d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a852faeeb1ae43d > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 54px;
  overflow-x: auto;
}
#a852faeeb1ae43d > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a852faeeb1ae43d > .tab-nav-horizontal.tagScroll li a,
#a852faeeb1ae43d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a852faeeb1ae43d > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a852faeeb1ae43d > .tab-wrap > div > .tab-nav a,
#a852faeeb1ae43d > .tab-nav a,
#a852faeeb1ae43d > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a852faeeb1ae43d > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#a852faeeb1ae43d > .tab-wrap > div > .tab-nav li a,
#a852faeeb1ae43d > .tab-nav li a,
#a852faeeb1ae43d > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a852faeeb1ae43d > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 53px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 54px;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  font-family: inherit;
  color: #333333;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
  margin-bottom: 50px;
  margin-top: 50px;
  background-color: #ffffff;
  padding: 0 20px;
}
#a852faeeb1ae43d > .tab-wrap > div > .tab-nav li a svg,
#a852faeeb1ae43d > .tab-nav li a svg,
#a852faeeb1ae43d > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a852faeeb1ae43d > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a852faeeb1ae43d > .tab-wrap > div > .tab-nav li a .ap_icon,
#a852faeeb1ae43d > .tab-nav li a .ap_icon,
#a852faeeb1ae43d > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a852faeeb1ae43d > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a852faeeb1ae43d > .tab-wrap > div > .tab-nav li a:hover,
#a852faeeb1ae43d > .tab-nav li a:hover,
#a852faeeb1ae43d > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a852faeeb1ae43d > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: none;
  border-right-color: #4a90e2;
  border-left-color: #4a90e2;
  border-top-color: #4a90e2;
  border-right-width: 2px;
  border-left-width: 2px;
  border-top-width: 2px;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a852faeeb1ae43d > .tab-wrap > div > .tab-nav li.uk-active a,
#a852faeeb1ae43d > .tab-nav li.uk-active a,
#a852faeeb1ae43d > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a852faeeb1ae43d > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: none;
  border-right-color: #4a90e2;
  border-left-color: #4a90e2;
  border-top-color: #4a90e2;
  border-right-width: 2px;
  border-left-width: 2px;
  border-top-width: 2px;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  background-color: #ff6600;
}
#a852faeeb1ae43d .layout-left li,
#a852faeeb1ae43d .layout-center li,
#a852faeeb1ae43d .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a852faeeb1ae43d .layout-left li a,
#a852faeeb1ae43d .layout-center li a,
#a852faeeb1ae43d .layout-right li a {
  height: 100%;
}
#a852faeeb1ae43d > .tab-tabs .layout-left {
  text-align: left;
}
#a852faeeb1ae43d > .tab-tabs .layout-center {
  text-align: center;
}
#a852faeeb1ae43d > .tab-tabs .layout-right {
  text-align: right;
}
#a852faeeb1ae43d .tab-contents {
  height: 100%;
  height: calc(100% - 54px);
}
#a852faeeb1ae43d .tab-content-wrap {
  background-color: #ffffff;
}
#a852faeeb1ae43d .tab-contents,
#a852faeeb1ae43d .tab-contents-wrap {
  pointer-events: none;
}
#a852faeeb1ae43d .tab-content,
#a852faeeb1ae43d .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a852faeeb1ae43d .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a852faeeb1ae43d .tab-wrap .tab-contents {
  height: 100%;
}
#a852faeeb1ae43d .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a852faeeb1ae43d .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a852faeeb1ae43d .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#af5a2a896ba2b02 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aef6facfcaa9336 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#aef6facfcaa9336 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aef6facfcaa9336 .ap-icon {
  margin-right: 6px;
}
#aef6facfcaa9336 .indicator {
  margin-left: 4px;
}
#aef6facfcaa9336 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 -5px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#aef6facfcaa9336 .menu-list li:hover > a,
#aef6facfcaa9336 .menu-list li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
}
#aef6facfcaa9336 .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
  background-color: #ffffff;
}
#aef6facfcaa9336 .menu-list ul,
#aef6facfcaa9336 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aef6facfcaa9336 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aef6facfcaa9336 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aef6facfcaa9336 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aef6facfcaa9336 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a127ea9b39ad194 {
  pointer-events: none;
  /* Open state */
}
#a127ea9b39ad194 .search-box {
  text-align: center;
  margin-right: -16px;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 11;
  font-size: 14px;
  display: none;
}
#a127ea9b39ad194 .search-box .select-text {
  width: 38px;
  height: 100%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#a127ea9b39ad194 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: -9px;
  top: 50px;
  display: none;
  z-index: 999999;
}
#a127ea9b39ad194 .search-box .search-type.show {
  display: block;
}
#a127ea9b39ad194 .search-box .search-type li {
  text-align: center;
  line-height: 1;
  background: #f5f5f5;
  cursor: pointer;
  padding: 0 14px;
  white-space: nowrap;
  line-height: 40px;
}
#a127ea9b39ad194 .search-box .search-type li:hover {
  color: rgba(255, 255, 255, 0.01);
}
#a127ea9b39ad194 .search-box .search-type li.active {
  color: rgba(255, 255, 255, 0.01);
}
#a127ea9b39ad194 select {
  border: none;
  background: transparent;
  font-size: 14px;
  color: #777;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-left: 14px;
  height: 100%;
  position: absolute;
  left: 0;
  display: none;
}
#a127ea9b39ad194 select.hide {
  display: none !important;
}
#a127ea9b39ad194 .sb-search {
  position: relative;
  width: 0%;
  min-width: 50px;
  height: 100%;
  float: right;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}
#a127ea9b39ad194 .sb-search-input {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  background: #f5f5f5;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 10;
  padding: 0;
  font-family: inherit;
  font-size: 14px;
  color: #757575;
}
#a127ea9b39ad194 .sb-search-open .sb-search-input {
  padding: 0 65px 0 38px;
}
#a127ea9b39ad194 .normal .sb-search-input {
  padding-left: 10px;
  color: #757575;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a127ea9b39ad194 input[type="search"].sb-search-input {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
#a127ea9b39ad194 .sb-search-input::-webkit-input-placeholder {
  color: #a8a8a8;
}
#a127ea9b39ad194 .sb-search-input::-moz-placeholder {
  color: #a8a8a8;
}
#a127ea9b39ad194 .sb-search-input:-ms-input-placeholder {
  color: #a8a8a8;
}
#a127ea9b39ad194 .sb-icon-search,
#a127ea9b39ad194 .sb-search-submit {
  width: 50px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
}
#a127ea9b39ad194 .sb-search-submit {
  background: #ffffff;
  /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}
#a127ea9b39ad194 .sb-icon-search {
  color: #757575;
  background: #ffffff;
  z-index: 90;
  font-size: 14px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#a127ea9b39ad194 .sb-icon-search .fa {
  color: #333333;
}
#a127ea9b39ad194 .sb-search.sb-search-open,
#a127ea9b39ad194 .no-js .sb-search {
  width: 100%;
}
#a127ea9b39ad194 .sb-search.sb-search-open select {
  display: inline-block;
  z-index: 20;
}
#a127ea9b39ad194 .sb-search.sb-search-open .sb-icon-search,
#a127ea9b39ad194 .no-js .sb-search .sb-icon-search {
  background: rgba(255, 255, 255, 0.01);
  color: #f5f5f5;
  z-index: 11;
}
#a127ea9b39ad194 .sb-search.sb-search-open .sb-icon-search .fa,
#a127ea9b39ad194 .no-js .sb-search .sb-icon-search .fa {
  color: #333333;
}
#a127ea9b39ad194 .sb-search.sb-search-open .sb-search-submit,
#a127ea9b39ad194 .no-js .sb-search .sb-search-submit {
  z-index: 90;
}
#a4ecbad234aee94 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7f7da8fb6abadb > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa216a1bafadce6 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af184a1561a6fcf > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a245aa36c4a4ab4 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aecb3ab14cad27d > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7e9aaacfaae37d > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1cb1ae2baa6bbd > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4843a2691a0b63 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8cf9a9548a2603 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3f72ace02af40d > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a72b6a38ffa3142 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abec7a0bfea8314 .a944aadf6aa7d8d {
  overflow: hidden;
}
#abec7a0bfea8314 .a944aadf6aa7d8d , #abec7a0bfea8314 .a944aadf6aa7d8d > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#abec7a0bfea8314 .uk-grid {
  margin-left: -15px;
}
#abec7a0bfea8314 .uk-grid > * {
  padding-left: 15px;
}
#abec7a0bfea8314 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#abec7a0bfea8314 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #abec7a0bfea8314 .uk-position-center-left-out {
    left: -30px;
  }
  #abec7a0bfea8314 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#acfb7ac031a8bfb .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a6898a01a9a70ae .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#a6898a01a9a70ae .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a6898a01a9a70ae .ap-icon {
  margin-right: 6px;
}
#a6898a01a9a70ae .indicator {
  margin-left: 4px;
}
#a6898a01a9a70ae .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 -5px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a6898a01a9a70ae .menu-list li:hover > a,
#a6898a01a9a70ae .menu-list li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
}
#a6898a01a9a70ae .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
  background-color: #ffffff;
}
#a6898a01a9a70ae .menu-list ul,
#a6898a01a9a70ae .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a6898a01a9a70ae .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a6898a01a9a70ae .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a6898a01a9a70ae .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a6898a01a9a70ae .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a7310a9d84aac52 {
  pointer-events: none;
  /* Open state */
}
#a7310a9d84aac52 .search-box {
  text-align: center;
  margin-right: -16px;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 11;
  font-size: 14px;
  display: none;
}
#a7310a9d84aac52 .search-box .select-text {
  width: 38px;
  height: 100%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#a7310a9d84aac52 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: -9px;
  top: 50px;
  display: none;
  z-index: 999999;
}
#a7310a9d84aac52 .search-box .search-type.show {
  display: block;
}
#a7310a9d84aac52 .search-box .search-type li {
  text-align: center;
  line-height: 1;
  background: #f5f5f5;
  cursor: pointer;
  padding: 0 14px;
  white-space: nowrap;
  line-height: 40px;
}
#a7310a9d84aac52 .search-box .search-type li:hover {
  color: rgba(255, 255, 255, 0.01);
}
#a7310a9d84aac52 .search-box .search-type li.active {
  color: rgba(255, 255, 255, 0.01);
}
#a7310a9d84aac52 select {
  border: none;
  background: transparent;
  font-size: 14px;
  color: #777;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-left: 14px;
  height: 100%;
  position: absolute;
  left: 0;
  display: none;
}
#a7310a9d84aac52 select.hide {
  display: none !important;
}
#a7310a9d84aac52 .sb-search {
  position: relative;
  width: 0%;
  min-width: 50px;
  height: 100%;
  float: right;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}
#a7310a9d84aac52 .sb-search-input {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  background: #f5f5f5;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 10;
  padding: 0;
  font-family: inherit;
  font-size: 14px;
  color: #757575;
}
#a7310a9d84aac52 .sb-search-open .sb-search-input {
  padding: 0 65px 0 38px;
}
#a7310a9d84aac52 .normal .sb-search-input {
  padding-left: 10px;
  color: #757575;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a7310a9d84aac52 input[type="search"].sb-search-input {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
#a7310a9d84aac52 .sb-search-input::-webkit-input-placeholder {
  color: #a8a8a8;
}
#a7310a9d84aac52 .sb-search-input::-moz-placeholder {
  color: #a8a8a8;
}
#a7310a9d84aac52 .sb-search-input:-ms-input-placeholder {
  color: #a8a8a8;
}
#a7310a9d84aac52 .sb-icon-search,
#a7310a9d84aac52 .sb-search-submit {
  width: 50px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
}
#a7310a9d84aac52 .sb-search-submit {
  background: #ffffff;
  /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}
#a7310a9d84aac52 .sb-icon-search {
  color: #757575;
  background: #ffffff;
  z-index: 90;
  font-size: 14px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#a7310a9d84aac52 .sb-icon-search .fa {
  color: #333333;
}
#a7310a9d84aac52 .sb-search.sb-search-open,
#a7310a9d84aac52 .no-js .sb-search {
  width: 100%;
}
#a7310a9d84aac52 .sb-search.sb-search-open select {
  display: inline-block;
  z-index: 20;
}
#a7310a9d84aac52 .sb-search.sb-search-open .sb-icon-search,
#a7310a9d84aac52 .no-js .sb-search .sb-icon-search {
  background: rgba(255, 255, 255, 0.01);
  color: #f5f5f5;
  z-index: 11;
}
#a7310a9d84aac52 .sb-search.sb-search-open .sb-icon-search .fa,
#a7310a9d84aac52 .no-js .sb-search .sb-icon-search .fa {
  color: #333333;
}
#a7310a9d84aac52 .sb-search.sb-search-open .sb-search-submit,
#a7310a9d84aac52 .no-js .sb-search .sb-search-submit {
  z-index: 90;
}
#a5053aeb92a4eab > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1b50a25baab80a > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a66cea0147a48a4 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#adf90ac22aa1dde .abf33aa632a3d76 {
  overflow: hidden;
}
#adf90ac22aa1dde .abf33aa632a3d76 , #adf90ac22aa1dde .abf33aa632a3d76 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#adf90ac22aa1dde .uk-grid {
  margin-left: -15px;
}
#adf90ac22aa1dde .uk-grid > * {
  padding-left: 15px;
}
#adf90ac22aa1dde .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#adf90ac22aa1dde .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #adf90ac22aa1dde .uk-position-center-left-out {
    left: -30px;
  }
  #adf90ac22aa1dde .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a4bcfab5c5a1d6a .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a29afa6f1bab1b0 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#a29afa6f1bab1b0 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a29afa6f1bab1b0 .ap-icon {
  margin-right: 6px;
}
#a29afa6f1bab1b0 .indicator {
  margin-left: 4px;
}
#a29afa6f1bab1b0 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 -5px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a29afa6f1bab1b0 .menu-list li:hover > a,
#a29afa6f1bab1b0 .menu-list li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
}
#a29afa6f1bab1b0 .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
  background-color: #ffffff;
}
#a29afa6f1bab1b0 .menu-list ul,
#a29afa6f1bab1b0 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a29afa6f1bab1b0 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a29afa6f1bab1b0 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a29afa6f1bab1b0 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a29afa6f1bab1b0 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a9bd6aea88a41e4 {
  pointer-events: none;
  /* Open state */
}
#a9bd6aea88a41e4 .search-box {
  text-align: center;
  margin-right: -16px;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 11;
  font-size: 14px;
  display: none;
}
#a9bd6aea88a41e4 .search-box .select-text {
  width: 38px;
  height: 100%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#a9bd6aea88a41e4 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: -9px;
  top: 50px;
  display: none;
  z-index: 999999;
}
#a9bd6aea88a41e4 .search-box .search-type.show {
  display: block;
}
#a9bd6aea88a41e4 .search-box .search-type li {
  text-align: center;
  line-height: 1;
  background: #f5f5f5;
  cursor: pointer;
  padding: 0 14px;
  white-space: nowrap;
  line-height: 40px;
}
#a9bd6aea88a41e4 .search-box .search-type li:hover {
  color: rgba(255, 255, 255, 0.01);
}
#a9bd6aea88a41e4 .search-box .search-type li.active {
  color: rgba(255, 255, 255, 0.01);
}
#a9bd6aea88a41e4 select {
  border: none;
  background: transparent;
  font-size: 14px;
  color: #777;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-left: 14px;
  height: 100%;
  position: absolute;
  left: 0;
  display: none;
}
#a9bd6aea88a41e4 select.hide {
  display: none !important;
}
#a9bd6aea88a41e4 .sb-search {
  position: relative;
  width: 0%;
  min-width: 50px;
  height: 100%;
  float: right;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}
#a9bd6aea88a41e4 .sb-search-input {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  background: #f5f5f5;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 10;
  padding: 0;
  font-family: inherit;
  font-size: 14px;
  color: #757575;
}
#a9bd6aea88a41e4 .sb-search-open .sb-search-input {
  padding: 0 65px 0 38px;
}
#a9bd6aea88a41e4 .normal .sb-search-input {
  padding-left: 10px;
  color: #757575;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a9bd6aea88a41e4 input[type="search"].sb-search-input {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
#a9bd6aea88a41e4 .sb-search-input::-webkit-input-placeholder {
  color: #a8a8a8;
}
#a9bd6aea88a41e4 .sb-search-input::-moz-placeholder {
  color: #a8a8a8;
}
#a9bd6aea88a41e4 .sb-search-input:-ms-input-placeholder {
  color: #a8a8a8;
}
#a9bd6aea88a41e4 .sb-icon-search,
#a9bd6aea88a41e4 .sb-search-submit {
  width: 50px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
}
#a9bd6aea88a41e4 .sb-search-submit {
  background: #ffffff;
  /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}
#a9bd6aea88a41e4 .sb-icon-search {
  color: #757575;
  background: #ffffff;
  z-index: 90;
  font-size: 14px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#a9bd6aea88a41e4 .sb-icon-search .fa {
  color: #333333;
}
#a9bd6aea88a41e4 .sb-search.sb-search-open,
#a9bd6aea88a41e4 .no-js .sb-search {
  width: 100%;
}
#a9bd6aea88a41e4 .sb-search.sb-search-open select {
  display: inline-block;
  z-index: 20;
}
#a9bd6aea88a41e4 .sb-search.sb-search-open .sb-icon-search,
#a9bd6aea88a41e4 .no-js .sb-search .sb-icon-search {
  background: rgba(255, 255, 255, 0.01);
  color: #f5f5f5;
  z-index: 11;
}
#a9bd6aea88a41e4 .sb-search.sb-search-open .sb-icon-search .fa,
#a9bd6aea88a41e4 .no-js .sb-search .sb-icon-search .fa {
  color: #333333;
}
#a9bd6aea88a41e4 .sb-search.sb-search-open .sb-search-submit,
#a9bd6aea88a41e4 .no-js .sb-search .sb-search-submit {
  z-index: 90;
}
#a698ead75aaa212 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#adf53a3552ac689 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2b4aa485ba1f85 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#adf90ac22aa1dde .abf33aa632a3d76 {
  overflow: hidden;
}
#adf90ac22aa1dde .abf33aa632a3d76 , #adf90ac22aa1dde .abf33aa632a3d76 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#adf90ac22aa1dde .uk-grid {
  margin-left: -15px;
}
#adf90ac22aa1dde .uk-grid > * {
  padding-left: 15px;
}
#adf90ac22aa1dde .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#adf90ac22aa1dde .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #adf90ac22aa1dde .uk-position-center-left-out {
    left: -30px;
  }
  #adf90ac22aa1dde .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#af6c2a7c23a4e95 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aa1b3a7f14a463a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#aa1b3a7f14a463a .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aa1b3a7f14a463a .ap-icon {
  margin-right: 6px;
}
#aa1b3a7f14a463a .indicator {
  margin-left: 4px;
}
#aa1b3a7f14a463a .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 -5px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#aa1b3a7f14a463a .menu-list li:hover > a,
#aa1b3a7f14a463a .menu-list li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
}
#aa1b3a7f14a463a .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
  background-color: #ffffff;
}
#aa1b3a7f14a463a .menu-list ul,
#aa1b3a7f14a463a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aa1b3a7f14a463a .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aa1b3a7f14a463a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aa1b3a7f14a463a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aa1b3a7f14a463a .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a81dfac187a973d {
  pointer-events: none;
  /* Open state */
}
#a81dfac187a973d .search-box {
  text-align: center;
  margin-right: -16px;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 11;
  font-size: 14px;
  display: none;
}
#a81dfac187a973d .search-box .select-text {
  width: 38px;
  height: 100%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#a81dfac187a973d .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: -9px;
  top: 50px;
  display: none;
  z-index: 999999;
}
#a81dfac187a973d .search-box .search-type.show {
  display: block;
}
#a81dfac187a973d .search-box .search-type li {
  text-align: center;
  line-height: 1;
  background: #f5f5f5;
  cursor: pointer;
  padding: 0 14px;
  white-space: nowrap;
  line-height: 40px;
}
#a81dfac187a973d .search-box .search-type li:hover {
  color: rgba(255, 255, 255, 0.01);
}
#a81dfac187a973d .search-box .search-type li.active {
  color: rgba(255, 255, 255, 0.01);
}
#a81dfac187a973d select {
  border: none;
  background: transparent;
  font-size: 14px;
  color: #777;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-left: 14px;
  height: 100%;
  position: absolute;
  left: 0;
  display: none;
}
#a81dfac187a973d select.hide {
  display: none !important;
}
#a81dfac187a973d .sb-search {
  position: relative;
  width: 0%;
  min-width: 50px;
  height: 100%;
  float: right;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}
#a81dfac187a973d .sb-search-input {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  background: #f5f5f5;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 10;
  padding: 0;
  font-family: inherit;
  font-size: 14px;
  color: #757575;
}
#a81dfac187a973d .sb-search-open .sb-search-input {
  padding: 0 65px 0 38px;
}
#a81dfac187a973d .normal .sb-search-input {
  padding-left: 10px;
  color: #757575;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a81dfac187a973d input[type="search"].sb-search-input {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
#a81dfac187a973d .sb-search-input::-webkit-input-placeholder {
  color: #a8a8a8;
}
#a81dfac187a973d .sb-search-input::-moz-placeholder {
  color: #a8a8a8;
}
#a81dfac187a973d .sb-search-input:-ms-input-placeholder {
  color: #a8a8a8;
}
#a81dfac187a973d .sb-icon-search,
#a81dfac187a973d .sb-search-submit {
  width: 50px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
}
#a81dfac187a973d .sb-search-submit {
  background: #ffffff;
  /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}
#a81dfac187a973d .sb-icon-search {
  color: #757575;
  background: #ffffff;
  z-index: 90;
  font-size: 14px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#a81dfac187a973d .sb-icon-search .fa {
  color: #333333;
}
#a81dfac187a973d .sb-search.sb-search-open,
#a81dfac187a973d .no-js .sb-search {
  width: 100%;
}
#a81dfac187a973d .sb-search.sb-search-open select {
  display: inline-block;
  z-index: 20;
}
#a81dfac187a973d .sb-search.sb-search-open .sb-icon-search,
#a81dfac187a973d .no-js .sb-search .sb-icon-search {
  background: rgba(255, 255, 255, 0.01);
  color: #f5f5f5;
  z-index: 11;
}
#a81dfac187a973d .sb-search.sb-search-open .sb-icon-search .fa,
#a81dfac187a973d .no-js .sb-search .sb-icon-search .fa {
  color: #333333;
}
#a81dfac187a973d .sb-search.sb-search-open .sb-search-submit,
#a81dfac187a973d .no-js .sb-search .sb-search-submit {
  z-index: 90;
}
#ad5aca5fb0af0b8 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a81cfabb96aaa65 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af4d6a6196a3b93 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab0bba51aaa47b1 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5bfea130aad59d .af452ab82ba6eb8 {
  overflow: hidden;
}
#a5bfea130aad59d .af452ab82ba6eb8 , #a5bfea130aad59d .af452ab82ba6eb8 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#a5bfea130aad59d .uk-grid {
  margin-left: -15px;
}
#a5bfea130aad59d .uk-grid > * {
  padding-left: 15px;
}
#a5bfea130aad59d .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a5bfea130aad59d .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a5bfea130aad59d .uk-position-center-left-out {
    left: -30px;
  }
  #a5bfea130aad59d .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a036baa181ae0af .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a1436a5ab6a83b8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#a1436a5ab6a83b8 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a1436a5ab6a83b8 .ap-icon {
  margin-right: 6px;
}
#a1436a5ab6a83b8 .indicator {
  margin-left: 4px;
}
#a1436a5ab6a83b8 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 -5px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a1436a5ab6a83b8 .menu-list li:hover > a,
#a1436a5ab6a83b8 .menu-list li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
}
#a1436a5ab6a83b8 .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
  background-color: #ffffff;
}
#a1436a5ab6a83b8 .menu-list ul,
#a1436a5ab6a83b8 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a1436a5ab6a83b8 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a1436a5ab6a83b8 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1436a5ab6a83b8 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1436a5ab6a83b8 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#acac4a841ea65e2 {
  pointer-events: none;
  /* Open state */
}
#acac4a841ea65e2 .search-box {
  text-align: center;
  margin-right: -16px;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 11;
  font-size: 14px;
  display: none;
}
#acac4a841ea65e2 .search-box .select-text {
  width: 38px;
  height: 100%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#acac4a841ea65e2 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: -9px;
  top: 50px;
  display: none;
  z-index: 999999;
}
#acac4a841ea65e2 .search-box .search-type.show {
  display: block;
}
#acac4a841ea65e2 .search-box .search-type li {
  text-align: center;
  line-height: 1;
  background: #f5f5f5;
  cursor: pointer;
  padding: 0 14px;
  white-space: nowrap;
  line-height: 40px;
}
#acac4a841ea65e2 .search-box .search-type li:hover {
  color: rgba(255, 255, 255, 0.01);
}
#acac4a841ea65e2 .search-box .search-type li.active {
  color: rgba(255, 255, 255, 0.01);
}
#acac4a841ea65e2 select {
  border: none;
  background: transparent;
  font-size: 14px;
  color: #777;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-left: 14px;
  height: 100%;
  position: absolute;
  left: 0;
  display: none;
}
#acac4a841ea65e2 select.hide {
  display: none !important;
}
#acac4a841ea65e2 .sb-search {
  position: relative;
  width: 0%;
  min-width: 50px;
  height: 100%;
  float: right;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}
#acac4a841ea65e2 .sb-search-input {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  background: #f5f5f5;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 10;
  padding: 0;
  font-family: inherit;
  font-size: 14px;
  color: #757575;
}
#acac4a841ea65e2 .sb-search-open .sb-search-input {
  padding: 0 65px 0 38px;
}
#acac4a841ea65e2 .normal .sb-search-input {
  padding-left: 10px;
  color: #757575;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#acac4a841ea65e2 input[type="search"].sb-search-input {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
#acac4a841ea65e2 .sb-search-input::-webkit-input-placeholder {
  color: #a8a8a8;
}
#acac4a841ea65e2 .sb-search-input::-moz-placeholder {
  color: #a8a8a8;
}
#acac4a841ea65e2 .sb-search-input:-ms-input-placeholder {
  color: #a8a8a8;
}
#acac4a841ea65e2 .sb-icon-search,
#acac4a841ea65e2 .sb-search-submit {
  width: 50px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
}
#acac4a841ea65e2 .sb-search-submit {
  background: #ffffff;
  /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}
#acac4a841ea65e2 .sb-icon-search {
  color: #757575;
  background: #ffffff;
  z-index: 90;
  font-size: 14px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#acac4a841ea65e2 .sb-icon-search .fa {
  color: #333333;
}
#acac4a841ea65e2 .sb-search.sb-search-open,
#acac4a841ea65e2 .no-js .sb-search {
  width: 100%;
}
#acac4a841ea65e2 .sb-search.sb-search-open select {
  display: inline-block;
  z-index: 20;
}
#acac4a841ea65e2 .sb-search.sb-search-open .sb-icon-search,
#acac4a841ea65e2 .no-js .sb-search .sb-icon-search {
  background: rgba(255, 255, 255, 0.01);
  color: #f5f5f5;
  z-index: 11;
}
#acac4a841ea65e2 .sb-search.sb-search-open .sb-icon-search .fa,
#acac4a841ea65e2 .no-js .sb-search .sb-icon-search .fa {
  color: #333333;
}
#acac4a841ea65e2 .sb-search.sb-search-open .sb-search-submit,
#acac4a841ea65e2 .no-js .sb-search .sb-search-submit {
  z-index: 90;
}
#a6e5eae1f1abc67 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9522ac14ca385b > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aca09a10c3a8d41 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5b5aae017a4fd5 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0573ae6c3a9542 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae48ca1a02a882e > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2eadae66aaa85b > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0533ab0a4a0f18 .a36eda88daa3cde {
  overflow: hidden;
}
#a0533ab0a4a0f18 .a36eda88daa3cde , #a0533ab0a4a0f18 .a36eda88daa3cde > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#a0533ab0a4a0f18 .uk-grid {
  margin-left: -15px;
}
#a0533ab0a4a0f18 .uk-grid > * {
  padding-left: 15px;
}
#a0533ab0a4a0f18 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a0533ab0a4a0f18 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a0533ab0a4a0f18 .uk-position-center-left-out {
    left: -30px;
  }
  #a0533ab0a4a0f18 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ab3fba33bea4c87 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a0e8ca1d3aae116 .news-list {
  overflow: hidden;
}
#a0e8ca1d3aae116 .owl-dots {
  left: 50%;
  transform: translateX(-50%);
}
#a0e8ca1d3aae116 .owl-carousel .owl-item {
  width: 100%;
}
#a9253a7d3da1bbb .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#a9253a7d3da1bbb .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a9253a7d3da1bbb .ap-icon {
  margin-right: 6px;
}
#a9253a7d3da1bbb .indicator {
  margin-left: 4px;
}
#a9253a7d3da1bbb .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 -5px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a9253a7d3da1bbb .menu-list li:hover > a,
#a9253a7d3da1bbb .menu-list li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
}
#a9253a7d3da1bbb .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
  background-color: #ffffff;
}
#a9253a7d3da1bbb .menu-list ul,
#a9253a7d3da1bbb .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a9253a7d3da1bbb .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a9253a7d3da1bbb .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a9253a7d3da1bbb .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a9253a7d3da1bbb .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ab8ffaf103a0e39 {
  pointer-events: none;
  /* Open state */
}
#ab8ffaf103a0e39 .search-box {
  text-align: center;
  margin-right: -16px;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 11;
  font-size: 14px;
  display: none;
}
#ab8ffaf103a0e39 .search-box .select-text {
  width: 38px;
  height: 100%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#ab8ffaf103a0e39 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: -9px;
  top: 50px;
  display: none;
  z-index: 999999;
}
#ab8ffaf103a0e39 .search-box .search-type.show {
  display: block;
}
#ab8ffaf103a0e39 .search-box .search-type li {
  text-align: center;
  line-height: 1;
  background: #f5f5f5;
  cursor: pointer;
  padding: 0 14px;
  white-space: nowrap;
  line-height: 40px;
}
#ab8ffaf103a0e39 .search-box .search-type li:hover {
  color: rgba(255, 255, 255, 0.01);
}
#ab8ffaf103a0e39 .search-box .search-type li.active {
  color: rgba(255, 255, 255, 0.01);
}
#ab8ffaf103a0e39 select {
  border: none;
  background: transparent;
  font-size: 14px;
  color: #777;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-left: 14px;
  height: 100%;
  position: absolute;
  left: 0;
  display: none;
}
#ab8ffaf103a0e39 select.hide {
  display: none !important;
}
#ab8ffaf103a0e39 .sb-search {
  position: relative;
  width: 0%;
  min-width: 50px;
  height: 100%;
  float: right;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}
#ab8ffaf103a0e39 .sb-search-input {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  background: #f5f5f5;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 10;
  padding: 0;
  font-family: inherit;
  font-size: 14px;
  color: #757575;
}
#ab8ffaf103a0e39 .sb-search-open .sb-search-input {
  padding: 0 65px 0 38px;
}
#ab8ffaf103a0e39 .normal .sb-search-input {
  padding-left: 10px;
  color: #757575;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ab8ffaf103a0e39 input[type="search"].sb-search-input {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
#ab8ffaf103a0e39 .sb-search-input::-webkit-input-placeholder {
  color: #a8a8a8;
}
#ab8ffaf103a0e39 .sb-search-input::-moz-placeholder {
  color: #a8a8a8;
}
#ab8ffaf103a0e39 .sb-search-input:-ms-input-placeholder {
  color: #a8a8a8;
}
#ab8ffaf103a0e39 .sb-icon-search,
#ab8ffaf103a0e39 .sb-search-submit {
  width: 50px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
}
#ab8ffaf103a0e39 .sb-search-submit {
  background: #ffffff;
  /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}
#ab8ffaf103a0e39 .sb-icon-search {
  color: #757575;
  background: #ffffff;
  z-index: 90;
  font-size: 14px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#ab8ffaf103a0e39 .sb-icon-search .fa {
  color: #333333;
}
#ab8ffaf103a0e39 .sb-search.sb-search-open,
#ab8ffaf103a0e39 .no-js .sb-search {
  width: 100%;
}
#ab8ffaf103a0e39 .sb-search.sb-search-open select {
  display: inline-block;
  z-index: 20;
}
#ab8ffaf103a0e39 .sb-search.sb-search-open .sb-icon-search,
#ab8ffaf103a0e39 .no-js .sb-search .sb-icon-search {
  background: rgba(255, 255, 255, 0.01);
  color: #f5f5f5;
  z-index: 11;
}
#ab8ffaf103a0e39 .sb-search.sb-search-open .sb-icon-search .fa,
#ab8ffaf103a0e39 .no-js .sb-search .sb-icon-search .fa {
  color: #333333;
}
#ab8ffaf103a0e39 .sb-search.sb-search-open .sb-search-submit,
#ab8ffaf103a0e39 .no-js .sb-search .sb-search-submit {
  z-index: 90;
}
#a2ea0a8a05a125b .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a83d0a9965ad209 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#a83d0a9965ad209 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a83d0a9965ad209 .ap-icon {
  margin-right: 6px;
}
#a83d0a9965ad209 .indicator {
  margin-left: 4px;
}
#a83d0a9965ad209 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 -5px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a83d0a9965ad209 .menu-list li:hover > a,
#a83d0a9965ad209 .menu-list li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
}
#a83d0a9965ad209 .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
  background-color: #ffffff;
}
#a83d0a9965ad209 .menu-list ul,
#a83d0a9965ad209 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a83d0a9965ad209 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a83d0a9965ad209 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a83d0a9965ad209 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a83d0a9965ad209 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a2c49a323fa20a1 {
  pointer-events: none;
  /* Open state */
}
#a2c49a323fa20a1 .search-box {
  text-align: center;
  margin-right: -16px;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 11;
  font-size: 14px;
  display: none;
}
#a2c49a323fa20a1 .search-box .select-text {
  width: 38px;
  height: 100%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#a2c49a323fa20a1 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: -9px;
  top: 50px;
  display: none;
  z-index: 999999;
}
#a2c49a323fa20a1 .search-box .search-type.show {
  display: block;
}
#a2c49a323fa20a1 .search-box .search-type li {
  text-align: center;
  line-height: 1;
  background: #ffffff;
  cursor: pointer;
  padding: 0 14px;
  white-space: nowrap;
  line-height: 40px;
}
#a2c49a323fa20a1 .search-box .search-type li:hover {
  color: rgba(255, 255, 255, 0.01);
}
#a2c49a323fa20a1 .search-box .search-type li.active {
  color: rgba(255, 255, 255, 0.01);
}
#a2c49a323fa20a1 select {
  border: none;
  background: transparent;
  font-size: 14px;
  color: #777;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-left: 14px;
  height: 100%;
  position: absolute;
  left: 0;
  display: none;
}
#a2c49a323fa20a1 select.hide {
  display: none !important;
}
#a2c49a323fa20a1 .sb-search {
  position: relative;
  width: 0%;
  min-width: 50px;
  height: 100%;
  float: right;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}
#a2c49a323fa20a1 .sb-search-input {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  background: #ffffff;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 10;
  padding: 0;
  font-family: inherit;
  font-size: 14px;
  color: #757575;
}
#a2c49a323fa20a1 .sb-search-open .sb-search-input {
  padding: 0 65px 0 38px;
}
#a2c49a323fa20a1 .normal .sb-search-input {
  padding-left: 10px;
  color: #757575;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a2c49a323fa20a1 input[type="search"].sb-search-input {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
#a2c49a323fa20a1 .sb-search-input::-webkit-input-placeholder {
  color: #a8a8a8;
}
#a2c49a323fa20a1 .sb-search-input::-moz-placeholder {
  color: #a8a8a8;
}
#a2c49a323fa20a1 .sb-search-input:-ms-input-placeholder {
  color: #a8a8a8;
}
#a2c49a323fa20a1 .sb-icon-search,
#a2c49a323fa20a1 .sb-search-submit {
  width: 50px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
}
#a2c49a323fa20a1 .sb-search-submit {
  background: #ffffff;
  /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}
#a2c49a323fa20a1 .sb-icon-search {
  color: #757575;
  background: #ffffff;
  z-index: 90;
  font-size: 14px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#a2c49a323fa20a1 .sb-icon-search .fa {
  color: #333333;
}
#a2c49a323fa20a1 .sb-search.sb-search-open,
#a2c49a323fa20a1 .no-js .sb-search {
  width: 100%;
}
#a2c49a323fa20a1 .sb-search.sb-search-open select {
  display: inline-block;
  z-index: 20;
}
#a2c49a323fa20a1 .sb-search.sb-search-open .sb-icon-search,
#a2c49a323fa20a1 .no-js .sb-search .sb-icon-search {
  background: rgba(255, 255, 255, 0.01);
  color: #ffffff;
  z-index: 11;
}
#a2c49a323fa20a1 .sb-search.sb-search-open .sb-icon-search .fa,
#a2c49a323fa20a1 .no-js .sb-search .sb-icon-search .fa {
  color: #333333;
}
#a2c49a323fa20a1 .sb-search.sb-search-open .sb-search-submit,
#a2c49a323fa20a1 .no-js .sb-search .sb-search-submit {
  z-index: 90;
}
#ab45aa7e98a9ebd > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af6f2a52c5a7ddc > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2ab9ab226aa325 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#accaba2c95a31e4 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aad74a5ea6a8eab > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1304a8d0fab638 .ae5f0a0ec5a9f6f {
  overflow: hidden;
}
#a1304a8d0fab638 .ae5f0a0ec5a9f6f , #a1304a8d0fab638 .ae5f0a0ec5a9f6f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#a1304a8d0fab638 .uk-grid {
  margin-left: -15px;
}
#a1304a8d0fab638 .uk-grid > * {
  padding-left: 15px;
}
#a1304a8d0fab638 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a1304a8d0fab638 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a1304a8d0fab638 .uk-position-center-left-out {
    left: -30px;
  }
  #a1304a8d0fab638 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a49ceafd43af5b9 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ae9faabe69a5154 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#ae9faabe69a5154 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#ae9faabe69a5154 .ap-icon {
  margin-right: 6px;
}
#ae9faabe69a5154 .indicator {
  margin-left: 4px;
}
#ae9faabe69a5154 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 -5px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#ae9faabe69a5154 .menu-list li:hover > a,
#ae9faabe69a5154 .menu-list li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
}
#ae9faabe69a5154 .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
  background-color: #ffffff;
}
#ae9faabe69a5154 .menu-list ul,
#ae9faabe69a5154 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#ae9faabe69a5154 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#ae9faabe69a5154 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ae9faabe69a5154 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ae9faabe69a5154 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a86daa39d7a60f3 {
  pointer-events: none;
  /* Open state */
}
#a86daa39d7a60f3 .search-box {
  text-align: center;
  margin-right: -16px;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 11;
  font-size: 14px;
  display: none;
}
#a86daa39d7a60f3 .search-box .select-text {
  width: 38px;
  height: 100%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#a86daa39d7a60f3 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: -9px;
  top: 50px;
  display: none;
  z-index: 999999;
}
#a86daa39d7a60f3 .search-box .search-type.show {
  display: block;
}
#a86daa39d7a60f3 .search-box .search-type li {
  text-align: center;
  line-height: 1;
  background: #f5f5f5;
  cursor: pointer;
  padding: 0 14px;
  white-space: nowrap;
  line-height: 40px;
}
#a86daa39d7a60f3 .search-box .search-type li:hover {
  color: rgba(255, 255, 255, 0.01);
}
#a86daa39d7a60f3 .search-box .search-type li.active {
  color: rgba(255, 255, 255, 0.01);
}
#a86daa39d7a60f3 select {
  border: none;
  background: transparent;
  font-size: 14px;
  color: #777;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-left: 14px;
  height: 100%;
  position: absolute;
  left: 0;
  display: none;
}
#a86daa39d7a60f3 select.hide {
  display: none !important;
}
#a86daa39d7a60f3 .sb-search {
  position: relative;
  width: 0%;
  min-width: 50px;
  height: 100%;
  float: right;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}
#a86daa39d7a60f3 .sb-search-input {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  background: #f5f5f5;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 10;
  padding: 0;
  font-family: inherit;
  font-size: 14px;
  color: #757575;
}
#a86daa39d7a60f3 .sb-search-open .sb-search-input {
  padding: 0 65px 0 38px;
}
#a86daa39d7a60f3 .normal .sb-search-input {
  padding-left: 10px;
  color: #757575;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a86daa39d7a60f3 input[type="search"].sb-search-input {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
#a86daa39d7a60f3 .sb-search-input::-webkit-input-placeholder {
  color: #a8a8a8;
}
#a86daa39d7a60f3 .sb-search-input::-moz-placeholder {
  color: #a8a8a8;
}
#a86daa39d7a60f3 .sb-search-input:-ms-input-placeholder {
  color: #a8a8a8;
}
#a86daa39d7a60f3 .sb-icon-search,
#a86daa39d7a60f3 .sb-search-submit {
  width: 50px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
}
#a86daa39d7a60f3 .sb-search-submit {
  background: #ffffff;
  /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}
#a86daa39d7a60f3 .sb-icon-search {
  color: #757575;
  background: #ffffff;
  z-index: 90;
  font-size: 14px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#a86daa39d7a60f3 .sb-icon-search .fa {
  color: #333333;
}
#a86daa39d7a60f3 .sb-search.sb-search-open,
#a86daa39d7a60f3 .no-js .sb-search {
  width: 100%;
}
#a86daa39d7a60f3 .sb-search.sb-search-open select {
  display: inline-block;
  z-index: 20;
}
#a86daa39d7a60f3 .sb-search.sb-search-open .sb-icon-search,
#a86daa39d7a60f3 .no-js .sb-search .sb-icon-search {
  background: rgba(255, 255, 255, 0.01);
  color: #f5f5f5;
  z-index: 11;
}
#a86daa39d7a60f3 .sb-search.sb-search-open .sb-icon-search .fa,
#a86daa39d7a60f3 .no-js .sb-search .sb-icon-search .fa {
  color: #333333;
}
#a86daa39d7a60f3 .sb-search.sb-search-open .sb-search-submit,
#a86daa39d7a60f3 .no-js .sb-search .sb-search-submit {
  z-index: 90;
}
#a9c65a28dca4117 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7c24a344eaa837 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac44dafca6a07a7 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad460aa8d5af917 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7ce2a93a3ac613 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#adfd5a707fae013 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a33d0a600daa84b > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8137a4674ac078 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab9a7a852ead210 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad379acb49a0f85 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac331af0f8aaac1 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af6a1adcc9a3a23 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afc40a4f28a0eb4 .a6630a2efda54be {
  overflow: hidden;
}
#afc40a4f28a0eb4 .a6630a2efda54be , #afc40a4f28a0eb4 .a6630a2efda54be > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#afc40a4f28a0eb4 .uk-grid {
  margin-left: -15px;
}
#afc40a4f28a0eb4 .uk-grid > * {
  padding-left: 15px;
}
#afc40a4f28a0eb4 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#afc40a4f28a0eb4 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #afc40a4f28a0eb4 .uk-position-center-left-out {
    left: -30px;
  }
  #afc40a4f28a0eb4 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5124ade24ae2f9 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ad477a56aea53ad .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#ad477a56aea53ad .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#ad477a56aea53ad .ap-icon {
  margin-right: 6px;
}
#ad477a56aea53ad .indicator {
  margin-left: 4px;
}
#ad477a56aea53ad .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 -5px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#ad477a56aea53ad .menu-list li:hover > a,
#ad477a56aea53ad .menu-list li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
}
#ad477a56aea53ad .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
  background-color: #ffffff;
}
#ad477a56aea53ad .menu-list ul,
#ad477a56aea53ad .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#ad477a56aea53ad .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#ad477a56aea53ad .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad477a56aea53ad .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad477a56aea53ad .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a7931ab111a4258 {
  pointer-events: none;
  /* Open state */
}
#a7931ab111a4258 .search-box {
  text-align: center;
  margin-right: -16px;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 11;
  font-size: 14px;
  display: none;
}
#a7931ab111a4258 .search-box .select-text {
  width: 38px;
  height: 100%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#a7931ab111a4258 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: -9px;
  top: 50px;
  display: none;
  z-index: 999999;
}
#a7931ab111a4258 .search-box .search-type.show {
  display: block;
}
#a7931ab111a4258 .search-box .search-type li {
  text-align: center;
  line-height: 1;
  background: #f5f5f5;
  cursor: pointer;
  padding: 0 14px;
  white-space: nowrap;
  line-height: 40px;
}
#a7931ab111a4258 .search-box .search-type li:hover {
  color: rgba(255, 255, 255, 0.01);
}
#a7931ab111a4258 .search-box .search-type li.active {
  color: rgba(255, 255, 255, 0.01);
}
#a7931ab111a4258 select {
  border: none;
  background: transparent;
  font-size: 14px;
  color: #777;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-left: 14px;
  height: 100%;
  position: absolute;
  left: 0;
  display: none;
}
#a7931ab111a4258 select.hide {
  display: none !important;
}
#a7931ab111a4258 .sb-search {
  position: relative;
  width: 0%;
  min-width: 50px;
  height: 100%;
  float: right;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}
#a7931ab111a4258 .sb-search-input {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  background: #f5f5f5;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 10;
  padding: 0;
  font-family: inherit;
  font-size: 14px;
  color: #757575;
}
#a7931ab111a4258 .sb-search-open .sb-search-input {
  padding: 0 65px 0 38px;
}
#a7931ab111a4258 .normal .sb-search-input {
  padding-left: 10px;
  color: #757575;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a7931ab111a4258 input[type="search"].sb-search-input {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
#a7931ab111a4258 .sb-search-input::-webkit-input-placeholder {
  color: #a8a8a8;
}
#a7931ab111a4258 .sb-search-input::-moz-placeholder {
  color: #a8a8a8;
}
#a7931ab111a4258 .sb-search-input:-ms-input-placeholder {
  color: #a8a8a8;
}
#a7931ab111a4258 .sb-icon-search,
#a7931ab111a4258 .sb-search-submit {
  width: 50px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
}
#a7931ab111a4258 .sb-search-submit {
  background: #ffffff;
  /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}
#a7931ab111a4258 .sb-icon-search {
  color: #757575;
  background: #ffffff;
  z-index: 90;
  font-size: 14px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#a7931ab111a4258 .sb-icon-search .fa {
  color: #333333;
}
#a7931ab111a4258 .sb-search.sb-search-open,
#a7931ab111a4258 .no-js .sb-search {
  width: 100%;
}
#a7931ab111a4258 .sb-search.sb-search-open select {
  display: inline-block;
  z-index: 20;
}
#a7931ab111a4258 .sb-search.sb-search-open .sb-icon-search,
#a7931ab111a4258 .no-js .sb-search .sb-icon-search {
  background: rgba(255, 255, 255, 0.01);
  color: #f5f5f5;
  z-index: 11;
}
#a7931ab111a4258 .sb-search.sb-search-open .sb-icon-search .fa,
#a7931ab111a4258 .no-js .sb-search .sb-icon-search .fa {
  color: #333333;
}
#a7931ab111a4258 .sb-search.sb-search-open .sb-search-submit,
#a7931ab111a4258 .no-js .sb-search .sb-search-submit {
  z-index: 90;
}
#a5f37a6e96aac32 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5221aaa9eafd76 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ace24a9dd9a691c > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abc56ab4b2a7656 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aad7aa1385abfba .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ac5fcac27cac8ae .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#ac5fcac27cac8ae .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#ac5fcac27cac8ae .ap-icon {
  margin-right: 6px;
}
#ac5fcac27cac8ae .indicator {
  margin-left: 4px;
}
#ac5fcac27cac8ae .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 -5px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#ac5fcac27cac8ae .menu-list li:hover > a,
#ac5fcac27cac8ae .menu-list li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
}
#ac5fcac27cac8ae .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
  background-color: #ffffff;
}
#ac5fcac27cac8ae .menu-list ul,
#ac5fcac27cac8ae .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#ac5fcac27cac8ae .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#ac5fcac27cac8ae .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ac5fcac27cac8ae .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ac5fcac27cac8ae .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a573fac44fa659a {
  pointer-events: none;
  /* Open state */
}
#a573fac44fa659a .search-box {
  text-align: center;
  margin-right: -16px;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 11;
  font-size: 14px;
  display: none;
}
#a573fac44fa659a .search-box .select-text {
  width: 38px;
  height: 100%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#a573fac44fa659a .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: -9px;
  top: 50px;
  display: none;
  z-index: 999999;
}
#a573fac44fa659a .search-box .search-type.show {
  display: block;
}
#a573fac44fa659a .search-box .search-type li {
  text-align: center;
  line-height: 1;
  background: #f5f5f5;
  cursor: pointer;
  padding: 0 14px;
  white-space: nowrap;
  line-height: 40px;
}
#a573fac44fa659a .search-box .search-type li:hover {
  color: rgba(255, 255, 255, 0.01);
}
#a573fac44fa659a .search-box .search-type li.active {
  color: rgba(255, 255, 255, 0.01);
}
#a573fac44fa659a select {
  border: none;
  background: transparent;
  font-size: 14px;
  color: #777;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-left: 14px;
  height: 100%;
  position: absolute;
  left: 0;
  display: none;
}
#a573fac44fa659a select.hide {
  display: none !important;
}
#a573fac44fa659a .sb-search {
  position: relative;
  width: 0%;
  min-width: 50px;
  height: 100%;
  float: right;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}
#a573fac44fa659a .sb-search-input {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  background: #f5f5f5;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 10;
  padding: 0;
  font-family: inherit;
  font-size: 14px;
  color: #757575;
}
#a573fac44fa659a .sb-search-open .sb-search-input {
  padding: 0 65px 0 38px;
}
#a573fac44fa659a .normal .sb-search-input {
  padding-left: 10px;
  color: #757575;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a573fac44fa659a input[type="search"].sb-search-input {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
#a573fac44fa659a .sb-search-input::-webkit-input-placeholder {
  color: #a8a8a8;
}
#a573fac44fa659a .sb-search-input::-moz-placeholder {
  color: #a8a8a8;
}
#a573fac44fa659a .sb-search-input:-ms-input-placeholder {
  color: #a8a8a8;
}
#a573fac44fa659a .sb-icon-search,
#a573fac44fa659a .sb-search-submit {
  width: 50px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
}
#a573fac44fa659a .sb-search-submit {
  background: #ffffff;
  /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}
#a573fac44fa659a .sb-icon-search {
  color: #757575;
  background: #ffffff;
  z-index: 90;
  font-size: 14px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#a573fac44fa659a .sb-icon-search .fa {
  color: #333333;
}
#a573fac44fa659a .sb-search.sb-search-open,
#a573fac44fa659a .no-js .sb-search {
  width: 100%;
}
#a573fac44fa659a .sb-search.sb-search-open select {
  display: inline-block;
  z-index: 20;
}
#a573fac44fa659a .sb-search.sb-search-open .sb-icon-search,
#a573fac44fa659a .no-js .sb-search .sb-icon-search {
  background: rgba(255, 255, 255, 0.01);
  color: #f5f5f5;
  z-index: 11;
}
#a573fac44fa659a .sb-search.sb-search-open .sb-icon-search .fa,
#a573fac44fa659a .no-js .sb-search .sb-icon-search .fa {
  color: #333333;
}
#a573fac44fa659a .sb-search.sb-search-open .sb-search-submit,
#a573fac44fa659a .no-js .sb-search .sb-search-submit {
  z-index: 90;
}
#a623aa36e9a26fb > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aeca6ac9d6a2a8d > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae4d0a6289abe69 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a402aa2b0faa7f6 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5a86a1c25a91f1 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a86e1ae144a4c82 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0ba6ab222a8222 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac3c7ae93fafc72 .a0b60aa168a0985 {
  overflow: hidden;
}
#ac3c7ae93fafc72 .a0b60aa168a0985 , #ac3c7ae93fafc72 .a0b60aa168a0985 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#ac3c7ae93fafc72 .uk-grid {
  margin-left: -15px;
}
#ac3c7ae93fafc72 .uk-grid > * {
  padding-left: 15px;
}
#ac3c7ae93fafc72 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#ac3c7ae93fafc72 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ac3c7ae93fafc72 .uk-position-center-left-out {
    left: -30px;
  }
  #ac3c7ae93fafc72 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a7c49a7b9aa6809 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a99b0a9e8eaf434 .news-list {
  overflow: hidden;
}
#a99b0a9e8eaf434 .owl-dots {
  left: 50%;
  transform: translateX(-50%);
}
#a99b0a9e8eaf434 .owl-carousel .owl-item {
  width: 100%;
}
#a5879a5328aef24 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#a5879a5328aef24 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a5879a5328aef24 .ap-icon {
  margin-right: 6px;
}
#a5879a5328aef24 .indicator {
  margin-left: 4px;
}
#a5879a5328aef24 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 -5px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a5879a5328aef24 .menu-list li:hover > a,
#a5879a5328aef24 .menu-list li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
}
#a5879a5328aef24 .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
  background-color: #ffffff;
}
#a5879a5328aef24 .menu-list ul,
#a5879a5328aef24 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a5879a5328aef24 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a5879a5328aef24 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a5879a5328aef24 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a5879a5328aef24 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#add0fad710a2d43 {
  pointer-events: none;
  /* Open state */
}
#add0fad710a2d43 .search-box {
  text-align: center;
  margin-right: -16px;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 11;
  font-size: 14px;
  display: none;
}
#add0fad710a2d43 .search-box .select-text {
  width: 38px;
  height: 100%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#add0fad710a2d43 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: -9px;
  top: 50px;
  display: none;
  z-index: 999999;
}
#add0fad710a2d43 .search-box .search-type.show {
  display: block;
}
#add0fad710a2d43 .search-box .search-type li {
  text-align: center;
  line-height: 1;
  background: #ffffff;
  cursor: pointer;
  padding: 0 14px;
  white-space: nowrap;
  line-height: 40px;
}
#add0fad710a2d43 .search-box .search-type li:hover {
  color: rgba(255, 255, 255, 0.01);
}
#add0fad710a2d43 .search-box .search-type li.active {
  color: rgba(255, 255, 255, 0.01);
}
#add0fad710a2d43 select {
  border: none;
  background: transparent;
  font-size: 14px;
  color: #777;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-left: 14px;
  height: 100%;
  position: absolute;
  left: 0;
  display: none;
}
#add0fad710a2d43 select.hide {
  display: none !important;
}
#add0fad710a2d43 .sb-search {
  position: relative;
  width: 0%;
  min-width: 50px;
  height: 100%;
  float: right;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}
#add0fad710a2d43 .sb-search-input {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  background: #ffffff;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 10;
  padding: 0;
  font-family: inherit;
  font-size: 14px;
  color: #757575;
}
#add0fad710a2d43 .sb-search-open .sb-search-input {
  padding: 0 65px 0 38px;
}
#add0fad710a2d43 .normal .sb-search-input {
  padding-left: 10px;
  color: #757575;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#add0fad710a2d43 input[type="search"].sb-search-input {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
#add0fad710a2d43 .sb-search-input::-webkit-input-placeholder {
  color: #a8a8a8;
}
#add0fad710a2d43 .sb-search-input::-moz-placeholder {
  color: #a8a8a8;
}
#add0fad710a2d43 .sb-search-input:-ms-input-placeholder {
  color: #a8a8a8;
}
#add0fad710a2d43 .sb-icon-search,
#add0fad710a2d43 .sb-search-submit {
  width: 50px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
}
#add0fad710a2d43 .sb-search-submit {
  background: #ffffff;
  /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}
#add0fad710a2d43 .sb-icon-search {
  color: #757575;
  background: #ffffff;
  z-index: 90;
  font-size: 14px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#add0fad710a2d43 .sb-icon-search .fa {
  color: #333333;
}
#add0fad710a2d43 .sb-search.sb-search-open,
#add0fad710a2d43 .no-js .sb-search {
  width: 100%;
}
#add0fad710a2d43 .sb-search.sb-search-open select {
  display: inline-block;
  z-index: 20;
}
#add0fad710a2d43 .sb-search.sb-search-open .sb-icon-search,
#add0fad710a2d43 .no-js .sb-search .sb-icon-search {
  background: rgba(255, 255, 255, 0.01);
  color: #ffffff;
  z-index: 11;
}
#add0fad710a2d43 .sb-search.sb-search-open .sb-icon-search .fa,
#add0fad710a2d43 .no-js .sb-search .sb-icon-search .fa {
  color: #333333;
}
#add0fad710a2d43 .sb-search.sb-search-open .sb-search-submit,
#add0fad710a2d43 .no-js .sb-search .sb-search-submit {
  z-index: 90;
}
#a0677ab194ab2f9 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9195a5c56a5ac6 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a11fba4d43a0b2c > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af9c5a9e10a942d > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9070a7d01adbcc > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad94ea9488aaa9e > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8cefa4194ae9cf > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2e65a7be8a8634 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab0c0a2466ab1f4 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4836a39b3a7859 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a24c8a4753ac051 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4743ad9d6a0785 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7e0eaefafab7c4 .a4daba7a98a859c {
  overflow: hidden;
}
#a7e0eaefafab7c4 .a4daba7a98a859c , #a7e0eaefafab7c4 .a4daba7a98a859c > * {
        font-weight: normal;
        font-style: normal;
    font-size: 30px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#a7e0eaefafab7c4 .uk-grid {
  margin-left: -15px;
}
#a7e0eaefafab7c4 .uk-grid > * {
  padding-left: 15px;
}
#a7e0eaefafab7c4 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a7e0eaefafab7c4 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a7e0eaefafab7c4 .uk-position-center-left-out {
    left: -30px;
  }
  #a7e0eaefafab7c4 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aedd3a5fefa3b80 form {
  width: 100%;
  height: 100%;
}
#aedd3a5fefa3b80 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aedd3a5fefa3b80 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#aedd3a5fefa3b80 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aedd3a5fefa3b80 .search-box .search-type.show {
  display: block;
}
#aedd3a5fefa3b80 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#aedd3a5fefa3b80 .search-box .search-type li:hover {
  color: #666666;
}
#aedd3a5fefa3b80 .search-box .search-type li.active {
  color: #666666;
}
#aedd3a5fefa3b80 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
  border-top-width: 1px;
  border-top-color: #666666;
  border-top-style: solid;
  border-right-color: #666666;
  border-left-color: #666666;
  border-bottom-color: #666666;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aedd3a5fefa3b80 .inner-form .input-field {
  height: 100%;
}
#aedd3a5fefa3b80 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #666666;
}
#aedd3a5fefa3b80 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #8c8c8c;
}
#aedd3a5fefa3b80 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #8c8c8c;
}
#aedd3a5fefa3b80 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #8c8c8c;
}
#aedd3a5fefa3b80 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aedd3a5fefa3b80 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#aedd3a5fefa3b80 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aedd3a5fefa3b80 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #666666;
  margin: 0 15px;
}
#aedd3a5fefa3b80 .inner-form .input-field.second-wrap {
  min-width: 130px;
}
#aedd3a5fefa3b80 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #666666;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#aedd3a5fefa3b80 .btn-search:hover {
  background: #666666;
}
#aedd3a5fefa3b80 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7c33a1aa4a67e2 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ab8cdaa16eabaae .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#ab8cdaa16eabaae .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#ab8cdaa16eabaae .ap-icon {
  margin-right: 6px;
}
#ab8cdaa16eabaae .indicator {
  margin-left: 4px;
}
#ab8cdaa16eabaae .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 -5px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#ab8cdaa16eabaae .menu-list li:hover > a,
#ab8cdaa16eabaae .menu-list li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
}
#ab8cdaa16eabaae .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
  background-color: #ffffff;
}
#ab8cdaa16eabaae .menu-list ul,
#ab8cdaa16eabaae .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#ab8cdaa16eabaae .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#ab8cdaa16eabaae .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ab8cdaa16eabaae .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ab8cdaa16eabaae .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a3db6ab1dca9083 {
  pointer-events: none;
  /* Open state */
}
#a3db6ab1dca9083 .search-box {
  text-align: center;
  margin-right: -16px;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 11;
  font-size: 14px;
  display: none;
}
#a3db6ab1dca9083 .search-box .select-text {
  width: 38px;
  height: 100%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#a3db6ab1dca9083 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: -9px;
  top: 50px;
  display: none;
  z-index: 999999;
}
#a3db6ab1dca9083 .search-box .search-type.show {
  display: block;
}
#a3db6ab1dca9083 .search-box .search-type li {
  text-align: center;
  line-height: 1;
  background: #ffffff;
  cursor: pointer;
  padding: 0 14px;
  white-space: nowrap;
  line-height: 40px;
}
#a3db6ab1dca9083 .search-box .search-type li:hover {
  color: rgba(255, 255, 255, 0.01);
}
#a3db6ab1dca9083 .search-box .search-type li.active {
  color: rgba(255, 255, 255, 0.01);
}
#a3db6ab1dca9083 select {
  border: none;
  background: transparent;
  font-size: 14px;
  color: #777;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-left: 14px;
  height: 100%;
  position: absolute;
  left: 0;
  display: none;
}
#a3db6ab1dca9083 select.hide {
  display: none !important;
}
#a3db6ab1dca9083 .sb-search {
  position: relative;
  width: 0%;
  min-width: 50px;
  height: 100%;
  float: right;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}
#a3db6ab1dca9083 .sb-search-input {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  background: #ffffff;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 10;
  padding: 0;
  font-family: inherit;
  font-size: 14px;
  color: #757575;
}
#a3db6ab1dca9083 .sb-search-open .sb-search-input {
  padding: 0 65px 0 38px;
}
#a3db6ab1dca9083 .normal .sb-search-input {
  padding-left: 10px;
  color: #757575;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a3db6ab1dca9083 input[type="search"].sb-search-input {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
#a3db6ab1dca9083 .sb-search-input::-webkit-input-placeholder {
  color: #a8a8a8;
}
#a3db6ab1dca9083 .sb-search-input::-moz-placeholder {
  color: #a8a8a8;
}
#a3db6ab1dca9083 .sb-search-input:-ms-input-placeholder {
  color: #a8a8a8;
}
#a3db6ab1dca9083 .sb-icon-search,
#a3db6ab1dca9083 .sb-search-submit {
  width: 50px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
}
#a3db6ab1dca9083 .sb-search-submit {
  background: #ffffff;
  /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}
#a3db6ab1dca9083 .sb-icon-search {
  color: #757575;
  background: #ffffff;
  z-index: 90;
  font-size: 14px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#a3db6ab1dca9083 .sb-icon-search .fa {
  color: #333333;
}
#a3db6ab1dca9083 .sb-search.sb-search-open,
#a3db6ab1dca9083 .no-js .sb-search {
  width: 100%;
}
#a3db6ab1dca9083 .sb-search.sb-search-open select {
  display: inline-block;
  z-index: 20;
}
#a3db6ab1dca9083 .sb-search.sb-search-open .sb-icon-search,
#a3db6ab1dca9083 .no-js .sb-search .sb-icon-search {
  background: rgba(255, 255, 255, 0.01);
  color: #ffffff;
  z-index: 11;
}
#a3db6ab1dca9083 .sb-search.sb-search-open .sb-icon-search .fa,
#a3db6ab1dca9083 .no-js .sb-search .sb-icon-search .fa {
  color: #333333;
}
#a3db6ab1dca9083 .sb-search.sb-search-open .sb-search-submit,
#a3db6ab1dca9083 .no-js .sb-search .sb-search-submit {
  z-index: 90;
}
#ae641ad055a411d > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a863fa44e2aea74 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2c23a99c3aceaf > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acdbda5301a9c55 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6d0baf914a2b5d > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3d09ae4fcaf4f1 .abd32acefcae4c4 {
  overflow: hidden;
}
#a3d09ae4fcaf4f1 .abd32acefcae4c4 , #a3d09ae4fcaf4f1 .abd32acefcae4c4 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#a3d09ae4fcaf4f1 .uk-grid {
  margin-left: -15px;
}
#a3d09ae4fcaf4f1 .uk-grid > * {
  padding-left: 15px;
}
#a3d09ae4fcaf4f1 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a3d09ae4fcaf4f1 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a3d09ae4fcaf4f1 .uk-position-center-left-out {
    left: -30px;
  }
  #a3d09ae4fcaf4f1 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aaf2ead953a05ce .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a0f87a53dea4c83 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#a0f87a53dea4c83 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a0f87a53dea4c83 .ap-icon {
  margin-right: 6px;
}
#a0f87a53dea4c83 .indicator {
  margin-left: 4px;
}
#a0f87a53dea4c83 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 -5px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a0f87a53dea4c83 .menu-list li:hover > a,
#a0f87a53dea4c83 .menu-list li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
}
#a0f87a53dea4c83 .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
  background-color: #ffffff;
}
#a0f87a53dea4c83 .menu-list ul,
#a0f87a53dea4c83 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a0f87a53dea4c83 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a0f87a53dea4c83 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0f87a53dea4c83 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0f87a53dea4c83 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a2234a913ba2815 {
  pointer-events: none;
  /* Open state */
}
#a2234a913ba2815 .search-box {
  text-align: center;
  margin-right: -16px;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 11;
  font-size: 14px;
  display: none;
}
#a2234a913ba2815 .search-box .select-text {
  width: 38px;
  height: 100%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#a2234a913ba2815 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: -9px;
  top: 50px;
  display: none;
  z-index: 999999;
}
#a2234a913ba2815 .search-box .search-type.show {
  display: block;
}
#a2234a913ba2815 .search-box .search-type li {
  text-align: center;
  line-height: 1;
  background: #f5f5f5;
  cursor: pointer;
  padding: 0 14px;
  white-space: nowrap;
  line-height: 40px;
}
#a2234a913ba2815 .search-box .search-type li:hover {
  color: rgba(255, 255, 255, 0.01);
}
#a2234a913ba2815 .search-box .search-type li.active {
  color: rgba(255, 255, 255, 0.01);
}
#a2234a913ba2815 select {
  border: none;
  background: transparent;
  font-size: 14px;
  color: #777;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-left: 14px;
  height: 100%;
  position: absolute;
  left: 0;
  display: none;
}
#a2234a913ba2815 select.hide {
  display: none !important;
}
#a2234a913ba2815 .sb-search {
  position: relative;
  width: 0%;
  min-width: 50px;
  height: 100%;
  float: right;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}
#a2234a913ba2815 .sb-search-input {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  background: #f5f5f5;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 10;
  padding: 0;
  font-family: inherit;
  font-size: 14px;
  color: #757575;
}
#a2234a913ba2815 .sb-search-open .sb-search-input {
  padding: 0 65px 0 38px;
}
#a2234a913ba2815 .normal .sb-search-input {
  padding-left: 10px;
  color: #757575;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a2234a913ba2815 input[type="search"].sb-search-input {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
#a2234a913ba2815 .sb-search-input::-webkit-input-placeholder {
  color: #a8a8a8;
}
#a2234a913ba2815 .sb-search-input::-moz-placeholder {
  color: #a8a8a8;
}
#a2234a913ba2815 .sb-search-input:-ms-input-placeholder {
  color: #a8a8a8;
}
#a2234a913ba2815 .sb-icon-search,
#a2234a913ba2815 .sb-search-submit {
  width: 50px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
}
#a2234a913ba2815 .sb-search-submit {
  background: #ffffff;
  /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}
#a2234a913ba2815 .sb-icon-search {
  color: #757575;
  background: #ffffff;
  z-index: 90;
  font-size: 14px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#a2234a913ba2815 .sb-icon-search .fa {
  color: #333333;
}
#a2234a913ba2815 .sb-search.sb-search-open,
#a2234a913ba2815 .no-js .sb-search {
  width: 100%;
}
#a2234a913ba2815 .sb-search.sb-search-open select {
  display: inline-block;
  z-index: 20;
}
#a2234a913ba2815 .sb-search.sb-search-open .sb-icon-search,
#a2234a913ba2815 .no-js .sb-search .sb-icon-search {
  background: rgba(255, 255, 255, 0.01);
  color: #f5f5f5;
  z-index: 11;
}
#a2234a913ba2815 .sb-search.sb-search-open .sb-icon-search .fa,
#a2234a913ba2815 .no-js .sb-search .sb-icon-search .fa {
  color: #333333;
}
#a2234a913ba2815 .sb-search.sb-search-open .sb-search-submit,
#a2234a913ba2815 .no-js .sb-search .sb-search-submit {
  z-index: 90;
}
#a948ea4763ad1a5 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6a1ba5defa9870 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a547ea213ea9423 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a600ca557eaf51d > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9dceab6c3a857d > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aecc4accf7a53f2 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a30cfa806eac742 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4a6ca9beaac207 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0613a3676a0278 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abb84af326abd75 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab67fab784aa501 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abccaa6342aa442 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7e0eaefafab7c4 .a4daba7a98a859c {
  overflow: hidden;
}
#a7e0eaefafab7c4 .a4daba7a98a859c , #a7e0eaefafab7c4 .a4daba7a98a859c > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#a7e0eaefafab7c4 .uk-grid {
  margin-left: -15px;
}
#a7e0eaefafab7c4 .uk-grid > * {
  padding-left: 15px;
}
#a7e0eaefafab7c4 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a7e0eaefafab7c4 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a7e0eaefafab7c4 .uk-position-center-left-out {
    left: -30px;
  }
  #a7e0eaefafab7c4 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8b30a72aaa144f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a8e57abcb2a4ada .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#a8e57abcb2a4ada .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a8e57abcb2a4ada .ap-icon {
  margin-right: 6px;
}
#a8e57abcb2a4ada .indicator {
  margin-left: 4px;
}
#a8e57abcb2a4ada .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 -5px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a8e57abcb2a4ada .menu-list li:hover > a,
#a8e57abcb2a4ada .menu-list li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
}
#a8e57abcb2a4ada .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
  background-color: #ffffff;
}
#a8e57abcb2a4ada .menu-list ul,
#a8e57abcb2a4ada .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a8e57abcb2a4ada .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a8e57abcb2a4ada .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8e57abcb2a4ada .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8e57abcb2a4ada .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a53d6a2173a7e65 {
  pointer-events: none;
  /* Open state */
}
#a53d6a2173a7e65 .search-box {
  text-align: center;
  margin-right: -16px;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 11;
  font-size: 14px;
  display: none;
}
#a53d6a2173a7e65 .search-box .select-text {
  width: 38px;
  height: 100%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#a53d6a2173a7e65 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: -9px;
  top: 50px;
  display: none;
  z-index: 999999;
}
#a53d6a2173a7e65 .search-box .search-type.show {
  display: block;
}
#a53d6a2173a7e65 .search-box .search-type li {
  text-align: center;
  line-height: 1;
  background: #f5f5f5;
  cursor: pointer;
  padding: 0 14px;
  white-space: nowrap;
  line-height: 40px;
}
#a53d6a2173a7e65 .search-box .search-type li:hover {
  color: rgba(255, 255, 255, 0.01);
}
#a53d6a2173a7e65 .search-box .search-type li.active {
  color: rgba(255, 255, 255, 0.01);
}
#a53d6a2173a7e65 select {
  border: none;
  background: transparent;
  font-size: 14px;
  color: #777;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-left: 14px;
  height: 100%;
  position: absolute;
  left: 0;
  display: none;
}
#a53d6a2173a7e65 select.hide {
  display: none !important;
}
#a53d6a2173a7e65 .sb-search {
  position: relative;
  width: 0%;
  min-width: 50px;
  height: 100%;
  float: right;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}
#a53d6a2173a7e65 .sb-search-input {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  background: #f5f5f5;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 10;
  padding: 0;
  font-family: inherit;
  font-size: 14px;
  color: #757575;
}
#a53d6a2173a7e65 .sb-search-open .sb-search-input {
  padding: 0 65px 0 38px;
}
#a53d6a2173a7e65 .normal .sb-search-input {
  padding-left: 10px;
  color: #757575;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a53d6a2173a7e65 input[type="search"].sb-search-input {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
#a53d6a2173a7e65 .sb-search-input::-webkit-input-placeholder {
  color: #a8a8a8;
}
#a53d6a2173a7e65 .sb-search-input::-moz-placeholder {
  color: #a8a8a8;
}
#a53d6a2173a7e65 .sb-search-input:-ms-input-placeholder {
  color: #a8a8a8;
}
#a53d6a2173a7e65 .sb-icon-search,
#a53d6a2173a7e65 .sb-search-submit {
  width: 50px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
}
#a53d6a2173a7e65 .sb-search-submit {
  background: #ffffff;
  /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}
#a53d6a2173a7e65 .sb-icon-search {
  color: #757575;
  background: #ffffff;
  z-index: 90;
  font-size: 14px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#a53d6a2173a7e65 .sb-icon-search .fa {
  color: #333333;
}
#a53d6a2173a7e65 .sb-search.sb-search-open,
#a53d6a2173a7e65 .no-js .sb-search {
  width: 100%;
}
#a53d6a2173a7e65 .sb-search.sb-search-open select {
  display: inline-block;
  z-index: 20;
}
#a53d6a2173a7e65 .sb-search.sb-search-open .sb-icon-search,
#a53d6a2173a7e65 .no-js .sb-search .sb-icon-search {
  background: rgba(255, 255, 255, 0.01);
  color: #f5f5f5;
  z-index: 11;
}
#a53d6a2173a7e65 .sb-search.sb-search-open .sb-icon-search .fa,
#a53d6a2173a7e65 .no-js .sb-search .sb-icon-search .fa {
  color: #333333;
}
#a53d6a2173a7e65 .sb-search.sb-search-open .sb-search-submit,
#a53d6a2173a7e65 .no-js .sb-search .sb-search-submit {
  z-index: 90;
}
#a0e8faa848afef5 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac6beafdeea54d0 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a48eea7993aec7c > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5b38ae6dba6959 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4a67a227aa64ab > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a10f3a72b9aac84 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aca63a4006ae5bd > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abc36abb40a2716 .a7449a2de3a8678 {
  overflow: hidden;
}
#abc36abb40a2716 .a7449a2de3a8678 , #abc36abb40a2716 .a7449a2de3a8678 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#abc36abb40a2716 .uk-grid {
  margin-left: -15px;
}
#abc36abb40a2716 .uk-grid > * {
  padding-left: 15px;
}
#abc36abb40a2716 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#abc36abb40a2716 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #abc36abb40a2716 .uk-position-center-left-out {
    left: -30px;
  }
  #abc36abb40a2716 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#af279a3675a09a9 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a0d0ca104faae2a .news-list {
  overflow: hidden;
}
#a0d0ca104faae2a .owl-dots {
  left: 50%;
  transform: translateX(-50%);
}
#a0d0ca104faae2a .owl-carousel .owl-item {
  width: 100%;
}
#af712a9c09ab491 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#af712a9c09ab491 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#af712a9c09ab491 .ap-icon {
  margin-right: 6px;
}
#af712a9c09ab491 .indicator {
  margin-left: 4px;
}
#af712a9c09ab491 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 -5px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#af712a9c09ab491 .menu-list li:hover > a,
#af712a9c09ab491 .menu-list li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
}
#af712a9c09ab491 .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
  background-color: #ffffff;
}
#af712a9c09ab491 .menu-list ul,
#af712a9c09ab491 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#af712a9c09ab491 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#af712a9c09ab491 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#af712a9c09ab491 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#af712a9c09ab491 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a719da01f9ae095 {
  pointer-events: none;
  /* Open state */
}
#a719da01f9ae095 .search-box {
  text-align: center;
  margin-right: -16px;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 11;
  font-size: 14px;
  display: none;
}
#a719da01f9ae095 .search-box .select-text {
  width: 38px;
  height: 100%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#a719da01f9ae095 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: -9px;
  top: 50px;
  display: none;
  z-index: 999999;
}
#a719da01f9ae095 .search-box .search-type.show {
  display: block;
}
#a719da01f9ae095 .search-box .search-type li {
  text-align: center;
  line-height: 1;
  background: #f5f5f5;
  cursor: pointer;
  padding: 0 14px;
  white-space: nowrap;
  line-height: 40px;
}
#a719da01f9ae095 .search-box .search-type li:hover {
  color: rgba(255, 255, 255, 0.01);
}
#a719da01f9ae095 .search-box .search-type li.active {
  color: rgba(255, 255, 255, 0.01);
}
#a719da01f9ae095 select {
  border: none;
  background: transparent;
  font-size: 14px;
  color: #777;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-left: 14px;
  height: 100%;
  position: absolute;
  left: 0;
  display: none;
}
#a719da01f9ae095 select.hide {
  display: none !important;
}
#a719da01f9ae095 .sb-search {
  position: relative;
  width: 0%;
  min-width: 50px;
  height: 100%;
  float: right;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}
#a719da01f9ae095 .sb-search-input {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  background: #f5f5f5;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 10;
  padding: 0;
  font-family: inherit;
  font-size: 14px;
  color: #757575;
}
#a719da01f9ae095 .sb-search-open .sb-search-input {
  padding: 0 65px 0 38px;
}
#a719da01f9ae095 .normal .sb-search-input {
  padding-left: 10px;
  color: #757575;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a719da01f9ae095 input[type="search"].sb-search-input {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
#a719da01f9ae095 .sb-search-input::-webkit-input-placeholder {
  color: #a8a8a8;
}
#a719da01f9ae095 .sb-search-input::-moz-placeholder {
  color: #a8a8a8;
}
#a719da01f9ae095 .sb-search-input:-ms-input-placeholder {
  color: #a8a8a8;
}
#a719da01f9ae095 .sb-icon-search,
#a719da01f9ae095 .sb-search-submit {
  width: 50px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
}
#a719da01f9ae095 .sb-search-submit {
  background: #ffffff;
  /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}
#a719da01f9ae095 .sb-icon-search {
  color: #757575;
  background: #ffffff;
  z-index: 90;
  font-size: 14px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#a719da01f9ae095 .sb-icon-search .fa {
  color: #333333;
}
#a719da01f9ae095 .sb-search.sb-search-open,
#a719da01f9ae095 .no-js .sb-search {
  width: 100%;
}
#a719da01f9ae095 .sb-search.sb-search-open select {
  display: inline-block;
  z-index: 20;
}
#a719da01f9ae095 .sb-search.sb-search-open .sb-icon-search,
#a719da01f9ae095 .no-js .sb-search .sb-icon-search {
  background: rgba(255, 255, 255, 0.01);
  color: #f5f5f5;
  z-index: 11;
}
#a719da01f9ae095 .sb-search.sb-search-open .sb-icon-search .fa,
#a719da01f9ae095 .no-js .sb-search .sb-icon-search .fa {
  color: #333333;
}
#a719da01f9ae095 .sb-search.sb-search-open .sb-search-submit,
#a719da01f9ae095 .no-js .sb-search .sb-search-submit {
  z-index: 90;
}
#ad826a88c4a2080 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3d08a6c99a5307 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5b13a2b7da3a53 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac185afa5eab389 .a4a34a711eaa091 {
  overflow: hidden;
}
#ac185afa5eab389 .a4a34a711eaa091 , #ac185afa5eab389 .a4a34a711eaa091 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 30px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#ac185afa5eab389 .uk-grid {
  margin-left: -15px;
}
#ac185afa5eab389 .uk-grid > * {
  padding-left: 15px;
}
#ac185afa5eab389 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#ac185afa5eab389 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ac185afa5eab389 .uk-position-center-left-out {
    left: -30px;
  }
  #ac185afa5eab389 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3093a82c0aa432 form {
  width: 100%;
  height: 100%;
}
#a3093a82c0aa432 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a3093a82c0aa432 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a3093a82c0aa432 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a3093a82c0aa432 .search-box .search-type.show {
  display: block;
}
#a3093a82c0aa432 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a3093a82c0aa432 .search-box .search-type li:hover {
  color: #666666;
}
#a3093a82c0aa432 .search-box .search-type li.active {
  color: #666666;
}
#a3093a82c0aa432 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
  border-top-width: 1px;
  border-top-color: #666666;
  border-top-style: solid;
  border-right-color: #666666;
  border-left-color: #666666;
  border-bottom-color: #666666;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a3093a82c0aa432 .inner-form .input-field {
  height: 100%;
}
#a3093a82c0aa432 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #666666;
}
#a3093a82c0aa432 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #8c8c8c;
}
#a3093a82c0aa432 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #8c8c8c;
}
#a3093a82c0aa432 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #8c8c8c;
}
#a3093a82c0aa432 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a3093a82c0aa432 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a3093a82c0aa432 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a3093a82c0aa432 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #666666;
  margin: 0 15px;
}
#a3093a82c0aa432 .inner-form .input-field.second-wrap {
  min-width: 130px;
}
#a3093a82c0aa432 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #666666;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a3093a82c0aa432 .btn-search:hover {
  background: #666666;
}
#a3093a82c0aa432 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a8358ae7baa922f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a33b3ac496acee3 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#a33b3ac496acee3 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a33b3ac496acee3 .ap-icon {
  margin-right: 6px;
}
#a33b3ac496acee3 .indicator {
  margin-left: 4px;
}
#a33b3ac496acee3 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 -5px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a33b3ac496acee3 .menu-list li:hover > a,
#a33b3ac496acee3 .menu-list li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
}
#a33b3ac496acee3 .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
  background-color: #ffffff;
}
#a33b3ac496acee3 .menu-list ul,
#a33b3ac496acee3 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a33b3ac496acee3 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a33b3ac496acee3 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a33b3ac496acee3 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a33b3ac496acee3 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a5ec1a49d1a9779 {
  pointer-events: none;
  /* Open state */
}
#a5ec1a49d1a9779 .search-box {
  text-align: center;
  margin-right: -16px;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 11;
  font-size: 14px;
  display: none;
}
#a5ec1a49d1a9779 .search-box .select-text {
  width: 38px;
  height: 100%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#a5ec1a49d1a9779 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: -9px;
  top: 50px;
  display: none;
  z-index: 999999;
}
#a5ec1a49d1a9779 .search-box .search-type.show {
  display: block;
}
#a5ec1a49d1a9779 .search-box .search-type li {
  text-align: center;
  line-height: 1;
  background: #ffffff;
  cursor: pointer;
  padding: 0 14px;
  white-space: nowrap;
  line-height: 40px;
}
#a5ec1a49d1a9779 .search-box .search-type li:hover {
  color: rgba(255, 255, 255, 0.01);
}
#a5ec1a49d1a9779 .search-box .search-type li.active {
  color: rgba(255, 255, 255, 0.01);
}
#a5ec1a49d1a9779 select {
  border: none;
  background: transparent;
  font-size: 14px;
  color: #777;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-left: 14px;
  height: 100%;
  position: absolute;
  left: 0;
  display: none;
}
#a5ec1a49d1a9779 select.hide {
  display: none !important;
}
#a5ec1a49d1a9779 .sb-search {
  position: relative;
  width: 0%;
  min-width: 50px;
  height: 100%;
  float: right;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}
#a5ec1a49d1a9779 .sb-search-input {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  background: #ffffff;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 10;
  padding: 0;
  font-family: inherit;
  font-size: 14px;
  color: #757575;
}
#a5ec1a49d1a9779 .sb-search-open .sb-search-input {
  padding: 0 65px 0 38px;
}
#a5ec1a49d1a9779 .normal .sb-search-input {
  padding-left: 10px;
  color: #757575;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a5ec1a49d1a9779 input[type="search"].sb-search-input {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
#a5ec1a49d1a9779 .sb-search-input::-webkit-input-placeholder {
  color: #a8a8a8;
}
#a5ec1a49d1a9779 .sb-search-input::-moz-placeholder {
  color: #a8a8a8;
}
#a5ec1a49d1a9779 .sb-search-input:-ms-input-placeholder {
  color: #a8a8a8;
}
#a5ec1a49d1a9779 .sb-icon-search,
#a5ec1a49d1a9779 .sb-search-submit {
  width: 50px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
}
#a5ec1a49d1a9779 .sb-search-submit {
  background: #ffffff;
  /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}
#a5ec1a49d1a9779 .sb-icon-search {
  color: #757575;
  background: #ffffff;
  z-index: 90;
  font-size: 14px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#a5ec1a49d1a9779 .sb-icon-search .fa {
  color: #333333;
}
#a5ec1a49d1a9779 .sb-search.sb-search-open,
#a5ec1a49d1a9779 .no-js .sb-search {
  width: 100%;
}
#a5ec1a49d1a9779 .sb-search.sb-search-open select {
  display: inline-block;
  z-index: 20;
}
#a5ec1a49d1a9779 .sb-search.sb-search-open .sb-icon-search,
#a5ec1a49d1a9779 .no-js .sb-search .sb-icon-search {
  background: rgba(255, 255, 255, 0.01);
  color: #ffffff;
  z-index: 11;
}
#a5ec1a49d1a9779 .sb-search.sb-search-open .sb-icon-search .fa,
#a5ec1a49d1a9779 .no-js .sb-search .sb-icon-search .fa {
  color: #333333;
}
#a5ec1a49d1a9779 .sb-search.sb-search-open .sb-search-submit,
#a5ec1a49d1a9779 .no-js .sb-search .sb-search-submit {
  z-index: 90;
}
#aad75a8fd0a0061 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8bf0a7081a3a3d > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a779da6360ab168 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a048ea6ef3a75fa > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a48c3a7b65a16de > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acb17a4c52a5bf8 .a6f67a309ba309b {
  overflow: hidden;
}
#acb17a4c52a5bf8 .a6f67a309ba309b , #acb17a4c52a5bf8 .a6f67a309ba309b > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#acb17a4c52a5bf8 .uk-grid {
  margin-left: -15px;
}
#acb17a4c52a5bf8 .uk-grid > * {
  padding-left: 15px;
}
#acb17a4c52a5bf8 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#acb17a4c52a5bf8 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #acb17a4c52a5bf8 .uk-position-center-left-out {
    left: -30px;
  }
  #acb17a4c52a5bf8 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6454a7fe3aaad0 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#afba4af949a7291 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#afba4af949a7291 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#afba4af949a7291 .ap-icon {
  margin-right: 6px;
}
#afba4af949a7291 .indicator {
  margin-left: 4px;
}
#afba4af949a7291 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 -5px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#afba4af949a7291 .menu-list li:hover > a,
#afba4af949a7291 .menu-list li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
}
#afba4af949a7291 .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
  background-color: #ffffff;
}
#afba4af949a7291 .menu-list ul,
#afba4af949a7291 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#afba4af949a7291 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#afba4af949a7291 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#afba4af949a7291 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#afba4af949a7291 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ac1cca073aa6198 {
  pointer-events: none;
  /* Open state */
}
#ac1cca073aa6198 .search-box {
  text-align: center;
  margin-right: -16px;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 11;
  font-size: 14px;
  display: none;
}
#ac1cca073aa6198 .search-box .select-text {
  width: 38px;
  height: 100%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#ac1cca073aa6198 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: -9px;
  top: 50px;
  display: none;
  z-index: 999999;
}
#ac1cca073aa6198 .search-box .search-type.show {
  display: block;
}
#ac1cca073aa6198 .search-box .search-type li {
  text-align: center;
  line-height: 1;
  background: #f5f5f5;
  cursor: pointer;
  padding: 0 14px;
  white-space: nowrap;
  line-height: 40px;
}
#ac1cca073aa6198 .search-box .search-type li:hover {
  color: rgba(255, 255, 255, 0.01);
}
#ac1cca073aa6198 .search-box .search-type li.active {
  color: rgba(255, 255, 255, 0.01);
}
#ac1cca073aa6198 select {
  border: none;
  background: transparent;
  font-size: 14px;
  color: #777;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-left: 14px;
  height: 100%;
  position: absolute;
  left: 0;
  display: none;
}
#ac1cca073aa6198 select.hide {
  display: none !important;
}
#ac1cca073aa6198 .sb-search {
  position: relative;
  width: 0%;
  min-width: 50px;
  height: 100%;
  float: right;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}
#ac1cca073aa6198 .sb-search-input {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  background: #f5f5f5;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 10;
  padding: 0;
  font-family: inherit;
  font-size: 14px;
  color: #757575;
}
#ac1cca073aa6198 .sb-search-open .sb-search-input {
  padding: 0 65px 0 38px;
}
#ac1cca073aa6198 .normal .sb-search-input {
  padding-left: 10px;
  color: #757575;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ac1cca073aa6198 input[type="search"].sb-search-input {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
#ac1cca073aa6198 .sb-search-input::-webkit-input-placeholder {
  color: #a8a8a8;
}
#ac1cca073aa6198 .sb-search-input::-moz-placeholder {
  color: #a8a8a8;
}
#ac1cca073aa6198 .sb-search-input:-ms-input-placeholder {
  color: #a8a8a8;
}
#ac1cca073aa6198 .sb-icon-search,
#ac1cca073aa6198 .sb-search-submit {
  width: 50px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
}
#ac1cca073aa6198 .sb-search-submit {
  background: #ffffff;
  /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}
#ac1cca073aa6198 .sb-icon-search {
  color: #757575;
  background: #ffffff;
  z-index: 90;
  font-size: 14px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#ac1cca073aa6198 .sb-icon-search .fa {
  color: #333333;
}
#ac1cca073aa6198 .sb-search.sb-search-open,
#ac1cca073aa6198 .no-js .sb-search {
  width: 100%;
}
#ac1cca073aa6198 .sb-search.sb-search-open select {
  display: inline-block;
  z-index: 20;
}
#ac1cca073aa6198 .sb-search.sb-search-open .sb-icon-search,
#ac1cca073aa6198 .no-js .sb-search .sb-icon-search {
  background: rgba(255, 255, 255, 0.01);
  color: #f5f5f5;
  z-index: 11;
}
#ac1cca073aa6198 .sb-search.sb-search-open .sb-icon-search .fa,
#ac1cca073aa6198 .no-js .sb-search .sb-icon-search .fa {
  color: #333333;
}
#ac1cca073aa6198 .sb-search.sb-search-open .sb-search-submit,
#ac1cca073aa6198 .no-js .sb-search .sb-search-submit {
  z-index: 90;
}
#a83a3a9ff9aa0f3 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7576ae275ab7ab > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4feaaaf03a9c41 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4f11a2630a4254 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1fa6a6ae6a62bc > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3fafa0d5aa1771 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad51fa19d6aa0bb > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6e22af555a9f2c > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af24dad869a3bad > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af981a3111aebf0 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a200fa144fa0e13 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac27bad52ca7291 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9b0aa1263a6bc2 .a655da1f18a9acc {
  overflow: hidden;
}
#a9b0aa1263a6bc2 .a655da1f18a9acc , #a9b0aa1263a6bc2 .a655da1f18a9acc > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#a9b0aa1263a6bc2 .uk-grid {
  margin-left: -15px;
}
#a9b0aa1263a6bc2 .uk-grid > * {
  padding-left: 15px;
}
#a9b0aa1263a6bc2 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a9b0aa1263a6bc2 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a9b0aa1263a6bc2 .uk-position-center-left-out {
    left: -30px;
  }
  #a9b0aa1263a6bc2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a9ba9aea4ca4b2e .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a0e83a7cf7a6581 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#a0e83a7cf7a6581 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a0e83a7cf7a6581 .ap-icon {
  margin-right: 6px;
}
#a0e83a7cf7a6581 .indicator {
  margin-left: 4px;
}
#a0e83a7cf7a6581 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 -5px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a0e83a7cf7a6581 .menu-list li:hover > a,
#a0e83a7cf7a6581 .menu-list li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
}
#a0e83a7cf7a6581 .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
  background-color: #ffffff;
}
#a0e83a7cf7a6581 .menu-list ul,
#a0e83a7cf7a6581 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a0e83a7cf7a6581 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a0e83a7cf7a6581 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0e83a7cf7a6581 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0e83a7cf7a6581 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a6356a4393a1d24 {
  pointer-events: none;
  /* Open state */
}
#a6356a4393a1d24 .search-box {
  text-align: center;
  margin-right: -16px;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 11;
  font-size: 14px;
  display: none;
}
#a6356a4393a1d24 .search-box .select-text {
  width: 38px;
  height: 100%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#a6356a4393a1d24 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: -9px;
  top: 50px;
  display: none;
  z-index: 999999;
}
#a6356a4393a1d24 .search-box .search-type.show {
  display: block;
}
#a6356a4393a1d24 .search-box .search-type li {
  text-align: center;
  line-height: 1;
  background: #f5f5f5;
  cursor: pointer;
  padding: 0 14px;
  white-space: nowrap;
  line-height: 40px;
}
#a6356a4393a1d24 .search-box .search-type li:hover {
  color: rgba(255, 255, 255, 0.01);
}
#a6356a4393a1d24 .search-box .search-type li.active {
  color: rgba(255, 255, 255, 0.01);
}
#a6356a4393a1d24 select {
  border: none;
  background: transparent;
  font-size: 14px;
  color: #777;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-left: 14px;
  height: 100%;
  position: absolute;
  left: 0;
  display: none;
}
#a6356a4393a1d24 select.hide {
  display: none !important;
}
#a6356a4393a1d24 .sb-search {
  position: relative;
  width: 0%;
  min-width: 50px;
  height: 100%;
  float: right;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}
#a6356a4393a1d24 .sb-search-input {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  background: #f5f5f5;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 10;
  padding: 0;
  font-family: inherit;
  font-size: 14px;
  color: #757575;
}
#a6356a4393a1d24 .sb-search-open .sb-search-input {
  padding: 0 65px 0 38px;
}
#a6356a4393a1d24 .normal .sb-search-input {
  padding-left: 10px;
  color: #757575;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a6356a4393a1d24 input[type="search"].sb-search-input {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
#a6356a4393a1d24 .sb-search-input::-webkit-input-placeholder {
  color: #a8a8a8;
}
#a6356a4393a1d24 .sb-search-input::-moz-placeholder {
  color: #a8a8a8;
}
#a6356a4393a1d24 .sb-search-input:-ms-input-placeholder {
  color: #a8a8a8;
}
#a6356a4393a1d24 .sb-icon-search,
#a6356a4393a1d24 .sb-search-submit {
  width: 50px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
}
#a6356a4393a1d24 .sb-search-submit {
  background: #ffffff;
  /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}
#a6356a4393a1d24 .sb-icon-search {
  color: #757575;
  background: #ffffff;
  z-index: 90;
  font-size: 14px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#a6356a4393a1d24 .sb-icon-search .fa {
  color: #333333;
}
#a6356a4393a1d24 .sb-search.sb-search-open,
#a6356a4393a1d24 .no-js .sb-search {
  width: 100%;
}
#a6356a4393a1d24 .sb-search.sb-search-open select {
  display: inline-block;
  z-index: 20;
}
#a6356a4393a1d24 .sb-search.sb-search-open .sb-icon-search,
#a6356a4393a1d24 .no-js .sb-search .sb-icon-search {
  background: rgba(255, 255, 255, 0.01);
  color: #f5f5f5;
  z-index: 11;
}
#a6356a4393a1d24 .sb-search.sb-search-open .sb-icon-search .fa,
#a6356a4393a1d24 .no-js .sb-search .sb-icon-search .fa {
  color: #333333;
}
#a6356a4393a1d24 .sb-search.sb-search-open .sb-search-submit,
#a6356a4393a1d24 .no-js .sb-search .sb-search-submit {
  z-index: 90;
}
#a1814a89f1a4cc8 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aad83ac99ba4ef8 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae000a2f6fa9428 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afc5fa6c5baa866 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aaca6a9836acb49 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aabf9a37baa15e9 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a42a8a0ae0adbe8 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0827abe99a0185 .aeb78a7dc1ae3b5 {
  overflow: hidden;
}
#a0827abe99a0185 .aeb78a7dc1ae3b5 , #a0827abe99a0185 .aeb78a7dc1ae3b5 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#a0827abe99a0185 .uk-grid {
  margin-left: -15px;
}
#a0827abe99a0185 .uk-grid > * {
  padding-left: 15px;
}
#a0827abe99a0185 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a0827abe99a0185 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a0827abe99a0185 .uk-position-center-left-out {
    left: -30px;
  }
  #a0827abe99a0185 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a0c70ad6bca1570 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a8a0da2bc0a84f6 .news-list {
  overflow: hidden;
}
#a8a0da2bc0a84f6 .owl-dots {
  left: 50%;
  transform: translateX(-50%);
}
#a8a0da2bc0a84f6 .owl-carousel .owl-item {
  width: 100%;
}
#a5c91ad47da8845 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#a5c91ad47da8845 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a5c91ad47da8845 .ap-icon {
  margin-right: 6px;
}
#a5c91ad47da8845 .indicator {
  margin-left: 4px;
}
#a5c91ad47da8845 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 -5px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a5c91ad47da8845 .menu-list li:hover > a,
#a5c91ad47da8845 .menu-list li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
}
#a5c91ad47da8845 .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
  background-color: #ffffff;
}
#a5c91ad47da8845 .menu-list ul,
#a5c91ad47da8845 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a5c91ad47da8845 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a5c91ad47da8845 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a5c91ad47da8845 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a5c91ad47da8845 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ac49dae40fa703c {
  pointer-events: none;
  /* Open state */
}
#ac49dae40fa703c .search-box {
  text-align: center;
  margin-right: -16px;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 11;
  font-size: 14px;
  display: none;
}
#ac49dae40fa703c .search-box .select-text {
  width: 38px;
  height: 100%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#ac49dae40fa703c .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: -9px;
  top: 50px;
  display: none;
  z-index: 999999;
}
#ac49dae40fa703c .search-box .search-type.show {
  display: block;
}
#ac49dae40fa703c .search-box .search-type li {
  text-align: center;
  line-height: 1;
  background: #f5f5f5;
  cursor: pointer;
  padding: 0 14px;
  white-space: nowrap;
  line-height: 40px;
}
#ac49dae40fa703c .search-box .search-type li:hover {
  color: rgba(255, 255, 255, 0.01);
}
#ac49dae40fa703c .search-box .search-type li.active {
  color: rgba(255, 255, 255, 0.01);
}
#ac49dae40fa703c select {
  border: none;
  background: transparent;
  font-size: 14px;
  color: #777;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-left: 14px;
  height: 100%;
  position: absolute;
  left: 0;
  display: none;
}
#ac49dae40fa703c select.hide {
  display: none !important;
}
#ac49dae40fa703c .sb-search {
  position: relative;
  width: 0%;
  min-width: 50px;
  height: 100%;
  float: right;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}
#ac49dae40fa703c .sb-search-input {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  background: #f5f5f5;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 10;
  padding: 0;
  font-family: inherit;
  font-size: 14px;
  color: #757575;
}
#ac49dae40fa703c .sb-search-open .sb-search-input {
  padding: 0 65px 0 38px;
}
#ac49dae40fa703c .normal .sb-search-input {
  padding-left: 10px;
  color: #757575;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ac49dae40fa703c input[type="search"].sb-search-input {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
#ac49dae40fa703c .sb-search-input::-webkit-input-placeholder {
  color: #a8a8a8;
}
#ac49dae40fa703c .sb-search-input::-moz-placeholder {
  color: #a8a8a8;
}
#ac49dae40fa703c .sb-search-input:-ms-input-placeholder {
  color: #a8a8a8;
}
#ac49dae40fa703c .sb-icon-search,
#ac49dae40fa703c .sb-search-submit {
  width: 50px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
}
#ac49dae40fa703c .sb-search-submit {
  background: #ffffff;
  /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}
#ac49dae40fa703c .sb-icon-search {
  color: #757575;
  background: #ffffff;
  z-index: 90;
  font-size: 14px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#ac49dae40fa703c .sb-icon-search .fa {
  color: #333333;
}
#ac49dae40fa703c .sb-search.sb-search-open,
#ac49dae40fa703c .no-js .sb-search {
  width: 100%;
}
#ac49dae40fa703c .sb-search.sb-search-open select {
  display: inline-block;
  z-index: 20;
}
#ac49dae40fa703c .sb-search.sb-search-open .sb-icon-search,
#ac49dae40fa703c .no-js .sb-search .sb-icon-search {
  background: rgba(255, 255, 255, 0.01);
  color: #f5f5f5;
  z-index: 11;
}
#ac49dae40fa703c .sb-search.sb-search-open .sb-icon-search .fa,
#ac49dae40fa703c .no-js .sb-search .sb-icon-search .fa {
  color: #333333;
}
#ac49dae40fa703c .sb-search.sb-search-open .sb-search-submit,
#ac49dae40fa703c .no-js .sb-search .sb-search-submit {
  z-index: 90;
}
#a9868a968cae44c > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa494a7087ac589 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0238a9e1aad6fe > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae5d4abaa3ab4ec > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7e96a7155adc1d .ad6b1af992a5c2d {
  overflow: hidden;
}
#a7e96a7155adc1d .ad6b1af992a5c2d , #a7e96a7155adc1d .ad6b1af992a5c2d > * {
        font-weight: normal;
        font-style: normal;
    font-size: 30px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#a7e96a7155adc1d .uk-grid {
  margin-left: -15px;
}
#a7e96a7155adc1d .uk-grid > * {
  padding-left: 15px;
}
#a7e96a7155adc1d .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a7e96a7155adc1d .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a7e96a7155adc1d .uk-position-center-left-out {
    left: -30px;
  }
  #a7e96a7155adc1d .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ab92aa93aaa9d38 form {
  width: 100%;
  height: 100%;
}
#ab92aa93aaa9d38 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#ab92aa93aaa9d38 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ab92aa93aaa9d38 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#ab92aa93aaa9d38 .search-box .search-type.show {
  display: block;
}
#ab92aa93aaa9d38 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#ab92aa93aaa9d38 .search-box .search-type li:hover {
  color: #666666;
}
#ab92aa93aaa9d38 .search-box .search-type li.active {
  color: #666666;
}
#ab92aa93aaa9d38 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
  border-top-width: 1px;
  border-top-color: #666666;
  border-top-style: solid;
  border-right-color: #666666;
  border-left-color: #666666;
  border-bottom-color: #666666;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#ab92aa93aaa9d38 .inner-form .input-field {
  height: 100%;
}
#ab92aa93aaa9d38 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #666666;
}
#ab92aa93aaa9d38 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #8c8c8c;
}
#ab92aa93aaa9d38 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #8c8c8c;
}
#ab92aa93aaa9d38 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #8c8c8c;
}
#ab92aa93aaa9d38 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#ab92aa93aaa9d38 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#ab92aa93aaa9d38 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#ab92aa93aaa9d38 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #666666;
  margin: 0 15px;
}
#ab92aa93aaa9d38 .inner-form .input-field.second-wrap {
  min-width: 130px;
}
#ab92aa93aaa9d38 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #666666;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#ab92aa93aaa9d38 .btn-search:hover {
  background: #666666;
}
#ab92aa93aaa9d38 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#ad05ca516fac209 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ad1c0a1ea0a6f64 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#ad1c0a1ea0a6f64 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#ad1c0a1ea0a6f64 .ap-icon {
  margin-right: 6px;
}
#ad1c0a1ea0a6f64 .indicator {
  margin-left: 4px;
}
#ad1c0a1ea0a6f64 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 -5px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#ad1c0a1ea0a6f64 .menu-list li:hover > a,
#ad1c0a1ea0a6f64 .menu-list li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
}
#ad1c0a1ea0a6f64 .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
  background-color: #ffffff;
}
#ad1c0a1ea0a6f64 .menu-list ul,
#ad1c0a1ea0a6f64 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#ad1c0a1ea0a6f64 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#ad1c0a1ea0a6f64 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad1c0a1ea0a6f64 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad1c0a1ea0a6f64 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a27e7aba3ba4a95 {
  pointer-events: none;
  /* Open state */
}
#a27e7aba3ba4a95 .search-box {
  text-align: center;
  margin-right: -16px;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 11;
  font-size: 14px;
  display: none;
}
#a27e7aba3ba4a95 .search-box .select-text {
  width: 38px;
  height: 100%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#a27e7aba3ba4a95 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: -9px;
  top: 50px;
  display: none;
  z-index: 999999;
}
#a27e7aba3ba4a95 .search-box .search-type.show {
  display: block;
}
#a27e7aba3ba4a95 .search-box .search-type li {
  text-align: center;
  line-height: 1;
  background: #f5f5f5;
  cursor: pointer;
  padding: 0 14px;
  white-space: nowrap;
  line-height: 40px;
}
#a27e7aba3ba4a95 .search-box .search-type li:hover {
  color: rgba(255, 255, 255, 0.01);
}
#a27e7aba3ba4a95 .search-box .search-type li.active {
  color: rgba(255, 255, 255, 0.01);
}
#a27e7aba3ba4a95 select {
  border: none;
  background: transparent;
  font-size: 14px;
  color: #777;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-left: 14px;
  height: 100%;
  position: absolute;
  left: 0;
  display: none;
}
#a27e7aba3ba4a95 select.hide {
  display: none !important;
}
#a27e7aba3ba4a95 .sb-search {
  position: relative;
  width: 0%;
  min-width: 50px;
  height: 100%;
  float: right;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}
#a27e7aba3ba4a95 .sb-search-input {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  background: #f5f5f5;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 10;
  padding: 0;
  font-family: inherit;
  font-size: 14px;
  color: #757575;
}
#a27e7aba3ba4a95 .sb-search-open .sb-search-input {
  padding: 0 65px 0 38px;
}
#a27e7aba3ba4a95 .normal .sb-search-input {
  padding-left: 10px;
  color: #757575;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a27e7aba3ba4a95 input[type="search"].sb-search-input {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
#a27e7aba3ba4a95 .sb-search-input::-webkit-input-placeholder {
  color: #a8a8a8;
}
#a27e7aba3ba4a95 .sb-search-input::-moz-placeholder {
  color: #a8a8a8;
}
#a27e7aba3ba4a95 .sb-search-input:-ms-input-placeholder {
  color: #a8a8a8;
}
#a27e7aba3ba4a95 .sb-icon-search,
#a27e7aba3ba4a95 .sb-search-submit {
  width: 50px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
}
#a27e7aba3ba4a95 .sb-search-submit {
  background: #ffffff;
  /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}
#a27e7aba3ba4a95 .sb-icon-search {
  color: #757575;
  background: #ffffff;
  z-index: 90;
  font-size: 14px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#a27e7aba3ba4a95 .sb-icon-search .fa {
  color: #333333;
}
#a27e7aba3ba4a95 .sb-search.sb-search-open,
#a27e7aba3ba4a95 .no-js .sb-search {
  width: 100%;
}
#a27e7aba3ba4a95 .sb-search.sb-search-open select {
  display: inline-block;
  z-index: 20;
}
#a27e7aba3ba4a95 .sb-search.sb-search-open .sb-icon-search,
#a27e7aba3ba4a95 .no-js .sb-search .sb-icon-search {
  background: rgba(255, 255, 255, 0.01);
  color: #f5f5f5;
  z-index: 11;
}
#a27e7aba3ba4a95 .sb-search.sb-search-open .sb-icon-search .fa,
#a27e7aba3ba4a95 .no-js .sb-search .sb-icon-search .fa {
  color: #333333;
}
#a27e7aba3ba4a95 .sb-search.sb-search-open .sb-search-submit,
#a27e7aba3ba4a95 .no-js .sb-search .sb-search-submit {
  z-index: 90;
}
#a17e6a149aacc66 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae1a8a9315a3298 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae08fa9c73af0e8 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4ee6a7ff0a7a4d > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aea41af01aa83c4 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac7f2a9fb8a9acd > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aba1bad200ae7e9 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5a7dadca7ade54 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a68dbaf66aaed51 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac8e7a34b6ab21b > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a38d1a158ba9b6b > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5850a59f0aa539 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7e0eaefafab7c4 .a4daba7a98a859c {
  overflow: hidden;
}
#a7e0eaefafab7c4 .a4daba7a98a859c , #a7e0eaefafab7c4 .a4daba7a98a859c > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#a7e0eaefafab7c4 .uk-grid {
  margin-left: -15px;
}
#a7e0eaefafab7c4 .uk-grid > * {
  padding-left: 15px;
}
#a7e0eaefafab7c4 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a7e0eaefafab7c4 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a7e0eaefafab7c4 .uk-position-center-left-out {
    left: -30px;
  }
  #a7e0eaefafab7c4 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a32e1ae896aca8a .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ab47ca1494a08db .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#ab47ca1494a08db .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#ab47ca1494a08db .ap-icon {
  margin-right: 6px;
}
#ab47ca1494a08db .indicator {
  margin-left: 4px;
}
#ab47ca1494a08db .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 -5px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#ab47ca1494a08db .menu-list li:hover > a,
#ab47ca1494a08db .menu-list li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
}
#ab47ca1494a08db .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
  background-color: #ffffff;
}
#ab47ca1494a08db .menu-list ul,
#ab47ca1494a08db .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#ab47ca1494a08db .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#ab47ca1494a08db .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ab47ca1494a08db .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ab47ca1494a08db .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ae333a5cc2a702e {
  pointer-events: none;
  /* Open state */
}
#ae333a5cc2a702e .search-box {
  text-align: center;
  margin-right: -16px;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 11;
  font-size: 14px;
  display: none;
}
#ae333a5cc2a702e .search-box .select-text {
  width: 38px;
  height: 100%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#ae333a5cc2a702e .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: -9px;
  top: 50px;
  display: none;
  z-index: 999999;
}
#ae333a5cc2a702e .search-box .search-type.show {
  display: block;
}
#ae333a5cc2a702e .search-box .search-type li {
  text-align: center;
  line-height: 1;
  background: #f5f5f5;
  cursor: pointer;
  padding: 0 14px;
  white-space: nowrap;
  line-height: 40px;
}
#ae333a5cc2a702e .search-box .search-type li:hover {
  color: rgba(255, 255, 255, 0.01);
}
#ae333a5cc2a702e .search-box .search-type li.active {
  color: rgba(255, 255, 255, 0.01);
}
#ae333a5cc2a702e select {
  border: none;
  background: transparent;
  font-size: 14px;
  color: #777;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-left: 14px;
  height: 100%;
  position: absolute;
  left: 0;
  display: none;
}
#ae333a5cc2a702e select.hide {
  display: none !important;
}
#ae333a5cc2a702e .sb-search {
  position: relative;
  width: 0%;
  min-width: 50px;
  height: 100%;
  float: right;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}
#ae333a5cc2a702e .sb-search-input {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  background: #f5f5f5;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 10;
  padding: 0;
  font-family: inherit;
  font-size: 14px;
  color: #757575;
}
#ae333a5cc2a702e .sb-search-open .sb-search-input {
  padding: 0 65px 0 38px;
}
#ae333a5cc2a702e .normal .sb-search-input {
  padding-left: 10px;
  color: #757575;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ae333a5cc2a702e input[type="search"].sb-search-input {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
#ae333a5cc2a702e .sb-search-input::-webkit-input-placeholder {
  color: #a8a8a8;
}
#ae333a5cc2a702e .sb-search-input::-moz-placeholder {
  color: #a8a8a8;
}
#ae333a5cc2a702e .sb-search-input:-ms-input-placeholder {
  color: #a8a8a8;
}
#ae333a5cc2a702e .sb-icon-search,
#ae333a5cc2a702e .sb-search-submit {
  width: 50px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
}
#ae333a5cc2a702e .sb-search-submit {
  background: #ffffff;
  /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}
#ae333a5cc2a702e .sb-icon-search {
  color: #757575;
  background: #ffffff;
  z-index: 90;
  font-size: 14px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#ae333a5cc2a702e .sb-icon-search .fa {
  color: #333333;
}
#ae333a5cc2a702e .sb-search.sb-search-open,
#ae333a5cc2a702e .no-js .sb-search {
  width: 100%;
}
#ae333a5cc2a702e .sb-search.sb-search-open select {
  display: inline-block;
  z-index: 20;
}
#ae333a5cc2a702e .sb-search.sb-search-open .sb-icon-search,
#ae333a5cc2a702e .no-js .sb-search .sb-icon-search {
  background: rgba(255, 255, 255, 0.01);
  color: #f5f5f5;
  z-index: 11;
}
#ae333a5cc2a702e .sb-search.sb-search-open .sb-icon-search .fa,
#ae333a5cc2a702e .no-js .sb-search .sb-icon-search .fa {
  color: #333333;
}
#ae333a5cc2a702e .sb-search.sb-search-open .sb-search-submit,
#ae333a5cc2a702e .no-js .sb-search .sb-search-submit {
  z-index: 90;
}
#a7ac9ab26fafc95 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7149aa9f9ad559 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6704aeba4aca0b > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a477aa0166a1602 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2aeca6911ac4bb > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab4a6a7027a19e6 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ade79a44b1ac040 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a740aa3e99a1bb1 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a92e2a0d13a79be > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae4eeaeca0afbe6 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a54a1a759ba820c > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0c8ca0a67abf0b > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7e0eaefafab7c4 .a4daba7a98a859c {
  overflow: hidden;
}
#a7e0eaefafab7c4 .a4daba7a98a859c , #a7e0eaefafab7c4 .a4daba7a98a859c > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#a7e0eaefafab7c4 .uk-grid {
  margin-left: -15px;
}
#a7e0eaefafab7c4 .uk-grid > * {
  padding-left: 15px;
}
#a7e0eaefafab7c4 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a7e0eaefafab7c4 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a7e0eaefafab7c4 .uk-position-center-left-out {
    left: -30px;
  }
  #a7e0eaefafab7c4 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#add0ca0a63a8338 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a374da370aa0be2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#a374da370aa0be2 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a374da370aa0be2 .ap-icon {
  margin-right: 6px;
}
#a374da370aa0be2 .indicator {
  margin-left: 4px;
}
#a374da370aa0be2 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 -5px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a374da370aa0be2 .menu-list li:hover > a,
#a374da370aa0be2 .menu-list li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
}
#a374da370aa0be2 .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
  background-color: #ffffff;
}
#a374da370aa0be2 .menu-list ul,
#a374da370aa0be2 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a374da370aa0be2 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a374da370aa0be2 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a374da370aa0be2 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a374da370aa0be2 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a5a21a22d8accc5 {
  pointer-events: none;
  /* Open state */
}
#a5a21a22d8accc5 .search-box {
  text-align: center;
  margin-right: -16px;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 11;
  font-size: 14px;
  display: none;
}
#a5a21a22d8accc5 .search-box .select-text {
  width: 38px;
  height: 100%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#a5a21a22d8accc5 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: -9px;
  top: 50px;
  display: none;
  z-index: 999999;
}
#a5a21a22d8accc5 .search-box .search-type.show {
  display: block;
}
#a5a21a22d8accc5 .search-box .search-type li {
  text-align: center;
  line-height: 1;
  background: #f5f5f5;
  cursor: pointer;
  padding: 0 14px;
  white-space: nowrap;
  line-height: 40px;
}
#a5a21a22d8accc5 .search-box .search-type li:hover {
  color: rgba(255, 255, 255, 0.01);
}
#a5a21a22d8accc5 .search-box .search-type li.active {
  color: rgba(255, 255, 255, 0.01);
}
#a5a21a22d8accc5 select {
  border: none;
  background: transparent;
  font-size: 14px;
  color: #777;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-left: 14px;
  height: 100%;
  position: absolute;
  left: 0;
  display: none;
}
#a5a21a22d8accc5 select.hide {
  display: none !important;
}
#a5a21a22d8accc5 .sb-search {
  position: relative;
  width: 0%;
  min-width: 50px;
  height: 100%;
  float: right;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}
#a5a21a22d8accc5 .sb-search-input {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  background: #f5f5f5;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 10;
  padding: 0;
  font-family: inherit;
  font-size: 14px;
  color: #757575;
}
#a5a21a22d8accc5 .sb-search-open .sb-search-input {
  padding: 0 65px 0 38px;
}
#a5a21a22d8accc5 .normal .sb-search-input {
  padding-left: 10px;
  color: #757575;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a5a21a22d8accc5 input[type="search"].sb-search-input {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
#a5a21a22d8accc5 .sb-search-input::-webkit-input-placeholder {
  color: #a8a8a8;
}
#a5a21a22d8accc5 .sb-search-input::-moz-placeholder {
  color: #a8a8a8;
}
#a5a21a22d8accc5 .sb-search-input:-ms-input-placeholder {
  color: #a8a8a8;
}
#a5a21a22d8accc5 .sb-icon-search,
#a5a21a22d8accc5 .sb-search-submit {
  width: 50px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
}
#a5a21a22d8accc5 .sb-search-submit {
  background: #ffffff;
  /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}
#a5a21a22d8accc5 .sb-icon-search {
  color: #757575;
  background: #ffffff;
  z-index: 90;
  font-size: 14px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#a5a21a22d8accc5 .sb-icon-search .fa {
  color: #333333;
}
#a5a21a22d8accc5 .sb-search.sb-search-open,
#a5a21a22d8accc5 .no-js .sb-search {
  width: 100%;
}
#a5a21a22d8accc5 .sb-search.sb-search-open select {
  display: inline-block;
  z-index: 20;
}
#a5a21a22d8accc5 .sb-search.sb-search-open .sb-icon-search,
#a5a21a22d8accc5 .no-js .sb-search .sb-icon-search {
  background: rgba(255, 255, 255, 0.01);
  color: #f5f5f5;
  z-index: 11;
}
#a5a21a22d8accc5 .sb-search.sb-search-open .sb-icon-search .fa,
#a5a21a22d8accc5 .no-js .sb-search .sb-icon-search .fa {
  color: #333333;
}
#a5a21a22d8accc5 .sb-search.sb-search-open .sb-search-submit,
#a5a21a22d8accc5 .no-js .sb-search .sb-search-submit {
  z-index: 90;
}
#a44fbab700aca51 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1d7ea579fa54a8 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#adac0a7e69a6e14 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa0c9a044aa3491 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae595a1c75accbf > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4bc0a6fbaaa508 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a500baccf8a4587 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae04ea0f42ae345 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a840fa49d7a5e67 .news-list {
  overflow: hidden;
}
#a840fa49d7a5e67 .owl-dots {
  left: 50%;
  transform: translateX(-50%);
}
#a840fa49d7a5e67 .owl-carousel .owl-item {
  width: 100%;
}
#adf68a6370ac9fd .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#adf68a6370ac9fd .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#adf68a6370ac9fd .ap-icon {
  margin-right: 6px;
}
#adf68a6370ac9fd .indicator {
  margin-left: 4px;
}
#adf68a6370ac9fd .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 -5px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#adf68a6370ac9fd .menu-list li:hover > a,
#adf68a6370ac9fd .menu-list li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
}
#adf68a6370ac9fd .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
  background-color: #ffffff;
}
#adf68a6370ac9fd .menu-list ul,
#adf68a6370ac9fd .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#adf68a6370ac9fd .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#adf68a6370ac9fd .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#adf68a6370ac9fd .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#adf68a6370ac9fd .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ad106ae314af12d {
  pointer-events: none;
  /* Open state */
}
#ad106ae314af12d .search-box {
  text-align: center;
  margin-right: -16px;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 11;
  font-size: 14px;
  display: none;
}
#ad106ae314af12d .search-box .select-text {
  width: 38px;
  height: 100%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#ad106ae314af12d .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: -9px;
  top: 50px;
  display: none;
  z-index: 999999;
}
#ad106ae314af12d .search-box .search-type.show {
  display: block;
}
#ad106ae314af12d .search-box .search-type li {
  text-align: center;
  line-height: 1;
  background: #ffffff;
  cursor: pointer;
  padding: 0 14px;
  white-space: nowrap;
  line-height: 40px;
}
#ad106ae314af12d .search-box .search-type li:hover {
  color: rgba(255, 255, 255, 0.01);
}
#ad106ae314af12d .search-box .search-type li.active {
  color: rgba(255, 255, 255, 0.01);
}
#ad106ae314af12d select {
  border: none;
  background: transparent;
  font-size: 14px;
  color: #777;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-left: 14px;
  height: 100%;
  position: absolute;
  left: 0;
  display: none;
}
#ad106ae314af12d select.hide {
  display: none !important;
}
#ad106ae314af12d .sb-search {
  position: relative;
  width: 0%;
  min-width: 50px;
  height: 100%;
  float: right;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}
#ad106ae314af12d .sb-search-input {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  background: #ffffff;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 10;
  padding: 0;
  font-family: inherit;
  font-size: 14px;
  color: #757575;
}
#ad106ae314af12d .sb-search-open .sb-search-input {
  padding: 0 65px 0 38px;
}
#ad106ae314af12d .normal .sb-search-input {
  padding-left: 10px;
  color: #757575;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ad106ae314af12d input[type="search"].sb-search-input {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
#ad106ae314af12d .sb-search-input::-webkit-input-placeholder {
  color: #a8a8a8;
}
#ad106ae314af12d .sb-search-input::-moz-placeholder {
  color: #a8a8a8;
}
#ad106ae314af12d .sb-search-input:-ms-input-placeholder {
  color: #a8a8a8;
}
#ad106ae314af12d .sb-icon-search,
#ad106ae314af12d .sb-search-submit {
  width: 50px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
}
#ad106ae314af12d .sb-search-submit {
  background: #ffffff;
  /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}
#ad106ae314af12d .sb-icon-search {
  color: #757575;
  background: #ffffff;
  z-index: 90;
  font-size: 14px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#ad106ae314af12d .sb-icon-search .fa {
  color: #333333;
}
#ad106ae314af12d .sb-search.sb-search-open,
#ad106ae314af12d .no-js .sb-search {
  width: 100%;
}
#ad106ae314af12d .sb-search.sb-search-open select {
  display: inline-block;
  z-index: 20;
}
#ad106ae314af12d .sb-search.sb-search-open .sb-icon-search,
#ad106ae314af12d .no-js .sb-search .sb-icon-search {
  background: rgba(255, 255, 255, 0.01);
  color: #ffffff;
  z-index: 11;
}
#ad106ae314af12d .sb-search.sb-search-open .sb-icon-search .fa,
#ad106ae314af12d .no-js .sb-search .sb-icon-search .fa {
  color: #333333;
}
#ad106ae314af12d .sb-search.sb-search-open .sb-search-submit,
#ad106ae314af12d .no-js .sb-search .sb-search-submit {
  z-index: 90;
}
#a02c9a5a46ad47f > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac918a53d3aa74b > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa4c5a25c3a344c > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a68c4a44b1a752b > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a67fcae32ca577d > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abcd5af158a63bc > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4e0fa9433aa1e1 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa6d8afc8aa2dba .a7869afa37ac462 {
  overflow: hidden;
}
#aa6d8afc8aa2dba .a7869afa37ac462 , #aa6d8afc8aa2dba .a7869afa37ac462 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 30px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#aa6d8afc8aa2dba .uk-grid {
  margin-left: -15px;
}
#aa6d8afc8aa2dba .uk-grid > * {
  padding-left: 15px;
}
#aa6d8afc8aa2dba .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#aa6d8afc8aa2dba .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aa6d8afc8aa2dba .uk-position-center-left-out {
    left: -30px;
  }
  #aa6d8afc8aa2dba .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a03f4a8c72a573c form {
  width: 100%;
  height: 100%;
}
#a03f4a8c72a573c .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a03f4a8c72a573c .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a03f4a8c72a573c .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a03f4a8c72a573c .search-box .search-type.show {
  display: block;
}
#a03f4a8c72a573c .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a03f4a8c72a573c .search-box .search-type li:hover {
  color: #666666;
}
#a03f4a8c72a573c .search-box .search-type li.active {
  color: #666666;
}
#a03f4a8c72a573c .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
  border-top-width: 1px;
  border-top-color: #666666;
  border-top-style: solid;
  border-right-color: #666666;
  border-left-color: #666666;
  border-bottom-color: #666666;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a03f4a8c72a573c .inner-form .input-field {
  height: 100%;
}
#a03f4a8c72a573c .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #666666;
}
#a03f4a8c72a573c .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #8c8c8c;
}
#a03f4a8c72a573c .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #8c8c8c;
}
#a03f4a8c72a573c .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #8c8c8c;
}
#a03f4a8c72a573c .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a03f4a8c72a573c .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a03f4a8c72a573c .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a03f4a8c72a573c .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #666666;
  margin: 0 15px;
}
#a03f4a8c72a573c .inner-form .input-field.second-wrap {
  min-width: 130px;
}
#a03f4a8c72a573c .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #666666;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a03f4a8c72a573c .btn-search:hover {
  background: #666666;
}
#a03f4a8c72a573c .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aa705a1be4a4231 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ae7eaab232a7ce1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#ae7eaab232a7ce1 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#ae7eaab232a7ce1 .ap-icon {
  margin-right: 6px;
}
#ae7eaab232a7ce1 .indicator {
  margin-left: 4px;
}
#ae7eaab232a7ce1 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 -5px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#ae7eaab232a7ce1 .menu-list li:hover > a,
#ae7eaab232a7ce1 .menu-list li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
}
#ae7eaab232a7ce1 .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
  background-color: #ffffff;
}
#ae7eaab232a7ce1 .menu-list ul,
#ae7eaab232a7ce1 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#ae7eaab232a7ce1 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#ae7eaab232a7ce1 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ae7eaab232a7ce1 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ae7eaab232a7ce1 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a75e7a6246abc6a {
  pointer-events: none;
  /* Open state */
}
#a75e7a6246abc6a .search-box {
  text-align: center;
  margin-right: -16px;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 11;
  font-size: 14px;
  display: none;
}
#a75e7a6246abc6a .search-box .select-text {
  width: 38px;
  height: 100%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#a75e7a6246abc6a .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: -9px;
  top: 50px;
  display: none;
  z-index: 999999;
}
#a75e7a6246abc6a .search-box .search-type.show {
  display: block;
}
#a75e7a6246abc6a .search-box .search-type li {
  text-align: center;
  line-height: 1;
  background: #f5f5f5;
  cursor: pointer;
  padding: 0 14px;
  white-space: nowrap;
  line-height: 40px;
}
#a75e7a6246abc6a .search-box .search-type li:hover {
  color: rgba(255, 255, 255, 0.01);
}
#a75e7a6246abc6a .search-box .search-type li.active {
  color: rgba(255, 255, 255, 0.01);
}
#a75e7a6246abc6a select {
  border: none;
  background: transparent;
  font-size: 14px;
  color: #777;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-left: 14px;
  height: 100%;
  position: absolute;
  left: 0;
  display: none;
}
#a75e7a6246abc6a select.hide {
  display: none !important;
}
#a75e7a6246abc6a .sb-search {
  position: relative;
  width: 0%;
  min-width: 50px;
  height: 100%;
  float: right;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}
#a75e7a6246abc6a .sb-search-input {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  background: #f5f5f5;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 10;
  padding: 0;
  font-family: inherit;
  font-size: 14px;
  color: #757575;
}
#a75e7a6246abc6a .sb-search-open .sb-search-input {
  padding: 0 65px 0 38px;
}
#a75e7a6246abc6a .normal .sb-search-input {
  padding-left: 10px;
  color: #757575;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a75e7a6246abc6a input[type="search"].sb-search-input {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
#a75e7a6246abc6a .sb-search-input::-webkit-input-placeholder {
  color: #a8a8a8;
}
#a75e7a6246abc6a .sb-search-input::-moz-placeholder {
  color: #a8a8a8;
}
#a75e7a6246abc6a .sb-search-input:-ms-input-placeholder {
  color: #a8a8a8;
}
#a75e7a6246abc6a .sb-icon-search,
#a75e7a6246abc6a .sb-search-submit {
  width: 50px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
}
#a75e7a6246abc6a .sb-search-submit {
  background: #ffffff;
  /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}
#a75e7a6246abc6a .sb-icon-search {
  color: #757575;
  background: #ffffff;
  z-index: 90;
  font-size: 14px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#a75e7a6246abc6a .sb-icon-search .fa {
  color: #333333;
}
#a75e7a6246abc6a .sb-search.sb-search-open,
#a75e7a6246abc6a .no-js .sb-search {
  width: 100%;
}
#a75e7a6246abc6a .sb-search.sb-search-open select {
  display: inline-block;
  z-index: 20;
}
#a75e7a6246abc6a .sb-search.sb-search-open .sb-icon-search,
#a75e7a6246abc6a .no-js .sb-search .sb-icon-search {
  background: rgba(255, 255, 255, 0.01);
  color: #f5f5f5;
  z-index: 11;
}
#a75e7a6246abc6a .sb-search.sb-search-open .sb-icon-search .fa,
#a75e7a6246abc6a .no-js .sb-search .sb-icon-search .fa {
  color: #333333;
}
#a75e7a6246abc6a .sb-search.sb-search-open .sb-search-submit,
#a75e7a6246abc6a .no-js .sb-search .sb-search-submit {
  z-index: 90;
}
#a3b44aa63aa156e > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a83d9a2006a4d4f > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9a07a6a3ca7702 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acc97ab7fbaaa7d > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9d5ba3021a5354 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7e65a30daa3304 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad2a7af814a8b98 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0f76a29cca550a > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8138a44d8a9737 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1a8aa7f39ab405 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a79c8a7480abcd7 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a718ea0f0da258a > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7e0eaefafab7c4 .a4daba7a98a859c {
  overflow: hidden;
}
#a7e0eaefafab7c4 .a4daba7a98a859c , #a7e0eaefafab7c4 .a4daba7a98a859c > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#a7e0eaefafab7c4 .uk-grid {
  margin-left: -15px;
}
#a7e0eaefafab7c4 .uk-grid > * {
  padding-left: 15px;
}
#a7e0eaefafab7c4 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a7e0eaefafab7c4 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a7e0eaefafab7c4 .uk-position-center-left-out {
    left: -30px;
  }
  #a7e0eaefafab7c4 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a7679a5dc0a6e5c .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a14e7a6411a9cb6 .news-list {
  overflow: hidden;
}
#a14e7a6411a9cb6 .owl-dots {
  left: 50%;
  transform: translateX(-50%);
}
#a14e7a6411a9cb6 .owl-carousel .owl-item {
  width: 100%;
}
#a8ed8a0ca9a998e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#a8ed8a0ca9a998e .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a8ed8a0ca9a998e .ap-icon {
  margin-right: 6px;
}
#a8ed8a0ca9a998e .indicator {
  margin-left: 4px;
}
#a8ed8a0ca9a998e .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 -5px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a8ed8a0ca9a998e .menu-list li:hover > a,
#a8ed8a0ca9a998e .menu-list li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
}
#a8ed8a0ca9a998e .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
  background-color: #ffffff;
}
#a8ed8a0ca9a998e .menu-list ul,
#a8ed8a0ca9a998e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a8ed8a0ca9a998e .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a8ed8a0ca9a998e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8ed8a0ca9a998e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8ed8a0ca9a998e .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#af75fa8cb2a2140 {
  pointer-events: none;
  /* Open state */
}
#af75fa8cb2a2140 .search-box {
  text-align: center;
  margin-right: -16px;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 11;
  font-size: 14px;
  display: none;
}
#af75fa8cb2a2140 .search-box .select-text {
  width: 38px;
  height: 100%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#af75fa8cb2a2140 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: -9px;
  top: 50px;
  display: none;
  z-index: 999999;
}
#af75fa8cb2a2140 .search-box .search-type.show {
  display: block;
}
#af75fa8cb2a2140 .search-box .search-type li {
  text-align: center;
  line-height: 1;
  background: #ffffff;
  cursor: pointer;
  padding: 0 14px;
  white-space: nowrap;
  line-height: 40px;
}
#af75fa8cb2a2140 .search-box .search-type li:hover {
  color: rgba(255, 255, 255, 0.01);
}
#af75fa8cb2a2140 .search-box .search-type li.active {
  color: rgba(255, 255, 255, 0.01);
}
#af75fa8cb2a2140 select {
  border: none;
  background: transparent;
  font-size: 14px;
  color: #777;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-left: 14px;
  height: 100%;
  position: absolute;
  left: 0;
  display: none;
}
#af75fa8cb2a2140 select.hide {
  display: none !important;
}
#af75fa8cb2a2140 .sb-search {
  position: relative;
  width: 0%;
  min-width: 50px;
  height: 100%;
  float: right;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}
#af75fa8cb2a2140 .sb-search-input {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  background: #ffffff;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 10;
  padding: 0;
  font-family: inherit;
  font-size: 14px;
  color: #757575;
}
#af75fa8cb2a2140 .sb-search-open .sb-search-input {
  padding: 0 65px 0 38px;
}
#af75fa8cb2a2140 .normal .sb-search-input {
  padding-left: 10px;
  color: #757575;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#af75fa8cb2a2140 input[type="search"].sb-search-input {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
#af75fa8cb2a2140 .sb-search-input::-webkit-input-placeholder {
  color: #a8a8a8;
}
#af75fa8cb2a2140 .sb-search-input::-moz-placeholder {
  color: #a8a8a8;
}
#af75fa8cb2a2140 .sb-search-input:-ms-input-placeholder {
  color: #a8a8a8;
}
#af75fa8cb2a2140 .sb-icon-search,
#af75fa8cb2a2140 .sb-search-submit {
  width: 50px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
}
#af75fa8cb2a2140 .sb-search-submit {
  background: #ffffff;
  /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}
#af75fa8cb2a2140 .sb-icon-search {
  color: #757575;
  background: #ffffff;
  z-index: 90;
  font-size: 14px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#af75fa8cb2a2140 .sb-icon-search .fa {
  color: #333333;
}
#af75fa8cb2a2140 .sb-search.sb-search-open,
#af75fa8cb2a2140 .no-js .sb-search {
  width: 100%;
}
#af75fa8cb2a2140 .sb-search.sb-search-open select {
  display: inline-block;
  z-index: 20;
}
#af75fa8cb2a2140 .sb-search.sb-search-open .sb-icon-search,
#af75fa8cb2a2140 .no-js .sb-search .sb-icon-search {
  background: rgba(255, 255, 255, 0.01);
  color: #ffffff;
  z-index: 11;
}
#af75fa8cb2a2140 .sb-search.sb-search-open .sb-icon-search .fa,
#af75fa8cb2a2140 .no-js .sb-search .sb-icon-search .fa {
  color: #333333;
}
#af75fa8cb2a2140 .sb-search.sb-search-open .sb-search-submit,
#af75fa8cb2a2140 .no-js .sb-search .sb-search-submit {
  z-index: 90;
}
#a51c5a9cc5a704e > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#adddeae04aab2dc > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a59e2a058ca11ce > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a79d3a88f1adbf4 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aab09ac10ba3317 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afd31a03f2a8869 .a92feaae48a99d0 {
  overflow: hidden;
}
#afd31a03f2a8869 .a92feaae48a99d0 , #afd31a03f2a8869 .a92feaae48a99d0 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 30px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#afd31a03f2a8869 .uk-grid {
  margin-left: -15px;
}
#afd31a03f2a8869 .uk-grid > * {
  padding-left: 15px;
}
#afd31a03f2a8869 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#afd31a03f2a8869 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #afd31a03f2a8869 .uk-position-center-left-out {
    left: -30px;
  }
  #afd31a03f2a8869 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a03f4a8c72a573c form {
  width: 100%;
  height: 100%;
}
#a03f4a8c72a573c .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a03f4a8c72a573c .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a03f4a8c72a573c .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a03f4a8c72a573c .search-box .search-type.show {
  display: block;
}
#a03f4a8c72a573c .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a03f4a8c72a573c .search-box .search-type li:hover {
  color: #666666;
}
#a03f4a8c72a573c .search-box .search-type li.active {
  color: #666666;
}
#a03f4a8c72a573c .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
  border-top-width: 1px;
  border-top-color: #666666;
  border-top-style: solid;
  border-right-color: #666666;
  border-left-color: #666666;
  border-bottom-color: #666666;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a03f4a8c72a573c .inner-form .input-field {
  height: 100%;
}
#a03f4a8c72a573c .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #666666;
}
#a03f4a8c72a573c .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #8c8c8c;
}
#a03f4a8c72a573c .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #8c8c8c;
}
#a03f4a8c72a573c .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #8c8c8c;
}
#a03f4a8c72a573c .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a03f4a8c72a573c .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a03f4a8c72a573c .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a03f4a8c72a573c .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #666666;
  margin: 0 15px;
}
#a03f4a8c72a573c .inner-form .input-field.second-wrap {
  min-width: 130px;
}
#a03f4a8c72a573c .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #666666;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a03f4a8c72a573c .btn-search:hover {
  background: #666666;
}
#a03f4a8c72a573c .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a0f38ad3eaac556 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a6b0ea3e7caa106 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#a6b0ea3e7caa106 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a6b0ea3e7caa106 .ap-icon {
  margin-right: 6px;
}
#a6b0ea3e7caa106 .indicator {
  margin-left: 4px;
}
#a6b0ea3e7caa106 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 -5px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a6b0ea3e7caa106 .menu-list li:hover > a,
#a6b0ea3e7caa106 .menu-list li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
}
#a6b0ea3e7caa106 .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
  background-color: #ffffff;
}
#a6b0ea3e7caa106 .menu-list ul,
#a6b0ea3e7caa106 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a6b0ea3e7caa106 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a6b0ea3e7caa106 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a6b0ea3e7caa106 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a6b0ea3e7caa106 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#adf1bafc26a6de5 {
  pointer-events: none;
  /* Open state */
}
#adf1bafc26a6de5 .search-box {
  text-align: center;
  margin-right: -16px;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 11;
  font-size: 14px;
  display: none;
}
#adf1bafc26a6de5 .search-box .select-text {
  width: 38px;
  height: 100%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#adf1bafc26a6de5 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: -9px;
  top: 50px;
  display: none;
  z-index: 999999;
}
#adf1bafc26a6de5 .search-box .search-type.show {
  display: block;
}
#adf1bafc26a6de5 .search-box .search-type li {
  text-align: center;
  line-height: 1;
  background: #f5f5f5;
  cursor: pointer;
  padding: 0 14px;
  white-space: nowrap;
  line-height: 40px;
}
#adf1bafc26a6de5 .search-box .search-type li:hover {
  color: rgba(255, 255, 255, 0.01);
}
#adf1bafc26a6de5 .search-box .search-type li.active {
  color: rgba(255, 255, 255, 0.01);
}
#adf1bafc26a6de5 select {
  border: none;
  background: transparent;
  font-size: 14px;
  color: #777;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-left: 14px;
  height: 100%;
  position: absolute;
  left: 0;
  display: none;
}
#adf1bafc26a6de5 select.hide {
  display: none !important;
}
#adf1bafc26a6de5 .sb-search {
  position: relative;
  width: 0%;
  min-width: 50px;
  height: 100%;
  float: right;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}
#adf1bafc26a6de5 .sb-search-input {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  background: #f5f5f5;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 10;
  padding: 0;
  font-family: inherit;
  font-size: 14px;
  color: #757575;
}
#adf1bafc26a6de5 .sb-search-open .sb-search-input {
  padding: 0 65px 0 38px;
}
#adf1bafc26a6de5 .normal .sb-search-input {
  padding-left: 10px;
  color: #757575;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#adf1bafc26a6de5 input[type="search"].sb-search-input {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
#adf1bafc26a6de5 .sb-search-input::-webkit-input-placeholder {
  color: #a8a8a8;
}
#adf1bafc26a6de5 .sb-search-input::-moz-placeholder {
  color: #a8a8a8;
}
#adf1bafc26a6de5 .sb-search-input:-ms-input-placeholder {
  color: #a8a8a8;
}
#adf1bafc26a6de5 .sb-icon-search,
#adf1bafc26a6de5 .sb-search-submit {
  width: 50px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
}
#adf1bafc26a6de5 .sb-search-submit {
  background: #ffffff;
  /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}
#adf1bafc26a6de5 .sb-icon-search {
  color: #757575;
  background: #ffffff;
  z-index: 90;
  font-size: 14px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#adf1bafc26a6de5 .sb-icon-search .fa {
  color: #333333;
}
#adf1bafc26a6de5 .sb-search.sb-search-open,
#adf1bafc26a6de5 .no-js .sb-search {
  width: 100%;
}
#adf1bafc26a6de5 .sb-search.sb-search-open select {
  display: inline-block;
  z-index: 20;
}
#adf1bafc26a6de5 .sb-search.sb-search-open .sb-icon-search,
#adf1bafc26a6de5 .no-js .sb-search .sb-icon-search {
  background: rgba(255, 255, 255, 0.01);
  color: #f5f5f5;
  z-index: 11;
}
#adf1bafc26a6de5 .sb-search.sb-search-open .sb-icon-search .fa,
#adf1bafc26a6de5 .no-js .sb-search .sb-icon-search .fa {
  color: #333333;
}
#adf1bafc26a6de5 .sb-search.sb-search-open .sb-search-submit,
#adf1bafc26a6de5 .no-js .sb-search .sb-search-submit {
  z-index: 90;
}
#a47baa0ca2a649e > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a97d4a456ea62f0 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7df0a5122a3f93 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#add58a57a2ad1cd > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab970ab4a5aa547 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac554aea5ea7795 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a01d4aa5edaa23f > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5bf5abd37aee86 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3418a949da4af1 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afb44a22b4a862c > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a66a6a87c6a7e25 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8ecbaf5b4a66a6 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7e0eaefafab7c4 .a4daba7a98a859c {
  overflow: hidden;
}
#a7e0eaefafab7c4 .a4daba7a98a859c , #a7e0eaefafab7c4 .a4daba7a98a859c > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#a7e0eaefafab7c4 .uk-grid {
  margin-left: -15px;
}
#a7e0eaefafab7c4 .uk-grid > * {
  padding-left: 15px;
}
#a7e0eaefafab7c4 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a7e0eaefafab7c4 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a7e0eaefafab7c4 .uk-position-center-left-out {
    left: -30px;
  }
  #a7e0eaefafab7c4 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa961abf7aa6560 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#acb4eaf2a3a5cff .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#acb4eaf2a3a5cff .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#acb4eaf2a3a5cff .ap-icon {
  margin-right: 6px;
}
#acb4eaf2a3a5cff .indicator {
  margin-left: 4px;
}
#acb4eaf2a3a5cff .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 -5px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#acb4eaf2a3a5cff .menu-list li:hover > a,
#acb4eaf2a3a5cff .menu-list li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
}
#acb4eaf2a3a5cff .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
  background-color: #ffffff;
}
#acb4eaf2a3a5cff .menu-list ul,
#acb4eaf2a3a5cff .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#acb4eaf2a3a5cff .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#acb4eaf2a3a5cff .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#acb4eaf2a3a5cff .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#acb4eaf2a3a5cff .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a7d2da86d7ae530 {
  pointer-events: none;
  /* Open state */
}
#a7d2da86d7ae530 .search-box {
  text-align: center;
  margin-right: -16px;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 11;
  font-size: 14px;
  display: none;
}
#a7d2da86d7ae530 .search-box .select-text {
  width: 38px;
  height: 100%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#a7d2da86d7ae530 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: -9px;
  top: 50px;
  display: none;
  z-index: 999999;
}
#a7d2da86d7ae530 .search-box .search-type.show {
  display: block;
}
#a7d2da86d7ae530 .search-box .search-type li {
  text-align: center;
  line-height: 1;
  background: #ffffff;
  cursor: pointer;
  padding: 0 14px;
  white-space: nowrap;
  line-height: 40px;
}
#a7d2da86d7ae530 .search-box .search-type li:hover {
  color: rgba(255, 255, 255, 0.01);
}
#a7d2da86d7ae530 .search-box .search-type li.active {
  color: rgba(255, 255, 255, 0.01);
}
#a7d2da86d7ae530 select {
  border: none;
  background: transparent;
  font-size: 14px;
  color: #777;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-left: 14px;
  height: 100%;
  position: absolute;
  left: 0;
  display: none;
}
#a7d2da86d7ae530 select.hide {
  display: none !important;
}
#a7d2da86d7ae530 .sb-search {
  position: relative;
  width: 0%;
  min-width: 50px;
  height: 100%;
  float: right;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}
#a7d2da86d7ae530 .sb-search-input {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  background: #ffffff;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 10;
  padding: 0;
  font-family: inherit;
  font-size: 14px;
  color: #757575;
}
#a7d2da86d7ae530 .sb-search-open .sb-search-input {
  padding: 0 65px 0 38px;
}
#a7d2da86d7ae530 .normal .sb-search-input {
  padding-left: 10px;
  color: #757575;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a7d2da86d7ae530 input[type="search"].sb-search-input {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
#a7d2da86d7ae530 .sb-search-input::-webkit-input-placeholder {
  color: #a8a8a8;
}
#a7d2da86d7ae530 .sb-search-input::-moz-placeholder {
  color: #a8a8a8;
}
#a7d2da86d7ae530 .sb-search-input:-ms-input-placeholder {
  color: #a8a8a8;
}
#a7d2da86d7ae530 .sb-icon-search,
#a7d2da86d7ae530 .sb-search-submit {
  width: 50px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
}
#a7d2da86d7ae530 .sb-search-submit {
  background: #ffffff;
  /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}
#a7d2da86d7ae530 .sb-icon-search {
  color: #757575;
  background: #ffffff;
  z-index: 90;
  font-size: 14px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#a7d2da86d7ae530 .sb-icon-search .fa {
  color: #333333;
}
#a7d2da86d7ae530 .sb-search.sb-search-open,
#a7d2da86d7ae530 .no-js .sb-search {
  width: 100%;
}
#a7d2da86d7ae530 .sb-search.sb-search-open select {
  display: inline-block;
  z-index: 20;
}
#a7d2da86d7ae530 .sb-search.sb-search-open .sb-icon-search,
#a7d2da86d7ae530 .no-js .sb-search .sb-icon-search {
  background: rgba(255, 255, 255, 0.01);
  color: #ffffff;
  z-index: 11;
}
#a7d2da86d7ae530 .sb-search.sb-search-open .sb-icon-search .fa,
#a7d2da86d7ae530 .no-js .sb-search .sb-icon-search .fa {
  color: #333333;
}
#a7d2da86d7ae530 .sb-search.sb-search-open .sb-search-submit,
#a7d2da86d7ae530 .no-js .sb-search .sb-search-submit {
  z-index: 90;
}
#a11f5ae380aaf22 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2a9ea0980ab0ba > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abf0fa91b8a92ae > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9f52a0682a823c > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6f9baf8edaac6c > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6d60a4ca1a598d .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a0f62a7001a9da1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#a0f62a7001a9da1 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a0f62a7001a9da1 .ap-icon {
  margin-right: 6px;
}
#a0f62a7001a9da1 .indicator {
  margin-left: 4px;
}
#a0f62a7001a9da1 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 -5px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a0f62a7001a9da1 .menu-list li:hover > a,
#a0f62a7001a9da1 .menu-list li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
}
#a0f62a7001a9da1 .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
  background-color: #ffffff;
}
#a0f62a7001a9da1 .menu-list ul,
#a0f62a7001a9da1 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a0f62a7001a9da1 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a0f62a7001a9da1 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0f62a7001a9da1 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0f62a7001a9da1 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aeac6a8aa0ac2ae {
  pointer-events: none;
  /* Open state */
}
#aeac6a8aa0ac2ae .search-box {
  text-align: center;
  margin-right: -16px;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 11;
  font-size: 14px;
  display: none;
}
#aeac6a8aa0ac2ae .search-box .select-text {
  width: 38px;
  height: 100%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#aeac6a8aa0ac2ae .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: -9px;
  top: 50px;
  display: none;
  z-index: 999999;
}
#aeac6a8aa0ac2ae .search-box .search-type.show {
  display: block;
}
#aeac6a8aa0ac2ae .search-box .search-type li {
  text-align: center;
  line-height: 1;
  background: #f5f5f5;
  cursor: pointer;
  padding: 0 14px;
  white-space: nowrap;
  line-height: 40px;
}
#aeac6a8aa0ac2ae .search-box .search-type li:hover {
  color: rgba(255, 255, 255, 0.01);
}
#aeac6a8aa0ac2ae .search-box .search-type li.active {
  color: rgba(255, 255, 255, 0.01);
}
#aeac6a8aa0ac2ae select {
  border: none;
  background: transparent;
  font-size: 14px;
  color: #777;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-left: 14px;
  height: 100%;
  position: absolute;
  left: 0;
  display: none;
}
#aeac6a8aa0ac2ae select.hide {
  display: none !important;
}
#aeac6a8aa0ac2ae .sb-search {
  position: relative;
  width: 0%;
  min-width: 50px;
  height: 100%;
  float: right;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}
#aeac6a8aa0ac2ae .sb-search-input {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  background: #f5f5f5;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 10;
  padding: 0;
  font-family: inherit;
  font-size: 14px;
  color: #757575;
}
#aeac6a8aa0ac2ae .sb-search-open .sb-search-input {
  padding: 0 65px 0 38px;
}
#aeac6a8aa0ac2ae .normal .sb-search-input {
  padding-left: 10px;
  color: #757575;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#aeac6a8aa0ac2ae input[type="search"].sb-search-input {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
#aeac6a8aa0ac2ae .sb-search-input::-webkit-input-placeholder {
  color: #a8a8a8;
}
#aeac6a8aa0ac2ae .sb-search-input::-moz-placeholder {
  color: #a8a8a8;
}
#aeac6a8aa0ac2ae .sb-search-input:-ms-input-placeholder {
  color: #a8a8a8;
}
#aeac6a8aa0ac2ae .sb-icon-search,
#aeac6a8aa0ac2ae .sb-search-submit {
  width: 50px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
}
#aeac6a8aa0ac2ae .sb-search-submit {
  background: #ffffff;
  /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}
#aeac6a8aa0ac2ae .sb-icon-search {
  color: #757575;
  background: #ffffff;
  z-index: 90;
  font-size: 14px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#aeac6a8aa0ac2ae .sb-icon-search .fa {
  color: #333333;
}
#aeac6a8aa0ac2ae .sb-search.sb-search-open,
#aeac6a8aa0ac2ae .no-js .sb-search {
  width: 100%;
}
#aeac6a8aa0ac2ae .sb-search.sb-search-open select {
  display: inline-block;
  z-index: 20;
}
#aeac6a8aa0ac2ae .sb-search.sb-search-open .sb-icon-search,
#aeac6a8aa0ac2ae .no-js .sb-search .sb-icon-search {
  background: rgba(255, 255, 255, 0.01);
  color: #f5f5f5;
  z-index: 11;
}
#aeac6a8aa0ac2ae .sb-search.sb-search-open .sb-icon-search .fa,
#aeac6a8aa0ac2ae .no-js .sb-search .sb-icon-search .fa {
  color: #333333;
}
#aeac6a8aa0ac2ae .sb-search.sb-search-open .sb-search-submit,
#aeac6a8aa0ac2ae .no-js .sb-search .sb-search-submit {
  z-index: 90;
}
#a489fa35e7aa006 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a67b4a80c2aef67 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a23dead057af1e7 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a23b6a9dafa07c1 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa03babcbaabd74 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad2e4a62b6a12ef > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0c9cae6eaa80d3 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3149af212ac0c1 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8219a5f22a3f3a > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aed63a66aaac568 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#adea5a8026a9bc5 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a73b7a1a13aa905 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7e0eaefafab7c4 .a4daba7a98a859c {
  overflow: hidden;
}
#a7e0eaefafab7c4 .a4daba7a98a859c , #a7e0eaefafab7c4 .a4daba7a98a859c > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#a7e0eaefafab7c4 .uk-grid {
  margin-left: -15px;
}
#a7e0eaefafab7c4 .uk-grid > * {
  padding-left: 15px;
}
#a7e0eaefafab7c4 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a7e0eaefafab7c4 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a7e0eaefafab7c4 .uk-position-center-left-out {
    left: -30px;
  }
  #a7e0eaefafab7c4 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#af451a5dcba4698 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a541ca673ca92d3 .news-list {
  overflow: hidden;
}
#a541ca673ca92d3 .owl-dots {
  left: 50%;
  transform: translateX(-50%);
}
#a541ca673ca92d3 .owl-carousel .owl-item {
  width: 100%;
}
#a9253a7d3da1bbb .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#a9253a7d3da1bbb .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a9253a7d3da1bbb .ap-icon {
  margin-right: 6px;
}
#a9253a7d3da1bbb .indicator {
  margin-left: 4px;
}
#a9253a7d3da1bbb .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 -5px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a9253a7d3da1bbb .menu-list li:hover > a,
#a9253a7d3da1bbb .menu-list li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
}
#a9253a7d3da1bbb .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
  background-color: #ffffff;
}
#a9253a7d3da1bbb .menu-list ul,
#a9253a7d3da1bbb .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a9253a7d3da1bbb .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a9253a7d3da1bbb .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a9253a7d3da1bbb .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a9253a7d3da1bbb .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ab8ffaf103a0e39 {
  pointer-events: none;
  /* Open state */
}
#ab8ffaf103a0e39 .search-box {
  text-align: center;
  margin-right: -16px;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 11;
  font-size: 14px;
  display: none;
}
#ab8ffaf103a0e39 .search-box .select-text {
  width: 38px;
  height: 100%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#ab8ffaf103a0e39 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: -9px;
  top: 50px;
  display: none;
  z-index: 999999;
}
#ab8ffaf103a0e39 .search-box .search-type.show {
  display: block;
}
#ab8ffaf103a0e39 .search-box .search-type li {
  text-align: center;
  line-height: 1;
  background: #f5f5f5;
  cursor: pointer;
  padding: 0 14px;
  white-space: nowrap;
  line-height: 40px;
}
#ab8ffaf103a0e39 .search-box .search-type li:hover {
  color: rgba(255, 255, 255, 0.01);
}
#ab8ffaf103a0e39 .search-box .search-type li.active {
  color: rgba(255, 255, 255, 0.01);
}
#ab8ffaf103a0e39 select {
  border: none;
  background: transparent;
  font-size: 14px;
  color: #777;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-left: 14px;
  height: 100%;
  position: absolute;
  left: 0;
  display: none;
}
#ab8ffaf103a0e39 select.hide {
  display: none !important;
}
#ab8ffaf103a0e39 .sb-search {
  position: relative;
  width: 0%;
  min-width: 50px;
  height: 100%;
  float: right;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}
#ab8ffaf103a0e39 .sb-search-input {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  background: #f5f5f5;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 10;
  padding: 0;
  font-family: inherit;
  font-size: 14px;
  color: #757575;
}
#ab8ffaf103a0e39 .sb-search-open .sb-search-input {
  padding: 0 65px 0 38px;
}
#ab8ffaf103a0e39 .normal .sb-search-input {
  padding-left: 10px;
  color: #757575;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ab8ffaf103a0e39 input[type="search"].sb-search-input {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
#ab8ffaf103a0e39 .sb-search-input::-webkit-input-placeholder {
  color: #a8a8a8;
}
#ab8ffaf103a0e39 .sb-search-input::-moz-placeholder {
  color: #a8a8a8;
}
#ab8ffaf103a0e39 .sb-search-input:-ms-input-placeholder {
  color: #a8a8a8;
}
#ab8ffaf103a0e39 .sb-icon-search,
#ab8ffaf103a0e39 .sb-search-submit {
  width: 50px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
}
#ab8ffaf103a0e39 .sb-search-submit {
  background: #ffffff;
  /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}
#ab8ffaf103a0e39 .sb-icon-search {
  color: #757575;
  background: #ffffff;
  z-index: 90;
  font-size: 14px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#ab8ffaf103a0e39 .sb-icon-search .fa {
  color: #333333;
}
#ab8ffaf103a0e39 .sb-search.sb-search-open,
#ab8ffaf103a0e39 .no-js .sb-search {
  width: 100%;
}
#ab8ffaf103a0e39 .sb-search.sb-search-open select {
  display: inline-block;
  z-index: 20;
}
#ab8ffaf103a0e39 .sb-search.sb-search-open .sb-icon-search,
#ab8ffaf103a0e39 .no-js .sb-search .sb-icon-search {
  background: rgba(255, 255, 255, 0.01);
  color: #f5f5f5;
  z-index: 11;
}
#ab8ffaf103a0e39 .sb-search.sb-search-open .sb-icon-search .fa,
#ab8ffaf103a0e39 .no-js .sb-search .sb-icon-search .fa {
  color: #333333;
}
#ab8ffaf103a0e39 .sb-search.sb-search-open .sb-search-submit,
#ab8ffaf103a0e39 .no-js .sb-search .sb-search-submit {
  z-index: 90;
}
#a4cdaad76ba06e6 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ad424a810ca581f .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#ad424a810ca581f .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#ad424a810ca581f .ap-icon {
  margin-right: 6px;
}
#ad424a810ca581f .indicator {
  margin-left: 4px;
}
#ad424a810ca581f .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 -5px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#ad424a810ca581f .menu-list li:hover > a,
#ad424a810ca581f .menu-list li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
}
#ad424a810ca581f .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
  background-color: #ffffff;
}
#ad424a810ca581f .menu-list ul,
#ad424a810ca581f .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#ad424a810ca581f .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#ad424a810ca581f .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad424a810ca581f .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad424a810ca581f .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a0cf0ab523a1fa1 {
  pointer-events: none;
  /* Open state */
}
#a0cf0ab523a1fa1 .search-box {
  text-align: center;
  margin-right: -16px;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 11;
  font-size: 14px;
  display: none;
}
#a0cf0ab523a1fa1 .search-box .select-text {
  width: 38px;
  height: 100%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#a0cf0ab523a1fa1 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: -9px;
  top: 50px;
  display: none;
  z-index: 999999;
}
#a0cf0ab523a1fa1 .search-box .search-type.show {
  display: block;
}
#a0cf0ab523a1fa1 .search-box .search-type li {
  text-align: center;
  line-height: 1;
  background: #f5f5f5;
  cursor: pointer;
  padding: 0 14px;
  white-space: nowrap;
  line-height: 40px;
}
#a0cf0ab523a1fa1 .search-box .search-type li:hover {
  color: rgba(255, 255, 255, 0.01);
}
#a0cf0ab523a1fa1 .search-box .search-type li.active {
  color: rgba(255, 255, 255, 0.01);
}
#a0cf0ab523a1fa1 select {
  border: none;
  background: transparent;
  font-size: 14px;
  color: #777;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-left: 14px;
  height: 100%;
  position: absolute;
  left: 0;
  display: none;
}
#a0cf0ab523a1fa1 select.hide {
  display: none !important;
}
#a0cf0ab523a1fa1 .sb-search {
  position: relative;
  width: 0%;
  min-width: 50px;
  height: 100%;
  float: right;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}
#a0cf0ab523a1fa1 .sb-search-input {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  background: #f5f5f5;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 10;
  padding: 0;
  font-family: inherit;
  font-size: 14px;
  color: #757575;
}
#a0cf0ab523a1fa1 .sb-search-open .sb-search-input {
  padding: 0 65px 0 38px;
}
#a0cf0ab523a1fa1 .normal .sb-search-input {
  padding-left: 10px;
  color: #757575;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a0cf0ab523a1fa1 input[type="search"].sb-search-input {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
#a0cf0ab523a1fa1 .sb-search-input::-webkit-input-placeholder {
  color: #a8a8a8;
}
#a0cf0ab523a1fa1 .sb-search-input::-moz-placeholder {
  color: #a8a8a8;
}
#a0cf0ab523a1fa1 .sb-search-input:-ms-input-placeholder {
  color: #a8a8a8;
}
#a0cf0ab523a1fa1 .sb-icon-search,
#a0cf0ab523a1fa1 .sb-search-submit {
  width: 50px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
}
#a0cf0ab523a1fa1 .sb-search-submit {
  background: #ffffff;
  /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}
#a0cf0ab523a1fa1 .sb-icon-search {
  color: #757575;
  background: #ffffff;
  z-index: 90;
  font-size: 14px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#a0cf0ab523a1fa1 .sb-icon-search .fa {
  color: #333333;
}
#a0cf0ab523a1fa1 .sb-search.sb-search-open,
#a0cf0ab523a1fa1 .no-js .sb-search {
  width: 100%;
}
#a0cf0ab523a1fa1 .sb-search.sb-search-open select {
  display: inline-block;
  z-index: 20;
}
#a0cf0ab523a1fa1 .sb-search.sb-search-open .sb-icon-search,
#a0cf0ab523a1fa1 .no-js .sb-search .sb-icon-search {
  background: rgba(255, 255, 255, 0.01);
  color: #f5f5f5;
  z-index: 11;
}
#a0cf0ab523a1fa1 .sb-search.sb-search-open .sb-icon-search .fa,
#a0cf0ab523a1fa1 .no-js .sb-search .sb-icon-search .fa {
  color: #333333;
}
#a0cf0ab523a1fa1 .sb-search.sb-search-open .sb-search-submit,
#a0cf0ab523a1fa1 .no-js .sb-search .sb-search-submit {
  z-index: 90;
}
#a9bdda807ea19ca > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3d64a255fa942a > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9c0ca9280a60a0 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7b76af683a8dfc > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afd3cab7bca818c > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3511a008da465c > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a374fa7f2ba09fa > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9a0bad357a3844 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#adba2a5c28ae359 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a08d4aaf27a5b8f > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a24e0a6d2bad905 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a319dac265a7d9a > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7e0eaefafab7c4 .a4daba7a98a859c {
  overflow: hidden;
}
#a7e0eaefafab7c4 .a4daba7a98a859c , #a7e0eaefafab7c4 .a4daba7a98a859c > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#a7e0eaefafab7c4 .uk-grid {
  margin-left: -15px;
}
#a7e0eaefafab7c4 .uk-grid > * {
  padding-left: 15px;
}
#a7e0eaefafab7c4 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a7e0eaefafab7c4 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a7e0eaefafab7c4 .uk-position-center-left-out {
    left: -30px;
  }
  #a7e0eaefafab7c4 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#acfdba9821a913b .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a81bcafbdca2274 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#a81bcafbdca2274 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a81bcafbdca2274 .ap-icon {
  margin-right: 6px;
}
#a81bcafbdca2274 .indicator {
  margin-left: 4px;
}
#a81bcafbdca2274 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 -5px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a81bcafbdca2274 .menu-list li:hover > a,
#a81bcafbdca2274 .menu-list li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
}
#a81bcafbdca2274 .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
  background-color: #ffffff;
}
#a81bcafbdca2274 .menu-list ul,
#a81bcafbdca2274 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a81bcafbdca2274 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a81bcafbdca2274 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a81bcafbdca2274 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a81bcafbdca2274 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ab68ca239aa4a60 {
  pointer-events: none;
  /* Open state */
}
#ab68ca239aa4a60 .search-box {
  text-align: center;
  margin-right: -16px;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 11;
  font-size: 14px;
  display: none;
}
#ab68ca239aa4a60 .search-box .select-text {
  width: 38px;
  height: 100%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#ab68ca239aa4a60 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: -9px;
  top: 50px;
  display: none;
  z-index: 999999;
}
#ab68ca239aa4a60 .search-box .search-type.show {
  display: block;
}
#ab68ca239aa4a60 .search-box .search-type li {
  text-align: center;
  line-height: 1;
  background: #f5f5f5;
  cursor: pointer;
  padding: 0 14px;
  white-space: nowrap;
  line-height: 40px;
}
#ab68ca239aa4a60 .search-box .search-type li:hover {
  color: rgba(255, 255, 255, 0.01);
}
#ab68ca239aa4a60 .search-box .search-type li.active {
  color: rgba(255, 255, 255, 0.01);
}
#ab68ca239aa4a60 select {
  border: none;
  background: transparent;
  font-size: 14px;
  color: #777;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-left: 14px;
  height: 100%;
  position: absolute;
  left: 0;
  display: none;
}
#ab68ca239aa4a60 select.hide {
  display: none !important;
}
#ab68ca239aa4a60 .sb-search {
  position: relative;
  width: 0%;
  min-width: 50px;
  height: 100%;
  float: right;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}
#ab68ca239aa4a60 .sb-search-input {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  background: #f5f5f5;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 10;
  padding: 0;
  font-family: inherit;
  font-size: 14px;
  color: #757575;
}
#ab68ca239aa4a60 .sb-search-open .sb-search-input {
  padding: 0 65px 0 38px;
}
#ab68ca239aa4a60 .normal .sb-search-input {
  padding-left: 10px;
  color: #757575;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ab68ca239aa4a60 input[type="search"].sb-search-input {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
#ab68ca239aa4a60 .sb-search-input::-webkit-input-placeholder {
  color: #a8a8a8;
}
#ab68ca239aa4a60 .sb-search-input::-moz-placeholder {
  color: #a8a8a8;
}
#ab68ca239aa4a60 .sb-search-input:-ms-input-placeholder {
  color: #a8a8a8;
}
#ab68ca239aa4a60 .sb-icon-search,
#ab68ca239aa4a60 .sb-search-submit {
  width: 50px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
}
#ab68ca239aa4a60 .sb-search-submit {
  background: #ffffff;
  /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}
#ab68ca239aa4a60 .sb-icon-search {
  color: #757575;
  background: #ffffff;
  z-index: 90;
  font-size: 14px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#ab68ca239aa4a60 .sb-icon-search .fa {
  color: #333333;
}
#ab68ca239aa4a60 .sb-search.sb-search-open,
#ab68ca239aa4a60 .no-js .sb-search {
  width: 100%;
}
#ab68ca239aa4a60 .sb-search.sb-search-open select {
  display: inline-block;
  z-index: 20;
}
#ab68ca239aa4a60 .sb-search.sb-search-open .sb-icon-search,
#ab68ca239aa4a60 .no-js .sb-search .sb-icon-search {
  background: rgba(255, 255, 255, 0.01);
  color: #f5f5f5;
  z-index: 11;
}
#ab68ca239aa4a60 .sb-search.sb-search-open .sb-icon-search .fa,
#ab68ca239aa4a60 .no-js .sb-search .sb-icon-search .fa {
  color: #333333;
}
#ab68ca239aa4a60 .sb-search.sb-search-open .sb-search-submit,
#ab68ca239aa4a60 .no-js .sb-search .sb-search-submit {
  z-index: 90;
}
#ad6a0a7ec0a9d9d > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0774a204ea12e4 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af105a21a4ab129 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9f46aeffaa3c31 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae160a4ce4abbac > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a47b6ab9eeac985 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5921a3aa3a49da > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad910a1159a41e0 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4e9ea665bad188 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#adcc7a3848a43ee > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a728ea4264a1b82 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac746a75d6a678d > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7e0eaefafab7c4 .a4daba7a98a859c {
  overflow: hidden;
}
#a7e0eaefafab7c4 .a4daba7a98a859c , #a7e0eaefafab7c4 .a4daba7a98a859c > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#a7e0eaefafab7c4 .uk-grid {
  margin-left: -15px;
}
#a7e0eaefafab7c4 .uk-grid > * {
  padding-left: 15px;
}
#a7e0eaefafab7c4 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a7e0eaefafab7c4 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a7e0eaefafab7c4 .uk-position-center-left-out {
    left: -30px;
  }
  #a7e0eaefafab7c4 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ad67ca2424a3711 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a87beaeadba7a65 {
  min-height: 90vh;
  /* mobile */
}
#a87beaeadba7a65 .search-highlight {
  background: yellow;
}
#a87beaeadba7a65 .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#a87beaeadba7a65 .el-title {
  margin-bottom: 20px;
}
#a87beaeadba7a65 .el-item:hover .el-title {
  color: #0f6ecd;
}
#a87beaeadba7a65 .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a87beaeadba7a65 .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a87beaeadba7a65 .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a87beaeadba7a65 .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a87beaeadba7a65 .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a87beaeadba7a65 .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a87beaeadba7a65 .el-title {
    margin-bottom: 0;
  }
  #a87beaeadba7a65 .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a87beaeadba7a65 .category {
    font-size: 12px;
  }
  #a87beaeadba7a65 .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#a9253a7d3da1bbb .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#a9253a7d3da1bbb .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a9253a7d3da1bbb .ap-icon {
  margin-right: 6px;
}
#a9253a7d3da1bbb .indicator {
  margin-left: 4px;
}
#a9253a7d3da1bbb .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 -5px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a9253a7d3da1bbb .menu-list li:hover > a,
#a9253a7d3da1bbb .menu-list li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
}
#a9253a7d3da1bbb .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
  background-color: #ffffff;
}
#a9253a7d3da1bbb .menu-list ul,
#a9253a7d3da1bbb .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a9253a7d3da1bbb .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a9253a7d3da1bbb .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a9253a7d3da1bbb .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a9253a7d3da1bbb .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ab8ffaf103a0e39 {
  pointer-events: none;
  /* Open state */
}
#ab8ffaf103a0e39 .search-box {
  text-align: center;
  margin-right: -16px;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 11;
  font-size: 14px;
  display: none;
}
#ab8ffaf103a0e39 .search-box .select-text {
  width: 38px;
  height: 100%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#ab8ffaf103a0e39 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: -9px;
  top: 50px;
  display: none;
  z-index: 999999;
}
#ab8ffaf103a0e39 .search-box .search-type.show {
  display: block;
}
#ab8ffaf103a0e39 .search-box .search-type li {
  text-align: center;
  line-height: 1;
  background: #f5f5f5;
  cursor: pointer;
  padding: 0 14px;
  white-space: nowrap;
  line-height: 40px;
}
#ab8ffaf103a0e39 .search-box .search-type li:hover {
  color: rgba(255, 255, 255, 0.01);
}
#ab8ffaf103a0e39 .search-box .search-type li.active {
  color: rgba(255, 255, 255, 0.01);
}
#ab8ffaf103a0e39 select {
  border: none;
  background: transparent;
  font-size: 14px;
  color: #777;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-left: 14px;
  height: 100%;
  position: absolute;
  left: 0;
  display: none;
}
#ab8ffaf103a0e39 select.hide {
  display: none !important;
}
#ab8ffaf103a0e39 .sb-search {
  position: relative;
  width: 0%;
  min-width: 50px;
  height: 100%;
  float: right;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}
#ab8ffaf103a0e39 .sb-search-input {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  background: #f5f5f5;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 10;
  padding: 0;
  font-family: inherit;
  font-size: 14px;
  color: #757575;
}
#ab8ffaf103a0e39 .sb-search-open .sb-search-input {
  padding: 0 65px 0 38px;
}
#ab8ffaf103a0e39 .normal .sb-search-input {
  padding-left: 10px;
  color: #757575;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ab8ffaf103a0e39 input[type="search"].sb-search-input {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
#ab8ffaf103a0e39 .sb-search-input::-webkit-input-placeholder {
  color: #a8a8a8;
}
#ab8ffaf103a0e39 .sb-search-input::-moz-placeholder {
  color: #a8a8a8;
}
#ab8ffaf103a0e39 .sb-search-input:-ms-input-placeholder {
  color: #a8a8a8;
}
#ab8ffaf103a0e39 .sb-icon-search,
#ab8ffaf103a0e39 .sb-search-submit {
  width: 50px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
}
#ab8ffaf103a0e39 .sb-search-submit {
  background: #ffffff;
  /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}
#ab8ffaf103a0e39 .sb-icon-search {
  color: #757575;
  background: #ffffff;
  z-index: 90;
  font-size: 14px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#ab8ffaf103a0e39 .sb-icon-search .fa {
  color: #333333;
}
#ab8ffaf103a0e39 .sb-search.sb-search-open,
#ab8ffaf103a0e39 .no-js .sb-search {
  width: 100%;
}
#ab8ffaf103a0e39 .sb-search.sb-search-open select {
  display: inline-block;
  z-index: 20;
}
#ab8ffaf103a0e39 .sb-search.sb-search-open .sb-icon-search,
#ab8ffaf103a0e39 .no-js .sb-search .sb-icon-search {
  background: rgba(255, 255, 255, 0.01);
  color: #f5f5f5;
  z-index: 11;
}
#ab8ffaf103a0e39 .sb-search.sb-search-open .sb-icon-search .fa,
#ab8ffaf103a0e39 .no-js .sb-search .sb-icon-search .fa {
  color: #333333;
}
#ab8ffaf103a0e39 .sb-search.sb-search-open .sb-search-submit,
#ab8ffaf103a0e39 .no-js .sb-search .sb-search-submit {
  z-index: 90;
}
#ad67ca2424a3711 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a2b0ba780eae3af {
  /* Error Page */
  /* Error Page */
  /*--------------------------------------------Framework --------------------------------*/
  /*done*/
  /*done*/
  /*done*/
  /* Padding Section*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /* Padding Section*/
  /* Margin section */
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done - For the inside sections that has also Title section*/
  /* Margin section */
  /*--------------------------------------------FrameWork------------------------*/
}
#a2b0ba780eae3af * {
  font-family: 'PT Sans Caption', sans-serif, 'arial', 'Times New Roman';
}
#a2b0ba780eae3af .error .clip .shadow {
  height: 180px;
  /*Contrall*/
}
#a2b0ba780eae3af .error .clip:nth-of-type(2) .shadow {
  width: 130px;
  /*Contrall play with javascript*/
}
#a2b0ba780eae3af .error .clip:nth-of-type(1) .shadow,
#a2b0ba780eae3af .error .clip:nth-of-type(3) .shadow {
  width: 250px;
  /*Contrall*/
}
#a2b0ba780eae3af .error .digit {
  width: 150px;
  /*Contrall*/
  height: 150px;
  /*Contrall*/
  line-height: 150px;
  /*Contrall*/
  font-size: 120px;
  font-weight: bold;
}
#a2b0ba780eae3af .error h2 {
  font-size: 32px;
}
#a2b0ba780eae3af .error .msg {
  top: -190px;
  left: 30%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 32px;
}
#a2b0ba780eae3af .error span.triangle {
  top: 70%;
  right: 0%;
  border-left: 20px solid #535353;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
#a2b0ba780eae3af .error .container-error-404 {
  margin-top: 10%;
  position: relative;
  height: 250px;
  padding-top: 40px;
  text-align: center;
}
#a2b0ba780eae3af .error .container-error-404 .clip {
  display: inline-block;
  transform: skew(-45deg);
}
#a2b0ba780eae3af .error .clip .shadow {
  overflow: hidden;
}
#a2b0ba780eae3af .error .clip:nth-of-type(2) .shadow {
  overflow: hidden;
  position: relative;
  box-shadow: inset 20px 0px 20px -15px rgba(150, 150, 150, 0.8), 20px 0px 20px -15px rgba(150, 150, 150, 0.8);
}
#a2b0ba780eae3af .error .clip:nth-of-type(3) .shadow:after,
#a2b0ba780eae3af .error .clip:nth-of-type(1) .shadow:after {
  content: "";
  position: absolute;
  right: -8px;
  bottom: 0px;
  z-index: 9999;
  height: 100%;
  width: 10px;
  background: linear-gradient(90deg, transparent, rgba(173, 173, 173, 0.8), transparent);
  border-radius: 50%;
}
#a2b0ba780eae3af .error .clip:nth-of-type(3) .shadow:after {
  left: -8px;
}
#a2b0ba780eae3af .error .digit {
  position: relative;
  top: 8%;
  color: white;
  background: #07B3F9;
  border-radius: 50%;
  display: inline-block;
  transform: skew(45deg);
}
#a2b0ba780eae3af .error .clip:nth-of-type(2) .digit {
  left: -10%;
}
#a2b0ba780eae3af .error .clip:nth-of-type(1) .digit {
  right: -20%;
}
#a2b0ba780eae3af .error .clip:nth-of-type(3) .digit {
  left: -20%;
}
#a2b0ba780eae3af .error h2 {
  color: #A2A2A2;
  font-weight: bold;
  padding-bottom: 20px;
}
#a2b0ba780eae3af .error .msg {
  position: relative;
  z-index: 9999;
  display: block;
  background: #535353;
  color: #A2A2A2;
  border-radius: 50%;
  font-style: italic;
}
#a2b0ba780eae3af .error .triangle {
  position: absolute;
  z-index: 999;
  transform: rotate(45deg);
  content: "";
  width: 0;
  height: 0;
}
@media (max-width: 767px) {
  #a2b0ba780eae3af {
    /* Error Page */
    /* Error Page */
  }
  #a2b0ba780eae3af .error .clip .shadow {
    height: 100px;
    /*Contrall*/
  }
  #a2b0ba780eae3af .error .clip:nth-of-type(2) .shadow {
    width: 80px;
    /*Contrall play with javascript*/
  }
  #a2b0ba780eae3af .error .clip:nth-of-type(1) .shadow,
  #a2b0ba780eae3af .error .clip:nth-of-type(3) .shadow {
    width: 100px;
    /*Contrall*/
  }
  #a2b0ba780eae3af .error .digit {
    width: 80px;
    /*Contrall*/
    height: 80px;
    /*Contrall*/
    line-height: 80px;
    /*Contrall*/
    font-size: 52px;
  }
  #a2b0ba780eae3af .error h2 {
    font-size: 24px;
  }
  #a2b0ba780eae3af .error .msg {
    top: -110px;
    left: 15%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  #a2b0ba780eae3af .error span.triangle {
    top: 70%;
    right: -3%;
    border-left: 10px solid #535353;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
  #a2b0ba780eae3af .error .container-error-404 {
    height: 150px;
  }
}
#a2b0ba780eae3af .overlay {
  position: relative;
  z-index: 20;
}
#a2b0ba780eae3af .ground-color {
  background: white;
}
#a2b0ba780eae3af .item-bg-color {
  background: #EAEAEA;
}
#a2b0ba780eae3af .padding-top {
  padding-top: 10px;
}
#a2b0ba780eae3af .padding-bottom {
  padding-bottom: 10px;
}
#a2b0ba780eae3af .padding-vertical {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a2b0ba780eae3af .padding-horizontal {
  padding-left: 10px;
  padding-right: 10px;
}
#a2b0ba780eae3af .padding-all {
  padding: 10px;
}
#a2b0ba780eae3af .no-padding-left {
  padding-left: 0px;
}
#a2b0ba780eae3af .no-padding-right {
  padding-right: 0px;
}
#a2b0ba780eae3af .no-vertical-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}
#a2b0ba780eae3af .no-horizontal-padding {
  padding-left: 0px;
  padding-right: 0px;
}
#a2b0ba780eae3af .no-padding {
  padding: 0px;
}
#a2b0ba780eae3af .margin-top {
  margin-top: 10px;
}
#a2b0ba780eae3af .margin-bottom {
  margin-bottom: 10px;
}
#a2b0ba780eae3af .margin-right {
  margin-right: 10px;
}
#a2b0ba780eae3af .margin-left {
  margin-left: 10px;
}
#a2b0ba780eae3af .margin-horizontal {
  margin-left: 10px;
  margin-right: 10px;
}
#a2b0ba780eae3af .margin-vertical {
  margin-top: 10px;
  margin-bottom: 10px;
}
#a2b0ba780eae3af .margin-all {
  margin: 10px;
}
#a2b0ba780eae3af .no-margin {
  margin: 0px;
}
#a2b0ba780eae3af .no-vertical-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}
#a2b0ba780eae3af .no-horizontal-margin {
  margin-left: 0px;
  margin-right: 0px;
}
#a2b0ba780eae3af .inside-col-shrink {
  margin: 0px 20px;
}
#a2b0ba780eae3af hr {
  margin: 0px;
  padding: 0px;
  border-top: 1px dashed #999;
}
#a9253a7d3da1bbb .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#a9253a7d3da1bbb .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a9253a7d3da1bbb .ap-icon {
  margin-right: 6px;
}
#a9253a7d3da1bbb .indicator {
  margin-left: 4px;
}
#a9253a7d3da1bbb .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 -5px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a9253a7d3da1bbb .menu-list li:hover > a,
#a9253a7d3da1bbb .menu-list li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
}
#a9253a7d3da1bbb .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
  background-color: #ffffff;
}
#a9253a7d3da1bbb .menu-list ul,
#a9253a7d3da1bbb .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a9253a7d3da1bbb .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a9253a7d3da1bbb .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a9253a7d3da1bbb .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a9253a7d3da1bbb .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ab8ffaf103a0e39 {
  pointer-events: none;
  /* Open state */
}
#ab8ffaf103a0e39 .search-box {
  text-align: center;
  margin-right: -16px;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 11;
  font-size: 14px;
  display: none;
}
#ab8ffaf103a0e39 .search-box .select-text {
  width: 38px;
  height: 100%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#ab8ffaf103a0e39 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: -9px;
  top: 50px;
  display: none;
  z-index: 999999;
}
#ab8ffaf103a0e39 .search-box .search-type.show {
  display: block;
}
#ab8ffaf103a0e39 .search-box .search-type li {
  text-align: center;
  line-height: 1;
  background: #f5f5f5;
  cursor: pointer;
  padding: 0 14px;
  white-space: nowrap;
  line-height: 40px;
}
#ab8ffaf103a0e39 .search-box .search-type li:hover {
  color: rgba(255, 255, 255, 0.01);
}
#ab8ffaf103a0e39 .search-box .search-type li.active {
  color: rgba(255, 255, 255, 0.01);
}
#ab8ffaf103a0e39 select {
  border: none;
  background: transparent;
  font-size: 14px;
  color: #777;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-left: 14px;
  height: 100%;
  position: absolute;
  left: 0;
  display: none;
}
#ab8ffaf103a0e39 select.hide {
  display: none !important;
}
#ab8ffaf103a0e39 .sb-search {
  position: relative;
  width: 0%;
  min-width: 50px;
  height: 100%;
  float: right;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}
#ab8ffaf103a0e39 .sb-search-input {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  background: #f5f5f5;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 10;
  padding: 0;
  font-family: inherit;
  font-size: 14px;
  color: #757575;
}
#ab8ffaf103a0e39 .sb-search-open .sb-search-input {
  padding: 0 65px 0 38px;
}
#ab8ffaf103a0e39 .normal .sb-search-input {
  padding-left: 10px;
  color: #757575;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ab8ffaf103a0e39 input[type="search"].sb-search-input {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
#ab8ffaf103a0e39 .sb-search-input::-webkit-input-placeholder {
  color: #a8a8a8;
}
#ab8ffaf103a0e39 .sb-search-input::-moz-placeholder {
  color: #a8a8a8;
}
#ab8ffaf103a0e39 .sb-search-input:-ms-input-placeholder {
  color: #a8a8a8;
}
#ab8ffaf103a0e39 .sb-icon-search,
#ab8ffaf103a0e39 .sb-search-submit {
  width: 50px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
}
#ab8ffaf103a0e39 .sb-search-submit {
  background: #ffffff;
  /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}
#ab8ffaf103a0e39 .sb-icon-search {
  color: #757575;
  background: #ffffff;
  z-index: 90;
  font-size: 14px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#ab8ffaf103a0e39 .sb-icon-search .fa {
  color: #333333;
}
#ab8ffaf103a0e39 .sb-search.sb-search-open,
#ab8ffaf103a0e39 .no-js .sb-search {
  width: 100%;
}
#ab8ffaf103a0e39 .sb-search.sb-search-open select {
  display: inline-block;
  z-index: 20;
}
#ab8ffaf103a0e39 .sb-search.sb-search-open .sb-icon-search,
#ab8ffaf103a0e39 .no-js .sb-search .sb-icon-search {
  background: rgba(255, 255, 255, 0.01);
  color: #f5f5f5;
  z-index: 11;
}
#ab8ffaf103a0e39 .sb-search.sb-search-open .sb-icon-search .fa,
#ab8ffaf103a0e39 .no-js .sb-search .sb-icon-search .fa {
  color: #333333;
}
#ab8ffaf103a0e39 .sb-search.sb-search-open .sb-search-submit,
#ab8ffaf103a0e39 .no-js .sb-search .sb-search-submit {
  z-index: 90;
}
#ad67ca2424a3711 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a058ea1d93a8304 .login-main {
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(12, 1, 4, 0.05);
}
#a058ea1d93a8304 .switch_item {
  margin-right: 10px;
}
#a058ea1d93a8304 a.switch_item:hover {
  text-decoration: underline;
}
#a058ea1d93a8304 .slider {
  width: 420px;
  height: 600px;
}
#a058ea1d93a8304 .uk-slideshow-items {
  height: 100%;
}
#a058ea1d93a8304 .uk-slideshow-items a {
  width: 100%;
  height: 100%;
  display: block;
}
#a058ea1d93a8304 .login-wrap {
  width: 100%;
  height: 100%;
}
#a058ea1d93a8304 .uk-dotnav > * > * {
  background: #fff;
  border-color: #fff;
  opacity: .5;
}
#a058ea1d93a8304 .uk-dotnav > .uk-active > * {
  border-color: #0076fe;
  background: #0076fe;
}
#a058ea1d93a8304 .phone-login-box {
  margin: 40px auto 40px;
}
#a058ea1d93a8304 .login-header {
  margin-bottom: 24px;
}
#a058ea1d93a8304 .login-header h4 {
  font-size: 22px;
  font-weight: bolder;
  line-height: 1;
  padding-left: 20px;
  border-left: 4px solid #0076fe;
}
#a058ea1d93a8304 .input-item {
  width: 330px;
  height: 45px;
  background-color: #f0f2f7;
  border-radius: 22px;
  border: solid 1px #e3e8f0;
  position: relative;
  overflow: hidden;
}
#a058ea1d93a8304 .input-item input {
  width: 100%;
  padding: 0 16px 0 40px;
  height: 43px;
  border-radius: 0 21px 21px 0;
  position: absolute;
  right: 0;
  border: 0;
  line-height: 43px;
  background-color: transparent;
  outline: 0;
  font-size: 14px;
}
#a058ea1d93a8304 .forget_password {
  cursor: pointer;
}
#a058ea1d93a8304 .forget_password:hover {
  color: #ff6600;
}
#a058ea1d93a8304 .input-item input.error,
#a058ea1d93a8304 .input-item input.error::placeholder {
  color: #fc4343;
}
#a058ea1d93a8304 .input-item input::placeholder {
  color: #999;
}
#a058ea1d93a8304 .input-item .icon {
  position: absolute;
  left: 10px;
  top: 12px;
  fill: #ccc;
  width: 20px;
}
#a058ea1d93a8304 .form-item {
  margin: 24px 0;
}
#a058ea1d93a8304 .verifycode-input .input-item {
  width: 200px;
  float: left;
}
#a058ea1d93a8304 .send-code {
  float: left;
  margin-left: 20px;
}
#a058ea1d93a8304 .verifycode-input button {
  display: block;
  padding: 0;
  height: 45px;
  width: 105px;
  background-color: #f1f7ff;
  border-radius: 22px;
  font-size: 14px;
  -webkit-transition: .3s;
  transition: .3s;
  color: #999;
  cursor: pointer;
}
#a058ea1d93a8304 .submit {
  width: 330px;
  height: 45px;
  background-color: #0076fe;
  border-radius: 22px;
  font-size: 18px;
  line-height: 45px;
  color: #fff;
  cursor: pointer;
}
#a058ea1d93a8304 .error {
  color: #fc4343;
  font-size: 12px;
  padding-left: 10px;
  display: block;
  max-width: 300px;
}
#a058ea1d93a8304 .login_btn_wrap {
  text-align: center;
}
#a058ea1d93a8304 .login_btn_wrap .submit {
  display: block;
  margin-bottom: 10px;
}
#a058ea1d93a8304 .input-item .pwd-toggle {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  font-size: 16px;
  color: #999;
  cursor: pointer;
}
#a058ea1d93a8304 .input-item .pwd-toggle:hover {
  color: currentColor;
}
#a9253a7d3da1bbb .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#a9253a7d3da1bbb .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a9253a7d3da1bbb .ap-icon {
  margin-right: 6px;
}
#a9253a7d3da1bbb .indicator {
  margin-left: 4px;
}
#a9253a7d3da1bbb .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 -5px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a9253a7d3da1bbb .menu-list li:hover > a,
#a9253a7d3da1bbb .menu-list li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
}
#a9253a7d3da1bbb .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
  background-color: #ffffff;
}
#a9253a7d3da1bbb .menu-list ul,
#a9253a7d3da1bbb .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a9253a7d3da1bbb .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a9253a7d3da1bbb .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a9253a7d3da1bbb .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a9253a7d3da1bbb .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ab8ffaf103a0e39 {
  pointer-events: none;
  /* Open state */
}
#ab8ffaf103a0e39 .search-box {
  text-align: center;
  margin-right: -16px;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 11;
  font-size: 14px;
  display: none;
}
#ab8ffaf103a0e39 .search-box .select-text {
  width: 38px;
  height: 100%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#ab8ffaf103a0e39 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: -9px;
  top: 50px;
  display: none;
  z-index: 999999;
}
#ab8ffaf103a0e39 .search-box .search-type.show {
  display: block;
}
#ab8ffaf103a0e39 .search-box .search-type li {
  text-align: center;
  line-height: 1;
  background: #f5f5f5;
  cursor: pointer;
  padding: 0 14px;
  white-space: nowrap;
  line-height: 40px;
}
#ab8ffaf103a0e39 .search-box .search-type li:hover {
  color: rgba(255, 255, 255, 0.01);
}
#ab8ffaf103a0e39 .search-box .search-type li.active {
  color: rgba(255, 255, 255, 0.01);
}
#ab8ffaf103a0e39 select {
  border: none;
  background: transparent;
  font-size: 14px;
  color: #777;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-left: 14px;
  height: 100%;
  position: absolute;
  left: 0;
  display: none;
}
#ab8ffaf103a0e39 select.hide {
  display: none !important;
}
#ab8ffaf103a0e39 .sb-search {
  position: relative;
  width: 0%;
  min-width: 50px;
  height: 100%;
  float: right;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}
#ab8ffaf103a0e39 .sb-search-input {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  background: #f5f5f5;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 10;
  padding: 0;
  font-family: inherit;
  font-size: 14px;
  color: #757575;
}
#ab8ffaf103a0e39 .sb-search-open .sb-search-input {
  padding: 0 65px 0 38px;
}
#ab8ffaf103a0e39 .normal .sb-search-input {
  padding-left: 10px;
  color: #757575;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ab8ffaf103a0e39 input[type="search"].sb-search-input {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
#ab8ffaf103a0e39 .sb-search-input::-webkit-input-placeholder {
  color: #a8a8a8;
}
#ab8ffaf103a0e39 .sb-search-input::-moz-placeholder {
  color: #a8a8a8;
}
#ab8ffaf103a0e39 .sb-search-input:-ms-input-placeholder {
  color: #a8a8a8;
}
#ab8ffaf103a0e39 .sb-icon-search,
#ab8ffaf103a0e39 .sb-search-submit {
  width: 50px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
}
#ab8ffaf103a0e39 .sb-search-submit {
  background: #ffffff;
  /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}
#ab8ffaf103a0e39 .sb-icon-search {
  color: #757575;
  background: #ffffff;
  z-index: 90;
  font-size: 14px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#ab8ffaf103a0e39 .sb-icon-search .fa {
  color: #333333;
}
#ab8ffaf103a0e39 .sb-search.sb-search-open,
#ab8ffaf103a0e39 .no-js .sb-search {
  width: 100%;
}
#ab8ffaf103a0e39 .sb-search.sb-search-open select {
  display: inline-block;
  z-index: 20;
}
#ab8ffaf103a0e39 .sb-search.sb-search-open .sb-icon-search,
#ab8ffaf103a0e39 .no-js .sb-search .sb-icon-search {
  background: rgba(255, 255, 255, 0.01);
  color: #f5f5f5;
  z-index: 11;
}
#ab8ffaf103a0e39 .sb-search.sb-search-open .sb-icon-search .fa,
#ab8ffaf103a0e39 .no-js .sb-search .sb-icon-search .fa {
  color: #333333;
}
#ab8ffaf103a0e39 .sb-search.sb-search-open .sb-search-submit,
#ab8ffaf103a0e39 .no-js .sb-search .sb-search-submit {
  z-index: 90;
}
#ad67ca2424a3711 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#af048ab6eeaa7cc .sidebar {
  width: 150px;
  max-width: 150px;
  height: 100%;
}
#af048ab6eeaa7cc .nav-items {
  background: #fafafa;
  min-height: 200px;
}
#af048ab6eeaa7cc .phone-info {
  background: #fafafa;
  margin-top: 10px;
  font-size: 12px;
  padding: 22px 4px 20px 16px;
  line-height: 1.5;
  color: #666;
}
#af048ab6eeaa7cc .phone-info .phone {
  line-height: 1.5;
  color: #333;
  font-size: 18px;
  font-family: Arial;
}
#af048ab6eeaa7cc .nav-type {
  line-height: 37px;
  padding-left: 20px;
  cursor: pointer;
}
#af048ab6eeaa7cc .nav-type.active {
  color: #FFF;
  cursor: default;
  background: #ff658c;
}
#af048ab6eeaa7cc .content {
  padding-bottom: 60px;
  color: #666;
  border: 1px solid #f0f0f0;
  min-height: 400px;
}
#af048ab6eeaa7cc .nav-list {
  padding: 0 20px;
}
#af048ab6eeaa7cc .nav-list .nav-item {
  display: inline-block;
  line-height: 21px;
  padding: 2px 6px 3px;
  font-size: 14px;
  color: #666;
  margin: 10px 30px 15px 0;
  cursor: pointer;
}
#af048ab6eeaa7cc .nav-list .nav-item.active {
  background-color: #ff5c89;
  color: #fff;
  cursor: default;
}
#af048ab6eeaa7cc .order-item {
  margin-top: 10px;
  background: #fff;
  padding: 0 20px;
}
#af048ab6eeaa7cc .order-item:hover {
  background: #f7f7f7;
}
#af048ab6eeaa7cc .del-order {
  cursor: pointer;
}
#af048ab6eeaa7cc .order-item .order-title {
  line-height: 40px;
  color: #666;
  font-size: 13px;
  border-bottom: 1px solid #f7f7f7;
}
#af048ab6eeaa7cc .goods-item {
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
  cursor: pointer;
}
#af048ab6eeaa7cc .order-goods-list .goods-item:last-child {
  border-bottom: none;
}
#af048ab6eeaa7cc .goods-item img {
  width: 100px;
  height: 100px;
  background: #f4f4f4;
}
#af048ab6eeaa7cc .goods-item .goods-info {
  padding: 0 15px;
}
#af048ab6eeaa7cc .appoint-time span {
  color: #e4393c;
  background-color: #f9eeee;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 2px;
  line-height: 1;
}
#af048ab6eeaa7cc .appoint-time {
  margin-bottom: 4px;
}
#af048ab6eeaa7cc .appoint-name {
  color: #333;
  font-size: 14px;
}
#af048ab6eeaa7cc .appoint-info {
  padding: 0 15px;
  font-size: 12px;
  color: #888;
}
#af048ab6eeaa7cc .goods-item .goods-name {
  color: #333;
}
#af048ab6eeaa7cc .goods-item .sku-name {
  color: #999;
  font-size: 12px;
}
#af048ab6eeaa7cc .order-total-info {
  padding-bottom: 10px;
  color: #999;
  font-size: 12px;
}
#af048ab6eeaa7cc .order-total-info .total-price {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
}
#af048ab6eeaa7cc .load-more {
  font-size: 12px;
  padding-bottom: 15px;
  color: #999;
}
#af048ab6eeaa7cc .order-btns {
  padding: 10px 0;
  border-top: 1px solid #f7f7f7;
}
#af048ab6eeaa7cc .order-btns .btn {
  line-height: 26px;
  border-radius: 2px;
  border: 1px solid #ececec;
  padding: 0 14px;
  display: inline-block;
  margin-left: 8px;
  background: #fff;
  color: #333;
}
#af048ab6eeaa7cc .order-btns .btn-warn {
  color: #fff;
  background: #eb3c3c;
  border-color: #eb3c3c;
  cursor: pointer;
}
#af048ab6eeaa7cc .appoint-info .title {
  font-weight: bold;
  color: #333;
}
#af048ab6eeaa7cc .coupon-item {
  margin: 10px 30px;
  display: inline-flex;
  width: 42%;
}
#af048ab6eeaa7cc .setting-form {
  padding: 30px 20px;
}
#af048ab6eeaa7cc .setting-item {
  margin-bottom: 20px;
  font-size: 13px;
  color: #666;
  line-height: 18px;
}
#af048ab6eeaa7cc .setting-item .label {
  display: inline-block;
  margin-right: 6px;
  text-align: right;
  min-width: 120px;
}
#af048ab6eeaa7cc .setting-item .input-text {
  border: 1px solid #ccc;
  line-height: 28px;
  padding: 0 10px;
  min-width: 200px;
  font-size: 13px;
}
#af048ab6eeaa7cc .setting-form .setting-btns {
  margin-left: 130px;
}
#af048ab6eeaa7cc .setting-form .uk-button {
  height: 30px;
  line-height: 30px;
  margin-right: 8px;
}
#af048ab6eeaa7cc .setting-wrap {
  position: relative;
}
#af048ab6eeaa7cc .user-info {
  border: 1px solid #ccc;
  width: 300px;
  position: absolute;
  right: 80px;
  top: 30px;
  color: #666;
  padding: 10px;
  font-size: 13px;
  background: #f9f9f9;
}
#af048ab6eeaa7cc .user-info .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
#af048ab6eeaa7cc .user-info .levels {
  color: #888;
  font-size: 12px;
}
#af048ab6eeaa7cc .address-wrap {
  padding: 30px 20px;
}
#af048ab6eeaa7cc .addr-header {
  font-size: 18px;
  color: #333;
  margin: 0;
}
#af048ab6eeaa7cc .addr-detail {
  border-bottom: 1px solid #ececec;
  margin-bottom: 10px;
}
#af048ab6eeaa7cc .addr-list {
  min-height: 200px;
}
#af048ab6eeaa7cc .addr-detail .addr-item-name,
#af048ab6eeaa7cc .addr-detail .addr-default {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 0 5px;
  vertical-align: middle;
  margin: -2px 5px 0 0;
  max-width: 8em;
  height: 16px;
  line-height: 14px;
  font-size: 12px;
  color: #4b9bfb;
  border: 1px solid #4b9bfb;
}
#af048ab6eeaa7cc .addr-detail .addr-name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
#af048ab6eeaa7cc .addr-detail .addr-item-name {
  color: #e93b3d;
  border-color: #e93b3d;
}
#af048ab6eeaa7cc .addr-detail {
  padding: 12px 0;
  flex: 1;
}
#af048ab6eeaa7cc .op-btns a {
  font-size: 12px;
  color: #e93b3d;
  margin-left: 6px;
}
#af048ab6eeaa7cc .add-addr {
  height: 32px;
  line-height: 30px;
}
#af048ab6eeaa7cc .publish-item .status {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 50px;
  background: url(/resources/sys/img/icons/info-pass.png) center center no-repeat;
  background-size: contain;
}
#af048ab6eeaa7cc .publish-item {
  cursor: default;
  min-height: 120px;
}
#af048ab6eeaa7cc .publish-item .status-0 {
  background-image: url(/resources/sys/img/icons/info-unread.png);
}
#af048ab6eeaa7cc .publish-item .status-1 {
  background-image: url(/resources/sys/img/icons/info-fail.png);
}
#af048ab6eeaa7cc .publish-item .btns a {
  display: inline-block;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 2px;
  color: #fff;
  background: #ff6600;
}
#af048ab6eeaa7cc .publish-item .btns .del-info {
  background: #ccc;
  color: #999;
}
#a9253a7d3da1bbb .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#a9253a7d3da1bbb .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a9253a7d3da1bbb .ap-icon {
  margin-right: 6px;
}
#a9253a7d3da1bbb .indicator {
  margin-left: 4px;
}
#a9253a7d3da1bbb .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 -5px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a9253a7d3da1bbb .menu-list li:hover > a,
#a9253a7d3da1bbb .menu-list li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
}
#a9253a7d3da1bbb .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
  background-color: #ffffff;
}
#a9253a7d3da1bbb .menu-list ul,
#a9253a7d3da1bbb .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a9253a7d3da1bbb .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a9253a7d3da1bbb .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a9253a7d3da1bbb .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a9253a7d3da1bbb .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ab8ffaf103a0e39 {
  pointer-events: none;
  /* Open state */
}
#ab8ffaf103a0e39 .search-box {
  text-align: center;
  margin-right: -16px;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 11;
  font-size: 14px;
  display: none;
}
#ab8ffaf103a0e39 .search-box .select-text {
  width: 38px;
  height: 100%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#ab8ffaf103a0e39 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: -9px;
  top: 50px;
  display: none;
  z-index: 999999;
}
#ab8ffaf103a0e39 .search-box .search-type.show {
  display: block;
}
#ab8ffaf103a0e39 .search-box .search-type li {
  text-align: center;
  line-height: 1;
  background: #f5f5f5;
  cursor: pointer;
  padding: 0 14px;
  white-space: nowrap;
  line-height: 40px;
}
#ab8ffaf103a0e39 .search-box .search-type li:hover {
  color: rgba(255, 255, 255, 0.01);
}
#ab8ffaf103a0e39 .search-box .search-type li.active {
  color: rgba(255, 255, 255, 0.01);
}
#ab8ffaf103a0e39 select {
  border: none;
  background: transparent;
  font-size: 14px;
  color: #777;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-left: 14px;
  height: 100%;
  position: absolute;
  left: 0;
  display: none;
}
#ab8ffaf103a0e39 select.hide {
  display: none !important;
}
#ab8ffaf103a0e39 .sb-search {
  position: relative;
  width: 0%;
  min-width: 50px;
  height: 100%;
  float: right;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}
#ab8ffaf103a0e39 .sb-search-input {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  background: #f5f5f5;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 10;
  padding: 0;
  font-family: inherit;
  font-size: 14px;
  color: #757575;
}
#ab8ffaf103a0e39 .sb-search-open .sb-search-input {
  padding: 0 65px 0 38px;
}
#ab8ffaf103a0e39 .normal .sb-search-input {
  padding-left: 10px;
  color: #757575;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ab8ffaf103a0e39 input[type="search"].sb-search-input {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
#ab8ffaf103a0e39 .sb-search-input::-webkit-input-placeholder {
  color: #a8a8a8;
}
#ab8ffaf103a0e39 .sb-search-input::-moz-placeholder {
  color: #a8a8a8;
}
#ab8ffaf103a0e39 .sb-search-input:-ms-input-placeholder {
  color: #a8a8a8;
}
#ab8ffaf103a0e39 .sb-icon-search,
#ab8ffaf103a0e39 .sb-search-submit {
  width: 50px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
}
#ab8ffaf103a0e39 .sb-search-submit {
  background: #ffffff;
  /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}
#ab8ffaf103a0e39 .sb-icon-search {
  color: #757575;
  background: #ffffff;
  z-index: 90;
  font-size: 14px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#ab8ffaf103a0e39 .sb-icon-search .fa {
  color: #333333;
}
#ab8ffaf103a0e39 .sb-search.sb-search-open,
#ab8ffaf103a0e39 .no-js .sb-search {
  width: 100%;
}
#ab8ffaf103a0e39 .sb-search.sb-search-open select {
  display: inline-block;
  z-index: 20;
}
#ab8ffaf103a0e39 .sb-search.sb-search-open .sb-icon-search,
#ab8ffaf103a0e39 .no-js .sb-search .sb-icon-search {
  background: rgba(255, 255, 255, 0.01);
  color: #f5f5f5;
  z-index: 11;
}
#ab8ffaf103a0e39 .sb-search.sb-search-open .sb-icon-search .fa,
#ab8ffaf103a0e39 .no-js .sb-search .sb-icon-search .fa {
  color: #333333;
}
#ab8ffaf103a0e39 .sb-search.sb-search-open .sb-search-submit,
#ab8ffaf103a0e39 .no-js .sb-search .sb-search-submit {
  z-index: 90;
}
#ad67ca2424a3711 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a6613a405da4b7c {
  min-height: 90vh;
  /* mobile */
}
#a6613a405da4b7c .search-highlight {
  background: yellow;
}
#a6613a405da4b7c .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#a6613a405da4b7c .el-title {
  margin-bottom: 20px;
}
#a6613a405da4b7c .el-item:hover .el-title {
  color: #0f6ecd;
}
#a6613a405da4b7c .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a6613a405da4b7c .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a6613a405da4b7c .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a6613a405da4b7c .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a6613a405da4b7c .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a6613a405da4b7c .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a6613a405da4b7c .el-title {
    margin-bottom: 0;
  }
  #a6613a405da4b7c .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a6613a405da4b7c .category {
    font-size: 12px;
  }
  #a6613a405da4b7c .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#a9253a7d3da1bbb .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#a9253a7d3da1bbb .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a9253a7d3da1bbb .ap-icon {
  margin-right: 6px;
}
#a9253a7d3da1bbb .indicator {
  margin-left: 4px;
}
#a9253a7d3da1bbb .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 -5px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a9253a7d3da1bbb .menu-list li:hover > a,
#a9253a7d3da1bbb .menu-list li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
}
#a9253a7d3da1bbb .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
  background-color: #ffffff;
}
#a9253a7d3da1bbb .menu-list ul,
#a9253a7d3da1bbb .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a9253a7d3da1bbb .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a9253a7d3da1bbb .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a9253a7d3da1bbb .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a9253a7d3da1bbb .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ab8ffaf103a0e39 {
  pointer-events: none;
  /* Open state */
}
#ab8ffaf103a0e39 .search-box {
  text-align: center;
  margin-right: -16px;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 11;
  font-size: 14px;
  display: none;
}
#ab8ffaf103a0e39 .search-box .select-text {
  width: 38px;
  height: 100%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#ab8ffaf103a0e39 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: -9px;
  top: 50px;
  display: none;
  z-index: 999999;
}
#ab8ffaf103a0e39 .search-box .search-type.show {
  display: block;
}
#ab8ffaf103a0e39 .search-box .search-type li {
  text-align: center;
  line-height: 1;
  background: #f5f5f5;
  cursor: pointer;
  padding: 0 14px;
  white-space: nowrap;
  line-height: 40px;
}
#ab8ffaf103a0e39 .search-box .search-type li:hover {
  color: rgba(255, 255, 255, 0.01);
}
#ab8ffaf103a0e39 .search-box .search-type li.active {
  color: rgba(255, 255, 255, 0.01);
}
#ab8ffaf103a0e39 select {
  border: none;
  background: transparent;
  font-size: 14px;
  color: #777;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-left: 14px;
  height: 100%;
  position: absolute;
  left: 0;
  display: none;
}
#ab8ffaf103a0e39 select.hide {
  display: none !important;
}
#ab8ffaf103a0e39 .sb-search {
  position: relative;
  width: 0%;
  min-width: 50px;
  height: 100%;
  float: right;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}
#ab8ffaf103a0e39 .sb-search-input {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  background: #f5f5f5;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 10;
  padding: 0;
  font-family: inherit;
  font-size: 14px;
  color: #757575;
}
#ab8ffaf103a0e39 .sb-search-open .sb-search-input {
  padding: 0 65px 0 38px;
}
#ab8ffaf103a0e39 .normal .sb-search-input {
  padding-left: 10px;
  color: #757575;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ab8ffaf103a0e39 input[type="search"].sb-search-input {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
#ab8ffaf103a0e39 .sb-search-input::-webkit-input-placeholder {
  color: #a8a8a8;
}
#ab8ffaf103a0e39 .sb-search-input::-moz-placeholder {
  color: #a8a8a8;
}
#ab8ffaf103a0e39 .sb-search-input:-ms-input-placeholder {
  color: #a8a8a8;
}
#ab8ffaf103a0e39 .sb-icon-search,
#ab8ffaf103a0e39 .sb-search-submit {
  width: 50px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
}
#ab8ffaf103a0e39 .sb-search-submit {
  background: #ffffff;
  /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}
#ab8ffaf103a0e39 .sb-icon-search {
  color: #757575;
  background: #ffffff;
  z-index: 90;
  font-size: 14px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#ab8ffaf103a0e39 .sb-icon-search .fa {
  color: #333333;
}
#ab8ffaf103a0e39 .sb-search.sb-search-open,
#ab8ffaf103a0e39 .no-js .sb-search {
  width: 100%;
}
#ab8ffaf103a0e39 .sb-search.sb-search-open select {
  display: inline-block;
  z-index: 20;
}
#ab8ffaf103a0e39 .sb-search.sb-search-open .sb-icon-search,
#ab8ffaf103a0e39 .no-js .sb-search .sb-icon-search {
  background: rgba(255, 255, 255, 0.01);
  color: #f5f5f5;
  z-index: 11;
}
#ab8ffaf103a0e39 .sb-search.sb-search-open .sb-icon-search .fa,
#ab8ffaf103a0e39 .no-js .sb-search .sb-icon-search .fa {
  color: #333333;
}
#ab8ffaf103a0e39 .sb-search.sb-search-open .sb-search-submit,
#ab8ffaf103a0e39 .no-js .sb-search .sb-search-submit {
  z-index: 90;
}
#ad67ca2424a3711 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aa77fa7e96a60ec .comment-detail {
  min-height: 600px;
}
#aa77fa7e96a60ec table {
  background: #f9fdff;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#aa77fa7e96a60ec table th,
#aa77fa7e96a60ec table td {
  padding: 10px 20px;
  border: #ececec 1px solid;
  line-height: 1.8em;
}
#aa77fa7e96a60ec table th {
  padding-left: 0;
  text-align: right;
  background: #eff7fe;
  font-weight: normal;
  color: #333;
}
#aa77fa7e96a60ec .red {
  color: #F00!important;
}
#aa77fa7e96a60ec .table-title span {
  display: inline-block;
  padding: 0 40px;
  line-height: 40px;
  color: #274589;
  font-size: 16px;
  font-weight: bold;
  background: url(/resources/sys/img/icons/title_icon.png) 0 center no-repeat;
}
#a9253a7d3da1bbb .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#a9253a7d3da1bbb .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a9253a7d3da1bbb .ap-icon {
  margin-right: 6px;
}
#a9253a7d3da1bbb .indicator {
  margin-left: 4px;
}
#a9253a7d3da1bbb .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 -5px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a9253a7d3da1bbb .menu-list li:hover > a,
#a9253a7d3da1bbb .menu-list li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
}
#a9253a7d3da1bbb .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ff6600;
  background-color: #ffffff;
}
#a9253a7d3da1bbb .menu-list ul,
#a9253a7d3da1bbb .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a9253a7d3da1bbb .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a9253a7d3da1bbb .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a9253a7d3da1bbb .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a9253a7d3da1bbb .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ab8ffaf103a0e39 {
  pointer-events: none;
  /* Open state */
}
#ab8ffaf103a0e39 .search-box {
  text-align: center;
  margin-right: -16px;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 11;
  font-size: 14px;
  display: none;
}
#ab8ffaf103a0e39 .search-box .select-text {
  width: 38px;
  height: 100%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#ab8ffaf103a0e39 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: -9px;
  top: 50px;
  display: none;
  z-index: 999999;
}
#ab8ffaf103a0e39 .search-box .search-type.show {
  display: block;
}
#ab8ffaf103a0e39 .search-box .search-type li {
  text-align: center;
  line-height: 1;
  background: #f5f5f5;
  cursor: pointer;
  padding: 0 14px;
  white-space: nowrap;
  line-height: 40px;
}
#ab8ffaf103a0e39 .search-box .search-type li:hover {
  color: rgba(255, 255, 255, 0.01);
}
#ab8ffaf103a0e39 .search-box .search-type li.active {
  color: rgba(255, 255, 255, 0.01);
}
#ab8ffaf103a0e39 select {
  border: none;
  background: transparent;
  font-size: 14px;
  color: #777;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-left: 14px;
  height: 100%;
  position: absolute;
  left: 0;
  display: none;
}
#ab8ffaf103a0e39 select.hide {
  display: none !important;
}
#ab8ffaf103a0e39 .sb-search {
  position: relative;
  width: 0%;
  min-width: 50px;
  height: 100%;
  float: right;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}
#ab8ffaf103a0e39 .sb-search-input {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  background: #f5f5f5;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 10;
  padding: 0;
  font-family: inherit;
  font-size: 14px;
  color: #757575;
}
#ab8ffaf103a0e39 .sb-search-open .sb-search-input {
  padding: 0 65px 0 38px;
}
#ab8ffaf103a0e39 .normal .sb-search-input {
  padding-left: 10px;
  color: #757575;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ab8ffaf103a0e39 input[type="search"].sb-search-input {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
#ab8ffaf103a0e39 .sb-search-input::-webkit-input-placeholder {
  color: #a8a8a8;
}
#ab8ffaf103a0e39 .sb-search-input::-moz-placeholder {
  color: #a8a8a8;
}
#ab8ffaf103a0e39 .sb-search-input:-ms-input-placeholder {
  color: #a8a8a8;
}
#ab8ffaf103a0e39 .sb-icon-search,
#ab8ffaf103a0e39 .sb-search-submit {
  width: 50px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
}
#ab8ffaf103a0e39 .sb-search-submit {
  background: #ffffff;
  /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}
#ab8ffaf103a0e39 .sb-icon-search {
  color: #757575;
  background: #ffffff;
  z-index: 90;
  font-size: 14px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#ab8ffaf103a0e39 .sb-icon-search .fa {
  color: #333333;
}
#ab8ffaf103a0e39 .sb-search.sb-search-open,
#ab8ffaf103a0e39 .no-js .sb-search {
  width: 100%;
}
#ab8ffaf103a0e39 .sb-search.sb-search-open select {
  display: inline-block;
  z-index: 20;
}
#ab8ffaf103a0e39 .sb-search.sb-search-open .sb-icon-search,
#ab8ffaf103a0e39 .no-js .sb-search .sb-icon-search {
  background: rgba(255, 255, 255, 0.01);
  color: #f5f5f5;
  z-index: 11;
}
#ab8ffaf103a0e39 .sb-search.sb-search-open .sb-icon-search .fa,
#ab8ffaf103a0e39 .no-js .sb-search .sb-icon-search .fa {
  color: #333333;
}
#ab8ffaf103a0e39 .sb-search.sb-search-open .sb-search-submit,
#ab8ffaf103a0e39 .no-js .sb-search .sb-search-submit {
  z-index: 90;
}
