.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: #1e87f0;
  text-shadow: none;
}
::selection {
  background: #1e87f0;
  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 #1e87f0;
}
/* Small
   ========================================================================== */
/*
   * Reset child height, caused by `inline-block`
   */
.uk-divider-small {
  line-height: 0;
}
.uk-divider-small::after {
  border-top: 2px solid #1e87f0;
}
/* ========================================================================
     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: #1e87f0;
  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: #1e87f0;
  outline: none;
}
/* OnClick + Active */
.uk-icon-button:active,
.uk-active > .uk-icon-button {
  background-color: #1e87f0;
  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: #1e87f0;
  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: #1e87f0;
}
/* OnClick + Active */
.uk-button-default:active,
.uk-button-default.uk-active {
  background-color: #1e87f0;
  color: #ffffff;
}
/*
   * Primary
   */
.uk-button-primary {
  background-color: #1e87f0;
  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: #1e87f0;
  color: #ffffff;
  border-color: #1e87f0;
}
/*
   * 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: #1e87f0;
}
/* 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: #1e87f0;
}
/*
   * 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: #1e87f0;
}
/*
   * 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: #1e87f0;
  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: #1e87f0;
  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: #1e87f0;
}
/*
   * 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: #1e87f0;
  color: #ffffff;
}
/*
   * Required for `a`
   */
.uk-badge:hover,
.uk-badge:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
/* ========================================================================
     Component: Label
   ========================================================================== */
.uk-label {
  background: #1e87f0;
  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: #1e87f0;
  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: #1e87f0;
}
/* 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: #1e87f0;
  outline: none;
}
.uk-navbar-nav > li > a:hover::before {
  background-color: currentColor;
}
/* OnClick */
.uk-navbar-nav > li.uk-active > a::before {
  background-color: #1e87f0;
}
/* Item
   ========================================================================== */
.uk-navbar-item {
  color: #666;
}
/* Toggle
   ========================================================================== */
.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus,
.uk-navbar-toggle.uk-open {
  color: #1e87f0;
}
/* 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: #1e87f0;
  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: #1e87f0;
  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: #1e87f0;
  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: #1e87f0;
}
/* 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: #1e87f0;
  border-color: transparent;
}
/* Active */
.uk-dotnav > .uk-active > * {
  background-color: #1e87f0;
  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: #1e87f0;
}
/*
   * 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: #1e87f0;
}
/* 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: #1e87f0;
}
/*
   * 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: #1e87f0;
  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: #1e87f0;
}
.uk-progress::-moz-progress-bar {
  background-color: #1e87f0;
}
.uk-progress::-ms-fill {
  background-color: #1e87f0;
}
/* ========================================================================
     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: #1e87f0 !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: #1e87f0 !important;
}
@supports (-webkit-background-clip: text) {
  .uk-text-background {
    background-color: #1e87f0;
  }
}
/* ========================================================================
     Component: Background
   ========================================================================== */
/* Color
   ========================================================================== */
.uk-background-default {
  background-color: #ffffff;
}
.uk-background-muted {
  background-color: #f8f8f8;
}
.uk-background-primary {
  background-color: #1e87f0;
}
.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: #1e87f0;
  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: #1e87f0;
  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: #1e87f0;
  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: #1e87f0;
}
.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: #1e87f0;
}
.uk-section-muted .uk-navbar-container.uk-navbar-sticky {
  background-color: #f8f8f8;
}
.uk-section-primary .uk-navbar-container.uk-navbar-sticky {
  background-color: #1e87f0;
}
.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: #1e87f0;
  border-color: #1e87f0;
}
.category .uk-pagination li:hover,
.ap-pagination li:hover,
.dynamic-pagination li:hover {
  border-color: #1e87f0;
}
/* ========================================================================
   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: #0e6dcd;
}
.ap-list-filter dd a.active {
  background-color: #1e87f0;
  color: #fff;
  border-radius: 2px;
}
.ap-filter-dropdown .filter-item-wrap.open,
.ap-filter-dropdown .filter-item.active {
  color: #1e87f0;
}
.category li a.active {
  color: #1e87f0;
}
.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: #1e87f0;
}
.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: #1e87f0;
  border: 1px solid rgba(30, 135, 240, 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: #1e87f0;
}
form .step .ui-step.active .ui-step-title {
  color: #1e87f0;
}
/**************** 自定义版块样式 ********************/
.btn-effect-1 {
  border-color: #1e87f0;
  background-color: #1e87f0;
  color: #fff;
}
.header-effect-6 [data-item='title']::before {
  background-color: #1e87f0;
}
.btn-effect-2 {
  background-color: transparent;
  border: 1px solid #1e87f0;
  color: #1e87f0;
}
.btn-effect-2:hover {
  background-color: #1e87f0;
}
.uk-button.btn-effect-5 {
  background-color: #1e87f0;
  box-shadow: 0 0 15px rgba(30, 135, 240, 0.8);
}
.header-effect-3 [data-item='title']::after {
  background: #1e87f0;
}
.header-effect-6 [data-item='title']::before {
  background-color: #1e87f0;
}
#a2fbaa7aefab2ab .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ad26aa722aa9b89 .sidebar {
  width: 300px;
  margin-left: 20px;
}
#ad26aa722aa9b89 .sidebar.left {
  margin-left: 0;
  margin-right: 20px;
}
@media (max-width: 640px) {
  #ad26aa722aa9b89 .sidebar {
    width: 100%;
    margin: 0 0 15px;
  }
}
#ad26aa722aa9b89 .data-list .uk-card {
  cursor: pointer !important;
}
#ad26aa722aa9b89 .data-list .uk-card img {
  max-height: 300px;
}
#ad26aa722aa9b89 .data-list .uk-card:hover {
  background: #fafafa;
}
#ad26aa722aa9b89 .data-list .uk-card:hover .uk-h4 {
  color: #0f6ecd;
}
#ad26aa722aa9b89 .data-list .uk-card .uk-card-media-left img {
  transition: all .3s ease;
}
#ad26aa722aa9b89 .data-list .uk-card .uk-card-media-left:hover img {
  transform: scale(1.05);
}
#ad26aa722aa9b89 .data-list .uk-card-media-left {
  border-radius: 4px;
  overflow: hidden;
}
#ad26aa722aa9b89 .search-form {
  position: relative;
  overflow: hidden;
  background: #fff;
  display: block;
}
#ad26aa722aa9b89 .search-form input.search-input {
  width: 100%;
  height: 34px;
  padding: 5px 52px 5px 10px;
  font-size: 14px;
  color: #333;
  border: 1px solid #efefef;
}
#ad26aa722aa9b89 .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: #1e87f0;
  cursor: pointer;
}
#ad26aa722aa9b89 .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;
}
#ad26aa722aa9b89 .uk-card .category:hover {
  background: #1e87f0;
}
#ad26aa722aa9b89 .accordion-menu {
  width: 100%;
}
#ad26aa722aa9b89 .accordion-menu ul ul.submenu,
#ad26aa722aa9b89 .accordion-menu ul ul.submenu li ul.submenu {
  background: transparent;
}
#ad26aa722aa9b89 .accordion-menu-header {
  padding: 10px 10px 0;
  border-bottom: 1px solid #ececec;
}
#ad26aa722aa9b89 .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;
}
#ad26aa722aa9b89 .accordion-menu > ul > li > a {
  background: #fff;
  font-size: 14px;
  border-bottom: 1px solid #ececec;
}
#ad26aa722aa9b89 .accordion-menu .menu-item.active > a {
  background: #1e87f0;
  color: #fff;
}
#ad26aa722aa9b89 .accordion-menu li a:hover {
  background-color: #1e87f0;
  color: #fff;
  border: none;
}
#ad26aa722aa9b89 .accordion-menu .submenu-indicator {
  cursor: pointer;
  position: absolute;
  font-size: 20px;
  line-height: 40px;
  padding: 0 20px;
  right: 0;
}
#ad26aa722aa9b89 .phone {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
#ad26aa722aa9b89 .hot-list,
#ad26aa722aa9b89 .new-list {
  padding: 12px;
}
#ad26aa722aa9b89 .new-list a:hover,
#ad26aa722aa9b89 .hot-list a:hover {
  color: #0f6ecd;
}
#ad26aa722aa9b89 .hot-item .thumb {
  display: inline-block;
  width: 100px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 2px;
  flex-shrink: 0;
}
#ad26aa722aa9b89 .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#ad26aa722aa9b89 .hot-item:hover a {
  color: #0f6ecd;
}
#ad26aa722aa9b89 .panel-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#ad26aa722aa9b89 .panel-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #1e87f0;
  content: "";
}
#ad26aa722aa9b89 .content-header {
  padding-bottom: 10px;
}
#ad26aa722aa9b89 .item-title {
  color: #333;
}
#ad26aa722aa9b89 input::placeholder {
  color: #999;
}
#ad26aa722aa9b89 .datetime {
  color: #999;
}
#ad26aa722aa9b89 .new-item a {
  padding-left: 25px;
}
#ad26aa722aa9b89 .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;
}
#ae03aa1c2ba8427 .uk-container {
  line-height: 2;
  color: #999;
}
#a8e72a6192a366a > .ele-wrap {background-color: rgba(191, 41, 30, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6c86af394ac6b2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6c86af394ac6b2 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6c86af394ac6b2 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 20px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
}
#a6c86af394ac6b2 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a6c86af394ac6b2 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
  margin-left: 0;
  margin-right: 0;
}
#a6c86af394ac6b2 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
  background-color: #ffffff;
  margin-right: 0;
  margin-left: 0;
  border-right-style: none;
}
#a6c86af394ac6b2 .menu-list > li.active > a:before,
#a6c86af394ac6b2 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a6c86af394ac6b2 .menu-list > li ul li {
  position: relative;
}
#a6c86af394ac6b2 .menu-list > li ul li:hover > a {
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #bf291e;
  width: 240px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a6c86af394ac6b2 .menu-list li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul li a:active,
#a6c86af394ac6b2 .menu-list li ul li a.active,
#a6c86af394ac6b2 .menu-list li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul,
#a6c86af394ac6b2 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul.menu-b > li,
#a6c86af394ac6b2 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a6c86af394ac6b2 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a6c86af394ac6b2 .menu-list li:hover > ul {
  display: block;
}
#a6c86af394ac6b2 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a2fbaa7aefab2ab .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ab0daa79d1a2d08 {
  min-height: 300px;
}
#a688ea68f5a8099 .uk-container {
  line-height: 2;
  color: #999;
}
#a8e72a6192a366a > .ele-wrap {background-color: rgba(191, 41, 30, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6c86af394ac6b2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6c86af394ac6b2 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6c86af394ac6b2 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 20px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
}
#a6c86af394ac6b2 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a6c86af394ac6b2 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
  margin-left: 0;
  margin-right: 0;
}
#a6c86af394ac6b2 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
  background-color: #ffffff;
  margin-right: 0;
  margin-left: 0;
  border-right-style: none;
}
#a6c86af394ac6b2 .menu-list > li.active > a:before,
#a6c86af394ac6b2 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a6c86af394ac6b2 .menu-list > li ul li {
  position: relative;
}
#a6c86af394ac6b2 .menu-list > li ul li:hover > a {
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #bf291e;
  width: 240px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a6c86af394ac6b2 .menu-list li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul li a:active,
#a6c86af394ac6b2 .menu-list li ul li a.active,
#a6c86af394ac6b2 .menu-list li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul,
#a6c86af394ac6b2 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul.menu-b > li,
#a6c86af394ac6b2 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a6c86af394ac6b2 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a6c86af394ac6b2 .menu-list li:hover > ul {
  display: block;
}
#a6c86af394ac6b2 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a0f66ab8dcab98c > .ele-wrap {background-color: rgba(234, 233, 233, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae0cca27dda5a32 a, #ae0cca27dda5a32 {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(102, 102, 102, 1);}#ae0cca27dda5a32 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(192, 40, 29, 1);}#acee2a8611aa045 > .ele-wrap {background-color: rgba(246, 246, 246, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(204, 204, 204, 1);border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);}#a3101a9870a405b {
  overflow: hidden;
}
#a3101a9870a405b , #a3101a9870a405b > * {
        font-weight: bold;
        font-style: normal;
    font-size: 30px;text-align: center;font-family: inherit;}#ad842a270eaca7f, #ad842a270eaca7f a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(102, 102, 102, 1);}#ad842a270eaca7f a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(192, 40, 29, 1);}#ad466a6e25abc44, #ad466a6e25abc44 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(102, 102, 102, 1);}#ad466a6e25abc44 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(192, 40, 29, 1);}#af96aa126cae8d1  {
        font-weight: normal;
        font-style: normal;
    text-align: right;font-family: inherit;}#ae9c7a7413ab6f3  {
        font-weight: normal;
        font-style: normal;
    text-align: left;font-family: inherit;}#a2fbaa7aefab2ab .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a2e12a9396abb65 .sidebar {
  width: 280px;
}
@media (max-width: 640px) {
  #a2e12a9396abb65 .sidebar {
    width: 100%;
  }
}
#a2e12a9396abb65 .accordion-menu,
#a2e12a9396abb65 .accordion-menu ul ul.submenu,
#a2e12a9396abb65 .accordion-menu ul ul.submenu li ul.submenu {
  background: transparent;
}
#a2e12a9396abb65 .accordion-menu-header h4 {
  color: #fff;
  font-weight: 500;
  line-height: 50px;
}
#a2e12a9396abb65 .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;
}
#a2e12a9396abb65 .accordion-menu > ul > li > a {
  background: #ddd;
  font-size: 16px;
}
#a2e12a9396abb65 .accordion-menu li a:hover {
  background-color: #1e87f0;
  color: #fff;
  border: none;
}
#a2e12a9396abb65 .accordion-menu .submenu-indicator {
  cursor: pointer;
  position: absolute;
  font-size: 20px;
  line-height: 50px;
  padding: 0 20px;
  right: 0;
}
#a2e12a9396abb65 .contact {
  color: #fff;
}
#a2e12a9396abb65 .phone {
  display: block;
  font-size: 28px;
  font-weight: bold;
}
#a2e12a9396abb65 .hot-list {
  background: #f7f8f9;
  padding: 15px;
}
#a2e12a9396abb65 .hot-list a {
  color: #777;
}
#a2e12a9396abb65 .hot-list a:hover {
  color: #0f6ecd;
}
#a2e12a9396abb65 .hot-item .thumb {
  display: block;
  overflow: hidden;
}
#a2e12a9396abb65 .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#a2e12a9396abb65 .hot-item:hover a {
  color: #0f6ecd;
}
#a2e12a9396abb65 .hot-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#a2e12a9396abb65 .hot-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #1e87f0;
  content: "";
}
#a2e12a9396abb65 .content-header {
  padding-bottom: 10px;
}
#a7015a1a1ba5d4a .uk-container {
  line-height: 2;
  color: #999;
}
#a8e72a6192a366a > .ele-wrap {background-color: rgba(191, 41, 30, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6c86af394ac6b2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6c86af394ac6b2 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6c86af394ac6b2 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 20px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
}
#a6c86af394ac6b2 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a6c86af394ac6b2 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
  margin-left: 0;
  margin-right: 0;
}
#a6c86af394ac6b2 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
  background-color: #ffffff;
  margin-right: 0;
  margin-left: 0;
  border-right-style: none;
}
#a6c86af394ac6b2 .menu-list > li.active > a:before,
#a6c86af394ac6b2 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a6c86af394ac6b2 .menu-list > li ul li {
  position: relative;
}
#a6c86af394ac6b2 .menu-list > li ul li:hover > a {
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #bf291e;
  width: 240px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a6c86af394ac6b2 .menu-list li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul li a:active,
#a6c86af394ac6b2 .menu-list li ul li a.active,
#a6c86af394ac6b2 .menu-list li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul,
#a6c86af394ac6b2 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul.menu-b > li,
#a6c86af394ac6b2 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a6c86af394ac6b2 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a6c86af394ac6b2 .menu-list li:hover > ul {
  display: block;
}
#a6c86af394ac6b2 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a2fbaa7aefab2ab .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a1c49a3af9a8c7f {
  min-height: 300px;
}
#aa836a67a3abbf6 .uk-container {
  line-height: 2;
  color: #999;
}
#a8e72a6192a366a > .ele-wrap {background-color: rgba(191, 41, 30, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6c86af394ac6b2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6c86af394ac6b2 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6c86af394ac6b2 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 20px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
}
#a6c86af394ac6b2 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a6c86af394ac6b2 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
  margin-left: 0;
  margin-right: 0;
}
#a6c86af394ac6b2 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
  background-color: #ffffff;
  margin-right: 0;
  margin-left: 0;
  border-right-style: none;
}
#a6c86af394ac6b2 .menu-list > li.active > a:before,
#a6c86af394ac6b2 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a6c86af394ac6b2 .menu-list > li ul li {
  position: relative;
}
#a6c86af394ac6b2 .menu-list > li ul li:hover > a {
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #bf291e;
  width: 240px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a6c86af394ac6b2 .menu-list li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul li a:active,
#a6c86af394ac6b2 .menu-list li ul li a.active,
#a6c86af394ac6b2 .menu-list li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul,
#a6c86af394ac6b2 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul.menu-b > li,
#a6c86af394ac6b2 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a6c86af394ac6b2 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a6c86af394ac6b2 .menu-list li:hover > ul {
  display: block;
}
#a6c86af394ac6b2 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a5695a6b42a03c4 .video-box,
#a5695a6b42a03c4 .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#a5695a6b42a03c4 .ap-detail-slider {
  width: 100%;
  max-width: 100%;
}
#a5695a6b42a03c4 .video-box video,
#a5695a6b42a03c4 .video-box img .preview-box img {
  width: 100%;
  max-height: 500px;
}
#a5695a6b42a03c4 .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#a5695a6b42a03c4 .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;
}
#a5695a6b42a03c4 .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#a5695a6b42a03c4 .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#a5695a6b42a03c4 .thumb-box {
  width: 100%;
  position: relative;
}
#a5695a6b42a03c4 .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#a5695a6b42a03c4 .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#a5695a6b42a03c4 .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#a5695a6b42a03c4 .thumb-list {
  overflow: hidden;
}
#a5695a6b42a03c4 .thumb-list ul {
  width: 100000px;
}
#a5695a6b42a03c4 .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#a5695a6b42a03c4 .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;
}
#a5695a6b42a03c4 .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#a5695a6b42a03c4 .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#a5695a6b42a03c4 .thumb-list ul li.active img {
  border-color: #df3033;
}
#a5695a6b42a03c4 .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;
}
#a5695a6b42a03c4 .zoom-box img {
  max-width: initial;
}
#a5695a6b42a03c4 .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#a5695a6b42a03c4 .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
#a5695a6b42a03c4 .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;
}
#a5695a6b42a03c4 .simple .slider-nav li {
  display: none;
  font-size: 12px;
}
#a5695a6b42a03c4 .simple .slider-nav li.uk-active {
  display: inline-block;
}
@media (max-width: 640px) {
  #a5695a6b42a03c4 .right {
    width: 100%;
  }
  #a5695a6b42a03c4 .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;
  }
  #a5695a6b42a03c4 .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #a5695a6b42a03c4 .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#a7338a885da2312 > .ele-wrap {background-color: rgba(234, 233, 233, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5d02a49aea6bae a, #a5d02a49aea6bae {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(102, 102, 102, 1);}#a5d02a49aea6bae a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(192, 40, 29, 1);}#ac080a35f1a1be4 {
  overflow: hidden;
}
#ac080a35f1a1be4 , #ac080a35f1a1be4 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 24px;font-family: inherit;}#ad32daef4da45fd > .ele-wrap {background-color: rgba(152, 0, 1, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 5px;border-top-right-radius: 5px;}#ad3f1a3583a7907, #ad3f1a3583a7907 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(102, 102, 102, 1);}#ad3f1a3583a7907 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(192, 40, 29, 1);}#af365aceb0ad154 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(192, 40, 29, 1);}#af365aceb0ad154, #af365aceb0ad154 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(102, 102, 102, 1);}#a818dad741a6bc9 > .ele-wrap {background-color: rgba(246, 246, 246, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(204, 204, 204, 1);border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);}#a2fbaa7aefab2ab .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a1033aab7ba2f68 .uk-container {
  line-height: 2;
  color: #999;
}
#a8e72a6192a366a > .ele-wrap {background-color: rgba(191, 41, 30, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6c86af394ac6b2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6c86af394ac6b2 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6c86af394ac6b2 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 20px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
}
#a6c86af394ac6b2 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a6c86af394ac6b2 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
  margin-left: 0;
  margin-right: 0;
}
#a6c86af394ac6b2 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
  background-color: #ffffff;
  margin-right: 0;
  margin-left: 0;
  border-right-style: none;
}
#a6c86af394ac6b2 .menu-list > li.active > a:before,
#a6c86af394ac6b2 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a6c86af394ac6b2 .menu-list > li ul li {
  position: relative;
}
#a6c86af394ac6b2 .menu-list > li ul li:hover > a {
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #bf291e;
  width: 240px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a6c86af394ac6b2 .menu-list li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul li a:active,
#a6c86af394ac6b2 .menu-list li ul li a.active,
#a6c86af394ac6b2 .menu-list li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul,
#a6c86af394ac6b2 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul.menu-b > li,
#a6c86af394ac6b2 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a6c86af394ac6b2 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a6c86af394ac6b2 .menu-list li:hover > ul {
  display: block;
}
#a6c86af394ac6b2 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ac96ea38e1a35de .uk-grid {
  margin-left: -80px;
}
#ac96ea38e1a35de .uk-grid > * {
  padding-left: 80px;
}
#ac96ea38e1a35de .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ac96ea38e1a35de .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#ac96ea38e1a35de .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  background-color: #f2f2f2;
  border-top-style: none;
  border-bottom-style: none;
}
#ac96ea38e1a35de .article .info {
  padding: 10px 0px;
  position: relative;
}
#ac96ea38e1a35de .article .info p {
  margin: 10px 0 10px;
}
#ac96ea38e1a35de .article svg {
  fill: currentColor;
}
#ac96ea38e1a35de .article .btn_icon {
  position: absolute;
  right: 0px;
  bottom: 10px;
  width: 20px;
  color: #b4b4b4;
}
#ac96ea38e1a35de .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 10px;
  color: #b4b4b4;
}
#ac96ea38e1a35de .article.list-icon .info {
  padding-left: 25px;
}
#ac96ea38e1a35de .article .datetime {
  position: absolute;
  right: 0px;
  top: 10px;
}
#ac96ea38e1a35de .article .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#ac96ea38e1a35de .article .datetime {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#ac96ea38e1a35de .article:hover {
  background-color: #f2f2f2;
  border-top: 1px solid auto;
}
#ac96ea38e1a35de .article:hover .title {
  color: #c0281d;
}
#ac96ea38e1a35de .article:hover .datetime {
  color: #c0281d;
}
#ac96ea38e1a35de .article:hover .category {
  color: #b6b6b6;
}
#ac96ea38e1a35de .article:hover .abstract {
  color: #b6b6b6;
}
#ac96ea38e1a35de .article:hover .btn_icon {
  color: #b6b6b6;
}
#ac96ea38e1a35de .article:hover .list_icon {
  color: #b6b6b6;
}
#ad916a1b22ae4e3 .ele-wrap {border-color: rgba(153, 153, 153, 1);color: #666666;font-size: 16px;font-weight: 500;border-radius: 0px;justify-content: center;border-style: solid;border-width: 1px;width: 150px;height: 45px;}#ad916a1b22ae4e3 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(192, 40, 29, 1);color: #ffffff;}#a26b3a016ea3c95 .aa579a237aabff3 > .ele-wrap {
        font-weight: bold;
        font-style: normal;
    font-size: 24px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a26b3a016ea3c95 .a4c5bad6a7a6780 {
  overflow: hidden;
}
#a26b3a016ea3c95 .a4c5bad6a7a6780 .img-wrap {
  transition: all 0.3s ease-in;
}
#a26b3a016ea3c95 .a4c5bad6a7a6780 .img-wrap:hover {
  transform: scale(1.2);
}
#a26b3a016ea3c95 .ac4dba7573a47ab {
  overflow: hidden;
}
#a26b3a016ea3c95 .ac4dba7573a47ab , #a26b3a016ea3c95 .ac4dba7573a47ab > * {
        font-weight: bold;
        font-style: normal;
    font-size: 24px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a26b3a016ea3c95 .ac4dba7573a47ab:hover , #a26b3a016ea3c95 .ac4dba7573a47ab *:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 26px;font-family: inherit;}#a26b3a016ea3c95 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a26b3a016ea3c95 .uk-position-center-left-out {
    left: -30px;
  }
  #a26b3a016ea3c95 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a0026afcdba4a18 .ele-wrap {border-color: rgba(153, 153, 153, 1);color: #666666;font-size: 16px;font-weight: 500;border-radius: 0px;justify-content: center;border-style: solid;border-width: 1px;width: 150px;height: 45px;}#a0026afcdba4a18 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(192, 40, 29, 1);color: #ffffff;}#a3f03aa871ae067 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(102, 102, 102, 1);}#a3f03aa871ae067 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(192, 40, 29, 1);}#af35aa7a8eabb38 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(102, 102, 102, 1);}#af35aa7a8eabb38 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(192, 40, 29, 1);}#a92aea9ae2a3030 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(102, 102, 102, 1);}#a92aea9ae2a3030 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(192, 40, 29, 1);}#addcbaaafba6b00 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(102, 102, 102, 1);}#addcbaaafba6b00 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(192, 40, 29, 1);}#a77c0a61b7a7756 .ele-wrap {border-color: rgba(153, 153, 153, 1);color: #666666;font-size: 16px;font-weight: 500;border-radius: 0px;justify-content: center;border-style: solid;width: 150px;height: 45px;border-width: 1px;}#a77c0a61b7a7756 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(192, 40, 29, 1);color: #ffffff;border-color: rgba(102, 102, 102, 1);}#a8147a71f6ae2cb .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aebd2a7945ac673 .uk-container {
  line-height: 2;
  color: #999;
}
#a8e72a6192a366a > .ele-wrap {background-color: rgba(191, 41, 30, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6c86af394ac6b2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6c86af394ac6b2 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6c86af394ac6b2 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 20px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
}
#a6c86af394ac6b2 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a6c86af394ac6b2 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
  margin-left: 0;
  margin-right: 0;
}
#a6c86af394ac6b2 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
  background-color: #ffffff;
  margin-right: 0;
  margin-left: 0;
  border-right-style: none;
}
#a6c86af394ac6b2 .menu-list > li.active > a:before,
#a6c86af394ac6b2 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a6c86af394ac6b2 .menu-list > li ul li {
  position: relative;
}
#a6c86af394ac6b2 .menu-list > li ul li:hover > a {
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #bf291e;
  width: 240px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a6c86af394ac6b2 .menu-list li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul li a:active,
#a6c86af394ac6b2 .menu-list li ul li a.active,
#a6c86af394ac6b2 .menu-list li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul,
#a6c86af394ac6b2 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul.menu-b > li,
#a6c86af394ac6b2 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a6c86af394ac6b2 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a6c86af394ac6b2 .menu-list li:hover > ul {
  display: block;
}
#a6c86af394ac6b2 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a910aa726ea541c > .ele-wrap {background-color: rgba(234, 233, 233, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae07fa38b6a60df a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(192, 40, 29, 1);}#ae07fa38b6a60df a, #ae07fa38b6a60df {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(102, 102, 102, 1);}#a0f00ac271a9397 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a0f00ac271a9397 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a0f00ac271a9397  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a0f00ac271a9397 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a976aa673fad76f > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a976aa673fad76f .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a976aa673fad76f  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a976aa673fad76f .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a7bfba795badbd6 .a63d9af0d8a2682 > .ele-wrap {border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;}#a7bfba795badbd6 .a63d9af0d8a2682  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.16);}#a7bfba795badbd6 .aa549ad1d9a2f23 {
  overflow: hidden;
}
#a7bfba795badbd6 .aa549ad1d9a2f23 .img-wrap {
  transition: all 0.3s ease-in;
}
#a7bfba795badbd6 .aa549ad1d9a2f23 .img-wrap:hover {
  transform: scale(1.2);
}
#a7bfba795badbd6 .a287ca7034a1386 {
  overflow: hidden;
}
#a7bfba795badbd6 .a287ca7034a1386 , #a7bfba795badbd6 .a287ca7034a1386 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#a7bfba795badbd6 .a287ca7034a1386:hover , #a7bfba795badbd6 .a287ca7034a1386 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(192, 40, 29, 1);}#a7bfba795badbd6 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a7bfba795badbd6 .uk-position-center-left-out {
    left: -30px;
  }
  #a7bfba795badbd6 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ab949af3cea0c6c .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#acff3a73ecaaa9e .uk-container {
  line-height: 2;
  color: #999;
}
#a8e72a6192a366a > .ele-wrap {background-color: rgba(191, 41, 30, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6c86af394ac6b2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6c86af394ac6b2 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6c86af394ac6b2 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 20px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
}
#a6c86af394ac6b2 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a6c86af394ac6b2 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
  margin-left: 0;
  margin-right: 0;
}
#a6c86af394ac6b2 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
  background-color: #ffffff;
  margin-right: 0;
  margin-left: 0;
  border-right-style: none;
}
#a6c86af394ac6b2 .menu-list > li.active > a:before,
#a6c86af394ac6b2 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a6c86af394ac6b2 .menu-list > li ul li {
  position: relative;
}
#a6c86af394ac6b2 .menu-list > li ul li:hover > a {
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #bf291e;
  width: 240px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a6c86af394ac6b2 .menu-list li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul li a:active,
#a6c86af394ac6b2 .menu-list li ul li a.active,
#a6c86af394ac6b2 .menu-list li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul,
#a6c86af394ac6b2 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul.menu-b > li,
#a6c86af394ac6b2 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a6c86af394ac6b2 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a6c86af394ac6b2 .menu-list li:hover > ul {
  display: block;
}
#a6c86af394ac6b2 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9e61ae1c3a2896 > .ele-wrap {background-color: rgba(234, 233, 233, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#adc15aa87baf246 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(192, 40, 29, 1);}#adc15aa87baf246 a, #adc15aa87baf246 {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(102, 102, 102, 1);}#a7909a0109aa2b3 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a7909a0109aa2b3 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a7909a0109aa2b3  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a7909a0109aa2b3 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a4703a9881ab6a5 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a4703a9881ab6a5 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a4703a9881ab6a5  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a4703a9881ab6a5 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a7159ad391a7ca3 .a6f71a8160a09c9 > .ele-wrap {border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;}#a7159ad391a7ca3 .a6f71a8160a09c9  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.16);}#a7159ad391a7ca3 .ad2c3ae884a4346 {
  overflow: hidden;
}
#a7159ad391a7ca3 .ad2c3ae884a4346 .img-wrap {
  transition: all 0.3s ease-in;
}
#a7159ad391a7ca3 .ad2c3ae884a4346 .img-wrap:hover {
  transform: scale(1.2);
}
#a7159ad391a7ca3 .aa0c1a378dabdfa {
  overflow: hidden;
}
#a7159ad391a7ca3 .aa0c1a378dabdfa , #a7159ad391a7ca3 .aa0c1a378dabdfa > * {
        font-weight: normal;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#a7159ad391a7ca3 .aa0c1a378dabdfa:hover , #a7159ad391a7ca3 .aa0c1a378dabdfa *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(192, 40, 29, 1);}#a7159ad391a7ca3 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a7159ad391a7ca3 .uk-position-center-left-out {
    left: -30px;
  }
  #a7159ad391a7ca3 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a7354a980ea6c97 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a7354a980ea6c97 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a7354a980ea6c97  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a7354a980ea6c97 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a9f08ac319a2f3a > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a9f08ac319a2f3a .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a9f08ac319a2f3a  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a9f08ac319a2f3a .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a56f1aa7b7aeaad > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a56f1aa7b7aeaad .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a56f1aa7b7aeaad  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a56f1aa7b7aeaad .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a6c67a4358ad56a > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a6c67a4358ad56a .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a6c67a4358ad56a  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a6c67a4358ad56a .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a683da334dada7c > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a683da334dada7c .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a683da334dada7c  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a683da334dada7c .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a3daaa3275a2b9d .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a24c8a2753a293d .uk-container {
  line-height: 2;
  color: #999;
}
#a8e72a6192a366a > .ele-wrap {background-color: rgba(191, 41, 30, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6c86af394ac6b2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6c86af394ac6b2 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6c86af394ac6b2 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 20px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
}
#a6c86af394ac6b2 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a6c86af394ac6b2 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
  margin-left: 0;
  margin-right: 0;
}
#a6c86af394ac6b2 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
  background-color: #ffffff;
  margin-right: 0;
  margin-left: 0;
  border-right-style: none;
}
#a6c86af394ac6b2 .menu-list > li.active > a:before,
#a6c86af394ac6b2 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a6c86af394ac6b2 .menu-list > li ul li {
  position: relative;
}
#a6c86af394ac6b2 .menu-list > li ul li:hover > a {
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #bf291e;
  width: 240px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a6c86af394ac6b2 .menu-list li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul li a:active,
#a6c86af394ac6b2 .menu-list li ul li a.active,
#a6c86af394ac6b2 .menu-list li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul,
#a6c86af394ac6b2 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul.menu-b > li,
#a6c86af394ac6b2 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a6c86af394ac6b2 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a6c86af394ac6b2 .menu-list li:hover > ul {
  display: block;
}
#a6c86af394ac6b2 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#afb99abaaea6762 > .ele-wrap {background-color: rgba(234, 233, 233, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acc4da0ec9ae750 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(192, 40, 29, 1);}#acc4da0ec9ae750 a, #acc4da0ec9ae750 {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(102, 102, 102, 1);}#a4b6ea614fab16d > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a4b6ea614fab16d .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a4b6ea614fab16d  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a4b6ea614fab16d .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#ac142aa4a3addde > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ac142aa4a3addde .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#ac142aa4a3addde  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#ac142aa4a3addde .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a463ba7060a152f .a8288a7e7ea0293 > .ele-wrap {border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;}#a463ba7060a152f .a8288a7e7ea0293  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.16);}#a463ba7060a152f .afb3da78d7ac65f {
  overflow: hidden;
}
#a463ba7060a152f .afb3da78d7ac65f .img-wrap {
  transition: all 0.3s ease-in;
}
#a463ba7060a152f .afb3da78d7ac65f .img-wrap:hover {
  transform: scale(1.2);
}
#a463ba7060a152f .a3314adaa2ab922 {
  overflow: hidden;
}
#a463ba7060a152f .a3314adaa2ab922 , #a463ba7060a152f .a3314adaa2ab922 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#a463ba7060a152f .a3314adaa2ab922:hover , #a463ba7060a152f .a3314adaa2ab922 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(192, 40, 29, 1);}#a463ba7060a152f .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a463ba7060a152f .uk-position-center-left-out {
    left: -30px;
  }
  #a463ba7060a152f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac735ace72a6605 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ac735ace72a6605 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#ac735ace72a6605  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#ac735ace72a6605 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#ad9faaba54a75ec > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ad9faaba54a75ec .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#ad9faaba54a75ec  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#ad9faaba54a75ec .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#ae9b1aef11afe29 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ae9b1aef11afe29 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#ae9b1aef11afe29  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#ae9b1aef11afe29 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a117ba83d9a917b > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a117ba83d9a917b .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a117ba83d9a917b  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a117ba83d9a917b .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#ae0c5ab2a1a01fa > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ae0c5ab2a1a01fa .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#ae0c5ab2a1a01fa  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#ae0c5ab2a1a01fa .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#addfaa70e0acb67 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#addfaa70e0acb67 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#addfaa70e0acb67  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#addfaa70e0acb67 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a9529ad055a28dc > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a9529ad055a28dc .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a9529ad055a28dc  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a9529ad055a28dc .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a8872a68efae0c4 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a2061a0b86a503b .uk-container {
  line-height: 2;
  color: #999;
}
#a8e72a6192a366a > .ele-wrap {background-color: rgba(191, 41, 30, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6c86af394ac6b2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6c86af394ac6b2 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6c86af394ac6b2 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 20px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
}
#a6c86af394ac6b2 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a6c86af394ac6b2 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
  margin-left: 0;
  margin-right: 0;
}
#a6c86af394ac6b2 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
  background-color: #ffffff;
  margin-right: 0;
  margin-left: 0;
  border-right-style: none;
}
#a6c86af394ac6b2 .menu-list > li.active > a:before,
#a6c86af394ac6b2 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a6c86af394ac6b2 .menu-list > li ul li {
  position: relative;
}
#a6c86af394ac6b2 .menu-list > li ul li:hover > a {
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #bf291e;
  width: 240px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a6c86af394ac6b2 .menu-list li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul li a:active,
#a6c86af394ac6b2 .menu-list li ul li a.active,
#a6c86af394ac6b2 .menu-list li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul,
#a6c86af394ac6b2 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul.menu-b > li,
#a6c86af394ac6b2 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a6c86af394ac6b2 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a6c86af394ac6b2 .menu-list li:hover > ul {
  display: block;
}
#a6c86af394ac6b2 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ac8c5aa603ab620 > .ele-wrap {background-color: rgba(234, 233, 233, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abe2aaf1d6aa91b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(192, 40, 29, 1);}#abe2aaf1d6aa91b a, #abe2aaf1d6aa91b {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(102, 102, 102, 1);}#ac611a8e85a0296 .uk-grid {
  margin-left: -15px;
}
#ac611a8e85a0296 .uk-grid > * {
  padding-left: 15px;
}
#ac611a8e85a0296 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ac611a8e85a0296 .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#ac611a8e85a0296 .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  border-bottom-style: dashed;
}
#ac611a8e85a0296 .article .info {
  padding: 20px 10px;
  position: relative;
}
#ac611a8e85a0296 .article .info p {
  margin: 10px 0 10px;
}
#ac611a8e85a0296 .article svg {
  fill: currentColor;
}
#ac611a8e85a0296 .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 20px;
  width: 20px;
  color: #b4b4b4;
}
#ac611a8e85a0296 .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 20px;
  color: #b4b4b4;
}
#ac611a8e85a0296 .article.list-icon .info {
  padding-left: 25px;
}
#ac611a8e85a0296 .article .datetime {
  position: absolute;
  right: 10px;
  top: 20px;
}
#ac611a8e85a0296 .article .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#ac611a8e85a0296 .article .datetime {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#ac611a8e85a0296 .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#ac611a8e85a0296 .article:hover .title {
  color: #c0281d;
}
#ac611a8e85a0296 .article:hover .datetime {
  color: #c0281d;
}
#ac611a8e85a0296 .article:hover .category {
  color: #b6b6b6;
}
#ac611a8e85a0296 .article:hover .abstract {
  color: #b6b6b6;
}
#ac611a8e85a0296 .article:hover .btn_icon {
  color: #b6b6b6;
}
#ac611a8e85a0296 .article:hover .list_icon {
  color: #b6b6b6;
}
#ae79eaafa9a0fa9 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ae79eaafa9a0fa9 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#ae79eaafa9a0fa9  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#ae79eaafa9a0fa9 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a42c6ac9caafb07 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a42c6ac9caafb07 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a42c6ac9caafb07  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a42c6ac9caafb07 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a9a1caa93ba709d .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#adc66ac3aaae450 .uk-container {
  line-height: 2;
  color: #999;
}
#a8e72a6192a366a > .ele-wrap {background-color: rgba(191, 41, 30, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6c86af394ac6b2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6c86af394ac6b2 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6c86af394ac6b2 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 20px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
}
#a6c86af394ac6b2 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a6c86af394ac6b2 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
  margin-left: 0;
  margin-right: 0;
}
#a6c86af394ac6b2 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
  background-color: #ffffff;
  margin-right: 0;
  margin-left: 0;
  border-right-style: none;
}
#a6c86af394ac6b2 .menu-list > li.active > a:before,
#a6c86af394ac6b2 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a6c86af394ac6b2 .menu-list > li ul li {
  position: relative;
}
#a6c86af394ac6b2 .menu-list > li ul li:hover > a {
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #bf291e;
  width: 240px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a6c86af394ac6b2 .menu-list li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul li a:active,
#a6c86af394ac6b2 .menu-list li ul li a.active,
#a6c86af394ac6b2 .menu-list li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul,
#a6c86af394ac6b2 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul.menu-b > li,
#a6c86af394ac6b2 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a6c86af394ac6b2 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a6c86af394ac6b2 .menu-list li:hover > ul {
  display: block;
}
#a6c86af394ac6b2 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a2521aa911a2237 > .ele-wrap {background-color: rgba(234, 233, 233, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4d38a2472a2d99 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(192, 40, 29, 1);}#a4d38a2472a2d99 a, #a4d38a2472a2d99 {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(102, 102, 102, 1);}#ae8b8a92f6ac98a > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ae8b8a92f6ac98a .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#ae8b8a92f6ac98a  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#ae8b8a92f6ac98a .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a7f22a1673a76d7 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a7f22a1673a76d7 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a7f22a1673a76d7  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a7f22a1673a76d7 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a64bca80c6af601 .a8bb1af9bca3ba4 > .ele-wrap {border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;}#a64bca80c6af601 .a8bb1af9bca3ba4  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.16);}#a64bca80c6af601 .a67bdab40caaaee {
  overflow: hidden;
}
#a64bca80c6af601 .a67bdab40caaaee .img-wrap {
  transition: all 0.3s ease-in;
}
#a64bca80c6af601 .a67bdab40caaaee .img-wrap:hover {
  transform: scale(1.2);
}
#a64bca80c6af601 .a04aea3c02aae17 {
  overflow: hidden;
}
#a64bca80c6af601 .a04aea3c02aae17 , #a64bca80c6af601 .a04aea3c02aae17 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#a64bca80c6af601 .a04aea3c02aae17:hover , #a64bca80c6af601 .a04aea3c02aae17 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(192, 40, 29, 1);}#a64bca80c6af601 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a64bca80c6af601 .uk-position-center-left-out {
    left: -30px;
  }
  #a64bca80c6af601 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a95b5a5c91a1393 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a95b5a5c91a1393 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a95b5a5c91a1393  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a95b5a5c91a1393 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a8350a2f66ab544 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a8350a2f66ab544 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a8350a2f66ab544  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a8350a2f66ab544 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a0fcaa7cbba6906 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a0fcaa7cbba6906 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a0fcaa7cbba6906  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a0fcaa7cbba6906 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a43aaa346bafd93 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a43aaa346bafd93 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a43aaa346bafd93  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a43aaa346bafd93 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a0210ac68dac106 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a0210ac68dac106 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a0210ac68dac106  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a0210ac68dac106 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a9690a66a4a267d > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a9690a66a4a267d .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a9690a66a4a267d  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a9690a66a4a267d .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a9856a854ca5ed5 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a9856a854ca5ed5 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a9856a854ca5ed5  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a9856a854ca5ed5 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#ad352a4114ad21b .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ac7e4ab3e5a6484 .uk-container {
  line-height: 2;
  color: #999;
}
#a8e72a6192a366a > .ele-wrap {background-color: rgba(191, 41, 30, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6c86af394ac6b2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6c86af394ac6b2 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6c86af394ac6b2 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 20px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
}
#a6c86af394ac6b2 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a6c86af394ac6b2 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
  margin-left: 0;
  margin-right: 0;
}
#a6c86af394ac6b2 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
  background-color: #ffffff;
  margin-right: 0;
  margin-left: 0;
  border-right-style: none;
}
#a6c86af394ac6b2 .menu-list > li.active > a:before,
#a6c86af394ac6b2 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a6c86af394ac6b2 .menu-list > li ul li {
  position: relative;
}
#a6c86af394ac6b2 .menu-list > li ul li:hover > a {
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #bf291e;
  width: 240px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a6c86af394ac6b2 .menu-list li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul li a:active,
#a6c86af394ac6b2 .menu-list li ul li a.active,
#a6c86af394ac6b2 .menu-list li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul,
#a6c86af394ac6b2 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul.menu-b > li,
#a6c86af394ac6b2 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a6c86af394ac6b2 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a6c86af394ac6b2 .menu-list li:hover > ul {
  display: block;
}
#a6c86af394ac6b2 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ad189a8283a1502 > .ele-wrap {background-color: rgba(234, 233, 233, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afdeaaa409a2b24 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(192, 40, 29, 1);}#afdeaaa409a2b24 a, #afdeaaa409a2b24 {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(102, 102, 102, 1);}#a9bb6a9850aaa4c > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a9bb6a9850aaa4c .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a9bb6a9850aaa4c  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a9bb6a9850aaa4c .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a3a01a3001a0753 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a3a01a3001a0753 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a3a01a3001a0753  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a3a01a3001a0753 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a710badf7ca28c1 .a9e9fa4791a18d9 > .ele-wrap {border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;}#a710badf7ca28c1 .a9e9fa4791a18d9  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.16);}#a710badf7ca28c1 .ace0aa07bbae779 {
  overflow: hidden;
}
#a710badf7ca28c1 .ace0aa07bbae779 .img-wrap {
  transition: all 0.3s ease-in;
}
#a710badf7ca28c1 .ace0aa07bbae779 .img-wrap:hover {
  transform: scale(1.2);
}
#a710badf7ca28c1 .aa714ab5a4ae1ce {
  overflow: hidden;
}
#a710badf7ca28c1 .aa714ab5a4ae1ce , #a710badf7ca28c1 .aa714ab5a4ae1ce > * {
        font-weight: normal;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#a710badf7ca28c1 .aa714ab5a4ae1ce:hover , #a710badf7ca28c1 .aa714ab5a4ae1ce *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(192, 40, 29, 1);}#a710badf7ca28c1 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a710badf7ca28c1 .uk-position-center-left-out {
    left: -30px;
  }
  #a710badf7ca28c1 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a33ffa27e5a5bf9 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#acf57a594ca0ec0 .uk-container {
  line-height: 2;
  color: #999;
}
#a8e72a6192a366a > .ele-wrap {background-color: rgba(191, 41, 30, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6c86af394ac6b2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6c86af394ac6b2 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6c86af394ac6b2 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 20px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
}
#a6c86af394ac6b2 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a6c86af394ac6b2 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
  margin-left: 0;
  margin-right: 0;
}
#a6c86af394ac6b2 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
  background-color: #ffffff;
  margin-right: 0;
  margin-left: 0;
  border-right-style: none;
}
#a6c86af394ac6b2 .menu-list > li.active > a:before,
#a6c86af394ac6b2 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a6c86af394ac6b2 .menu-list > li ul li {
  position: relative;
}
#a6c86af394ac6b2 .menu-list > li ul li:hover > a {
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #bf291e;
  width: 240px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a6c86af394ac6b2 .menu-list li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul li a:active,
#a6c86af394ac6b2 .menu-list li ul li a.active,
#a6c86af394ac6b2 .menu-list li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul,
#a6c86af394ac6b2 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul.menu-b > li,
#a6c86af394ac6b2 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a6c86af394ac6b2 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a6c86af394ac6b2 .menu-list li:hover > ul {
  display: block;
}
#a6c86af394ac6b2 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a5a8ca5be3ae807 > .ele-wrap {background-color: rgba(234, 233, 233, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afa70a9751a8c18 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(192, 40, 29, 1);}#afa70a9751a8c18 a, #afa70a9751a8c18 {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(102, 102, 102, 1);}#a30f3afd34a4a65 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a30f3afd34a4a65 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a30f3afd34a4a65  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a30f3afd34a4a65 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#abdd6a4d18af645 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#abdd6a4d18af645 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#abdd6a4d18af645  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#abdd6a4d18af645 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a4653a89e0a5a6d .a9b91ae2e9a42e0 > .ele-wrap {border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;}#a4653a89e0a5a6d .a9b91ae2e9a42e0  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.16);}#a4653a89e0a5a6d .ac01dae87ca011b {
  overflow: hidden;
}
#a4653a89e0a5a6d .ac01dae87ca011b .img-wrap {
  transition: all 0.3s ease-in;
}
#a4653a89e0a5a6d .ac01dae87ca011b .img-wrap:hover {
  transform: scale(1.2);
}
#a4653a89e0a5a6d .a8b3bad7daaf147 {
  overflow: hidden;
}
#a4653a89e0a5a6d .a8b3bad7daaf147 , #a4653a89e0a5a6d .a8b3bad7daaf147 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#a4653a89e0a5a6d .a8b3bad7daaf147:hover , #a4653a89e0a5a6d .a8b3bad7daaf147 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(192, 40, 29, 1);}#a4653a89e0a5a6d .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a4653a89e0a5a6d .uk-position-center-left-out {
    left: -30px;
  }
  #a4653a89e0a5a6d .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a070ca3ceda3c20 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a070ca3ceda3c20 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a070ca3ceda3c20  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a070ca3ceda3c20 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#af24ea72d8a2d0d > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#af24ea72d8a2d0d .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#af24ea72d8a2d0d  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#af24ea72d8a2d0d .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#af41ea0201a3031 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#af41ea0201a3031 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#af41ea0201a3031  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#af41ea0201a3031 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#ab3caade3aa45b9 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ab3caade3aa45b9 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#ab3caade3aa45b9  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#ab3caade3aa45b9 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a605fa7637a13e1 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a605fa7637a13e1 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a605fa7637a13e1  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a605fa7637a13e1 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a2fbaa7aefab2ab .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ac474a594cad5de .uk-container {
  line-height: 2;
  color: #999;
}
#a8e72a6192a366a > .ele-wrap {background-color: rgba(191, 41, 30, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6c86af394ac6b2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6c86af394ac6b2 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6c86af394ac6b2 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 20px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
}
#a6c86af394ac6b2 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a6c86af394ac6b2 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
  margin-left: 0;
  margin-right: 0;
}
#a6c86af394ac6b2 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
  background-color: #ffffff;
  margin-right: 0;
  margin-left: 0;
  border-right-style: none;
}
#a6c86af394ac6b2 .menu-list > li.active > a:before,
#a6c86af394ac6b2 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a6c86af394ac6b2 .menu-list > li ul li {
  position: relative;
}
#a6c86af394ac6b2 .menu-list > li ul li:hover > a {
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #bf291e;
  width: 240px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a6c86af394ac6b2 .menu-list li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul li a:active,
#a6c86af394ac6b2 .menu-list li ul li a.active,
#a6c86af394ac6b2 .menu-list li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul,
#a6c86af394ac6b2 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul.menu-b > li,
#a6c86af394ac6b2 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a6c86af394ac6b2 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a6c86af394ac6b2 .menu-list li:hover > ul {
  display: block;
}
#a6c86af394ac6b2 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ad58fa37bbae710 > .ele-wrap {background-color: rgba(234, 233, 233, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a53b6a2446aab57 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(192, 40, 29, 1);}#a53b6a2446aab57 a, #a53b6a2446aab57 {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(102, 102, 102, 1);}#a5e30a75dface8b > .ele-wrap {background-color: rgba(254, 221, 2, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);}#a5e30a75dface8b  > .ele-wrap:hover {border-right-width: 0px;border-right-style: none;}#abcedace1aab420 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a8b4ba8843aa577 .uk-container {
  line-height: 2;
  color: #999;
}
#a8e72a6192a366a > .ele-wrap {background-color: rgba(191, 41, 30, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6c86af394ac6b2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6c86af394ac6b2 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6c86af394ac6b2 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 20px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
}
#a6c86af394ac6b2 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a6c86af394ac6b2 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
  margin-left: 0;
  margin-right: 0;
}
#a6c86af394ac6b2 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
  background-color: #ffffff;
  margin-right: 0;
  margin-left: 0;
  border-right-style: none;
}
#a6c86af394ac6b2 .menu-list > li.active > a:before,
#a6c86af394ac6b2 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a6c86af394ac6b2 .menu-list > li ul li {
  position: relative;
}
#a6c86af394ac6b2 .menu-list > li ul li:hover > a {
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #bf291e;
  width: 240px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a6c86af394ac6b2 .menu-list li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul li a:active,
#a6c86af394ac6b2 .menu-list li ul li a.active,
#a6c86af394ac6b2 .menu-list li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul,
#a6c86af394ac6b2 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul.menu-b > li,
#a6c86af394ac6b2 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a6c86af394ac6b2 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a6c86af394ac6b2 .menu-list li:hover > ul {
  display: block;
}
#a6c86af394ac6b2 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a3183ab660a3725 > .ele-wrap {background-color: rgba(234, 233, 233, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a17c2adbd3ad2c3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(192, 40, 29, 1);}#a17c2adbd3ad2c3 a, #a17c2adbd3ad2c3 {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(102, 102, 102, 1);}#a3206a41ffa9bfd .uk-grid {
  margin-left: -15px;
}
#a3206a41ffa9bfd .uk-grid > * {
  padding-left: 15px;
}
#a3206a41ffa9bfd .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a3206a41ffa9bfd .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#a3206a41ffa9bfd .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  border-bottom-style: dashed;
}
#a3206a41ffa9bfd .article .info {
  padding: 20px 10px;
  position: relative;
}
#a3206a41ffa9bfd .article .info p {
  margin: 10px 0 10px;
}
#a3206a41ffa9bfd .article svg {
  fill: currentColor;
}
#a3206a41ffa9bfd .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 20px;
  width: 20px;
  color: #b4b4b4;
}
#a3206a41ffa9bfd .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 20px;
  color: #b4b4b4;
}
#a3206a41ffa9bfd .article.list-icon .info {
  padding-left: 25px;
}
#a3206a41ffa9bfd .article .datetime {
  position: absolute;
  right: 10px;
  top: 20px;
}
#a3206a41ffa9bfd .article .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a3206a41ffa9bfd .article .datetime {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a3206a41ffa9bfd .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#a3206a41ffa9bfd .article:hover .title {
  color: #c0281d;
}
#a3206a41ffa9bfd .article:hover .datetime {
  color: #c0281d;
}
#a3206a41ffa9bfd .article:hover .category {
  color: #b6b6b6;
}
#a3206a41ffa9bfd .article:hover .abstract {
  color: #b6b6b6;
}
#a3206a41ffa9bfd .article:hover .btn_icon {
  color: #b6b6b6;
}
#a3206a41ffa9bfd .article:hover .list_icon {
  color: #b6b6b6;
}
#a32e9a2ee7ad5f7 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a32e9a2ee7ad5f7 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a32e9a2ee7ad5f7  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a32e9a2ee7ad5f7 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a5899a3b99a8250 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a5899a3b99a8250 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a5899a3b99a8250  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a5899a3b99a8250 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a3b13a1fb1a2308 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#affa8a2827ae60a .uk-container {
  line-height: 2;
  color: #999;
}
#a8e72a6192a366a > .ele-wrap {background-color: rgba(191, 41, 30, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6c86af394ac6b2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6c86af394ac6b2 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6c86af394ac6b2 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 20px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
}
#a6c86af394ac6b2 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a6c86af394ac6b2 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
  margin-left: 0;
  margin-right: 0;
}
#a6c86af394ac6b2 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
  background-color: #ffffff;
  margin-right: 0;
  margin-left: 0;
  border-right-style: none;
}
#a6c86af394ac6b2 .menu-list > li.active > a:before,
#a6c86af394ac6b2 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a6c86af394ac6b2 .menu-list > li ul li {
  position: relative;
}
#a6c86af394ac6b2 .menu-list > li ul li:hover > a {
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #bf291e;
  width: 240px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a6c86af394ac6b2 .menu-list li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul li a:active,
#a6c86af394ac6b2 .menu-list li ul li a.active,
#a6c86af394ac6b2 .menu-list li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul,
#a6c86af394ac6b2 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul.menu-b > li,
#a6c86af394ac6b2 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a6c86af394ac6b2 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a6c86af394ac6b2 .menu-list li:hover > ul {
  display: block;
}
#a6c86af394ac6b2 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a0657af737a42c5 > .ele-wrap {background-color: rgba(234, 233, 233, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a318fa3316a76aa a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(192, 40, 29, 1);}#a318fa3316a76aa a, #a318fa3316a76aa {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(102, 102, 102, 1);}#adf45a1c57a7792 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#adf45a1c57a7792 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#adf45a1c57a7792  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#adf45a1c57a7792 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a62a9a46b6af415 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a62a9a46b6af415 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a62a9a46b6af415  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a62a9a46b6af415 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a6b8bab0dcaa2dc .a149ea6d19a2334 > .ele-wrap {border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;}#a6b8bab0dcaa2dc .a149ea6d19a2334  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.16);}#a6b8bab0dcaa2dc .a287cac725a82d6 {
  overflow: hidden;
}
#a6b8bab0dcaa2dc .a287cac725a82d6 .img-wrap {
  transition: all 0.3s ease-in;
}
#a6b8bab0dcaa2dc .a287cac725a82d6 .img-wrap:hover {
  transform: scale(1.2);
}
#a6b8bab0dcaa2dc .a9f4baba04ab7bf {
  overflow: hidden;
}
#a6b8bab0dcaa2dc .a9f4baba04ab7bf , #a6b8bab0dcaa2dc .a9f4baba04ab7bf > * {
        font-weight: normal;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#a6b8bab0dcaa2dc .a9f4baba04ab7bf:hover , #a6b8bab0dcaa2dc .a9f4baba04ab7bf *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(192, 40, 29, 1);}#a6b8bab0dcaa2dc .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a6b8bab0dcaa2dc .uk-position-center-left-out {
    left: -30px;
  }
  #a6b8bab0dcaa2dc .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a673daa423ac03d > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a673daa423ac03d .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a673daa423ac03d  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a673daa423ac03d .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#aae57a5a32a2897 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#aae57a5a32a2897 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#aae57a5a32a2897  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#aae57a5a32a2897 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a40e5aa45cad3b3 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a40e5aa45cad3b3 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a40e5aa45cad3b3  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a40e5aa45cad3b3 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#ad56fa347eabed8 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ad56fa347eabed8 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#ad56fa347eabed8  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#ad56fa347eabed8 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a7449ae114afb91 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a7449ae114afb91 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a7449ae114afb91  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a7449ae114afb91 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a5277a1a8aa6244 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a5277a1a8aa6244 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a5277a1a8aa6244  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a5277a1a8aa6244 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#ae160a1614a7005 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ae160a1614a7005 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#ae160a1614a7005  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#ae160a1614a7005 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a3743a5ac0a2b36 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a04d4a4aafaef63 .uk-container {
  line-height: 2;
  color: #999;
}
#a8e72a6192a366a > .ele-wrap {background-color: rgba(191, 41, 30, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6c86af394ac6b2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6c86af394ac6b2 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6c86af394ac6b2 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 20px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
}
#a6c86af394ac6b2 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a6c86af394ac6b2 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
  margin-left: 0;
  margin-right: 0;
}
#a6c86af394ac6b2 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
  background-color: #ffffff;
  margin-right: 0;
  margin-left: 0;
  border-right-style: none;
}
#a6c86af394ac6b2 .menu-list > li.active > a:before,
#a6c86af394ac6b2 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a6c86af394ac6b2 .menu-list > li ul li {
  position: relative;
}
#a6c86af394ac6b2 .menu-list > li ul li:hover > a {
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #bf291e;
  width: 240px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a6c86af394ac6b2 .menu-list li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul li a:active,
#a6c86af394ac6b2 .menu-list li ul li a.active,
#a6c86af394ac6b2 .menu-list li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul,
#a6c86af394ac6b2 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul.menu-b > li,
#a6c86af394ac6b2 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a6c86af394ac6b2 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a6c86af394ac6b2 .menu-list li:hover > ul {
  display: block;
}
#a6c86af394ac6b2 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a2b7ba1845afca8 > .ele-wrap {background-color: rgba(234, 233, 233, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afc30afab2a0656 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(192, 40, 29, 1);}#afc30afab2a0656 a, #afc30afab2a0656 {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(102, 102, 102, 1);}#a6922a5663a3622 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a6922a5663a3622 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a6922a5663a3622  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a6922a5663a3622 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#abcefa502fa4b07 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#abcefa502fa4b07 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#abcefa502fa4b07  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#abcefa502fa4b07 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#ac288a9daaa7fcd .ae4a5ab2bfaf71a > .ele-wrap {border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;}#ac288a9daaa7fcd .ae4a5ab2bfaf71a  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.16);}#ac288a9daaa7fcd .abdafa586ba6cce {
  overflow: hidden;
}
#ac288a9daaa7fcd .abdafa586ba6cce .img-wrap {
  transition: all 0.3s ease-in;
}
#ac288a9daaa7fcd .abdafa586ba6cce .img-wrap:hover {
  transform: scale(1.2);
}
#ac288a9daaa7fcd .af87aae81da395c {
  overflow: hidden;
}
#ac288a9daaa7fcd .af87aae81da395c , #ac288a9daaa7fcd .af87aae81da395c > * {
        font-weight: normal;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#ac288a9daaa7fcd .af87aae81da395c:hover , #ac288a9daaa7fcd .af87aae81da395c *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(192, 40, 29, 1);}#ac288a9daaa7fcd .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ac288a9daaa7fcd .uk-position-center-left-out {
    left: -30px;
  }
  #ac288a9daaa7fcd .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a432ba23f4ae564 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a42b6a5da4a5e9c .uk-container {
  line-height: 2;
  color: #999;
}
#a8e72a6192a366a > .ele-wrap {background-color: rgba(191, 41, 30, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6c86af394ac6b2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6c86af394ac6b2 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6c86af394ac6b2 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 20px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
}
#a6c86af394ac6b2 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a6c86af394ac6b2 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
  margin-left: 0;
  margin-right: 0;
}
#a6c86af394ac6b2 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
  background-color: #ffffff;
  margin-right: 0;
  margin-left: 0;
  border-right-style: none;
}
#a6c86af394ac6b2 .menu-list > li.active > a:before,
#a6c86af394ac6b2 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a6c86af394ac6b2 .menu-list > li ul li {
  position: relative;
}
#a6c86af394ac6b2 .menu-list > li ul li:hover > a {
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #bf291e;
  width: 240px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a6c86af394ac6b2 .menu-list li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul li a:active,
#a6c86af394ac6b2 .menu-list li ul li a.active,
#a6c86af394ac6b2 .menu-list li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul,
#a6c86af394ac6b2 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul.menu-b > li,
#a6c86af394ac6b2 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a6c86af394ac6b2 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a6c86af394ac6b2 .menu-list li:hover > ul {
  display: block;
}
#a6c86af394ac6b2 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a1bf8a6a9ba1082 > .ele-wrap {background-color: rgba(234, 233, 233, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9310adcf1abc0c a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(192, 40, 29, 1);}#a9310adcf1abc0c a, #a9310adcf1abc0c {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(102, 102, 102, 1);}#aec0eac2a4a4e52 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#aec0eac2a4a4e52 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#aec0eac2a4a4e52  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#aec0eac2a4a4e52 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a4013acd7fad582 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a4013acd7fad582 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a4013acd7fad582  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a4013acd7fad582 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a7139a96a1a811b .a321ea987bab6af > .ele-wrap {border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;}#a7139a96a1a811b .a321ea987bab6af  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.16);}#a7139a96a1a811b .a0ea4ab410aff96 {
  overflow: hidden;
}
#a7139a96a1a811b .a0ea4ab410aff96 .img-wrap {
  transition: all 0.3s ease-in;
}
#a7139a96a1a811b .a0ea4ab410aff96 .img-wrap:hover {
  transform: scale(1.2);
}
#a7139a96a1a811b .a6a39ab6c7a4c9a {
  overflow: hidden;
}
#a7139a96a1a811b .a6a39ab6c7a4c9a , #a7139a96a1a811b .a6a39ab6c7a4c9a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#a7139a96a1a811b .a6a39ab6c7a4c9a:hover , #a7139a96a1a811b .a6a39ab6c7a4c9a *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(192, 40, 29, 1);}#a7139a96a1a811b .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a7139a96a1a811b .uk-position-center-left-out {
    left: -30px;
  }
  #a7139a96a1a811b .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a2dfaad901a148b > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a2dfaad901a148b .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a2dfaad901a148b  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a2dfaad901a148b .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a9a46adaa3aa1c1 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a9a46adaa3aa1c1 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a9a46adaa3aa1c1  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a9a46adaa3aa1c1 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a9d3ba9d2ea8d07 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a9d3ba9d2ea8d07 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a9d3ba9d2ea8d07  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a9d3ba9d2ea8d07 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#afd99a8038a8556 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#afd99a8038a8556 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#afd99a8038a8556  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#afd99a8038a8556 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a5a24ab10ba085b > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a5a24ab10ba085b .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a5a24ab10ba085b  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a5a24ab10ba085b .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a18eca35f4af66f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a6063aa76bab383 .uk-container {
  line-height: 2;
  color: #999;
}
#a8e72a6192a366a > .ele-wrap {background-color: rgba(191, 41, 30, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6c86af394ac6b2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6c86af394ac6b2 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6c86af394ac6b2 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 20px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
}
#a6c86af394ac6b2 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a6c86af394ac6b2 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
  margin-left: 0;
  margin-right: 0;
}
#a6c86af394ac6b2 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
  background-color: #ffffff;
  margin-right: 0;
  margin-left: 0;
  border-right-style: none;
}
#a6c86af394ac6b2 .menu-list > li.active > a:before,
#a6c86af394ac6b2 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a6c86af394ac6b2 .menu-list > li ul li {
  position: relative;
}
#a6c86af394ac6b2 .menu-list > li ul li:hover > a {
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #bf291e;
  width: 240px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a6c86af394ac6b2 .menu-list li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul li a:active,
#a6c86af394ac6b2 .menu-list li ul li a.active,
#a6c86af394ac6b2 .menu-list li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul,
#a6c86af394ac6b2 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul.menu-b > li,
#a6c86af394ac6b2 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a6c86af394ac6b2 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a6c86af394ac6b2 .menu-list li:hover > ul {
  display: block;
}
#a6c86af394ac6b2 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7a71ac594a72b9 > .ele-wrap {background-color: rgba(234, 233, 233, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4474a13e5a704e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(192, 40, 29, 1);}#a4474a13e5a704e a, #a4474a13e5a704e {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(102, 102, 102, 1);}#a7160a3a60ac6ca > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a7160a3a60ac6ca .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a7160a3a60ac6ca  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a7160a3a60ac6ca .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a8557a2688a951e > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a8557a2688a951e .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a8557a2688a951e  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a8557a2688a951e .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a3c6da93d2aa33a .a397ea7879ac3cf > .ele-wrap {border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;}#a3c6da93d2aa33a .a397ea7879ac3cf  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.16);}#a3c6da93d2aa33a .aef59a04d4a41fc {
  overflow: hidden;
}
#a3c6da93d2aa33a .aef59a04d4a41fc .img-wrap {
  transition: all 0.3s ease-in;
}
#a3c6da93d2aa33a .aef59a04d4a41fc .img-wrap:hover {
  transform: scale(1.2);
}
#a3c6da93d2aa33a .a2093a86d1a3d23 {
  overflow: hidden;
}
#a3c6da93d2aa33a .a2093a86d1a3d23 , #a3c6da93d2aa33a .a2093a86d1a3d23 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#a3c6da93d2aa33a .a2093a86d1a3d23:hover , #a3c6da93d2aa33a .a2093a86d1a3d23 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(192, 40, 29, 1);}#a3c6da93d2aa33a .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a3c6da93d2aa33a .uk-position-center-left-out {
    left: -30px;
  }
  #a3c6da93d2aa33a .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5441abf3ea29a4 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a5441abf3ea29a4 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a5441abf3ea29a4  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a5441abf3ea29a4 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a74ddab2c7af99a > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a74ddab2c7af99a .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a74ddab2c7af99a  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a74ddab2c7af99a .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a1368abd84ab8ce > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a1368abd84ab8ce .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a1368abd84ab8ce  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a1368abd84ab8ce .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a8d96a75c4a5680 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a8d96a75c4a5680 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a8d96a75c4a5680  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a8d96a75c4a5680 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a8e6ea66dda17fc > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a8e6ea66dda17fc .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a8e6ea66dda17fc  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a8e6ea66dda17fc .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#ad702a0e4ca341c > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ad702a0e4ca341c .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#ad702a0e4ca341c  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#ad702a0e4ca341c .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#af9d0a5025a8cfb > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#af9d0a5025a8cfb .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#af9d0a5025a8cfb  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#af9d0a5025a8cfb .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#ab843a533ea0c7b .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a63c2a3508a862e .uk-container {
  line-height: 2;
  color: #999;
}
#a8e72a6192a366a > .ele-wrap {background-color: rgba(191, 41, 30, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6c86af394ac6b2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6c86af394ac6b2 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6c86af394ac6b2 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 20px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
}
#a6c86af394ac6b2 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a6c86af394ac6b2 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
  margin-left: 0;
  margin-right: 0;
}
#a6c86af394ac6b2 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
  background-color: #ffffff;
  margin-right: 0;
  margin-left: 0;
  border-right-style: none;
}
#a6c86af394ac6b2 .menu-list > li.active > a:before,
#a6c86af394ac6b2 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a6c86af394ac6b2 .menu-list > li ul li {
  position: relative;
}
#a6c86af394ac6b2 .menu-list > li ul li:hover > a {
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #bf291e;
  width: 240px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a6c86af394ac6b2 .menu-list li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul li a:active,
#a6c86af394ac6b2 .menu-list li ul li a.active,
#a6c86af394ac6b2 .menu-list li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul,
#a6c86af394ac6b2 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul.menu-b > li,
#a6c86af394ac6b2 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a6c86af394ac6b2 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a6c86af394ac6b2 .menu-list li:hover > ul {
  display: block;
}
#a6c86af394ac6b2 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a1ac8a58f2a4b33 > .ele-wrap {background-color: rgba(234, 233, 233, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad2b3a68c0ad501 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(192, 40, 29, 1);}#ad2b3a68c0ad501 a, #ad2b3a68c0ad501 {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(102, 102, 102, 1);}#ad8ebaa185a6075 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ad8ebaa185a6075 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#ad8ebaa185a6075  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#ad8ebaa185a6075 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#ac49fa6f15a1a37 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ac49fa6f15a1a37 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#ac49fa6f15a1a37  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#ac49fa6f15a1a37 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#af63ca8359a52ff .adb86a452baaca2 > .ele-wrap {border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;}#af63ca8359a52ff .adb86a452baaca2  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.16);}#af63ca8359a52ff .a5fd2a7adfa5fa0 {
  overflow: hidden;
}
#af63ca8359a52ff .a5fd2a7adfa5fa0 .img-wrap {
  transition: all 0.3s ease-in;
}
#af63ca8359a52ff .a5fd2a7adfa5fa0 .img-wrap:hover {
  transform: scale(1.2);
}
#af63ca8359a52ff .ad76fae2a0a0089 {
  overflow: hidden;
}
#af63ca8359a52ff .ad76fae2a0a0089 , #af63ca8359a52ff .ad76fae2a0a0089 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#af63ca8359a52ff .ad76fae2a0a0089:hover , #af63ca8359a52ff .ad76fae2a0a0089 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(192, 40, 29, 1);}#af63ca8359a52ff .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #af63ca8359a52ff .uk-position-center-left-out {
    left: -30px;
  }
  #af63ca8359a52ff .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac880a94fba659d > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ac880a94fba659d .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#ac880a94fba659d  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#ac880a94fba659d .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#ae6bdae0c2aeeed > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ae6bdae0c2aeeed .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#ae6bdae0c2aeeed  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#ae6bdae0c2aeeed .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a7f1eabe48aa902 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a7f1eabe48aa902 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a7f1eabe48aa902  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a7f1eabe48aa902 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a8822a0955a8b97 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a8822a0955a8b97 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a8822a0955a8b97  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a8822a0955a8b97 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a5922a64e2ae9e2 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a5922a64e2ae9e2 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a5922a64e2ae9e2  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a5922a64e2ae9e2 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#aede3a8eaead2c9 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#aede3a8eaead2c9 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#aede3a8eaead2c9  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#aede3a8eaead2c9 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a6a3aaac13ab0b5 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a6a3aaac13ab0b5 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a6a3aaac13ab0b5  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a6a3aaac13ab0b5 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a5cacae854a8621 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a72cfa8be1a446f .uk-container {
  line-height: 2;
  color: #999;
}
#a8e72a6192a366a > .ele-wrap {background-color: rgba(191, 41, 30, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6c86af394ac6b2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6c86af394ac6b2 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6c86af394ac6b2 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 20px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
}
#a6c86af394ac6b2 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a6c86af394ac6b2 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
  margin-left: 0;
  margin-right: 0;
}
#a6c86af394ac6b2 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
  background-color: #ffffff;
  margin-right: 0;
  margin-left: 0;
  border-right-style: none;
}
#a6c86af394ac6b2 .menu-list > li.active > a:before,
#a6c86af394ac6b2 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a6c86af394ac6b2 .menu-list > li ul li {
  position: relative;
}
#a6c86af394ac6b2 .menu-list > li ul li:hover > a {
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #bf291e;
  width: 240px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a6c86af394ac6b2 .menu-list li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul li a:active,
#a6c86af394ac6b2 .menu-list li ul li a.active,
#a6c86af394ac6b2 .menu-list li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul,
#a6c86af394ac6b2 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul.menu-b > li,
#a6c86af394ac6b2 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a6c86af394ac6b2 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a6c86af394ac6b2 .menu-list li:hover > ul {
  display: block;
}
#a6c86af394ac6b2 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a44eda4ebba86cc > .ele-wrap {background-color: rgba(234, 233, 233, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aec8ba8dc6a5f7c a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(192, 40, 29, 1);}#aec8ba8dc6a5f7c a, #aec8ba8dc6a5f7c {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(102, 102, 102, 1);}#ae75baaaf1a1fad > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ae75baaaf1a1fad .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#ae75baaaf1a1fad  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#ae75baaaf1a1fad .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#ae70da11f6a4fa5 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ae70da11f6a4fa5 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#ae70da11f6a4fa5  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#ae70da11f6a4fa5 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a37aeaf4f3aa4ac .a2e5ca4f6ea9f81 > .ele-wrap {border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;}#a37aeaf4f3aa4ac .a2e5ca4f6ea9f81  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.16);}#a37aeaf4f3aa4ac .a1e63a6d43a10bd {
  overflow: hidden;
}
#a37aeaf4f3aa4ac .a1e63a6d43a10bd .img-wrap {
  transition: all 0.3s ease-in;
}
#a37aeaf4f3aa4ac .a1e63a6d43a10bd .img-wrap:hover {
  transform: scale(1.2);
}
#a37aeaf4f3aa4ac .a9771a3954a54ac {
  overflow: hidden;
}
#a37aeaf4f3aa4ac .a9771a3954a54ac , #a37aeaf4f3aa4ac .a9771a3954a54ac > * {
        font-weight: normal;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#a37aeaf4f3aa4ac .a9771a3954a54ac:hover , #a37aeaf4f3aa4ac .a9771a3954a54ac *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(192, 40, 29, 1);}#a37aeaf4f3aa4ac .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a37aeaf4f3aa4ac .uk-position-center-left-out {
    left: -30px;
  }
  #a37aeaf4f3aa4ac .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aea43ac94aa4e82 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#aea43ac94aa4e82 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#aea43ac94aa4e82  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#aea43ac94aa4e82 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a492ba9c7aa7a38 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a492ba9c7aa7a38 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a492ba9c7aa7a38  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a492ba9c7aa7a38 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#af2d4aa095a18c9 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#af2d4aa095a18c9 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#af2d4aa095a18c9  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#af2d4aa095a18c9 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a8febad0c6a588c > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a8febad0c6a588c .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a8febad0c6a588c  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a8febad0c6a588c .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a6ee4a5fbea607d > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a6ee4a5fbea607d .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a6ee4a5fbea607d  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a6ee4a5fbea607d .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a9faeaef38a2552 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a41d1a8c5aa6f78 .uk-container {
  line-height: 2;
  color: #999;
}
#a8e72a6192a366a > .ele-wrap {background-color: rgba(191, 41, 30, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6c86af394ac6b2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6c86af394ac6b2 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6c86af394ac6b2 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 20px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
}
#a6c86af394ac6b2 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a6c86af394ac6b2 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
  margin-left: 0;
  margin-right: 0;
}
#a6c86af394ac6b2 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
  background-color: #ffffff;
  margin-right: 0;
  margin-left: 0;
  border-right-style: none;
}
#a6c86af394ac6b2 .menu-list > li.active > a:before,
#a6c86af394ac6b2 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a6c86af394ac6b2 .menu-list > li ul li {
  position: relative;
}
#a6c86af394ac6b2 .menu-list > li ul li:hover > a {
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #bf291e;
  width: 240px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a6c86af394ac6b2 .menu-list li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul li a:active,
#a6c86af394ac6b2 .menu-list li ul li a.active,
#a6c86af394ac6b2 .menu-list li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul,
#a6c86af394ac6b2 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul.menu-b > li,
#a6c86af394ac6b2 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a6c86af394ac6b2 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a6c86af394ac6b2 .menu-list li:hover > ul {
  display: block;
}
#a6c86af394ac6b2 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6e17aeadaaa44c > .ele-wrap {background-color: rgba(234, 233, 233, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad4e2ae763a5a86 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(192, 40, 29, 1);}#ad4e2ae763a5a86 a, #ad4e2ae763a5a86 {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(102, 102, 102, 1);}#ac163a6f10a9d18 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ac163a6f10a9d18 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#ac163a6f10a9d18  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#ac163a6f10a9d18 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a8a7da697daa941 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a8a7da697daa941 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a8a7da697daa941  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a8a7da697daa941 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#afeada2748abf38 .af789a137ba1976 > .ele-wrap {border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;}#afeada2748abf38 .af789a137ba1976  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.16);}#afeada2748abf38 .a0dc0a2ab2a9fa1 {
  overflow: hidden;
}
#afeada2748abf38 .a0dc0a2ab2a9fa1 .img-wrap {
  transition: all 0.3s ease-in;
}
#afeada2748abf38 .a0dc0a2ab2a9fa1 .img-wrap:hover {
  transform: scale(1.2);
}
#afeada2748abf38 .af3d1aa334ace5b {
  overflow: hidden;
}
#afeada2748abf38 .af3d1aa334ace5b , #afeada2748abf38 .af3d1aa334ace5b > * {
        font-weight: normal;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#afeada2748abf38 .af3d1aa334ace5b:hover , #afeada2748abf38 .af3d1aa334ace5b *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(192, 40, 29, 1);}#afeada2748abf38 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #afeada2748abf38 .uk-position-center-left-out {
    left: -30px;
  }
  #afeada2748abf38 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a166fa1194a0d55 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a166fa1194a0d55 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a166fa1194a0d55  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a166fa1194a0d55 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a9f5fa334aa89ac > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a9f5fa334aa89ac .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a9f5fa334aa89ac  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a9f5fa334aa89ac .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#aceb5ae2c2a5c71 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#aceb5ae2c2a5c71 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#aceb5ae2c2a5c71  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#aceb5ae2c2a5c71 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a945ca91c8a3700 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a945ca91c8a3700 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a945ca91c8a3700  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a945ca91c8a3700 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a88efa5513a21c2 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a88efa5513a21c2 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a88efa5513a21c2  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a88efa5513a21c2 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a6654a63a6a7c17 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a6654a63a6a7c17 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a6654a63a6a7c17  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a6654a63a6a7c17 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a6a91a5d63ad931 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a6a91a5d63ad931 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a6a91a5d63ad931  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a6a91a5d63ad931 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a0e5fa25f0a287e .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a02f5ab23ca7d69 .uk-container {
  line-height: 2;
  color: #999;
}
#a8e72a6192a366a > .ele-wrap {background-color: rgba(191, 41, 30, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6c86af394ac6b2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6c86af394ac6b2 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6c86af394ac6b2 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 20px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
}
#a6c86af394ac6b2 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a6c86af394ac6b2 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
  margin-left: 0;
  margin-right: 0;
}
#a6c86af394ac6b2 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
  background-color: #ffffff;
  margin-right: 0;
  margin-left: 0;
  border-right-style: none;
}
#a6c86af394ac6b2 .menu-list > li.active > a:before,
#a6c86af394ac6b2 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a6c86af394ac6b2 .menu-list > li ul li {
  position: relative;
}
#a6c86af394ac6b2 .menu-list > li ul li:hover > a {
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #bf291e;
  width: 240px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a6c86af394ac6b2 .menu-list li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul li a:active,
#a6c86af394ac6b2 .menu-list li ul li a.active,
#a6c86af394ac6b2 .menu-list li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul,
#a6c86af394ac6b2 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul.menu-b > li,
#a6c86af394ac6b2 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a6c86af394ac6b2 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a6c86af394ac6b2 .menu-list li:hover > ul {
  display: block;
}
#a6c86af394ac6b2 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7721a9efba1444 > .ele-wrap {background-color: rgba(234, 233, 233, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8e4daf0e5ad237 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(192, 40, 29, 1);}#a8e4daf0e5ad237 a, #a8e4daf0e5ad237 {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(102, 102, 102, 1);}#a1087a97fcaef87 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a1087a97fcaef87 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a1087a97fcaef87  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a1087a97fcaef87 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#ac420a51ffa12bd > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ac420a51ffa12bd .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#ac420a51ffa12bd  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#ac420a51ffa12bd .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#ad521a678da0d01 .aef80a6d26afe5f > .ele-wrap {border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;}#ad521a678da0d01 .aef80a6d26afe5f  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.16);}#ad521a678da0d01 .a145eaf563ad5aa {
  overflow: hidden;
}
#ad521a678da0d01 .a145eaf563ad5aa .img-wrap {
  transition: all 0.3s ease-in;
}
#ad521a678da0d01 .a145eaf563ad5aa .img-wrap:hover {
  transform: scale(1.2);
}
#ad521a678da0d01 .a5526a3f51a6db7 {
  overflow: hidden;
}
#ad521a678da0d01 .a5526a3f51a6db7 , #ad521a678da0d01 .a5526a3f51a6db7 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#ad521a678da0d01 .a5526a3f51a6db7:hover , #ad521a678da0d01 .a5526a3f51a6db7 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(192, 40, 29, 1);}#ad521a678da0d01 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ad521a678da0d01 .uk-position-center-left-out {
    left: -30px;
  }
  #ad521a678da0d01 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ada7ba91c4a4398 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ada7ba91c4a4398 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#ada7ba91c4a4398  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#ada7ba91c4a4398 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a7b6da37e7ac9f8 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a7b6da37e7ac9f8 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a7b6da37e7ac9f8  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a7b6da37e7ac9f8 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#ac8ceab847a2286 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ac8ceab847a2286 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#ac8ceab847a2286  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#ac8ceab847a2286 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a6799a0236ae72d > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a6799a0236ae72d .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a6799a0236ae72d  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a6799a0236ae72d .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#ab43aa3053a5787 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ab43aa3053a5787 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#ab43aa3053a5787  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#ab43aa3053a5787 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a1898ae91caa46d .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#acc83aba40a5231 .uk-container {
  line-height: 2;
  color: #999;
}
#a8e72a6192a366a > .ele-wrap {background-color: rgba(191, 41, 30, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6c86af394ac6b2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6c86af394ac6b2 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6c86af394ac6b2 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 20px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
}
#a6c86af394ac6b2 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a6c86af394ac6b2 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
  margin-left: 0;
  margin-right: 0;
}
#a6c86af394ac6b2 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
  background-color: #ffffff;
  margin-right: 0;
  margin-left: 0;
  border-right-style: none;
}
#a6c86af394ac6b2 .menu-list > li.active > a:before,
#a6c86af394ac6b2 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a6c86af394ac6b2 .menu-list > li ul li {
  position: relative;
}
#a6c86af394ac6b2 .menu-list > li ul li:hover > a {
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #bf291e;
  width: 240px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a6c86af394ac6b2 .menu-list li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul li a:active,
#a6c86af394ac6b2 .menu-list li ul li a.active,
#a6c86af394ac6b2 .menu-list li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul,
#a6c86af394ac6b2 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul.menu-b > li,
#a6c86af394ac6b2 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a6c86af394ac6b2 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a6c86af394ac6b2 .menu-list li:hover > ul {
  display: block;
}
#a6c86af394ac6b2 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ac294a14c7a0adc > .ele-wrap {background-color: rgba(234, 233, 233, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a23b4a3efea6e09 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(192, 40, 29, 1);}#a23b4a3efea6e09 a, #a23b4a3efea6e09 {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(102, 102, 102, 1);}#a35c8a528caa92a > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a35c8a528caa92a .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a35c8a528caa92a  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a35c8a528caa92a .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a427eacd22aee6d > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a427eacd22aee6d .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a427eacd22aee6d  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a427eacd22aee6d .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a2875a5a70a0c34 .a6a22a4bc2a476b > .ele-wrap {border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;}#a2875a5a70a0c34 .a6a22a4bc2a476b  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.16);}#a2875a5a70a0c34 .a0deaa605bada4c {
  overflow: hidden;
}
#a2875a5a70a0c34 .a0deaa605bada4c .img-wrap {
  transition: all 0.3s ease-in;
}
#a2875a5a70a0c34 .a0deaa605bada4c .img-wrap:hover {
  transform: scale(1.2);
}
#a2875a5a70a0c34 .ab3d5ad03ea5021 {
  overflow: hidden;
}
#a2875a5a70a0c34 .ab3d5ad03ea5021 , #a2875a5a70a0c34 .ab3d5ad03ea5021 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#a2875a5a70a0c34 .ab3d5ad03ea5021:hover , #a2875a5a70a0c34 .ab3d5ad03ea5021 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(192, 40, 29, 1);}#a2875a5a70a0c34 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a2875a5a70a0c34 .uk-position-center-left-out {
    left: -30px;
  }
  #a2875a5a70a0c34 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a148ea4069a6325 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a148ea4069a6325 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a148ea4069a6325  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a148ea4069a6325 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a446ca4df3a393d > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a446ca4df3a393d .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a446ca4df3a393d  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a446ca4df3a393d .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#ab413a6416abb7b > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ab413a6416abb7b .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#ab413a6416abb7b  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#ab413a6416abb7b .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a5e10a9463a1860 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a5e10a9463a1860 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a5e10a9463a1860  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a5e10a9463a1860 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#aaba5ab789a9b75 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#aaba5ab789a9b75 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#aaba5ab789a9b75  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#aaba5ab789a9b75 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a3e4cade02a0bd7 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#af02fae8bdabe88 .uk-container {
  line-height: 2;
  color: #999;
}
#a8e72a6192a366a > .ele-wrap {background-color: rgba(191, 41, 30, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6c86af394ac6b2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6c86af394ac6b2 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6c86af394ac6b2 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 20px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
}
#a6c86af394ac6b2 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a6c86af394ac6b2 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
  margin-left: 0;
  margin-right: 0;
}
#a6c86af394ac6b2 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
  background-color: #ffffff;
  margin-right: 0;
  margin-left: 0;
  border-right-style: none;
}
#a6c86af394ac6b2 .menu-list > li.active > a:before,
#a6c86af394ac6b2 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a6c86af394ac6b2 .menu-list > li ul li {
  position: relative;
}
#a6c86af394ac6b2 .menu-list > li ul li:hover > a {
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #bf291e;
  width: 240px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a6c86af394ac6b2 .menu-list li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul li a:active,
#a6c86af394ac6b2 .menu-list li ul li a.active,
#a6c86af394ac6b2 .menu-list li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul,
#a6c86af394ac6b2 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul.menu-b > li,
#a6c86af394ac6b2 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a6c86af394ac6b2 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a6c86af394ac6b2 .menu-list li:hover > ul {
  display: block;
}
#a6c86af394ac6b2 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9867ad2a5a3850 > .ele-wrap {background-color: rgba(234, 233, 233, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acd3cadb0faf3bf a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(192, 40, 29, 1);}#acd3cadb0faf3bf a, #acd3cadb0faf3bf {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(102, 102, 102, 1);}#afa5da2894a3241 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#afa5da2894a3241 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#afa5da2894a3241  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#afa5da2894a3241 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a00d4a3fb1aaf3e > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a00d4a3fb1aaf3e .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a00d4a3fb1aaf3e  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a00d4a3fb1aaf3e .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a57dfa6bcaa718d .a6f6da9648a2dfc > .ele-wrap {border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;}#a57dfa6bcaa718d .a6f6da9648a2dfc  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.16);}#a57dfa6bcaa718d .a5726aa2a1a1f7f {
  overflow: hidden;
}
#a57dfa6bcaa718d .a5726aa2a1a1f7f .img-wrap {
  transition: all 0.3s ease-in;
}
#a57dfa6bcaa718d .a5726aa2a1a1f7f .img-wrap:hover {
  transform: scale(1.2);
}
#a57dfa6bcaa718d .a4b5ead936a56c9 {
  overflow: hidden;
}
#a57dfa6bcaa718d .a4b5ead936a56c9 , #a57dfa6bcaa718d .a4b5ead936a56c9 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#a57dfa6bcaa718d .a4b5ead936a56c9:hover , #a57dfa6bcaa718d .a4b5ead936a56c9 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(192, 40, 29, 1);}#a57dfa6bcaa718d .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a57dfa6bcaa718d .uk-position-center-left-out {
    left: -30px;
  }
  #a57dfa6bcaa718d .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a4f7badac4af517 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a4f7badac4af517 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a4f7badac4af517  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a4f7badac4af517 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a56adaadaaabd1b > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a56adaadaaabd1b .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a56adaadaaabd1b  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a56adaadaaabd1b .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a2041ad7f1a57d4 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a2041ad7f1a57d4 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a2041ad7f1a57d4  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a2041ad7f1a57d4 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a2f5da523ba89ef > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a2f5da523ba89ef .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a2f5da523ba89ef  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a2f5da523ba89ef .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a4bf4a56d1ae909 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a4bf4a56d1ae909 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a4bf4a56d1ae909  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a4bf4a56d1ae909 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a337da3be0ab92a > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a337da3be0ab92a .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a337da3be0ab92a  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a337da3be0ab92a .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#afc9badb57affe2 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#afc9badb57affe2 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#afc9badb57affe2  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#afc9badb57affe2 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#af352a2712a2509 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ae043a7c5aa6ab1 .uk-container {
  line-height: 2;
  color: #999;
}
#a8e72a6192a366a > .ele-wrap {background-color: rgba(191, 41, 30, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6c86af394ac6b2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6c86af394ac6b2 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6c86af394ac6b2 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 20px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
}
#a6c86af394ac6b2 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a6c86af394ac6b2 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
  margin-left: 0;
  margin-right: 0;
}
#a6c86af394ac6b2 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
  background-color: #ffffff;
  margin-right: 0;
  margin-left: 0;
  border-right-style: none;
}
#a6c86af394ac6b2 .menu-list > li.active > a:before,
#a6c86af394ac6b2 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a6c86af394ac6b2 .menu-list > li ul li {
  position: relative;
}
#a6c86af394ac6b2 .menu-list > li ul li:hover > a {
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #bf291e;
  width: 240px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a6c86af394ac6b2 .menu-list li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul li a:active,
#a6c86af394ac6b2 .menu-list li ul li a.active,
#a6c86af394ac6b2 .menu-list li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul,
#a6c86af394ac6b2 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul.menu-b > li,
#a6c86af394ac6b2 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a6c86af394ac6b2 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a6c86af394ac6b2 .menu-list li:hover > ul {
  display: block;
}
#a6c86af394ac6b2 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6c63afc16aa2f1 > .ele-wrap {background-color: rgba(234, 233, 233, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5311a1f5bac27f a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(192, 40, 29, 1);}#a5311a1f5bac27f a, #a5311a1f5bac27f {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(102, 102, 102, 1);}#ac7a1a44dda7563 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ac7a1a44dda7563 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#ac7a1a44dda7563  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#ac7a1a44dda7563 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a8b98ab501a03d5 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a8b98ab501a03d5 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a8b98ab501a03d5  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a8b98ab501a03d5 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a7c9ea9c46a05d5 .a1fb6a6a4fa1eff > .ele-wrap {border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;}#a7c9ea9c46a05d5 .a1fb6a6a4fa1eff  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.16);}#a7c9ea9c46a05d5 .a8c0fac7d2a74f2 {
  overflow: hidden;
}
#a7c9ea9c46a05d5 .a8c0fac7d2a74f2 .img-wrap {
  transition: all 0.3s ease-in;
}
#a7c9ea9c46a05d5 .a8c0fac7d2a74f2 .img-wrap:hover {
  transform: scale(1.2);
}
#a7c9ea9c46a05d5 .a0d16a1db1ad1ae {
  overflow: hidden;
}
#a7c9ea9c46a05d5 .a0d16a1db1ad1ae , #a7c9ea9c46a05d5 .a0d16a1db1ad1ae > * {
        font-weight: normal;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#a7c9ea9c46a05d5 .a0d16a1db1ad1ae:hover , #a7c9ea9c46a05d5 .a0d16a1db1ad1ae *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(192, 40, 29, 1);}#a7c9ea9c46a05d5 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a7c9ea9c46a05d5 .uk-position-center-left-out {
    left: -30px;
  }
  #a7c9ea9c46a05d5 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a55a0a9083a90d3 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a55a0a9083a90d3 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a55a0a9083a90d3  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a55a0a9083a90d3 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a0ef8ae8eaaf990 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a0ef8ae8eaaf990 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a0ef8ae8eaaf990  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a0ef8ae8eaaf990 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a7d0aa0df9a5bab > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a7d0aa0df9a5bab .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a7d0aa0df9a5bab  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a7d0aa0df9a5bab .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a0378a134fa57a3 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a0378a134fa57a3 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a0378a134fa57a3  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a0378a134fa57a3 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#ae6cbaa843aee8e > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ae6cbaa843aee8e .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#ae6cbaa843aee8e  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#ae6cbaa843aee8e .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a5d0ca9c35a710c .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a0c11a27d3a6101 .uk-container {
  line-height: 2;
  color: #999;
}
#a8e72a6192a366a > .ele-wrap {background-color: rgba(191, 41, 30, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6c86af394ac6b2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6c86af394ac6b2 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6c86af394ac6b2 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 20px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
}
#a6c86af394ac6b2 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a6c86af394ac6b2 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
  margin-left: 0;
  margin-right: 0;
}
#a6c86af394ac6b2 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
  background-color: #ffffff;
  margin-right: 0;
  margin-left: 0;
  border-right-style: none;
}
#a6c86af394ac6b2 .menu-list > li.active > a:before,
#a6c86af394ac6b2 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a6c86af394ac6b2 .menu-list > li ul li {
  position: relative;
}
#a6c86af394ac6b2 .menu-list > li ul li:hover > a {
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #bf291e;
  width: 240px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a6c86af394ac6b2 .menu-list li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul li a:active,
#a6c86af394ac6b2 .menu-list li ul li a.active,
#a6c86af394ac6b2 .menu-list li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul,
#a6c86af394ac6b2 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul.menu-b > li,
#a6c86af394ac6b2 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a6c86af394ac6b2 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a6c86af394ac6b2 .menu-list li:hover > ul {
  display: block;
}
#a6c86af394ac6b2 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a57d6a873eacb20 > .ele-wrap {background-color: rgba(234, 233, 233, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9a47ae95ba2b85 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(192, 40, 29, 1);}#a9a47ae95ba2b85 a, #a9a47ae95ba2b85 {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(102, 102, 102, 1);}#aea73aa390a9aa7 .uk-grid {
  margin-left: -15px;
}
#aea73aa390a9aa7 .uk-grid > * {
  padding-left: 15px;
}
#aea73aa390a9aa7 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aea73aa390a9aa7 .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#aea73aa390a9aa7 .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  border-bottom-style: dashed;
}
#aea73aa390a9aa7 .article .info {
  padding: 20px 10px;
  position: relative;
}
#aea73aa390a9aa7 .article .info p {
  margin: 10px 0 10px;
}
#aea73aa390a9aa7 .article svg {
  fill: currentColor;
}
#aea73aa390a9aa7 .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 20px;
  width: 20px;
  color: #b4b4b4;
}
#aea73aa390a9aa7 .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 20px;
  color: #b4b4b4;
}
#aea73aa390a9aa7 .article.list-icon .info {
  padding-left: 25px;
}
#aea73aa390a9aa7 .article .datetime {
  position: absolute;
  right: 10px;
  top: 20px;
}
#aea73aa390a9aa7 .article .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#aea73aa390a9aa7 .article .datetime {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#aea73aa390a9aa7 .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#aea73aa390a9aa7 .article:hover .title {
  color: #c0281d;
}
#aea73aa390a9aa7 .article:hover .datetime {
  color: #c0281d;
}
#aea73aa390a9aa7 .article:hover .category {
  color: #b6b6b6;
}
#aea73aa390a9aa7 .article:hover .abstract {
  color: #b6b6b6;
}
#aea73aa390a9aa7 .article:hover .btn_icon {
  color: #b6b6b6;
}
#aea73aa390a9aa7 .article:hover .list_icon {
  color: #b6b6b6;
}
#ad79ea23e8ac2c5 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ad79ea23e8ac2c5 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#ad79ea23e8ac2c5  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#ad79ea23e8ac2c5 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a34e9a2fa0ac10f > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a34e9a2fa0ac10f .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a34e9a2fa0ac10f  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a34e9a2fa0ac10f .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a286aab390a9071 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#abe79a6fa4a1604 .uk-container {
  line-height: 2;
  color: #999;
}
#a8e72a6192a366a > .ele-wrap {background-color: rgba(191, 41, 30, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6c86af394ac6b2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6c86af394ac6b2 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6c86af394ac6b2 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 20px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
}
#a6c86af394ac6b2 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a6c86af394ac6b2 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
  margin-left: 0;
  margin-right: 0;
}
#a6c86af394ac6b2 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
  background-color: #ffffff;
  margin-right: 0;
  margin-left: 0;
  border-right-style: none;
}
#a6c86af394ac6b2 .menu-list > li.active > a:before,
#a6c86af394ac6b2 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a6c86af394ac6b2 .menu-list > li ul li {
  position: relative;
}
#a6c86af394ac6b2 .menu-list > li ul li:hover > a {
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #bf291e;
  width: 240px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a6c86af394ac6b2 .menu-list li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul li a:active,
#a6c86af394ac6b2 .menu-list li ul li a.active,
#a6c86af394ac6b2 .menu-list li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul,
#a6c86af394ac6b2 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul.menu-b > li,
#a6c86af394ac6b2 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a6c86af394ac6b2 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a6c86af394ac6b2 .menu-list li:hover > ul {
  display: block;
}
#a6c86af394ac6b2 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ac2b0aab28a671e > .ele-wrap {background-color: rgba(234, 233, 233, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a918caa55dacf74 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(192, 40, 29, 1);}#a918caa55dacf74 a, #a918caa55dacf74 {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(102, 102, 102, 1);}#a7a7aa3092ab2fc > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a7a7aa3092ab2fc .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a7a7aa3092ab2fc  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a7a7aa3092ab2fc .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#adc36a6a4ea345d > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#adc36a6a4ea345d .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#adc36a6a4ea345d  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#adc36a6a4ea345d .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a8d83a1addae7fd .aa476aedc5a6748 > .ele-wrap {border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;}#a8d83a1addae7fd .aa476aedc5a6748  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.16);}#a8d83a1addae7fd .a5c29ac0cead005 {
  overflow: hidden;
}
#a8d83a1addae7fd .a5c29ac0cead005 .img-wrap {
  transition: all 0.3s ease-in;
}
#a8d83a1addae7fd .a5c29ac0cead005 .img-wrap:hover {
  transform: scale(1.2);
}
#a8d83a1addae7fd .ada01a4e68aa14c {
  overflow: hidden;
}
#a8d83a1addae7fd .ada01a4e68aa14c , #a8d83a1addae7fd .ada01a4e68aa14c > * {
        font-weight: normal;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#a8d83a1addae7fd .ada01a4e68aa14c:hover , #a8d83a1addae7fd .ada01a4e68aa14c *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(192, 40, 29, 1);}#a8d83a1addae7fd .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a8d83a1addae7fd .uk-position-center-left-out {
    left: -30px;
  }
  #a8d83a1addae7fd .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a04e4a7764a8cfd > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a04e4a7764a8cfd .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a04e4a7764a8cfd  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a04e4a7764a8cfd .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a19e0a7a5ba1e74 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a19e0a7a5ba1e74 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a19e0a7a5ba1e74  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a19e0a7a5ba1e74 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a3bdeab6c2a59b7 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a3bdeab6c2a59b7 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a3bdeab6c2a59b7  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a3bdeab6c2a59b7 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a9855aa291a7714 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a9855aa291a7714 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a9855aa291a7714  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a9855aa291a7714 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a4ae6a428aae102 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a4ae6a428aae102 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a4ae6a428aae102  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a4ae6a428aae102 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a3423ac861aa627 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a3423ac861aa627 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a3423ac861aa627  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a3423ac861aa627 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a8638aa60da246e > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a8638aa60da246e .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a8638aa60da246e  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a8638aa60da246e .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#aac24a3ccbaa929 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ab7d5ab04aacb3d .uk-container {
  line-height: 2;
  color: #999;
}
#a8e72a6192a366a > .ele-wrap {background-color: rgba(191, 41, 30, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6c86af394ac6b2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6c86af394ac6b2 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6c86af394ac6b2 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 20px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
}
#a6c86af394ac6b2 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a6c86af394ac6b2 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
  margin-left: 0;
  margin-right: 0;
}
#a6c86af394ac6b2 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
  background-color: #ffffff;
  margin-right: 0;
  margin-left: 0;
  border-right-style: none;
}
#a6c86af394ac6b2 .menu-list > li.active > a:before,
#a6c86af394ac6b2 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a6c86af394ac6b2 .menu-list > li ul li {
  position: relative;
}
#a6c86af394ac6b2 .menu-list > li ul li:hover > a {
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #bf291e;
  width: 240px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a6c86af394ac6b2 .menu-list li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul li a:active,
#a6c86af394ac6b2 .menu-list li ul li a.active,
#a6c86af394ac6b2 .menu-list li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul,
#a6c86af394ac6b2 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul.menu-b > li,
#a6c86af394ac6b2 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a6c86af394ac6b2 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a6c86af394ac6b2 .menu-list li:hover > ul {
  display: block;
}
#a6c86af394ac6b2 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a8693a1c80acf2e > .ele-wrap {background-color: rgba(234, 233, 233, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab67ea4380a15f6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(192, 40, 29, 1);}#ab67ea4380a15f6 a, #ab67ea4380a15f6 {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(102, 102, 102, 1);}#ac1d3a7f04a2ef6 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ac1d3a7f04a2ef6 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#ac1d3a7f04a2ef6  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#ac1d3a7f04a2ef6 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a28e0a30f6aaaa7 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a28e0a30f6aaaa7 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a28e0a30f6aaaa7  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a28e0a30f6aaaa7 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a7c95a51eba75c3 .a9e19af3bfa009d > .ele-wrap {border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;}#a7c95a51eba75c3 .a9e19af3bfa009d  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.16);}#a7c95a51eba75c3 .a5d22a03e0a55bb {
  overflow: hidden;
}
#a7c95a51eba75c3 .a5d22a03e0a55bb .img-wrap {
  transition: all 0.3s ease-in;
}
#a7c95a51eba75c3 .a5d22a03e0a55bb .img-wrap:hover {
  transform: scale(1.2);
}
#a7c95a51eba75c3 .af236a69dfaf680 {
  overflow: hidden;
}
#a7c95a51eba75c3 .af236a69dfaf680 , #a7c95a51eba75c3 .af236a69dfaf680 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#a7c95a51eba75c3 .af236a69dfaf680:hover , #a7c95a51eba75c3 .af236a69dfaf680 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(192, 40, 29, 1);}#a7c95a51eba75c3 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a7c95a51eba75c3 .uk-position-center-left-out {
    left: -30px;
  }
  #a7c95a51eba75c3 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#abe6ba0a96a35b5 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#abe6ba0a96a35b5 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#abe6ba0a96a35b5  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#abe6ba0a96a35b5 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a2997a288aa7f49 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a2997a288aa7f49 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a2997a288aa7f49  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a2997a288aa7f49 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a5d31a0316adb43 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a5d31a0316adb43 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a5d31a0316adb43  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a5d31a0316adb43 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#ae645a717caaa0c > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ae645a717caaa0c .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#ae645a717caaa0c  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#ae645a717caaa0c .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a16fba9976ae022 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a16fba9976ae022 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a16fba9976ae022  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a16fba9976ae022 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a6ed5aa1c7abb51 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#adb5da4e19a9f66 .uk-container {
  line-height: 2;
  color: #999;
}
#a8e72a6192a366a > .ele-wrap {background-color: rgba(191, 41, 30, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6c86af394ac6b2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6c86af394ac6b2 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6c86af394ac6b2 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 20px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
}
#a6c86af394ac6b2 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a6c86af394ac6b2 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
  margin-left: 0;
  margin-right: 0;
}
#a6c86af394ac6b2 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
  background-color: #ffffff;
  margin-right: 0;
  margin-left: 0;
  border-right-style: none;
}
#a6c86af394ac6b2 .menu-list > li.active > a:before,
#a6c86af394ac6b2 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a6c86af394ac6b2 .menu-list > li ul li {
  position: relative;
}
#a6c86af394ac6b2 .menu-list > li ul li:hover > a {
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #bf291e;
  width: 240px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a6c86af394ac6b2 .menu-list li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul li a:active,
#a6c86af394ac6b2 .menu-list li ul li a.active,
#a6c86af394ac6b2 .menu-list li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul,
#a6c86af394ac6b2 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul.menu-b > li,
#a6c86af394ac6b2 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a6c86af394ac6b2 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a6c86af394ac6b2 .menu-list li:hover > ul {
  display: block;
}
#a6c86af394ac6b2 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ae798af4f1a54e5 > .ele-wrap {background-color: rgba(234, 233, 233, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aba8fada99ada31 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(192, 40, 29, 1);}#aba8fada99ada31 a, #aba8fada99ada31 {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(102, 102, 102, 1);}#a6e5caf71ea5827 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a6e5caf71ea5827 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a6e5caf71ea5827  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a6e5caf71ea5827 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#aefc8af1f6a2c7a .a2dcea3ba7a26bf > .ele-wrap {border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;}#aefc8af1f6a2c7a .a2dcea3ba7a26bf  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.16);}#aefc8af1f6a2c7a .a2acaa1636a06d6 {
  overflow: hidden;
}
#aefc8af1f6a2c7a .a2acaa1636a06d6 .img-wrap {
  transition: all 0.3s ease-in;
}
#aefc8af1f6a2c7a .a2acaa1636a06d6 .img-wrap:hover {
  transform: scale(1.2);
}
#aefc8af1f6a2c7a .a87a3aa15cab69e {
  overflow: hidden;
}
#aefc8af1f6a2c7a .a87a3aa15cab69e , #aefc8af1f6a2c7a .a87a3aa15cab69e > * {
        font-weight: normal;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#aefc8af1f6a2c7a .a87a3aa15cab69e:hover , #aefc8af1f6a2c7a .a87a3aa15cab69e *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(192, 40, 29, 1);}#aefc8af1f6a2c7a .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aefc8af1f6a2c7a .uk-position-center-left-out {
    left: -30px;
  }
  #aefc8af1f6a2c7a .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8f7ea7d77aa389 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a8a84ac14ca0a19 .uk-container {
  line-height: 2;
  color: #999;
}
#a8e72a6192a366a > .ele-wrap {background-color: rgba(191, 41, 30, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6c86af394ac6b2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6c86af394ac6b2 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6c86af394ac6b2 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 20px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
}
#a6c86af394ac6b2 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a6c86af394ac6b2 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
  margin-left: 0;
  margin-right: 0;
}
#a6c86af394ac6b2 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
  background-color: #ffffff;
  margin-right: 0;
  margin-left: 0;
  border-right-style: none;
}
#a6c86af394ac6b2 .menu-list > li.active > a:before,
#a6c86af394ac6b2 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a6c86af394ac6b2 .menu-list > li ul li {
  position: relative;
}
#a6c86af394ac6b2 .menu-list > li ul li:hover > a {
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #bf291e;
  width: 240px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a6c86af394ac6b2 .menu-list li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul li a:active,
#a6c86af394ac6b2 .menu-list li ul li a.active,
#a6c86af394ac6b2 .menu-list li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul,
#a6c86af394ac6b2 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul.menu-b > li,
#a6c86af394ac6b2 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a6c86af394ac6b2 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a6c86af394ac6b2 .menu-list li:hover > ul {
  display: block;
}
#a6c86af394ac6b2 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a09a9a0dc1aca40 > .ele-wrap {background-color: rgba(234, 233, 233, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6339a872ba2d0a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(192, 40, 29, 1);}#a6339a872ba2d0a a, #a6339a872ba2d0a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(102, 102, 102, 1);}#a3ac1af1d4aa59b > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a3ac1af1d4aa59b .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a3ac1af1d4aa59b  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a3ac1af1d4aa59b .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a8689a8ebdab24d > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a8689a8ebdab24d .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a8689a8ebdab24d  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a8689a8ebdab24d .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a98f0ac48ea4375 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a21edac401a0d39 .uk-container {
  line-height: 2;
  color: #999;
}
#a8e72a6192a366a > .ele-wrap {background-color: rgba(191, 41, 30, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6c86af394ac6b2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6c86af394ac6b2 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6c86af394ac6b2 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 20px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
}
#a6c86af394ac6b2 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a6c86af394ac6b2 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
  margin-left: 0;
  margin-right: 0;
}
#a6c86af394ac6b2 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
  background-color: #ffffff;
  margin-right: 0;
  margin-left: 0;
  border-right-style: none;
}
#a6c86af394ac6b2 .menu-list > li.active > a:before,
#a6c86af394ac6b2 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a6c86af394ac6b2 .menu-list > li ul li {
  position: relative;
}
#a6c86af394ac6b2 .menu-list > li ul li:hover > a {
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #bf291e;
  width: 240px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a6c86af394ac6b2 .menu-list li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul li a:active,
#a6c86af394ac6b2 .menu-list li ul li a.active,
#a6c86af394ac6b2 .menu-list li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul,
#a6c86af394ac6b2 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul.menu-b > li,
#a6c86af394ac6b2 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a6c86af394ac6b2 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a6c86af394ac6b2 .menu-list li:hover > ul {
  display: block;
}
#a6c86af394ac6b2 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6088aa5a4a1ae7 > .ele-wrap {background-color: rgba(234, 233, 233, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a031cab4fcab821 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(192, 40, 29, 1);}#a031cab4fcab821 a, #a031cab4fcab821 {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(102, 102, 102, 1);}#a0f8da70ffa2e86 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a0f8da70ffa2e86 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a0f8da70ffa2e86  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a0f8da70ffa2e86 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a5984afb57a0289 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a5984afb57a0289 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a5984afb57a0289  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a5984afb57a0289 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#acc05a1c1fa24da .ab5aca9a14a1170 > .ele-wrap {border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;}#acc05a1c1fa24da .ab5aca9a14a1170  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.16);}#acc05a1c1fa24da .a4420aa710ad4c6 {
  overflow: hidden;
}
#acc05a1c1fa24da .a4420aa710ad4c6 .img-wrap {
  transition: all 0.3s ease-in;
}
#acc05a1c1fa24da .a4420aa710ad4c6 .img-wrap:hover {
  transform: scale(1.2);
}
#acc05a1c1fa24da .a9ba5a1f31acda8 {
  overflow: hidden;
}
#acc05a1c1fa24da .a9ba5a1f31acda8 , #acc05a1c1fa24da .a9ba5a1f31acda8 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#acc05a1c1fa24da .a9ba5a1f31acda8:hover , #acc05a1c1fa24da .a9ba5a1f31acda8 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(192, 40, 29, 1);}#acc05a1c1fa24da .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #acc05a1c1fa24da .uk-position-center-left-out {
    left: -30px;
  }
  #acc05a1c1fa24da .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6172a0ad3a340f > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a6172a0ad3a340f .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a6172a0ad3a340f  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a6172a0ad3a340f .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#aba4fa8026ac5fa > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#aba4fa8026ac5fa .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#aba4fa8026ac5fa  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#aba4fa8026ac5fa .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a2744a7179aa400 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a2744a7179aa400 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a2744a7179aa400  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a2744a7179aa400 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a3048a1b9ea1831 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a3048a1b9ea1831 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a3048a1b9ea1831  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a3048a1b9ea1831 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a640eaffe5a9790 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a640eaffe5a9790 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a640eaffe5a9790  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a640eaffe5a9790 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a8b90a09baab2a1 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a8b90a09baab2a1 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a8b90a09baab2a1  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a8b90a09baab2a1 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#af64ca0d10a36b9 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#af64ca0d10a36b9 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#af64ca0d10a36b9  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#af64ca0d10a36b9 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a907fa04d0a8b96 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a6b95af5a4a5d0c .uk-container {
  line-height: 2;
  color: #999;
}
#a8e72a6192a366a > .ele-wrap {background-color: rgba(191, 41, 30, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6c86af394ac6b2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6c86af394ac6b2 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6c86af394ac6b2 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 20px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
}
#a6c86af394ac6b2 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a6c86af394ac6b2 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
  margin-left: 0;
  margin-right: 0;
}
#a6c86af394ac6b2 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
  background-color: #ffffff;
  margin-right: 0;
  margin-left: 0;
  border-right-style: none;
}
#a6c86af394ac6b2 .menu-list > li.active > a:before,
#a6c86af394ac6b2 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a6c86af394ac6b2 .menu-list > li ul li {
  position: relative;
}
#a6c86af394ac6b2 .menu-list > li ul li:hover > a {
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #bf291e;
  width: 240px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a6c86af394ac6b2 .menu-list li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul li a:active,
#a6c86af394ac6b2 .menu-list li ul li a.active,
#a6c86af394ac6b2 .menu-list li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul,
#a6c86af394ac6b2 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul.menu-b > li,
#a6c86af394ac6b2 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a6c86af394ac6b2 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a6c86af394ac6b2 .menu-list li:hover > ul {
  display: block;
}
#a6c86af394ac6b2 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a28d6adbdda5d4b > .ele-wrap {background-color: rgba(234, 233, 233, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5097adb3eaec47 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(192, 40, 29, 1);}#a5097adb3eaec47 a, #a5097adb3eaec47 {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(102, 102, 102, 1);}#a0766a08afaa13e > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a0766a08afaa13e .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a0766a08afaa13e  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a0766a08afaa13e .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a6114af2a8ae629 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a6114af2a8ae629 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a6114af2a8ae629  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a6114af2a8ae629 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a0738aaa9ca5707 .submit-wrap button {
  background-color: #d40000;
}
#a0738aaa9ca5707 .submit-wrap button {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a0738aaa9ca5707 form {
  border-right-width: 1px;
  border-right-color: #eeeeee;
  border-right-style: solid;
  border-left-color: #eeeeee;
  border-bottom-color: #eeeeee;
  border-top-color: #eeeeee;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a0738aaa9ca5707 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a0738aaa9ca5707 .form-item .uk-input,
#a0738aaa9ca5707 .form-item .uk-select,
#a0738aaa9ca5707 .form-item .uk-textarea {
  width: autopx;
}
#a0738aaa9ca5707 .form-item .auto-height {
  height: auto;
}
#a0738aaa9ca5707 .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#a0738aaa9ca5707 .form-item label {
  flex-shrink: 0;
  margin-right: 20px;
  min-width: 80px;
}
#ab0edacc60a6064 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a172fa8ed2a9277 .uk-container {
  line-height: 2;
  color: #999;
}
#a8e72a6192a366a > .ele-wrap {background-color: rgba(191, 41, 30, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6c86af394ac6b2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6c86af394ac6b2 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6c86af394ac6b2 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 20px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
}
#a6c86af394ac6b2 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a6c86af394ac6b2 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
  margin-left: 0;
  margin-right: 0;
}
#a6c86af394ac6b2 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
  background-color: #ffffff;
  margin-right: 0;
  margin-left: 0;
  border-right-style: none;
}
#a6c86af394ac6b2 .menu-list > li.active > a:before,
#a6c86af394ac6b2 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a6c86af394ac6b2 .menu-list > li ul li {
  position: relative;
}
#a6c86af394ac6b2 .menu-list > li ul li:hover > a {
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #bf291e;
  width: 240px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a6c86af394ac6b2 .menu-list li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul li a:active,
#a6c86af394ac6b2 .menu-list li ul li a.active,
#a6c86af394ac6b2 .menu-list li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul,
#a6c86af394ac6b2 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul.menu-b > li,
#a6c86af394ac6b2 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a6c86af394ac6b2 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a6c86af394ac6b2 .menu-list li:hover > ul {
  display: block;
}
#a6c86af394ac6b2 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a2ff1aae8eab834 > .ele-wrap {background-color: rgba(234, 233, 233, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af826a5c18a291b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(192, 40, 29, 1);}#af826a5c18a291b a, #af826a5c18a291b {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(102, 102, 102, 1);}#a4242aaff0a5b99 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a4242aaff0a5b99 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a4242aaff0a5b99  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a4242aaff0a5b99 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a46c0a6059a966b > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a46c0a6059a966b .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a46c0a6059a966b  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a46c0a6059a966b .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#aee50a00e8a830d .aef72a8b7ba5f5e > .ele-wrap {border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;}#aee50a00e8a830d .aef72a8b7ba5f5e  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.16);}#aee50a00e8a830d .abce9afb26a6c13 {
  overflow: hidden;
}
#aee50a00e8a830d .abce9afb26a6c13 .img-wrap {
  transition: all 0.3s ease-in;
}
#aee50a00e8a830d .abce9afb26a6c13 .img-wrap:hover {
  transform: scale(1.2);
}
#aee50a00e8a830d .a9749a7736ac571 {
  overflow: hidden;
}
#aee50a00e8a830d .a9749a7736ac571 , #aee50a00e8a830d .a9749a7736ac571 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#aee50a00e8a830d .a9749a7736ac571:hover , #aee50a00e8a830d .a9749a7736ac571 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(192, 40, 29, 1);}#aee50a00e8a830d .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aee50a00e8a830d .uk-position-center-left-out {
    left: -30px;
  }
  #aee50a00e8a830d .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#abc73a948da6211 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#abc73a948da6211 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#abc73a948da6211  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#abc73a948da6211 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a1c26a18b4a5d4d > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a1c26a18b4a5d4d .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a1c26a18b4a5d4d  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a1c26a18b4a5d4d .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#acb99a147ca0719 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#acb99a147ca0719 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#acb99a147ca0719  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#acb99a147ca0719 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a93fba971fa0bc8 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a93fba971fa0bc8 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a93fba971fa0bc8  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a93fba971fa0bc8 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a5e4aa0401a5270 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a5e4aa0401a5270 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#a5e4aa0401a5270  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#a5e4aa0401a5270 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#aa489a01b4a3774 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#aa489a01b4a3774 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#aa489a01b4a3774  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#aa489a01b4a3774 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#aed3da3010a0303 > .ele-wrap {border-right-width: 1px;border-right-color: rgba(212, 212, 212, 1);border-left-color: rgba(212, 212, 212, 1);border-bottom-color: rgba(212, 212, 212, 1);border-top-color: rgba(212, 212, 212, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#aed3da3010a0303 .hover-content-wrap:nth-child(1)
                            {
                background-image: linear-gradient(180deg,
                rgba(255, 255, 255, 1),
                rgba(233, 231, 232, 1));
            }#aed3da3010a0303  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);border-color: rgba(212, 212, 212, 1);}#aed3da3010a0303 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(254, 221, 2, 1);}#a2fbaa7aefab2ab .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5e79ae8d2a7be9 {
  min-height: 500px;
  /* mobile */
}
#a5e79ae8d2a7be9 .search-highlight {
  background: yellow;
}
#a5e79ae8d2a7be9 .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#a5e79ae8d2a7be9 .el-title {
  margin-bottom: 20px;
}
#a5e79ae8d2a7be9 .el-item:hover .el-title {
  color: #0f6ecd;
}
#a5e79ae8d2a7be9 .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a5e79ae8d2a7be9 .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a5e79ae8d2a7be9 .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a5e79ae8d2a7be9 .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a5e79ae8d2a7be9 .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a5e79ae8d2a7be9 .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a5e79ae8d2a7be9 .el-title {
    margin-bottom: 0;
  }
  #a5e79ae8d2a7be9 .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a5e79ae8d2a7be9 .category {
    font-size: 12px;
  }
  #a5e79ae8d2a7be9 .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#a503eaad46a445c .uk-container {
  line-height: 2;
  color: #999;
}
#a8e72a6192a366a > .ele-wrap {background-color: rgba(191, 41, 30, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6c86af394ac6b2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6c86af394ac6b2 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6c86af394ac6b2 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 20px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
}
#a6c86af394ac6b2 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a6c86af394ac6b2 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
  margin-left: 0;
  margin-right: 0;
}
#a6c86af394ac6b2 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
  background-color: #ffffff;
  margin-right: 0;
  margin-left: 0;
  border-right-style: none;
}
#a6c86af394ac6b2 .menu-list > li.active > a:before,
#a6c86af394ac6b2 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a6c86af394ac6b2 .menu-list > li ul li {
  position: relative;
}
#a6c86af394ac6b2 .menu-list > li ul li:hover > a {
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #bf291e;
  width: 240px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a6c86af394ac6b2 .menu-list li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul li a:active,
#a6c86af394ac6b2 .menu-list li ul li a.active,
#a6c86af394ac6b2 .menu-list li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul,
#a6c86af394ac6b2 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul.menu-b > li,
#a6c86af394ac6b2 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a6c86af394ac6b2 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a6c86af394ac6b2 .menu-list li:hover > ul {
  display: block;
}
#a6c86af394ac6b2 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a2fbaa7aefab2ab .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a37cdaa7d5ac9bf {
  /* 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------------------------*/
}
#a37cdaa7d5ac9bf * {
  font-family: 'PT Sans Caption', sans-serif, 'arial', 'Times New Roman';
}
#a37cdaa7d5ac9bf .error .clip .shadow {
  height: 180px;
  /*Contrall*/
}
#a37cdaa7d5ac9bf .error .clip:nth-of-type(2) .shadow {
  width: 130px;
  /*Contrall play with javascript*/
}
#a37cdaa7d5ac9bf .error .clip:nth-of-type(1) .shadow,
#a37cdaa7d5ac9bf .error .clip:nth-of-type(3) .shadow {
  width: 250px;
  /*Contrall*/
}
#a37cdaa7d5ac9bf .error .digit {
  width: 150px;
  /*Contrall*/
  height: 150px;
  /*Contrall*/
  line-height: 150px;
  /*Contrall*/
  font-size: 120px;
  font-weight: bold;
}
#a37cdaa7d5ac9bf .error h2 {
  font-size: 32px;
}
#a37cdaa7d5ac9bf .error .msg {
  top: -190px;
  left: 30%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 32px;
}
#a37cdaa7d5ac9bf .error span.triangle {
  top: 70%;
  right: 0%;
  border-left: 20px solid #535353;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
#a37cdaa7d5ac9bf .error .container-error-404 {
  margin-top: 10%;
  position: relative;
  height: 250px;
  padding-top: 40px;
  text-align: center;
}
#a37cdaa7d5ac9bf .error .container-error-404 .clip {
  display: inline-block;
  transform: skew(-45deg);
}
#a37cdaa7d5ac9bf .error .clip .shadow {
  overflow: hidden;
}
#a37cdaa7d5ac9bf .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);
}
#a37cdaa7d5ac9bf .error .clip:nth-of-type(3) .shadow:after,
#a37cdaa7d5ac9bf .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%;
}
#a37cdaa7d5ac9bf .error .clip:nth-of-type(3) .shadow:after {
  left: -8px;
}
#a37cdaa7d5ac9bf .error .digit {
  position: relative;
  top: 8%;
  color: white;
  background: #07B3F9;
  border-radius: 50%;
  display: inline-block;
  transform: skew(45deg);
}
#a37cdaa7d5ac9bf .error .clip:nth-of-type(2) .digit {
  left: -10%;
}
#a37cdaa7d5ac9bf .error .clip:nth-of-type(1) .digit {
  right: -20%;
}
#a37cdaa7d5ac9bf .error .clip:nth-of-type(3) .digit {
  left: -20%;
}
#a37cdaa7d5ac9bf .error h2 {
  color: #A2A2A2;
  font-weight: bold;
  padding-bottom: 20px;
}
#a37cdaa7d5ac9bf .error .msg {
  position: relative;
  z-index: 9999;
  display: block;
  background: #535353;
  color: #A2A2A2;
  border-radius: 50%;
  font-style: italic;
}
#a37cdaa7d5ac9bf .error .triangle {
  position: absolute;
  z-index: 999;
  transform: rotate(45deg);
  content: "";
  width: 0;
  height: 0;
}
@media (max-width: 767px) {
  #a37cdaa7d5ac9bf {
    /* Error Page */
    /* Error Page */
  }
  #a37cdaa7d5ac9bf .error .clip .shadow {
    height: 100px;
    /*Contrall*/
  }
  #a37cdaa7d5ac9bf .error .clip:nth-of-type(2) .shadow {
    width: 80px;
    /*Contrall play with javascript*/
  }
  #a37cdaa7d5ac9bf .error .clip:nth-of-type(1) .shadow,
  #a37cdaa7d5ac9bf .error .clip:nth-of-type(3) .shadow {
    width: 100px;
    /*Contrall*/
  }
  #a37cdaa7d5ac9bf .error .digit {
    width: 80px;
    /*Contrall*/
    height: 80px;
    /*Contrall*/
    line-height: 80px;
    /*Contrall*/
    font-size: 52px;
  }
  #a37cdaa7d5ac9bf .error h2 {
    font-size: 24px;
  }
  #a37cdaa7d5ac9bf .error .msg {
    top: -110px;
    left: 15%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  #a37cdaa7d5ac9bf .error span.triangle {
    top: 70%;
    right: -3%;
    border-left: 10px solid #535353;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
  #a37cdaa7d5ac9bf .error .container-error-404 {
    height: 150px;
  }
}
#a37cdaa7d5ac9bf .overlay {
  position: relative;
  z-index: 20;
}
#a37cdaa7d5ac9bf .ground-color {
  background: white;
}
#a37cdaa7d5ac9bf .item-bg-color {
  background: #EAEAEA;
}
#a37cdaa7d5ac9bf .padding-top {
  padding-top: 10px;
}
#a37cdaa7d5ac9bf .padding-bottom {
  padding-bottom: 10px;
}
#a37cdaa7d5ac9bf .padding-vertical {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a37cdaa7d5ac9bf .padding-horizontal {
  padding-left: 10px;
  padding-right: 10px;
}
#a37cdaa7d5ac9bf .padding-all {
  padding: 10px;
}
#a37cdaa7d5ac9bf .no-padding-left {
  padding-left: 0px;
}
#a37cdaa7d5ac9bf .no-padding-right {
  padding-right: 0px;
}
#a37cdaa7d5ac9bf .no-vertical-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}
#a37cdaa7d5ac9bf .no-horizontal-padding {
  padding-left: 0px;
  padding-right: 0px;
}
#a37cdaa7d5ac9bf .no-padding {
  padding: 0px;
}
#a37cdaa7d5ac9bf .margin-top {
  margin-top: 10px;
}
#a37cdaa7d5ac9bf .margin-bottom {
  margin-bottom: 10px;
}
#a37cdaa7d5ac9bf .margin-right {
  margin-right: 10px;
}
#a37cdaa7d5ac9bf .margin-left {
  margin-left: 10px;
}
#a37cdaa7d5ac9bf .margin-horizontal {
  margin-left: 10px;
  margin-right: 10px;
}
#a37cdaa7d5ac9bf .margin-vertical {
  margin-top: 10px;
  margin-bottom: 10px;
}
#a37cdaa7d5ac9bf .margin-all {
  margin: 10px;
}
#a37cdaa7d5ac9bf .no-margin {
  margin: 0px;
}
#a37cdaa7d5ac9bf .no-vertical-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}
#a37cdaa7d5ac9bf .no-horizontal-margin {
  margin-left: 0px;
  margin-right: 0px;
}
#a37cdaa7d5ac9bf .inside-col-shrink {
  margin: 0px 20px;
}
#a37cdaa7d5ac9bf hr {
  margin: 0px;
  padding: 0px;
  border-top: 1px dashed #999;
}
#a30daa83b3acec3 .uk-container {
  line-height: 2;
  color: #999;
}
#a8e72a6192a366a > .ele-wrap {background-color: rgba(191, 41, 30, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6c86af394ac6b2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6c86af394ac6b2 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6c86af394ac6b2 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 20px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
}
#a6c86af394ac6b2 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a6c86af394ac6b2 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
  margin-left: 0;
  margin-right: 0;
}
#a6c86af394ac6b2 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
  background-color: #ffffff;
  margin-right: 0;
  margin-left: 0;
  border-right-style: none;
}
#a6c86af394ac6b2 .menu-list > li.active > a:before,
#a6c86af394ac6b2 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a6c86af394ac6b2 .menu-list > li ul li {
  position: relative;
}
#a6c86af394ac6b2 .menu-list > li ul li:hover > a {
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #bf291e;
  width: 240px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a6c86af394ac6b2 .menu-list li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul li a:active,
#a6c86af394ac6b2 .menu-list li ul li a.active,
#a6c86af394ac6b2 .menu-list li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul,
#a6c86af394ac6b2 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul.menu-b > li,
#a6c86af394ac6b2 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a6c86af394ac6b2 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a6c86af394ac6b2 .menu-list li:hover > ul {
  display: block;
}
#a6c86af394ac6b2 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a2fbaa7aefab2ab .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a0adca5291aeef8 .login-main {
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(12, 1, 4, 0.05);
}
#a0adca5291aeef8 .switch_item {
  margin-right: 10px;
}
#a0adca5291aeef8 a.switch_item:hover {
  text-decoration: underline;
}
#a0adca5291aeef8 .slider {
  width: 420px;
  height: 600px;
}
#a0adca5291aeef8 .uk-slideshow-items {
  height: 100%;
}
#a0adca5291aeef8 .uk-slideshow-items a {
  width: 100%;
  height: 100%;
  display: block;
}
#a0adca5291aeef8 .login-wrap {
  width: 100%;
  height: 100%;
}
#a0adca5291aeef8 .uk-dotnav > * > * {
  background: #fff;
  border-color: #fff;
  opacity: .5;
}
#a0adca5291aeef8 .uk-dotnav > .uk-active > * {
  border-color: #0076fe;
  background: #0076fe;
}
#a0adca5291aeef8 .phone-login-box {
  margin: 40px auto 40px;
}
#a0adca5291aeef8 .login-header {
  margin-bottom: 24px;
}
#a0adca5291aeef8 .login-header h4 {
  font-size: 22px;
  font-weight: bolder;
  line-height: 1;
  padding-left: 20px;
  border-left: 4px solid #0076fe;
}
#a0adca5291aeef8 .input-item {
  width: 330px;
  height: 45px;
  background-color: #f0f2f7;
  border-radius: 22px;
  border: solid 1px #e3e8f0;
  position: relative;
  overflow: hidden;
}
#a0adca5291aeef8 .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;
}
#a0adca5291aeef8 .forget_password {
  cursor: pointer;
}
#a0adca5291aeef8 .forget_password:hover {
  color: #1e87f0;
}
#a0adca5291aeef8 .input-item input.error,
#a0adca5291aeef8 .input-item input.error::placeholder {
  color: #fc4343;
}
#a0adca5291aeef8 .input-item input::placeholder {
  color: #999;
}
#a0adca5291aeef8 .input-item .icon {
  position: absolute;
  left: 10px;
  top: 12px;
  fill: #ccc;
  width: 20px;
}
#a0adca5291aeef8 .form-item {
  margin: 24px 0;
}
#a0adca5291aeef8 .verifycode-input .input-item {
  width: 200px;
  float: left;
}
#a0adca5291aeef8 .send-code {
  float: left;
  margin-left: 20px;
}
#a0adca5291aeef8 .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;
}
#a0adca5291aeef8 .submit {
  width: 330px;
  height: 45px;
  background-color: #0076fe;
  border-radius: 22px;
  font-size: 18px;
  line-height: 45px;
  color: #fff;
  cursor: pointer;
}
#a0adca5291aeef8 .error {
  color: #fc4343;
  font-size: 12px;
  padding-left: 10px;
  display: block;
  max-width: 300px;
}
#a0adca5291aeef8 .login_btn_wrap {
  text-align: center;
}
#a0adca5291aeef8 .login_btn_wrap .submit {
  display: block;
  margin-bottom: 10px;
}
#a14ccae068ad4de .uk-container {
  line-height: 2;
  color: #999;
}
#a8e72a6192a366a > .ele-wrap {background-color: rgba(191, 41, 30, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6c86af394ac6b2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6c86af394ac6b2 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6c86af394ac6b2 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 20px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
}
#a6c86af394ac6b2 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a6c86af394ac6b2 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
  margin-left: 0;
  margin-right: 0;
}
#a6c86af394ac6b2 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
  background-color: #ffffff;
  margin-right: 0;
  margin-left: 0;
  border-right-style: none;
}
#a6c86af394ac6b2 .menu-list > li.active > a:before,
#a6c86af394ac6b2 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a6c86af394ac6b2 .menu-list > li ul li {
  position: relative;
}
#a6c86af394ac6b2 .menu-list > li ul li:hover > a {
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #bf291e;
  width: 240px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a6c86af394ac6b2 .menu-list li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul li a:active,
#a6c86af394ac6b2 .menu-list li ul li a.active,
#a6c86af394ac6b2 .menu-list li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul,
#a6c86af394ac6b2 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul.menu-b > li,
#a6c86af394ac6b2 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a6c86af394ac6b2 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a6c86af394ac6b2 .menu-list li:hover > ul {
  display: block;
}
#a6c86af394ac6b2 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a2fbaa7aefab2ab .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ad597a010da79a0 .sidebar {
  width: 150px;
  max-width: 150px;
  height: 100%;
}
#ad597a010da79a0 .nav-items {
  background: #fafafa;
  min-height: 200px;
}
#ad597a010da79a0 .phone-info {
  background: #fafafa;
  margin-top: 10px;
  font-size: 12px;
  padding: 22px 4px 20px 16px;
  line-height: 1.5;
  color: #666;
}
#ad597a010da79a0 .phone-info .phone {
  line-height: 1.5;
  color: #333;
  font-size: 18px;
  font-family: Arial;
}
#ad597a010da79a0 .nav-type {
  line-height: 37px;
  padding-left: 20px;
  cursor: pointer;
}
#ad597a010da79a0 .nav-type.active {
  color: #FFF;
  cursor: default;
  background: #ff658c;
}
#ad597a010da79a0 .content {
  padding-bottom: 60px;
  color: #666;
  border: 1px solid #f0f0f0;
  min-height: 400px;
}
#ad597a010da79a0 .nav-list {
  padding: 0 20px;
}
#ad597a010da79a0 .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;
}
#ad597a010da79a0 .nav-list .nav-item.active {
  background-color: #ff5c89;
  color: #fff;
  cursor: default;
}
#ad597a010da79a0 .order-item {
  margin-top: 10px;
  background: #fff;
  padding: 0 20px;
}
#ad597a010da79a0 .order-item:hover {
  background: #f7f7f7;
}
#ad597a010da79a0 .del-order {
  cursor: pointer;
}
#ad597a010da79a0 .order-item .order-title {
  line-height: 40px;
  color: #666;
  font-size: 13px;
  border-bottom: 1px solid #f7f7f7;
}
#ad597a010da79a0 .goods-item {
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
  cursor: pointer;
}
#ad597a010da79a0 .order-goods-list .goods-item:last-child {
  border-bottom: none;
}
#ad597a010da79a0 .goods-item img {
  width: 100px;
  height: 100px;
  background: #f4f4f4;
}
#ad597a010da79a0 .goods-item .goods-info {
  padding: 0 15px;
}
#ad597a010da79a0 .appoint-time span {
  color: #e4393c;
  background-color: #f9eeee;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 2px;
  line-height: 1;
}
#ad597a010da79a0 .appoint-time {
  margin-bottom: 4px;
}
#ad597a010da79a0 .appoint-name {
  color: #333;
  font-size: 14px;
}
#ad597a010da79a0 .appoint-info {
  padding: 0 15px;
  font-size: 12px;
  color: #888;
}
#ad597a010da79a0 .goods-item .goods-name {
  color: #333;
}
#ad597a010da79a0 .goods-item .sku-name {
  color: #999;
  font-size: 12px;
}
#ad597a010da79a0 .order-total-info {
  padding-bottom: 10px;
  color: #999;
  font-size: 12px;
}
#ad597a010da79a0 .order-total-info .total-price {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
}
#ad597a010da79a0 .load-more {
  font-size: 12px;
  padding-bottom: 15px;
  color: #999;
}
#ad597a010da79a0 .order-btns {
  padding: 10px 0;
  border-top: 1px solid #f7f7f7;
}
#ad597a010da79a0 .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;
}
#ad597a010da79a0 .order-btns .btn-warn {
  color: #fff;
  background: #eb3c3c;
  border-color: #eb3c3c;
  cursor: pointer;
}
#ad597a010da79a0 .appoint-info .title {
  font-weight: bold;
  color: #333;
}
#ad597a010da79a0 .coupon-item {
  margin: 10px 30px;
  display: inline-flex;
  width: 42%;
}
#ad597a010da79a0 .setting-form {
  padding: 30px 20px;
}
#ad597a010da79a0 .setting-item {
  margin-bottom: 20px;
  font-size: 13px;
  color: #666;
  line-height: 18px;
}
#ad597a010da79a0 .setting-item .label {
  display: inline-block;
  margin-right: 6px;
  text-align: right;
  min-width: 120px;
}
#ad597a010da79a0 .setting-item .input-text {
  border: 1px solid #ccc;
  line-height: 28px;
  padding: 0 10px;
  min-width: 200px;
  font-size: 13px;
}
#ad597a010da79a0 .setting-form .setting-btns {
  margin-left: 130px;
}
#ad597a010da79a0 .setting-form .uk-button {
  height: 30px;
  line-height: 30px;
  margin-right: 8px;
}
#ad597a010da79a0 .setting-wrap {
  position: relative;
}
#ad597a010da79a0 .user-info {
  border: 1px solid #ccc;
  width: 300px;
  position: absolute;
  right: 80px;
  top: 30px;
  color: #666;
  padding: 10px;
  font-size: 13px;
  background: #f9f9f9;
}
#ad597a010da79a0 .user-info .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
#ad597a010da79a0 .user-info .levels {
  color: #888;
  font-size: 12px;
}
#ad597a010da79a0 .address-wrap {
  padding: 30px 20px;
}
#ad597a010da79a0 .addr-header {
  font-size: 18px;
  color: #333;
  margin: 0;
}
#ad597a010da79a0 .addr-detail {
  border-bottom: 1px solid #ececec;
  margin-bottom: 10px;
}
#ad597a010da79a0 .addr-list {
  min-height: 200px;
}
#ad597a010da79a0 .addr-detail .addr-item-name,
#ad597a010da79a0 .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;
}
#ad597a010da79a0 .addr-detail .addr-name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
#ad597a010da79a0 .addr-detail .addr-item-name {
  color: #e93b3d;
  border-color: #e93b3d;
}
#ad597a010da79a0 .addr-detail {
  padding: 12px 0;
  flex: 1;
}
#ad597a010da79a0 .op-btns a {
  font-size: 12px;
  color: #e93b3d;
  margin-left: 6px;
}
#ad597a010da79a0 .add-addr {
  height: 32px;
  line-height: 30px;
}
#ad597a010da79a0 .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;
}
#ad597a010da79a0 .publish-item {
  cursor: default;
  min-height: 120px;
}
#ad597a010da79a0 .publish-item .status-0 {
  background-image: url(/resources/sys/img/icons/info-unread.png);
}
#ad597a010da79a0 .publish-item .status-1 {
  background-image: url(/resources/sys/img/icons/info-fail.png);
}
#ad597a010da79a0 .publish-item .btns a {
  display: inline-block;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 2px;
  color: #fff;
  background: #1e87f0;
}
#ad597a010da79a0 .publish-item .btns .del-info {
  background: #ccc;
  color: #999;
}
#ab7eea0321aebf5 .uk-container {
  line-height: 2;
  color: #999;
}
#a8e72a6192a366a > .ele-wrap {background-color: rgba(191, 41, 30, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6c86af394ac6b2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6c86af394ac6b2 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6c86af394ac6b2 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 20px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
}
#a6c86af394ac6b2 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a6c86af394ac6b2 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
  margin-left: 0;
  margin-right: 0;
}
#a6c86af394ac6b2 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
  background-color: #ffffff;
  margin-right: 0;
  margin-left: 0;
  border-right-style: none;
}
#a6c86af394ac6b2 .menu-list > li.active > a:before,
#a6c86af394ac6b2 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a6c86af394ac6b2 .menu-list > li ul li {
  position: relative;
}
#a6c86af394ac6b2 .menu-list > li ul li:hover > a {
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #bf291e;
  width: 240px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a6c86af394ac6b2 .menu-list li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul li a:active,
#a6c86af394ac6b2 .menu-list li ul li a.active,
#a6c86af394ac6b2 .menu-list li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul,
#a6c86af394ac6b2 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul.menu-b > li,
#a6c86af394ac6b2 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a6c86af394ac6b2 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a6c86af394ac6b2 .menu-list li:hover > ul {
  display: block;
}
#a6c86af394ac6b2 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a2fbaa7aefab2ab .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a45f4a4fa6a94a7 {
  min-height: 500px;
  /* mobile */
}
#a45f4a4fa6a94a7 .search-highlight {
  background: yellow;
}
#a45f4a4fa6a94a7 .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#a45f4a4fa6a94a7 .el-title {
  margin-bottom: 20px;
}
#a45f4a4fa6a94a7 .el-item:hover .el-title {
  color: #0f6ecd;
}
#a45f4a4fa6a94a7 .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a45f4a4fa6a94a7 .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a45f4a4fa6a94a7 .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a45f4a4fa6a94a7 .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a45f4a4fa6a94a7 .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a45f4a4fa6a94a7 .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a45f4a4fa6a94a7 .el-title {
    margin-bottom: 0;
  }
  #a45f4a4fa6a94a7 .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a45f4a4fa6a94a7 .category {
    font-size: 12px;
  }
  #a45f4a4fa6a94a7 .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#a0454a27afa00f4 .uk-container {
  line-height: 2;
  color: #999;
}
#a8e72a6192a366a > .ele-wrap {background-color: rgba(191, 41, 30, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6c86af394ac6b2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6c86af394ac6b2 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6c86af394ac6b2 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 20px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
}
#a6c86af394ac6b2 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a6c86af394ac6b2 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
  margin-left: 0;
  margin-right: 0;
}
#a6c86af394ac6b2 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
  background-color: #ffffff;
  margin-right: 0;
  margin-left: 0;
  border-right-style: none;
}
#a6c86af394ac6b2 .menu-list > li.active > a:before,
#a6c86af394ac6b2 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a6c86af394ac6b2 .menu-list > li ul li {
  position: relative;
}
#a6c86af394ac6b2 .menu-list > li ul li:hover > a {
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #bf291e;
  width: 240px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a6c86af394ac6b2 .menu-list li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul li a:active,
#a6c86af394ac6b2 .menu-list li ul li a.active,
#a6c86af394ac6b2 .menu-list li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul,
#a6c86af394ac6b2 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul.menu-b > li,
#a6c86af394ac6b2 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a6c86af394ac6b2 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a6c86af394ac6b2 .menu-list li:hover > ul {
  display: block;
}
#a6c86af394ac6b2 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a2fbaa7aefab2ab .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a97efa1b3ea58e3 .comment-detail {
  min-height: 600px;
}
#a97efa1b3ea58e3 table {
  background: #f9fdff;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#a97efa1b3ea58e3 table th,
#a97efa1b3ea58e3 table td {
  padding: 10px 20px;
  border: #ececec 1px solid;
  line-height: 1.8em;
}
#a97efa1b3ea58e3 table th {
  padding-left: 0;
  text-align: right;
  background: #eff7fe;
  font-weight: normal;
  color: #333;
}
#a97efa1b3ea58e3 .red {
  color: #F00!important;
}
#a97efa1b3ea58e3 .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;
}
#ab20fa0ef5a2e43 .uk-container {
  line-height: 2;
  color: #999;
}
#a8e72a6192a366a > .ele-wrap {background-color: rgba(191, 41, 30, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6c86af394ac6b2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6c86af394ac6b2 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6c86af394ac6b2 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 20px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
}
#a6c86af394ac6b2 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a6c86af394ac6b2 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
  margin-left: 0;
  margin-right: 0;
}
#a6c86af394ac6b2 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
  background-color: #ffffff;
  margin-right: 0;
  margin-left: 0;
  border-right-style: none;
}
#a6c86af394ac6b2 .menu-list > li.active > a:before,
#a6c86af394ac6b2 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a6c86af394ac6b2 .menu-list > li ul li {
  position: relative;
}
#a6c86af394ac6b2 .menu-list > li ul li:hover > a {
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #bf291e;
  width: 240px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a6c86af394ac6b2 .menu-list li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul li a:active,
#a6c86af394ac6b2 .menu-list li ul li a.active,
#a6c86af394ac6b2 .menu-list li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul,
#a6c86af394ac6b2 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #bf291e;
}
#a6c86af394ac6b2 .menu-list li ul.menu-b > li,
#a6c86af394ac6b2 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a6c86af394ac6b2 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a6c86af394ac6b2 .menu-list li:hover > ul {
  display: block;
}
#a6c86af394ac6b2 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
