.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: #008f4d;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
.uk-link:hover {
  color: #008f4d;
}
/* 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: #008f4d;
}
/* 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: #008f4d;
  text-shadow: none;
}
::selection {
  background: #008f4d;
  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 #008f4d;
}
/* Small
   ========================================================================== */
/*
   * Reset child height, caused by `inline-block`
   */
.uk-divider-small {
  line-height: 0;
}
.uk-divider-small::after {
  border-top: 2px solid #008f4d;
}
/* ========================================================================
     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: #008f4d;
  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: #008f4d;
  outline: none;
}
/* OnClick + Active */
.uk-icon-button:active,
.uk-active > .uk-icon-button {
  background-color: #008f4d;
  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: #008f4d;
  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: #008f4d;
}
/* OnClick + Active */
.uk-button-default:active,
.uk-button-default.uk-active {
  background-color: #008f4d;
  color: #ffffff;
}
/*
   * Primary
   */
.uk-button-primary {
  background-color: #008f4d;
  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: #008f4d;
  color: #ffffff;
  border-color: #008f4d;
}
/*
   * 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: #008f4d;
}
/* 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: #008f4d;
}
/* Hover + Focus */
.uk-button-link:hover,
.uk-button-link:focus {
  color: #008f4d;
}
/* 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: #008f4d;
}
/*
   * 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: #008f4d;
}
/*
   * 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: #008f4d;
  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: #008f4d;
  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: #008f4d;
}
/*
   * 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: #008f4d;
  color: #ffffff;
}
/*
   * Required for `a`
   */
.uk-badge:hover,
.uk-badge:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
/* ========================================================================
     Component: Label
   ========================================================================== */
.uk-label {
  background: #008f4d;
  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: #008f4d;
  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: #008f4d;
}
/* 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: #008f4d;
  outline: none;
}
.uk-navbar-nav > li > a:hover::before {
  background-color: currentColor;
}
/* OnClick */
.uk-navbar-nav > li.uk-active > a::before {
  background-color: #008f4d;
}
/* Item
   ========================================================================== */
.uk-navbar-item {
  color: #666;
}
/* Toggle
   ========================================================================== */
.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus,
.uk-navbar-toggle.uk-open {
  color: #008f4d;
}
/* 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: #008f4d;
  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: #008f4d;
  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: #008f4d;
  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: #008f4d;
}
/* 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: #008f4d;
  border-color: transparent;
}
/* Active */
.uk-dotnav > .uk-active > * {
  background-color: #008f4d;
  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: #008f4d;
}
/*
   * 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: #008f4d;
}
/* 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: #008f4d;
}
/*
   * 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: #008f4d;
  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: #008f4d;
}
.uk-progress::-moz-progress-bar {
  background-color: #008f4d;
}
.uk-progress::-ms-fill {
  background-color: #008f4d;
}
/* ========================================================================
     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: #008f4d !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: #008f4d !important;
}
@supports (-webkit-background-clip: text) {
  .uk-text-background {
    background-color: #008f4d;
  }
}
/* ========================================================================
     Component: Background
   ========================================================================== */
/* Color
   ========================================================================== */
.uk-background-default {
  background-color: #ffffff;
}
.uk-background-muted {
  background-color: #f8f8f8;
}
.uk-background-primary {
  background-color: #008f4d;
}
.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: #008f4d;
  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: #008f4d;
  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: #008f4d;
  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: #008f4d;
}
.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: #008f4d;
}
.uk-section-muted .uk-navbar-container.uk-navbar-sticky {
  background-color: #f8f8f8;
}
.uk-section-primary .uk-navbar-container.uk-navbar-sticky {
  background-color: #008f4d;
}
.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: #008f4d;
  border-color: #008f4d;
}
.category .uk-pagination li:hover,
.ap-pagination li:hover,
.dynamic-pagination li:hover {
  border-color: #008f4d;
}
/* ========================================================================
   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: #005c32;
}
.ap-list-filter dd a.active {
  background-color: #008f4d;
  color: #fff;
  border-radius: 2px;
}
.ap-filter-dropdown .filter-item-wrap.open,
.ap-filter-dropdown .filter-item.active {
  color: #008f4d;
}
.category li a.active {
  color: #008f4d;
}
.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: #008f4d;
}
.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: #008f4d;
  border: 1px solid rgba(0, 143, 77, 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: #008f4d;
}
form .step .ui-step.active .ui-step-title {
  color: #008f4d;
}
/**************** 自定义版块样式 ********************/
.btn-effect-1 {
  border-color: #008f4d;
  background-color: #008f4d;
  color: #fff;
}
.header-effect-6 [data-item='title']::before {
  background-color: #008f4d;
}
.header-effect-7 [data-item='subTitle'] {
  display: inline-block;
  padding: 2px 8px;
  font-size: 12px;
  background-color: #008f4d;
  color: #fff !important;
}
.btn-effect-2 {
  background-color: transparent;
  border: 1px solid #008f4d;
  color: #008f4d;
}
.btn-effect-2:hover {
  background-color: #008f4d;
}
.uk-button.btn-effect-5 {
  background-color: #008f4d;
  box-shadow: 0 0 15px rgba(0, 143, 77, 0.8);
}
.header-effect-3 [data-item='title']::after {
  background: #008f4d;
}
.header-effect-6 [data-item='title']::before {
  background-color: #008f4d;
}
#aaeecadbe2a57fd .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a1febac426abae6 .sidebar {
  width: 300px;
  margin-left: 20px;
}
#a1febac426abae6 .sidebar.left {
  margin-left: 0;
  margin-right: 20px;
}
@media (max-width: 640px) {
  #a1febac426abae6 .sidebar {
    width: 100%;
    margin: 0 0 15px;
  }
}
#a1febac426abae6 .data-list .uk-card {
  cursor: pointer !important;
}
#a1febac426abae6 .data-list .uk-card img {
  max-height: 300px;
}
#a1febac426abae6 .data-list .uk-card:hover {
  background: #fafafa;
}
#a1febac426abae6 .data-list .uk-card:hover .uk-h4 {
  color: #008f4d;
}
#a1febac426abae6 .data-list .uk-card .uk-card-media-left img {
  transition: all .3s ease;
}
#a1febac426abae6 .data-list .uk-card .uk-card-media-left:hover img {
  transform: scale(1.05);
}
#a1febac426abae6 .data-list .uk-card-media-left {
  border-radius: 4px;
  overflow: hidden;
}
#a1febac426abae6 .search-form {
  position: relative;
  overflow: hidden;
  background: #fff;
  display: block;
}
#a1febac426abae6 .search-form input.search-input {
  width: 100%;
  height: 34px;
  padding: 5px 52px 5px 10px;
  font-size: 14px;
  color: #333;
  border: 1px solid #efefef;
}
#a1febac426abae6 .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: #008f4d;
  cursor: pointer;
}
#a1febac426abae6 .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;
}
#a1febac426abae6 .uk-card .category:hover {
  background: #008f4d;
}
#a1febac426abae6 .accordion-menu {
  width: 100%;
}
#a1febac426abae6 .accordion-menu ul ul.submenu,
#a1febac426abae6 .accordion-menu ul ul.submenu li ul.submenu {
  background: transparent;
}
#a1febac426abae6 .accordion-menu-header {
  padding: 10px 10px 0;
  border-bottom: 1px solid #ececec;
}
#a1febac426abae6 .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;
}
#a1febac426abae6 .accordion-menu > ul > li > a {
  background: #fff;
  font-size: 14px;
  border-bottom: 1px solid #ececec;
}
#a1febac426abae6 .accordion-menu .menu-item.active > a {
  background: #008f4d;
  color: #fff;
}
#a1febac426abae6 .accordion-menu li a:hover {
  background-color: #008f4d;
  color: #fff;
  border: none;
}
#a1febac426abae6 .accordion-menu .submenu-indicator {
  cursor: pointer;
  position: absolute;
  font-size: 20px;
  line-height: 40px;
  padding: 0 20px;
  right: 0;
}
#a1febac426abae6 .phone {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
#a1febac426abae6 .hot-list,
#a1febac426abae6 .new-list {
  padding: 12px;
}
#a1febac426abae6 .new-list a:hover,
#a1febac426abae6 .hot-list a:hover {
  color: #008f4d;
}
#a1febac426abae6 .hot-item .thumb {
  display: inline-block;
  width: 100px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 2px;
  flex-shrink: 0;
}
#a1febac426abae6 .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#a1febac426abae6 .hot-item:hover a {
  color: #008f4d;
}
#a1febac426abae6 .panel-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#a1febac426abae6 .panel-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #008f4d;
  content: "";
}
#a1febac426abae6 .content-header {
  padding-bottom: 10px;
}
#a1febac426abae6 .item-title {
  color: #333;
}
#a1febac426abae6 input::placeholder {
  color: #999;
}
#a1febac426abae6 .datetime {
  color: #999;
}
#a1febac426abae6 .new-item a {
  padding-left: 25px;
}
#a1febac426abae6 .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;
}
#aa7c1a7db9a377b .uk-container {
  line-height: 2;
  color: #999;
}
#a7dd5a8918a2e0a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4521a453fa1fb0 form {
  width: 100%;
  height: 100%;
}
#a4521a453fa1fb0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4521a453fa1fb0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4521a453fa1fb0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4521a453fa1fb0 .search-box .search-type.show {
  display: block;
}
#a4521a453fa1fb0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4521a453fa1fb0 .search-box .search-type li:hover {
  color: #008f4d;
}
#a4521a453fa1fb0 .search-box .search-type li.active {
  color: #008f4d;
}
#a4521a453fa1fb0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #b9b9b9;
  border-right-color: #b9b9b9;
  border-left-color: #b9b9b9;
  border-bottom-color: #b9b9b9;
}
#a4521a453fa1fb0 .inner-form .input-field {
  height: 100%;
}
#a4521a453fa1fb0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a4521a453fa1fb0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a4521a453fa1fb0 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a4521a453fa1fb0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #008f4d;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a4521a453fa1fb0 .btn-search:hover {
  background: #008f4d;
}
#a4521a453fa1fb0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a028ba39f6a5f29 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a028ba39f6a5f29 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a028ba39f6a5f29 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a028ba39f6a5f29 .menu-list > li > a {
  padding: 0 20px;
}
#a028ba39f6a5f29 .menu-list > li:hover:before {
  height: 100%;
}
#a028ba39f6a5f29 .menu-list > li:hover:after {
  color: auto;
}
#a028ba39f6a5f29 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: rgba(34, 25, 77, 0);
  font-weight: 400;
  content: "|";
}
#a028ba39f6a5f29 .menu-list > li:first-child:after {
  content: "";
}
#a028ba39f6a5f29 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: none;
}
#a028ba39f6a5f29 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a028ba39f6a5f29 .menu-list > li ul li {
  position: relative;
}
#a028ba39f6a5f29 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.61);
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a028ba39f6a5f29 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
}
#a028ba39f6a5f29 .menu-list > li:hover > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: solid;
}
#a028ba39f6a5f29 li ul li:hover > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul li a:active,
#a028ba39f6a5f29 li ul li a.active,
#a028ba39f6a5f29 li ul li.active > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul,
#a028ba39f6a5f29 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a028ba39f6a5f29 li:hover > ul {
  left: auto;
}
#a028ba39f6a5f29 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#afd3ba693ca93d9 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a581da863ca918e {
  min-height: 300px;
}
#a6f1aa125caf04e .uk-container {
  line-height: 2;
  color: #999;
}
#a7dd5a8918a2e0a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4521a453fa1fb0 form {
  width: 100%;
  height: 100%;
}
#a4521a453fa1fb0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4521a453fa1fb0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4521a453fa1fb0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4521a453fa1fb0 .search-box .search-type.show {
  display: block;
}
#a4521a453fa1fb0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4521a453fa1fb0 .search-box .search-type li:hover {
  color: #008f4d;
}
#a4521a453fa1fb0 .search-box .search-type li.active {
  color: #008f4d;
}
#a4521a453fa1fb0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #b9b9b9;
  border-right-color: #b9b9b9;
  border-left-color: #b9b9b9;
  border-bottom-color: #b9b9b9;
}
#a4521a453fa1fb0 .inner-form .input-field {
  height: 100%;
}
#a4521a453fa1fb0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a4521a453fa1fb0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a4521a453fa1fb0 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a4521a453fa1fb0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #008f4d;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a4521a453fa1fb0 .btn-search:hover {
  background: #008f4d;
}
#a4521a453fa1fb0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a028ba39f6a5f29 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a028ba39f6a5f29 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a028ba39f6a5f29 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a028ba39f6a5f29 .menu-list > li > a {
  padding: 0 20px;
}
#a028ba39f6a5f29 .menu-list > li:hover:before {
  height: 100%;
}
#a028ba39f6a5f29 .menu-list > li:hover:after {
  color: auto;
}
#a028ba39f6a5f29 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: rgba(34, 25, 77, 0);
  font-weight: 400;
  content: "|";
}
#a028ba39f6a5f29 .menu-list > li:first-child:after {
  content: "";
}
#a028ba39f6a5f29 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: none;
}
#a028ba39f6a5f29 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a028ba39f6a5f29 .menu-list > li ul li {
  position: relative;
}
#a028ba39f6a5f29 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.61);
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a028ba39f6a5f29 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
}
#a028ba39f6a5f29 .menu-list > li:hover > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: solid;
}
#a028ba39f6a5f29 li ul li:hover > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul li a:active,
#a028ba39f6a5f29 li ul li a.active,
#a028ba39f6a5f29 li ul li.active > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul,
#a028ba39f6a5f29 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a028ba39f6a5f29 li:hover > ul {
  left: auto;
}
#a028ba39f6a5f29 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a86e5a4c1cabc3e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a536aa4961a1644 {
  overflow: hidden;
}
#a536aa4961a1644 , #a536aa4961a1644 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;}#aa1dba55baa793a  {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);}#ae36fa278da1f26  {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);}#a0cc2abb5fafa6c .inner-detail p {
  margin: 0 0 nullpx 0;
}
#a0cc2abb5fafa6c .inner-detail {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 35px;
}
#ae047a67ebaa922, #ae047a67ebaa922 a {
        font-weight: normal;
        font-style: normal;
    text-align: right;font-family: inherit;}#a4682a4190a8768, #a4682a4190a8768 a {
        font-weight: normal;
        font-style: normal;
    text-align: right;font-family: inherit;}#adfcea06d6a23c7 form {
  width: 100%;
  height: 100%;
}
#adfcea06d6a23c7 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#adfcea06d6a23c7 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#adfcea06d6a23c7 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#adfcea06d6a23c7 .search-box .search-type.show {
  display: block;
}
#adfcea06d6a23c7 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#adfcea06d6a23c7 .search-box .search-type li:hover {
  color: #00ad5f;
}
#adfcea06d6a23c7 .search-box .search-type li.active {
  color: #00ad5f;
}
#adfcea06d6a23c7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #ffffff;
  overflow: hidden;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}
#adfcea06d6a23c7 .inner-form .input-field {
  height: 100%;
}
#adfcea06d6a23c7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #999999;
}
#adfcea06d6a23c7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #bfbfbf;
}
#adfcea06d6a23c7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #bfbfbf;
}
#adfcea06d6a23c7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #bfbfbf;
}
#adfcea06d6a23c7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#adfcea06d6a23c7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#adfcea06d6a23c7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#adfcea06d6a23c7 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #999999;
  margin: 0 15px;
}
#adfcea06d6a23c7 .inner-form .input-field.second-wrap {
  min-width: 80px;
}
#adfcea06d6a23c7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
}
#adfcea06d6a23c7 .btn-search:hover {
  background: #00ad5f;
}
#adfcea06d6a23c7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#ac539a01a7a2870 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a12b0abd8ca2216 > .ele-wrap {background-color: rgba(255, 255, 255, 1);}#a4af0a9938ae251 .a6079aca2ea9326 {
  overflow: hidden;
}
#a4af0a9938ae251 .a6079aca2ea9326 , #a4af0a9938ae251 .a6079aca2ea9326 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#a4af0a9938ae251 .uk-grid {
  margin-left: -20px;
}
#a4af0a9938ae251 .uk-grid > * {
  padding-left: 20px;
}
#a4af0a9938ae251 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a4af0a9938ae251 .uk-position-center-left-out {
    left: -30px;
  }
  #a4af0a9938ae251 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#add37a4540a392d > .ele-wrap {background-color: rgba(255, 255, 255, 1);}#a1be5ad82ba6f1a .a9a4cadaf9a2074 {
  overflow: hidden;
}
#a1be5ad82ba6f1a .a9a4cadaf9a2074 , #a1be5ad82ba6f1a .a9a4cadaf9a2074 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(51, 51, 51, 1);}#a1be5ad82ba6f1a .af5e0adcafa51cf > .ele-wrap {background-color: rgba(240, 240, 240, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1be5ad82ba6f1a .aea80a984faa933 {
  overflow: hidden;
}
#a1be5ad82ba6f1a .aea80a984faa933 , #a1be5ad82ba6f1a .aea80a984faa933 > * {
        font-weight: normal;
        font-style: normal;
    text-align: center;font-family: inherit;}#a1be5ad82ba6f1a .uk-grid {
  margin-left: -10px;
}
#a1be5ad82ba6f1a .uk-grid > * {
  padding-left: 10px;
}
#a1be5ad82ba6f1a .dynamic-list-item {
  border-bottom-width: 1px;
  border-bottom-color: #f0f0f0;
  border-bottom-style: dashed;
}
#a1be5ad82ba6f1a .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a1be5ad82ba6f1a .uk-position-center-left-out {
    left: -30px;
  }
  #a1be5ad82ba6f1a .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aaeecadbe2a57fd .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a7565ae1fda3cb3 .sidebar {
  width: 300px;
  margin-left: 20px;
}
#a7565ae1fda3cb3 .sidebar.left {
  margin-left: 0;
  margin-right: 20px;
}
#a7565ae1fda3cb3 .abstract {
  white-space: pre-wrap;
}
@media (max-width: 640px) {
  #a7565ae1fda3cb3 .sidebar {
    width: 100%;
    margin: 0 0 15px;
  }
  #a7565ae1fda3cb3 .uk-container {
    padding: 0;
  }
  #a7565ae1fda3cb3 .sidebar {
    padding: 10px;
  }
}
#a7565ae1fda3cb3 .search-form {
  position: relative;
  overflow: hidden;
  background: #fff;
  display: block;
}
#a7565ae1fda3cb3 .search-form .search-input {
  width: 100%;
  height: 34px;
  padding: 5px 52px 5px 10px;
  font-size: 14px;
  color: #333;
  border: 1px solid #efefef;
}
#a7565ae1fda3cb3 .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: #008f4d;
  cursor: pointer;
}
#a7565ae1fda3cb3 .content-tags a {
  display: inline-block;
  margin: 0 10px 5px 0;
  padding: 5px 15px;
  font-size: 14px;
  line-height: 1.2;
  color: #666;
  border: 1px solid #999;
  border-radius: 3px;
  transition: all .3s ease;
}
#a7565ae1fda3cb3 .content-tags a:hover {
  background: #008f4d;
  color: #fff;
  border-color: #008f4d;
}
#a7565ae1fda3cb3 .abstract,
#a7565ae1fda3cb3 .copyright {
  margin: 15px 0;
  font-size: 14px;
  line-height: 1.6;
  color: #999;
  border: 1px solid #efefef;
  background: #fbfbfb;
  border-radius: 3px;
}
#a7565ae1fda3cb3 .copyright a {
  color: #999;
  word-break: break-all;
}
#a7565ae1fda3cb3 .detail-content {
  font-size: 16px;
  color: #444;
}
#a7565ae1fda3cb3 .detail-content img {
  margin-bottom: 10px;
}
#a7565ae1fda3cb3 .detail-content table {
  font-size: 13px;
}
#a7565ae1fda3cb3 .phone {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
#a7565ae1fda3cb3 .hot-list,
#a7565ae1fda3cb3 .new-list {
  padding: 12px;
}
#a7565ae1fda3cb3 .new-list a:hover,
#a7565ae1fda3cb3 .hot-list a:hover {
  color: #008f4d;
}
#a7565ae1fda3cb3 .hot-item .thumb {
  display: inline-block;
  width: 100px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 2px;
  flex-shrink: 0;
}
#a7565ae1fda3cb3 .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#a7565ae1fda3cb3 .hot-item:hover a {
  color: #008f4d;
}
#a7565ae1fda3cb3 .panel-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#a7565ae1fda3cb3 .panel-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #008f4d;
  content: "";
}
#a7565ae1fda3cb3 .content-header {
  padding-bottom: 10px;
}
#a7565ae1fda3cb3 .item-title {
  color: #333;
}
#a7565ae1fda3cb3 input::placeholder {
  color: #999;
}
#a7565ae1fda3cb3 .datetime {
  color: #999;
}
#a7565ae1fda3cb3 .new-item a {
  padding-left: 25px;
}
#a7565ae1fda3cb3 .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;
}
#a7565ae1fda3cb3 .siblings a {
  color: #444;
  line-height: 2;
}
#a7565ae1fda3cb3 .siblings a:hover {
  color: #008f4d;
}
#a1a58a84bba49eb .uk-container {
  line-height: 2;
  color: #999;
}
#a7dd5a8918a2e0a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4521a453fa1fb0 form {
  width: 100%;
  height: 100%;
}
#a4521a453fa1fb0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4521a453fa1fb0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4521a453fa1fb0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4521a453fa1fb0 .search-box .search-type.show {
  display: block;
}
#a4521a453fa1fb0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4521a453fa1fb0 .search-box .search-type li:hover {
  color: #008f4d;
}
#a4521a453fa1fb0 .search-box .search-type li.active {
  color: #008f4d;
}
#a4521a453fa1fb0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #b9b9b9;
  border-right-color: #b9b9b9;
  border-left-color: #b9b9b9;
  border-bottom-color: #b9b9b9;
}
#a4521a453fa1fb0 .inner-form .input-field {
  height: 100%;
}
#a4521a453fa1fb0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a4521a453fa1fb0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a4521a453fa1fb0 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a4521a453fa1fb0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #008f4d;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a4521a453fa1fb0 .btn-search:hover {
  background: #008f4d;
}
#a4521a453fa1fb0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a028ba39f6a5f29 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a028ba39f6a5f29 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a028ba39f6a5f29 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a028ba39f6a5f29 .menu-list > li > a {
  padding: 0 20px;
}
#a028ba39f6a5f29 .menu-list > li:hover:before {
  height: 100%;
}
#a028ba39f6a5f29 .menu-list > li:hover:after {
  color: auto;
}
#a028ba39f6a5f29 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: rgba(34, 25, 77, 0);
  font-weight: 400;
  content: "|";
}
#a028ba39f6a5f29 .menu-list > li:first-child:after {
  content: "";
}
#a028ba39f6a5f29 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: none;
}
#a028ba39f6a5f29 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a028ba39f6a5f29 .menu-list > li ul li {
  position: relative;
}
#a028ba39f6a5f29 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.61);
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a028ba39f6a5f29 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
}
#a028ba39f6a5f29 .menu-list > li:hover > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: solid;
}
#a028ba39f6a5f29 li ul li:hover > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul li a:active,
#a028ba39f6a5f29 li ul li a.active,
#a028ba39f6a5f29 li ul li.active > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul,
#a028ba39f6a5f29 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a028ba39f6a5f29 li:hover > ul {
  left: auto;
}
#a028ba39f6a5f29 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ab04aa1de9a11ea .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a3852a1440a2c88 .uk-container {
  line-height: 2;
  color: #999;
}
#a7dd5a8918a2e0a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4521a453fa1fb0 form {
  width: 100%;
  height: 100%;
}
#a4521a453fa1fb0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4521a453fa1fb0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4521a453fa1fb0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4521a453fa1fb0 .search-box .search-type.show {
  display: block;
}
#a4521a453fa1fb0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4521a453fa1fb0 .search-box .search-type li:hover {
  color: #008f4d;
}
#a4521a453fa1fb0 .search-box .search-type li.active {
  color: #008f4d;
}
#a4521a453fa1fb0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #b9b9b9;
  border-right-color: #b9b9b9;
  border-left-color: #b9b9b9;
  border-bottom-color: #b9b9b9;
}
#a4521a453fa1fb0 .inner-form .input-field {
  height: 100%;
}
#a4521a453fa1fb0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a4521a453fa1fb0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a4521a453fa1fb0 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a4521a453fa1fb0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #008f4d;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a4521a453fa1fb0 .btn-search:hover {
  background: #008f4d;
}
#a4521a453fa1fb0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a028ba39f6a5f29 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a028ba39f6a5f29 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a028ba39f6a5f29 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a028ba39f6a5f29 .menu-list > li > a {
  padding: 0 20px;
}
#a028ba39f6a5f29 .menu-list > li:hover:before {
  height: 100%;
}
#a028ba39f6a5f29 .menu-list > li:hover:after {
  color: auto;
}
#a028ba39f6a5f29 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: rgba(34, 25, 77, 0);
  font-weight: 400;
  content: "|";
}
#a028ba39f6a5f29 .menu-list > li:first-child:after {
  content: "";
}
#a028ba39f6a5f29 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: none;
}
#a028ba39f6a5f29 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a028ba39f6a5f29 .menu-list > li ul li {
  position: relative;
}
#a028ba39f6a5f29 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.61);
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a028ba39f6a5f29 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
}
#a028ba39f6a5f29 .menu-list > li:hover > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: solid;
}
#a028ba39f6a5f29 li ul li:hover > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul li a:active,
#a028ba39f6a5f29 li ul li a.active,
#a028ba39f6a5f29 li ul li.active > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul,
#a028ba39f6a5f29 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a028ba39f6a5f29 li:hover > ul {
  left: auto;
}
#a028ba39f6a5f29 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a8752af0e3a075b .ap-category-filter ul li {
  margin-bottom: 20px;
}
#a8752af0e3a075b .ap-category-filter ul li.active {
  border-color: #008f4d;
  color: #008f4d;
}
#a8752af0e3a075b .grid-list .product-item {
  overflow: hidden;
}
#a8752af0e3a075b .grid-list .product-preview .img {
  display: block;
}
#a8752af0e3a075b .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#a8752af0e3a075b .grid-list .tags .tag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 4px 1px;
  border-radius: 2px;
  background-color: #F8353E;
  margin-right: 4px;
  float: left;
}
#a8752af0e3a075b .grid-list .product-info {
  min-height: 110px;
}
#a8752af0e3a075b .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#a8752af0e3a075b .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#a8752af0e3a075b .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#a8752af0e3a075b .grid-list .category-name {
  font-size: 12px;
}
#a8752af0e3a075b .grid-list .category-name a {
  color: #777;
}
#a8752af0e3a075b .grid-list .title,
#a8752af0e3a075b .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#a8752af0e3a075b .grid-list .title a,
#a8752af0e3a075b .grid-list .subTitle a {
  color: #191919;
}
#a8752af0e3a075b .grid-list .product-buttons {
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#a8752af0e3a075b .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#a8752af0e3a075b .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#a8752af0e3a075b .grid-list .product-preview {
  border-radius: 0px;
  overflow: hidden;
}
#a8752af0e3a075b .grid-list .product-btn {
  background-color: #008f4d;
}
#a8752af0e3a075b .grid-list .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
}
#a8752af0e3a075b .grid-list .product:hover {
  background-color: auto;
}
#a8752af0e3a075b .grid-list .product:hover .title a {
  color: #444;
}
#a8752af0e3a075b .grid-list .product:hover .subTitle {
  color: auto;
}
#a8752af0e3a075b .grid-list .product:hover .category {
  color: auto;
}
#a8752af0e3a075b .grid-list .product:hover .abstract {
  color: auto;
}
#a8752af0e3a075b .grid-list .product:hover .product-btn {
  color: auto;
}
@media (max-width: 640px) {
  #a8752af0e3a075b .grid-list .product-info {
    min-height: 0;
  }
  #a8752af0e3a075b .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #a8752af0e3a075b .grid-list .product-buttons {
    display: none;
  }
}
#aaeecadbe2a57fd .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a7d41a3e46ae34b .detail-content .goods-params div {
  margin: 4px 0;
}
#a7d41a3e46ae34b .desc {
  white-space: pre-wrap;
}
#a7d41a3e46ae34b .video-box,
#a7d41a3e46ae34b .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#a7d41a3e46ae34b .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#a7d41a3e46ae34b .goods-slider {
  width: 430px;
  max-width: 100%;
}
#a7d41a3e46ae34b .preview-box img {
  width: 100%;
}
#a7d41a3e46ae34b .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;
}
#a7d41a3e46ae34b .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#a7d41a3e46ae34b .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#a7d41a3e46ae34b .thumb-box {
  width: 100%;
  position: relative;
}
#a7d41a3e46ae34b .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#a7d41a3e46ae34b .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#a7d41a3e46ae34b .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#a7d41a3e46ae34b .thumb-list {
  overflow: hidden;
}
#a7d41a3e46ae34b .thumb-list ul {
  width: 100000px;
}
#a7d41a3e46ae34b .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#a7d41a3e46ae34b .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#a7d41a3e46ae34b .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;
}
#a7d41a3e46ae34b .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#a7d41a3e46ae34b .thumb-list ul li.active img {
  border-color: #008f4d;
}
#a7d41a3e46ae34b .zoom-box {
  display: none;
  overflow: hidden;
  position: absolute;
  left: 440px;
  top: 0;
  width: 500px;
  height: 500px;
  border: 1px solid #e4e4e4;
  z-index: 400;
  background: #fff;
}
#a7d41a3e46ae34b .zoom-box img {
  max-width: initial;
}
#a7d41a3e46ae34b .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#a7d41a3e46ae34b .goods-intro .desc {
  font-size: 14px;
  line-height: 20px;
  color: #999;
}
#a7d41a3e46ae34b .goods-intro .price {
  margin-top: 20px;
  background-color: #f5f3ef;
  border-top: 1px dotted #dedede;
  border-bottom: 1px dotted #dedede;
  padding: 16px 10px 13px;
  line-height: 24px;
  font-size: 13px;
  position: relative;
}
#a7d41a3e46ae34b .goods-intro .price span {
  line-height: 30px;
}
#a7d41a3e46ae34b .goods-intro .price .label {
  min-width: 55px;
  font-size: 13px;
  float: left;
  color: #666;
}
#a7d41a3e46ae34b .price .present-price {
  display: inline-block;
  font-weight: 700;
  margin-right: 1px;
  height: 30px;
  font-size: 28px;
  line-height: 30px;
  margin-left: 2px;
  color: #008f4d;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#a7d41a3e46ae34b .price .present-price .rmb {
  margin-left: 0;
  line-height: 30px;
  color: #008f4d;
  font-size: 18px;
}
#a7d41a3e46ae34b .price .origin-price {
  display: inline-block;
  font-size: 13px;
  color: #999;
  line-height: 24px;
}
#a7d41a3e46ae34b .line-through {
  text-decoration: line-through;
}
#a7d41a3e46ae34b .price hr {
  margin: 10px 20px 10px 0;
  overflow: hidden;
  border: none;
  height: 1px;
  border-bottom: 1px dashed #d2d2d2;
}
#a7d41a3e46ae34b .price .policy-info {
  margin-left: 65px;
  padding-top: 2px;
  line-height: 20px;
  color: #666;
  display: block;
}
#a7d41a3e46ae34b .price .policy-info li {
  display: inline-block;
  position: relative;
  margin-right: 30px;
  line-height: 24px;
}
#a7d41a3e46ae34b .price .policy-info li::before {
  content: '･ ';
  position: absolute;
  left: -10px;
  top: 0;
}
#a7d41a3e46ae34b .number {
  margin-top: 20px;
  margin-left: 10px;
}
#a7d41a3e46ae34b .number .name {
  line-height: 30px;
  width: 54px;
}
#a7d41a3e46ae34b .number .select-num {
  display: inline-block;
  border: 1px solid #ddd;
  overflow: hidden;
  line-height: 30px;
}
#a7d41a3e46ae34b .select-num .btn {
  position: relative;
  width: 36px;
  height: 30px;
  line-height: 28px;
  background: #fff;
  text-align: center;
  color: #888;
  cursor: pointer;
}
#a7d41a3e46ae34b .select-num .btn.disable {
  cursor: not-allowed;
  color: #ececec;
}
#a7d41a3e46ae34b .select-num i {
  line-height: 30px;
}
#a7d41a3e46ae34b .select-num .less {
  float: left;
  border-right: 1px solid #ddd;
}
#a7d41a3e46ae34b .select-num .more {
  float: right;
  border-left: 1px solid #ddd;
}
#a7d41a3e46ae34b .select-num input {
  border: none;
  text-align: center;
  font-size: 12px;
  color: #333;
  width: 60px;
  height: 28px;
}
#a7d41a3e46ae34b .buttons {
  margin: 30px 0 0 12px;
}
#a7d41a3e46ae34b .buttons .button {
  display: inline-block;
  margin-right: 8px;
  width: 168px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  background-color: #008f4d;
  text-align: center;
  border-radius: 2px;
}
#a7d41a3e46ae34b .promote-goods {
  margin-top: 40px;
  border: 1px solid #e8e8e8;
}
#a7d41a3e46ae34b .promote-goods .price {
  color: #d62525;
  line-height: 22px;
}
#a7d41a3e46ae34b .promote-goods .promote-title {
  height: 44px;
  line-height: 44px;
  padding-left: 15px;
  font-size: 17px;
  position: relative;
  background-color: #f5f5f5;
}
#a7d41a3e46ae34b .promote-goods .uk-slider {
  padding: 10px 50px;
}
#a7d41a3e46ae34b .hot-list .img-wrap {
  display: block;
}
#a7d41a3e46ae34b .right {
  width: 298px;
  border: 1px solid #e8e8e8;
}
#a7d41a3e46ae34b .right .title {
  line-height: 40px;
  background-color: #f5f5f5;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  border-bottom: 1px solid #e8e8e8;
}
#a7d41a3e46ae34b .left .nav-wrap {
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  height: 44px;
}
#a7d41a3e46ae34b .left .detail-nav-tab .item {
  min-width: 120px;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  border-right: 1px solid #e8e8e8;
  padding: 0 30px;
  text-align: center;
  float: left;
}
#a7d41a3e46ae34b .detail-nav-tab ul {
  display: flex;
  overflow: scroll;
  scrollbar-width: 0;
}
#a7d41a3e46ae34b ::-webkit-scrollbar {
  display: none;
}
#a7d41a3e46ae34b .left .detail-nav-tab .item a {
  color: #555;
  font-weight: 500;
  display: block;
}
#a7d41a3e46ae34b .left .detail-nav-tab .item.uk-active,
#a7d41a3e46ae34b .left .detail-nav-tab .item:hover {
  background: #fff;
  border-top: 3px solid #008f4d;
  background-color: #fff;
  border-bottom: 1px solid #fff;
  line-height: 40px;
}
#a7d41a3e46ae34b .left .detail-nav-tab .item.uk-active a {
  color: #008f4d;
  cursor: default;
}
#a7d41a3e46ae34b .hot-list .item {
  margin: 24px 24px 0;
  border-bottom: 1px solid #e8e8e8;
}
#a7d41a3e46ae34b .hot-list .item:last-child {
  border-bottom: none;
}
#a7d41a3e46ae34b .hot-list .item .goods-title {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  max-width: 156px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #333;
  margin: 8px auto 6px;
}
#a7d41a3e46ae34b .hot-list .item .goods-title:hover {
  color: #008f4d;
}
#a7d41a3e46ae34b .hot-list .item .price {
  font-size: 14px;
  line-height: 1;
  color: #008f4d;
  text-align: center;
  font-weight: bolder;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#a7d41a3e46ae34b .hot-list .item .origin-price {
  text-decoration: line-through;
  color: #666;
}
#a7d41a3e46ae34b .hot-list .item .goods-info {
  padding: 0 5px 18px;
}
#a7d41a3e46ae34b .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
@media (max-width: 640px) {
  #a7d41a3e46ae34b .right {
    width: 100%;
  }
  #a7d41a3e46ae34b .preview-box img {
    height: 340px;
  }
  #a7d41a3e46ae34b .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;
  }
  #a7d41a3e46ae34b .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #a7d41a3e46ae34b .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#aee52afc60a6113 .uk-container {
  line-height: 2;
  color: #999;
}
#a7dd5a8918a2e0a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4521a453fa1fb0 form {
  width: 100%;
  height: 100%;
}
#a4521a453fa1fb0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4521a453fa1fb0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4521a453fa1fb0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4521a453fa1fb0 .search-box .search-type.show {
  display: block;
}
#a4521a453fa1fb0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4521a453fa1fb0 .search-box .search-type li:hover {
  color: #008f4d;
}
#a4521a453fa1fb0 .search-box .search-type li.active {
  color: #008f4d;
}
#a4521a453fa1fb0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #b9b9b9;
  border-right-color: #b9b9b9;
  border-left-color: #b9b9b9;
  border-bottom-color: #b9b9b9;
}
#a4521a453fa1fb0 .inner-form .input-field {
  height: 100%;
}
#a4521a453fa1fb0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a4521a453fa1fb0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a4521a453fa1fb0 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a4521a453fa1fb0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #008f4d;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a4521a453fa1fb0 .btn-search:hover {
  background: #008f4d;
}
#a4521a453fa1fb0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a028ba39f6a5f29 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a028ba39f6a5f29 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a028ba39f6a5f29 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a028ba39f6a5f29 .menu-list > li > a {
  padding: 0 20px;
}
#a028ba39f6a5f29 .menu-list > li:hover:before {
  height: 100%;
}
#a028ba39f6a5f29 .menu-list > li:hover:after {
  color: auto;
}
#a028ba39f6a5f29 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: rgba(34, 25, 77, 0);
  font-weight: 400;
  content: "|";
}
#a028ba39f6a5f29 .menu-list > li:first-child:after {
  content: "";
}
#a028ba39f6a5f29 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: none;
}
#a028ba39f6a5f29 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a028ba39f6a5f29 .menu-list > li ul li {
  position: relative;
}
#a028ba39f6a5f29 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.61);
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a028ba39f6a5f29 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
}
#a028ba39f6a5f29 .menu-list > li:hover > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: solid;
}
#a028ba39f6a5f29 li ul li:hover > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul li a:active,
#a028ba39f6a5f29 li ul li a.active,
#a028ba39f6a5f29 li ul li.active > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul,
#a028ba39f6a5f29 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a028ba39f6a5f29 li:hover > ul {
  left: auto;
}
#a028ba39f6a5f29 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a26e1a99c2a0cda .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ae4dba7692a1f8a .ap-overlay-gradient {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 100%);
}
#ae4dba7692a1f8a .uk-slider-items .uk-button-primary {
  color: #8792aa;
  border-color: #8792aa;
  background: transparent;
  border-radius: 3px;
}
#ae4dba7692a1f8a .uk-slider-items .uk-button-primary:hover {
  color: #fff;
  background: #008f4d;
  border-color: #008f4d;
}
#ae4dba7692a1f8a .uk-slidenav {
  background: rgba(0, 0, 0, 0.4);
}
#a6aaea8613a607b .uk-container {
  line-height: 2;
  color: #999;
}
#a7dd5a8918a2e0a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4521a453fa1fb0 form {
  width: 100%;
  height: 100%;
}
#a4521a453fa1fb0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4521a453fa1fb0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4521a453fa1fb0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4521a453fa1fb0 .search-box .search-type.show {
  display: block;
}
#a4521a453fa1fb0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4521a453fa1fb0 .search-box .search-type li:hover {
  color: #008f4d;
}
#a4521a453fa1fb0 .search-box .search-type li.active {
  color: #008f4d;
}
#a4521a453fa1fb0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #b9b9b9;
  border-right-color: #b9b9b9;
  border-left-color: #b9b9b9;
  border-bottom-color: #b9b9b9;
}
#a4521a453fa1fb0 .inner-form .input-field {
  height: 100%;
}
#a4521a453fa1fb0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a4521a453fa1fb0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a4521a453fa1fb0 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a4521a453fa1fb0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #008f4d;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a4521a453fa1fb0 .btn-search:hover {
  background: #008f4d;
}
#a4521a453fa1fb0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a028ba39f6a5f29 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a028ba39f6a5f29 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a028ba39f6a5f29 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a028ba39f6a5f29 .menu-list > li > a {
  padding: 0 20px;
}
#a028ba39f6a5f29 .menu-list > li:hover:before {
  height: 100%;
}
#a028ba39f6a5f29 .menu-list > li:hover:after {
  color: auto;
}
#a028ba39f6a5f29 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: rgba(34, 25, 77, 0);
  font-weight: 400;
  content: "|";
}
#a028ba39f6a5f29 .menu-list > li:first-child:after {
  content: "";
}
#a028ba39f6a5f29 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: none;
}
#a028ba39f6a5f29 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a028ba39f6a5f29 .menu-list > li ul li {
  position: relative;
}
#a028ba39f6a5f29 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.61);
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a028ba39f6a5f29 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
}
#a028ba39f6a5f29 .menu-list > li:hover > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: solid;
}
#a028ba39f6a5f29 li ul li:hover > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul li a:active,
#a028ba39f6a5f29 li ul li a.active,
#a028ba39f6a5f29 li ul li.active > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul,
#a028ba39f6a5f29 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a028ba39f6a5f29 li:hover > ul {
  left: auto;
}
#a028ba39f6a5f29 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a56afa748aa7368 .ap-category-filter ul li {
  margin-bottom: 20px;
}
#a56afa748aa7368 .ap-category-filter ul li.active {
  border-color: #008f4d;
  color: #008f4d;
}
#a56afa748aa7368 .grid-list .product-item {
  overflow: hidden;
}
#a56afa748aa7368 .grid-list .product-preview .img {
  display: block;
}
#a56afa748aa7368 .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#a56afa748aa7368 .grid-list .tags .tag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 4px 1px;
  border-radius: 2px;
  background-color: #F8353E;
  margin-right: 4px;
  float: left;
}
#a56afa748aa7368 .grid-list .product-info {
  min-height: 110px;
}
#a56afa748aa7368 .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#a56afa748aa7368 .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#a56afa748aa7368 .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#a56afa748aa7368 .grid-list .category-name {
  font-size: 12px;
}
#a56afa748aa7368 .grid-list .category-name a {
  color: #777;
}
#a56afa748aa7368 .grid-list .title,
#a56afa748aa7368 .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#a56afa748aa7368 .grid-list .title a,
#a56afa748aa7368 .grid-list .subTitle a {
  color: #191919;
}
#a56afa748aa7368 .grid-list .product-buttons {
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#a56afa748aa7368 .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#a56afa748aa7368 .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#a56afa748aa7368 .grid-list .product-preview {
  border-radius: 0px;
  overflow: hidden;
}
#a56afa748aa7368 .grid-list .product-btn {
  background-color: #008f4d;
}
#a56afa748aa7368 .grid-list .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
}
#a56afa748aa7368 .grid-list .product:hover {
  background-color: auto;
}
#a56afa748aa7368 .grid-list .product:hover .title a {
  color: #444;
}
#a56afa748aa7368 .grid-list .product:hover .subTitle {
  color: auto;
}
#a56afa748aa7368 .grid-list .product:hover .category {
  color: auto;
}
#a56afa748aa7368 .grid-list .product:hover .abstract {
  color: auto;
}
#a56afa748aa7368 .grid-list .product:hover .product-btn {
  color: auto;
}
@media (max-width: 640px) {
  #a56afa748aa7368 .grid-list .product-info {
    min-height: 0;
  }
  #a56afa748aa7368 .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #a56afa748aa7368 .grid-list .product-buttons {
    display: none;
  }
}
#aaeecadbe2a57fd .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aafd3a58e0a933e .ap-overlay-gradient {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 100%);
}
#aafd3a58e0a933e .uk-slider-items .uk-button-primary {
  color: #8792aa;
  border-color: #8792aa;
  background: transparent;
  border-radius: 3px;
}
#aafd3a58e0a933e .uk-slider-items .uk-button-primary:hover {
  color: #fff;
  background: #008f4d;
  border-color: #008f4d;
}
#aafd3a58e0a933e .uk-slidenav {
  background: rgba(0, 0, 0, 0.4);
}
#a1c4ca5a57a29fe .uk-container {
  line-height: 2;
  color: #999;
}
#a7dd5a8918a2e0a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4521a453fa1fb0 form {
  width: 100%;
  height: 100%;
}
#a4521a453fa1fb0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4521a453fa1fb0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4521a453fa1fb0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4521a453fa1fb0 .search-box .search-type.show {
  display: block;
}
#a4521a453fa1fb0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4521a453fa1fb0 .search-box .search-type li:hover {
  color: #008f4d;
}
#a4521a453fa1fb0 .search-box .search-type li.active {
  color: #008f4d;
}
#a4521a453fa1fb0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #b9b9b9;
  border-right-color: #b9b9b9;
  border-left-color: #b9b9b9;
  border-bottom-color: #b9b9b9;
}
#a4521a453fa1fb0 .inner-form .input-field {
  height: 100%;
}
#a4521a453fa1fb0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a4521a453fa1fb0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a4521a453fa1fb0 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a4521a453fa1fb0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #008f4d;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a4521a453fa1fb0 .btn-search:hover {
  background: #008f4d;
}
#a4521a453fa1fb0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a028ba39f6a5f29 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a028ba39f6a5f29 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a028ba39f6a5f29 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a028ba39f6a5f29 .menu-list > li > a {
  padding: 0 20px;
}
#a028ba39f6a5f29 .menu-list > li:hover:before {
  height: 100%;
}
#a028ba39f6a5f29 .menu-list > li:hover:after {
  color: auto;
}
#a028ba39f6a5f29 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: rgba(34, 25, 77, 0);
  font-weight: 400;
  content: "|";
}
#a028ba39f6a5f29 .menu-list > li:first-child:after {
  content: "";
}
#a028ba39f6a5f29 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: none;
}
#a028ba39f6a5f29 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a028ba39f6a5f29 .menu-list > li ul li {
  position: relative;
}
#a028ba39f6a5f29 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.61);
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a028ba39f6a5f29 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
}
#a028ba39f6a5f29 .menu-list > li:hover > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: solid;
}
#a028ba39f6a5f29 li ul li:hover > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul li a:active,
#a028ba39f6a5f29 li ul li a.active,
#a028ba39f6a5f29 li ul li.active > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul,
#a028ba39f6a5f29 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a028ba39f6a5f29 li:hover > ul {
  left: auto;
}
#a028ba39f6a5f29 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a74f6a6a34a93dd > .ele-wrap {background-color: rgba(249, 142, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a759ca433dab8d5 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a786cafe04ae4f0 > .ele-wrap {background-color: rgba(249, 142, 49, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af9f5aa692a851f > .ele-wrap {background-color: rgba(255, 255, 255, 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(196, 196, 196, 1);border-bottom-color: rgba(196, 196, 196, 1);border-left-color: rgba(196, 196, 196, 1);border-top-color: rgba(196, 196, 196, 1);}#a1408a56eba2bea .ap-category-filter ul li.active {
  border-color: #008f4d;
  color: #008f4d;
}
#a1408a56eba2bea .grid-list .product-item {
  overflow: hidden;
}
#a1408a56eba2bea .grid-list .product-preview .img {
  display: block;
}
#a1408a56eba2bea .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#a1408a56eba2bea .grid-list .tags .tag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 4px 1px;
  border-radius: 2px;
  background-color: #F8353E;
  margin-right: 4px;
  float: left;
}
#a1408a56eba2bea .grid-list .product-info {
  min-height: 110px;
}
#a1408a56eba2bea .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#a1408a56eba2bea .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#a1408a56eba2bea .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#a1408a56eba2bea .grid-list .category-name {
  font-size: 12px;
}
#a1408a56eba2bea .grid-list .category-name a {
  color: #777;
}
#a1408a56eba2bea .grid-list .title,
#a1408a56eba2bea .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#a1408a56eba2bea .grid-list .title a,
#a1408a56eba2bea .grid-list .subTitle a {
  color: #191919;
}
#a1408a56eba2bea .grid-list .product-buttons {
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#a1408a56eba2bea .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#a1408a56eba2bea .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#a1408a56eba2bea .grid-list .product-preview {
  border-radius: 0px;
  overflow: hidden;
}
#a1408a56eba2bea .grid-list .product-btn {
  background-color: #008f4d;
}
#a1408a56eba2bea .grid-list .title a {
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#a1408a56eba2bea .grid-list .product:hover {
  background-color: auto;
}
#a1408a56eba2bea .grid-list .product:hover .title a {
  color: #444;
}
#a1408a56eba2bea .grid-list .product:hover .subTitle {
  color: auto;
}
#a1408a56eba2bea .grid-list .product:hover .category {
  color: auto;
}
#a1408a56eba2bea .grid-list .product:hover .abstract {
  color: auto;
}
#a1408a56eba2bea .grid-list .product:hover .product-btn {
  color: auto;
}
@media (max-width: 640px) {
  #a1408a56eba2bea .grid-list .product-info {
    min-height: 0;
  }
  #a1408a56eba2bea .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #a1408a56eba2bea .grid-list .product-buttons {
    display: none;
  }
}
#a2e79adb01a7ac3 {
  overflow: hidden;
  pointer-events: none;
}
#a2e79adb01a7ac3 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a2e79adb01a7ac3 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a2e79adb01a7ac3 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2e79adb01a7ac3 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a2e79adb01a7ac3 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a2e79adb01a7ac3 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2e79adb01a7ac3 > .tab-wrap > div > .tab-nav,
#a2e79adb01a7ac3 > .tab-nav,
#a2e79adb01a7ac3 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a2e79adb01a7ac3 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
  border-right-color: rgba(204, 204, 204, 0.39);
  border-left-color: rgba(204, 204, 204, 0.39);
  border-top-color: rgba(204, 204, 204, 0.39);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2e79adb01a7ac3 > .tab-wrap > div > .tab-nav-horizontal,
#a2e79adb01a7ac3 > .tab-nav-horizontal,
#a2e79adb01a7ac3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a2e79adb01a7ac3 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a2e79adb01a7ac3 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2e79adb01a7ac3 > .tab-nav-horizontal::-webkit-scrollbar,
#a2e79adb01a7ac3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2e79adb01a7ac3 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a2e79adb01a7ac3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2e79adb01a7ac3 > .tab-nav-horizontal.tagScroll,
#a2e79adb01a7ac3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2e79adb01a7ac3 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a2e79adb01a7ac3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2e79adb01a7ac3 > .tab-nav-horizontal.tagScroll li a,
#a2e79adb01a7ac3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2e79adb01a7ac3 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a2e79adb01a7ac3 > .tab-wrap > div > .tab-nav a,
#a2e79adb01a7ac3 > .tab-nav a,
#a2e79adb01a7ac3 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a2e79adb01a7ac3 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a2e79adb01a7ac3 > .tab-wrap > div > .tab-nav li a,
#a2e79adb01a7ac3 > .tab-nav li a,
#a2e79adb01a7ac3 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a2e79adb01a7ac3 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
}
#a2e79adb01a7ac3 > .tab-wrap > div > .tab-nav li a svg,
#a2e79adb01a7ac3 > .tab-nav li a svg,
#a2e79adb01a7ac3 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a2e79adb01a7ac3 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a2e79adb01a7ac3 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2e79adb01a7ac3 > .tab-nav li a .ap_icon,
#a2e79adb01a7ac3 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2e79adb01a7ac3 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a2e79adb01a7ac3 > .tab-wrap > div > .tab-nav li a:hover,
#a2e79adb01a7ac3 > .tab-nav li a:hover,
#a2e79adb01a7ac3 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a2e79adb01a7ac3 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a2e79adb01a7ac3 > .tab-wrap > div > .tab-nav li.uk-active a,
#a2e79adb01a7ac3 > .tab-nav li.uk-active a,
#a2e79adb01a7ac3 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a2e79adb01a7ac3 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a2e79adb01a7ac3 .layout-left li,
#a2e79adb01a7ac3 .layout-center li,
#a2e79adb01a7ac3 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a2e79adb01a7ac3 .layout-left li a,
#a2e79adb01a7ac3 .layout-center li a,
#a2e79adb01a7ac3 .layout-right li a {
  height: 100%;
}
#a2e79adb01a7ac3 > .tab-tabs .layout-left {
  text-align: left;
}
#a2e79adb01a7ac3 > .tab-tabs .layout-center {
  text-align: center;
}
#a2e79adb01a7ac3 > .tab-tabs .layout-right {
  text-align: right;
}
#a2e79adb01a7ac3 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a2e79adb01a7ac3 .tab-content-wrap {
  background-color: #ffffff;
}
#a2e79adb01a7ac3 .tab-contents,
#a2e79adb01a7ac3 .tab-contents-wrap {
  pointer-events: none;
}
#a2e79adb01a7ac3 .tab-content,
#a2e79adb01a7ac3 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a2e79adb01a7ac3 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a2e79adb01a7ac3 .tab-wrap .tab-contents {
  height: 100%;
}
#a2e79adb01a7ac3 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a2e79adb01a7ac3 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a2e79adb01a7ac3 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#af4dba66f1ad228 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-width: 1px;border-right-color: rgba(255, 255, 255, 1);border-right-style: dashed;}#af4dba66f1ad228  > .ele-wrap:hover {background-color: rgba(1, 126, 68, 1);}#adc22ad48ba50d1 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-width: 1px;border-right-color: rgba(255, 255, 255, 1);border-right-style: dashed;}#adc22ad48ba50d1  > .ele-wrap:hover {background-color: rgba(1, 126, 68, 1);}#ac9feaca4da44a3 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-width: 1px;border-right-color: rgba(255, 255, 255, 1);border-right-style: dashed;}#ac9feaca4da44a3  > .ele-wrap:hover {background-color: rgba(1, 126, 68, 1);}#ac78aaa490a36e4 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-width: 1px;border-right-color: rgba(255, 255, 255, 1);border-right-style: dashed;}#ac78aaa490a36e4  > .ele-wrap:hover {background-color: rgba(1, 126, 68, 1);}#aa950a6f3ca50ef > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-width: 1px;border-right-color: rgba(255, 255, 255, 1);border-right-style: dashed;}#aa950a6f3ca50ef  > .ele-wrap:hover {background-color: rgba(1, 126, 68, 1);}#ac7c7a9c8faf25b > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af95ea4ea2a97e1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac4a8adb8ea67c2 > .ele-wrap {background-color: rgba(132, 132, 132, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae7f6af5e3a583d > .ele-wrap {background-color: rgba(255, 255, 255, 1);}#ad65ea7b60a0c72 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af631abc63a21f8 .uk-grid {
  margin-left: -15px;
}
#af631abc63a21f8 .uk-grid > * {
  padding-left: 15px;
}
#af631abc63a21f8 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#af631abc63a21f8 .ap-category-filter ul li.active {
  border-color: #008f4d;
  color: #008f4d;
}
#af631abc63a21f8 .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
}
#af631abc63a21f8 .article .info {
  padding: 20px 10px;
  position: relative;
}
#af631abc63a21f8 .article .info p {
  margin: 10px 0 10px;
}
#af631abc63a21f8 .article svg {
  fill: currentColor;
}
#af631abc63a21f8 .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 20px;
  width: 20px;
  color: #b4b4b4;
}
#af631abc63a21f8 .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 20px;
  color: #b4b4b4;
}
#af631abc63a21f8 .article.list-icon .info {
  padding-left: 25px;
}
#af631abc63a21f8 .article .datetime {
  position: absolute;
  right: 10px;
  top: 20px;
}
#af631abc63a21f8 .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#af631abc63a21f8 .article:hover .title {
  color: #626262;
}
#af631abc63a21f8 .article:hover .datetime {
  color: #b6b6b6;
}
#af631abc63a21f8 .article:hover .category {
  color: #b6b6b6;
}
#af631abc63a21f8 .article:hover .abstract {
  color: #b6b6b6;
}
#af631abc63a21f8 .article:hover .btn_icon {
  color: #b6b6b6;
}
#af631abc63a21f8 .article:hover .list_icon {
  color: #b6b6b6;
}
#ab385abb5ca0c59 .ap-category-filter ul li.active {
  border-color: #008f4d;
  color: #008f4d;
}
#ab385abb5ca0c59 .uk-grid {
  margin-left: -4px;
}
#ab385abb5ca0c59 .uk-grid > * {
  padding-left: 4px;
}
#ab385abb5ca0c59 .uk-grid > .uk-grid-margin {
  margin-top: 15px;
}
#ab385abb5ca0c59 .uk-card {
  background-color: #2265ff;
  transition: all .3s ease;
  background-color: #008f4d;
}
#ab385abb5ca0c59 .uk-card-media-top {
  overflow: hidden;
}
#ab385abb5ca0c59 .uk-card-media-top .img {
  transition: all .3s ease;
}
#ab385abb5ca0c59 .info {
  flex: 1;
  overflow: hidden;
  min-width: 1px;
  width: 0;
}
#ab385abb5ca0c59 .datetime {
  padding: 4px;
  margin-right: 6px;
  flex-shrink: 0;
  font-size: 12px;
  color: #fff;
  font-family: Arial;
}
#ab385abb5ca0c59 .datetime b {
  font-size: 24px;
  font-weight: bolder;
  display: block;
}
#ab385abb5ca0c59 .uk-card-body {
  padding: 15px 10px 8px;
}
#ab385abb5ca0c59 hr {
  border-top-color: #ffffff;
  margin: 0 0 10px;
}
#ab385abb5ca0c59 .uk-button {
  border: 1px solid #ececec;
}
#ab385abb5ca0c59 .uk-card .title {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
}
#ab385abb5ca0c59 .uk-card .abstract {
  margin: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #d3f9e7;
}
#ab385abb5ca0c59 .uk-card:hover {
  background-color: #333333;
}
#ab385abb5ca0c59 .uk-card:hover .title {
  color: #fff;
}
#ab385abb5ca0c59 .uk-card:hover hr {
  border-top-color: #4d4d4d;
}
#ab385abb5ca0c59 .uk-card:hover .img {
  transform: scale(1.2);
}
#ab385abb5ca0c59 .uk-card:hover .abstract {
  color: #fff;
}
#ab385abb5ca0c59 .uk-card:hover .datetime {
  color: #d3b267;
}
#ab385abb5ca0c59 .uk-card:hover .category {
  color: #d3b267;
}
#ab385abb5ca0c59 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#aca1aa45efac1ba .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: ;
  overflow: hidden;
  transition: all .3s ease;
}
#aca1aa45efac1ba .marquee-wrap .marquee-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#aca1aa45efac1ba .marquee-wrap .marquee-item .datetime {
  flex-shrink: 0;
  margin-left: 10px;
}
#aca1aa45efac1ba .marquee-wrap .marquee-item .title {
  text-align: left;
  flex: 1;
}
#aca1aa45efac1ba .marquee-wrap .marquee-item svg,
#aca1aa45efac1ba .marquee-wrap .marquee-item .list-icon {
  width: 14px;
  fill: currentColor;
  display: inline-block;
  margin-right: 6px;
}
#aca1aa45efac1ba .marquee-wrap:hover {
  background: ;
}
#aca1aa45efac1ba .marquee-wrap .content {
  position: absolute;
}
#aca1aa45efac1ba .marquee-wrap.vertical .marquee-item {
  display: flex;
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  line-height: 1.5;
}
#aca1aa45efac1ba .marquee-wrap.horizontal .marquee-item {
  display: inline-flex;
  font-size: 14px;
  color: #666;
  height: 100%;
  width: 1199px;
  overflow: hidden;
  line-height: 75px;
  text-align: center;
  transition: all .3s ease;
}
#aca1aa45efac1ba .marquee-wrap.horizontal .marquee-item span {
  line-height: 75px;
}
#affd7a8fb9a64df > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 1px;border-bottom-color: rgba(245, 245, 245, 1);border-bottom-style: solid;}#affd7a8fb9a64df  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#a8b3cad8e3a1bf5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 1px;border-bottom-color: rgba(245, 245, 245, 1);border-bottom-style: solid;}#a8b3cad8e3a1bf5  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#a02bcab305ab6c5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 1px;border-bottom-color: rgba(245, 245, 245, 1);border-bottom-style: solid;}#a02bcab305ab6c5  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#aac99a5052a3393 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: ;
  overflow: hidden;
  transition: all .3s ease;
}
#aac99a5052a3393 .marquee-wrap .marquee-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#aac99a5052a3393 .marquee-wrap .marquee-item .datetime {
  flex-shrink: 0;
  margin-left: 10px;
}
#aac99a5052a3393 .marquee-wrap .marquee-item .title {
  text-align: left;
  flex: 1;
}
#aac99a5052a3393 .marquee-wrap .marquee-item svg,
#aac99a5052a3393 .marquee-wrap .marquee-item .list-icon {
  width: 14px;
  fill: currentColor;
  display: inline-block;
  margin-right: 6px;
}
#aac99a5052a3393 .marquee-wrap:hover {
  background: ;
}
#aac99a5052a3393 .marquee-wrap .content {
  position: absolute;
}
#aac99a5052a3393 .marquee-wrap.vertical .marquee-item {
  display: flex;
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  line-height: 1.5;
}
#aac99a5052a3393 .marquee-wrap.horizontal .marquee-item {
  display: inline-flex;
  font-size: 14px;
  color: #666;
  height: 100%;
  width: 1199px;
  overflow: hidden;
  line-height: 81px;
  text-align: center;
  transition: all .3s ease;
}
#aac99a5052a3393 .marquee-wrap.horizontal .marquee-item span {
  line-height: 81px;
}
#aa89ca32b5a08ba .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a4fa9a8bd1a048f .ap-overlay-gradient {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 100%);
}
#a4fa9a8bd1a048f .uk-slider-items .uk-button-primary {
  color: #8792aa;
  border-color: #8792aa;
  background: transparent;
  border-radius: 3px;
}
#a4fa9a8bd1a048f .uk-slider-items .uk-button-primary:hover {
  color: #fff;
  background: #008f4d;
  border-color: #008f4d;
}
#a4fa9a8bd1a048f .uk-slidenav {
  background: rgba(0, 0, 0, 0.4);
}
#a7731accb3ad17f .uk-container {
  line-height: 2;
  color: #999;
}
#a7dd5a8918a2e0a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4521a453fa1fb0 form {
  width: 100%;
  height: 100%;
}
#a4521a453fa1fb0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4521a453fa1fb0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4521a453fa1fb0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4521a453fa1fb0 .search-box .search-type.show {
  display: block;
}
#a4521a453fa1fb0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4521a453fa1fb0 .search-box .search-type li:hover {
  color: #008f4d;
}
#a4521a453fa1fb0 .search-box .search-type li.active {
  color: #008f4d;
}
#a4521a453fa1fb0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #b9b9b9;
  border-right-color: #b9b9b9;
  border-left-color: #b9b9b9;
  border-bottom-color: #b9b9b9;
}
#a4521a453fa1fb0 .inner-form .input-field {
  height: 100%;
}
#a4521a453fa1fb0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a4521a453fa1fb0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a4521a453fa1fb0 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a4521a453fa1fb0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #008f4d;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a4521a453fa1fb0 .btn-search:hover {
  background: #008f4d;
}
#a4521a453fa1fb0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a028ba39f6a5f29 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a028ba39f6a5f29 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a028ba39f6a5f29 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a028ba39f6a5f29 .menu-list > li > a {
  padding: 0 20px;
}
#a028ba39f6a5f29 .menu-list > li:hover:before {
  height: 100%;
}
#a028ba39f6a5f29 .menu-list > li:hover:after {
  color: auto;
}
#a028ba39f6a5f29 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: rgba(34, 25, 77, 0);
  font-weight: 400;
  content: "|";
}
#a028ba39f6a5f29 .menu-list > li:first-child:after {
  content: "";
}
#a028ba39f6a5f29 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: none;
}
#a028ba39f6a5f29 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a028ba39f6a5f29 .menu-list > li ul li {
  position: relative;
}
#a028ba39f6a5f29 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.61);
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a028ba39f6a5f29 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
}
#a028ba39f6a5f29 .menu-list > li:hover > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: solid;
}
#a028ba39f6a5f29 li ul li:hover > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul li a:active,
#a028ba39f6a5f29 li ul li a.active,
#a028ba39f6a5f29 li ul li.active > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul,
#a028ba39f6a5f29 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a028ba39f6a5f29 li:hover > ul {
  left: auto;
}
#a028ba39f6a5f29 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a115fa3789a411e .ap-category-filter ul li {
  margin-bottom: 20px;
}
#a115fa3789a411e .ap-category-filter ul li.active {
  border-color: #008f4d;
  color: #008f4d;
}
#a115fa3789a411e .grid-list .product-item {
  overflow: hidden;
}
#a115fa3789a411e .grid-list .product-preview .img {
  display: block;
}
#a115fa3789a411e .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#a115fa3789a411e .grid-list .tags .tag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 4px 1px;
  border-radius: 2px;
  background-color: #F8353E;
  margin-right: 4px;
  float: left;
}
#a115fa3789a411e .grid-list .product-info {
  min-height: 110px;
}
#a115fa3789a411e .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#a115fa3789a411e .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#a115fa3789a411e .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#a115fa3789a411e .grid-list .category-name {
  font-size: 12px;
}
#a115fa3789a411e .grid-list .category-name a {
  color: #777;
}
#a115fa3789a411e .grid-list .title,
#a115fa3789a411e .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#a115fa3789a411e .grid-list .title a,
#a115fa3789a411e .grid-list .subTitle a {
  color: #191919;
}
#a115fa3789a411e .grid-list .product-buttons {
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#a115fa3789a411e .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#a115fa3789a411e .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#a115fa3789a411e .grid-list .product-preview {
  border-radius: 0px;
  overflow: hidden;
}
#a115fa3789a411e .grid-list .product-btn {
  background-color: #008f4d;
}
#a115fa3789a411e .grid-list .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
}
#a115fa3789a411e .grid-list .product:hover {
  background-color: auto;
}
#a115fa3789a411e .grid-list .product:hover .title a {
  color: #444;
}
#a115fa3789a411e .grid-list .product:hover .subTitle {
  color: auto;
}
#a115fa3789a411e .grid-list .product:hover .category {
  color: auto;
}
#a115fa3789a411e .grid-list .product:hover .abstract {
  color: auto;
}
#a115fa3789a411e .grid-list .product:hover .product-btn {
  color: auto;
}
@media (max-width: 640px) {
  #a115fa3789a411e .grid-list .product-info {
    min-height: 0;
  }
  #a115fa3789a411e .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #a115fa3789a411e .grid-list .product-buttons {
    display: none;
  }
}
#af8cdafd4aab922 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a30e9a2080ae088 .ap-overlay-gradient {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 100%);
}
#a30e9a2080ae088 .uk-slider-items .uk-button-primary {
  color: #8792aa;
  border-color: #8792aa;
  background: transparent;
  border-radius: 3px;
}
#a30e9a2080ae088 .uk-slider-items .uk-button-primary:hover {
  color: #fff;
  background: #008f4d;
  border-color: #008f4d;
}
#a30e9a2080ae088 .uk-slidenav {
  background: rgba(0, 0, 0, 0.4);
}
#af301ae398ae348 .uk-container {
  line-height: 2;
  color: #999;
}
#a7dd5a8918a2e0a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4521a453fa1fb0 form {
  width: 100%;
  height: 100%;
}
#a4521a453fa1fb0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4521a453fa1fb0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4521a453fa1fb0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4521a453fa1fb0 .search-box .search-type.show {
  display: block;
}
#a4521a453fa1fb0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4521a453fa1fb0 .search-box .search-type li:hover {
  color: #008f4d;
}
#a4521a453fa1fb0 .search-box .search-type li.active {
  color: #008f4d;
}
#a4521a453fa1fb0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #b9b9b9;
  border-right-color: #b9b9b9;
  border-left-color: #b9b9b9;
  border-bottom-color: #b9b9b9;
}
#a4521a453fa1fb0 .inner-form .input-field {
  height: 100%;
}
#a4521a453fa1fb0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a4521a453fa1fb0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a4521a453fa1fb0 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a4521a453fa1fb0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #008f4d;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a4521a453fa1fb0 .btn-search:hover {
  background: #008f4d;
}
#a4521a453fa1fb0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a028ba39f6a5f29 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a028ba39f6a5f29 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a028ba39f6a5f29 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a028ba39f6a5f29 .menu-list > li > a {
  padding: 0 20px;
}
#a028ba39f6a5f29 .menu-list > li:hover:before {
  height: 100%;
}
#a028ba39f6a5f29 .menu-list > li:hover:after {
  color: auto;
}
#a028ba39f6a5f29 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: rgba(34, 25, 77, 0);
  font-weight: 400;
  content: "|";
}
#a028ba39f6a5f29 .menu-list > li:first-child:after {
  content: "";
}
#a028ba39f6a5f29 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: none;
}
#a028ba39f6a5f29 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a028ba39f6a5f29 .menu-list > li ul li {
  position: relative;
}
#a028ba39f6a5f29 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.61);
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a028ba39f6a5f29 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
}
#a028ba39f6a5f29 .menu-list > li:hover > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: solid;
}
#a028ba39f6a5f29 li ul li:hover > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul li a:active,
#a028ba39f6a5f29 li ul li a.active,
#a028ba39f6a5f29 li ul li.active > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul,
#a028ba39f6a5f29 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a028ba39f6a5f29 li:hover > ul {
  left: auto;
}
#a028ba39f6a5f29 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#aa68aaf336acfad .ap-category-filter ul li {
  margin-bottom: 20px;
}
#aa68aaf336acfad .ap-category-filter ul li.active {
  border-color: #008f4d;
  color: #008f4d;
}
#aa68aaf336acfad .grid-list .product-item {
  overflow: hidden;
}
#aa68aaf336acfad .grid-list .product-preview .img {
  display: block;
}
#aa68aaf336acfad .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#aa68aaf336acfad .grid-list .tags .tag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 4px 1px;
  border-radius: 2px;
  background-color: #F8353E;
  margin-right: 4px;
  float: left;
}
#aa68aaf336acfad .grid-list .product-info {
  min-height: 110px;
}
#aa68aaf336acfad .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#aa68aaf336acfad .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#aa68aaf336acfad .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#aa68aaf336acfad .grid-list .category-name {
  font-size: 12px;
}
#aa68aaf336acfad .grid-list .category-name a {
  color: #777;
}
#aa68aaf336acfad .grid-list .title,
#aa68aaf336acfad .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#aa68aaf336acfad .grid-list .title a,
#aa68aaf336acfad .grid-list .subTitle a {
  color: #191919;
}
#aa68aaf336acfad .grid-list .product-buttons {
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#aa68aaf336acfad .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#aa68aaf336acfad .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#aa68aaf336acfad .grid-list .product-preview {
  border-radius: 0px;
  overflow: hidden;
}
#aa68aaf336acfad .grid-list .product-btn {
  background-color: #008f4d;
}
#aa68aaf336acfad .grid-list .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
}
#aa68aaf336acfad .grid-list .product:hover {
  background-color: auto;
}
#aa68aaf336acfad .grid-list .product:hover .title a {
  color: #444;
}
#aa68aaf336acfad .grid-list .product:hover .subTitle {
  color: auto;
}
#aa68aaf336acfad .grid-list .product:hover .category {
  color: auto;
}
#aa68aaf336acfad .grid-list .product:hover .abstract {
  color: auto;
}
#aa68aaf336acfad .grid-list .product:hover .product-btn {
  color: auto;
}
@media (max-width: 640px) {
  #aa68aaf336acfad .grid-list .product-info {
    min-height: 0;
  }
  #aa68aaf336acfad .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #aa68aaf336acfad .grid-list .product-buttons {
    display: none;
  }
}
#a27c7af112aad54 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ad4aca2db6a8f44 .uk-container {
  line-height: 2;
  color: #999;
}
#a7dd5a8918a2e0a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4521a453fa1fb0 form {
  width: 100%;
  height: 100%;
}
#a4521a453fa1fb0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4521a453fa1fb0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4521a453fa1fb0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4521a453fa1fb0 .search-box .search-type.show {
  display: block;
}
#a4521a453fa1fb0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4521a453fa1fb0 .search-box .search-type li:hover {
  color: #008f4d;
}
#a4521a453fa1fb0 .search-box .search-type li.active {
  color: #008f4d;
}
#a4521a453fa1fb0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #b9b9b9;
  border-right-color: #b9b9b9;
  border-left-color: #b9b9b9;
  border-bottom-color: #b9b9b9;
}
#a4521a453fa1fb0 .inner-form .input-field {
  height: 100%;
}
#a4521a453fa1fb0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a4521a453fa1fb0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a4521a453fa1fb0 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a4521a453fa1fb0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #008f4d;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a4521a453fa1fb0 .btn-search:hover {
  background: #008f4d;
}
#a4521a453fa1fb0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a028ba39f6a5f29 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a028ba39f6a5f29 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a028ba39f6a5f29 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a028ba39f6a5f29 .menu-list > li > a {
  padding: 0 20px;
}
#a028ba39f6a5f29 .menu-list > li:hover:before {
  height: 100%;
}
#a028ba39f6a5f29 .menu-list > li:hover:after {
  color: auto;
}
#a028ba39f6a5f29 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: rgba(34, 25, 77, 0);
  font-weight: 400;
  content: "|";
}
#a028ba39f6a5f29 .menu-list > li:first-child:after {
  content: "";
}
#a028ba39f6a5f29 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: none;
}
#a028ba39f6a5f29 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a028ba39f6a5f29 .menu-list > li ul li {
  position: relative;
}
#a028ba39f6a5f29 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.61);
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a028ba39f6a5f29 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
}
#a028ba39f6a5f29 .menu-list > li:hover > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: solid;
}
#a028ba39f6a5f29 li ul li:hover > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul li a:active,
#a028ba39f6a5f29 li ul li a.active,
#a028ba39f6a5f29 li ul li.active > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul,
#a028ba39f6a5f29 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a028ba39f6a5f29 li:hover > ul {
  left: auto;
}
#a028ba39f6a5f29 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a148aa9666a046e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ac898a52afa018e > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4de1a6fe0afd7b > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ace54a954fac5f3 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a004ca80a8a5978 > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5507ab568abf4c .a66bba90b4a507b {
  overflow: hidden;
}
#a5507ab568abf4c .a66bba90b4a507b , #a5507ab568abf4c .a66bba90b4a507b > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#a5507ab568abf4c .uk-grid {
  margin-left: -20px;
}
#a5507ab568abf4c .uk-grid > * {
  padding-left: 20px;
}
#a5507ab568abf4c .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a5507ab568abf4c .uk-position-center-left-out {
    left: -30px;
  }
  #a5507ab568abf4c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#add8dab8ecaecc0 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a9ceda5735a0cc0 .uk-container {
  line-height: 2;
  color: #999;
}
#a7dd5a8918a2e0a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4521a453fa1fb0 form {
  width: 100%;
  height: 100%;
}
#a4521a453fa1fb0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4521a453fa1fb0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4521a453fa1fb0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4521a453fa1fb0 .search-box .search-type.show {
  display: block;
}
#a4521a453fa1fb0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4521a453fa1fb0 .search-box .search-type li:hover {
  color: #008f4d;
}
#a4521a453fa1fb0 .search-box .search-type li.active {
  color: #008f4d;
}
#a4521a453fa1fb0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #b9b9b9;
  border-right-color: #b9b9b9;
  border-left-color: #b9b9b9;
  border-bottom-color: #b9b9b9;
}
#a4521a453fa1fb0 .inner-form .input-field {
  height: 100%;
}
#a4521a453fa1fb0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a4521a453fa1fb0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a4521a453fa1fb0 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a4521a453fa1fb0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #008f4d;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a4521a453fa1fb0 .btn-search:hover {
  background: #008f4d;
}
#a4521a453fa1fb0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a028ba39f6a5f29 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a028ba39f6a5f29 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a028ba39f6a5f29 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a028ba39f6a5f29 .menu-list > li > a {
  padding: 0 20px;
}
#a028ba39f6a5f29 .menu-list > li:hover:before {
  height: 100%;
}
#a028ba39f6a5f29 .menu-list > li:hover:after {
  color: auto;
}
#a028ba39f6a5f29 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: rgba(34, 25, 77, 0);
  font-weight: 400;
  content: "|";
}
#a028ba39f6a5f29 .menu-list > li:first-child:after {
  content: "";
}
#a028ba39f6a5f29 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: none;
}
#a028ba39f6a5f29 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a028ba39f6a5f29 .menu-list > li ul li {
  position: relative;
}
#a028ba39f6a5f29 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.61);
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a028ba39f6a5f29 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
}
#a028ba39f6a5f29 .menu-list > li:hover > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: solid;
}
#a028ba39f6a5f29 li ul li:hover > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul li a:active,
#a028ba39f6a5f29 li ul li a.active,
#a028ba39f6a5f29 li ul li.active > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul,
#a028ba39f6a5f29 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a028ba39f6a5f29 li:hover > ul {
  left: auto;
}
#a028ba39f6a5f29 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a4bb9aa0d7a1566 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ad550a0a26a7099 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a485eaa58dac4eb > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a35dda154fa3fc4 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3dc2a6872a84d1 > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 0.02),
                rgba(243, 243, 243, 1));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #dfdde9;}#a3dc2a6872a84d1 * {color: #dfdde9 }
                            #a3dc2a6872a84d1 .line{border-color: #dfdde9 }#ab56da283ea010c .a2cefac1f9a50e2 {
  overflow: hidden;
}
#ab56da283ea010c .a2cefac1f9a50e2 , #ab56da283ea010c .a2cefac1f9a50e2 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#ab56da283ea010c .uk-grid {
  margin-left: -20px;
}
#ab56da283ea010c .uk-grid > * {
  padding-left: 20px;
}
#ab56da283ea010c .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ab56da283ea010c .uk-position-center-left-out {
    left: -30px;
  }
  #ab56da283ea010c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a9c2ca99f7acd19 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a0f0fafb67a852e .uk-container {
  line-height: 2;
  color: #999;
}
#a7dd5a8918a2e0a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4521a453fa1fb0 form {
  width: 100%;
  height: 100%;
}
#a4521a453fa1fb0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4521a453fa1fb0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4521a453fa1fb0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4521a453fa1fb0 .search-box .search-type.show {
  display: block;
}
#a4521a453fa1fb0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4521a453fa1fb0 .search-box .search-type li:hover {
  color: #008f4d;
}
#a4521a453fa1fb0 .search-box .search-type li.active {
  color: #008f4d;
}
#a4521a453fa1fb0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #b9b9b9;
  border-right-color: #b9b9b9;
  border-left-color: #b9b9b9;
  border-bottom-color: #b9b9b9;
}
#a4521a453fa1fb0 .inner-form .input-field {
  height: 100%;
}
#a4521a453fa1fb0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a4521a453fa1fb0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a4521a453fa1fb0 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a4521a453fa1fb0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #008f4d;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a4521a453fa1fb0 .btn-search:hover {
  background: #008f4d;
}
#a4521a453fa1fb0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a028ba39f6a5f29 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a028ba39f6a5f29 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a028ba39f6a5f29 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a028ba39f6a5f29 .menu-list > li > a {
  padding: 0 20px;
}
#a028ba39f6a5f29 .menu-list > li:hover:before {
  height: 100%;
}
#a028ba39f6a5f29 .menu-list > li:hover:after {
  color: auto;
}
#a028ba39f6a5f29 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: rgba(34, 25, 77, 0);
  font-weight: 400;
  content: "|";
}
#a028ba39f6a5f29 .menu-list > li:first-child:after {
  content: "";
}
#a028ba39f6a5f29 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: none;
}
#a028ba39f6a5f29 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a028ba39f6a5f29 .menu-list > li ul li {
  position: relative;
}
#a028ba39f6a5f29 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.61);
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a028ba39f6a5f29 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
}
#a028ba39f6a5f29 .menu-list > li:hover > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: solid;
}
#a028ba39f6a5f29 li ul li:hover > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul li a:active,
#a028ba39f6a5f29 li ul li a.active,
#a028ba39f6a5f29 li ul li.active > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul,
#a028ba39f6a5f29 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a028ba39f6a5f29 li:hover > ul {
  left: auto;
}
#a028ba39f6a5f29 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#aa7ccad5f7ad269 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a5082afe3fab2ac > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2ad9a0e0aab9b5 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2318a7fa9a9026 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afa97a0684a7f08 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a320ea00e4a6459 > .ele-wrap {background-color: rgba(243, 243, 243, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab5eea6ef5aa475 .ad534ac142abca4 {
  overflow: hidden;
}
#ab5eea6ef5aa475 .ad534ac142abca4 , #ab5eea6ef5aa475 .ad534ac142abca4 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#ab5eea6ef5aa475 .uk-grid {
  margin-left: -20px;
}
#ab5eea6ef5aa475 .uk-grid > * {
  padding-left: 20px;
}
#ab5eea6ef5aa475 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ab5eea6ef5aa475 .uk-position-center-left-out {
    left: -30px;
  }
  #ab5eea6ef5aa475 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a64b0afdf9ae5df .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a4515a22feac4c2 .uk-container {
  line-height: 2;
  color: #999;
}
#a7dd5a8918a2e0a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4521a453fa1fb0 form {
  width: 100%;
  height: 100%;
}
#a4521a453fa1fb0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4521a453fa1fb0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4521a453fa1fb0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4521a453fa1fb0 .search-box .search-type.show {
  display: block;
}
#a4521a453fa1fb0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4521a453fa1fb0 .search-box .search-type li:hover {
  color: #008f4d;
}
#a4521a453fa1fb0 .search-box .search-type li.active {
  color: #008f4d;
}
#a4521a453fa1fb0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #b9b9b9;
  border-right-color: #b9b9b9;
  border-left-color: #b9b9b9;
  border-bottom-color: #b9b9b9;
}
#a4521a453fa1fb0 .inner-form .input-field {
  height: 100%;
}
#a4521a453fa1fb0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a4521a453fa1fb0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a4521a453fa1fb0 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a4521a453fa1fb0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #008f4d;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a4521a453fa1fb0 .btn-search:hover {
  background: #008f4d;
}
#a4521a453fa1fb0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a028ba39f6a5f29 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a028ba39f6a5f29 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a028ba39f6a5f29 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a028ba39f6a5f29 .menu-list > li > a {
  padding: 0 20px;
}
#a028ba39f6a5f29 .menu-list > li:hover:before {
  height: 100%;
}
#a028ba39f6a5f29 .menu-list > li:hover:after {
  color: auto;
}
#a028ba39f6a5f29 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: rgba(34, 25, 77, 0);
  font-weight: 400;
  content: "|";
}
#a028ba39f6a5f29 .menu-list > li:first-child:after {
  content: "";
}
#a028ba39f6a5f29 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: none;
}
#a028ba39f6a5f29 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a028ba39f6a5f29 .menu-list > li ul li {
  position: relative;
}
#a028ba39f6a5f29 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.61);
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a028ba39f6a5f29 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
}
#a028ba39f6a5f29 .menu-list > li:hover > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: solid;
}
#a028ba39f6a5f29 li ul li:hover > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul li a:active,
#a028ba39f6a5f29 li ul li a.active,
#a028ba39f6a5f29 li ul li.active > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul,
#a028ba39f6a5f29 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a028ba39f6a5f29 li:hover > ul {
  left: auto;
}
#a028ba39f6a5f29 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a60a5afa29aee81 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a343da2e07a9b50 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af013abce6aac61 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acffeaf57faa604 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac41aabf61aa08a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6049a074aa5f74 > .ele-wrap {background-color: rgba(0, 0, 0, 0.93);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #000000;}#a6049a074aa5f74 * {color: #000000 }
                            #a6049a074aa5f74 .line{border-color: #000000 }#aa8d9aea47aebcc .a149eae1dfaea0c {
  overflow: hidden;
}
#aa8d9aea47aebcc .a149eae1dfaea0c , #aa8d9aea47aebcc .a149eae1dfaea0c > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#aa8d9aea47aebcc .uk-grid {
  margin-left: -20px;
}
#aa8d9aea47aebcc .uk-grid > * {
  padding-left: 20px;
}
#aa8d9aea47aebcc .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aa8d9aea47aebcc .uk-position-center-left-out {
    left: -30px;
  }
  #aa8d9aea47aebcc .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5214a1e7ea53c2 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aa654a156ba5a80 .uk-container {
  line-height: 2;
  color: #999;
}
#a7dd5a8918a2e0a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4521a453fa1fb0 form {
  width: 100%;
  height: 100%;
}
#a4521a453fa1fb0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4521a453fa1fb0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4521a453fa1fb0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4521a453fa1fb0 .search-box .search-type.show {
  display: block;
}
#a4521a453fa1fb0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4521a453fa1fb0 .search-box .search-type li:hover {
  color: #008f4d;
}
#a4521a453fa1fb0 .search-box .search-type li.active {
  color: #008f4d;
}
#a4521a453fa1fb0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #b9b9b9;
  border-right-color: #b9b9b9;
  border-left-color: #b9b9b9;
  border-bottom-color: #b9b9b9;
}
#a4521a453fa1fb0 .inner-form .input-field {
  height: 100%;
}
#a4521a453fa1fb0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a4521a453fa1fb0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a4521a453fa1fb0 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a4521a453fa1fb0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #008f4d;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a4521a453fa1fb0 .btn-search:hover {
  background: #008f4d;
}
#a4521a453fa1fb0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a028ba39f6a5f29 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a028ba39f6a5f29 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a028ba39f6a5f29 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a028ba39f6a5f29 .menu-list > li > a {
  padding: 0 20px;
}
#a028ba39f6a5f29 .menu-list > li:hover:before {
  height: 100%;
}
#a028ba39f6a5f29 .menu-list > li:hover:after {
  color: auto;
}
#a028ba39f6a5f29 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: rgba(34, 25, 77, 0);
  font-weight: 400;
  content: "|";
}
#a028ba39f6a5f29 .menu-list > li:first-child:after {
  content: "";
}
#a028ba39f6a5f29 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: none;
}
#a028ba39f6a5f29 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a028ba39f6a5f29 .menu-list > li ul li {
  position: relative;
}
#a028ba39f6a5f29 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.61);
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a028ba39f6a5f29 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
}
#a028ba39f6a5f29 .menu-list > li:hover > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: solid;
}
#a028ba39f6a5f29 li ul li:hover > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul li a:active,
#a028ba39f6a5f29 li ul li a.active,
#a028ba39f6a5f29 li ul li.active > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul,
#a028ba39f6a5f29 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a028ba39f6a5f29 li:hover > ul {
  left: auto;
}
#a028ba39f6a5f29 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a2fd5a69a2a0cfe > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a9f47aa038a5330 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9048aa339a1b61 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9b50a16a1a7c34 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a71c0a68f7a73c8 > .ele-wrap {background-color: rgba(0, 0, 0, 0.05);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2ff7a4d9fa4510 .a427aa89afae3b6 {
  overflow: hidden;
}
#a2ff7a4d9fa4510 .a427aa89afae3b6 , #a2ff7a4d9fa4510 .a427aa89afae3b6 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#a2ff7a4d9fa4510 .uk-grid {
  margin-left: -20px;
}
#a2ff7a4d9fa4510 .uk-grid > * {
  padding-left: 20px;
}
#a2ff7a4d9fa4510 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a2ff7a4d9fa4510 .uk-position-center-left-out {
    left: -30px;
  }
  #a2ff7a4d9fa4510 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a7531a819aa6b9f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#adcc5a33e8a5f35 .uk-container {
  line-height: 2;
  color: #999;
}
#a7dd5a8918a2e0a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4521a453fa1fb0 form {
  width: 100%;
  height: 100%;
}
#a4521a453fa1fb0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4521a453fa1fb0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4521a453fa1fb0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4521a453fa1fb0 .search-box .search-type.show {
  display: block;
}
#a4521a453fa1fb0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4521a453fa1fb0 .search-box .search-type li:hover {
  color: #008f4d;
}
#a4521a453fa1fb0 .search-box .search-type li.active {
  color: #008f4d;
}
#a4521a453fa1fb0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #b9b9b9;
  border-right-color: #b9b9b9;
  border-left-color: #b9b9b9;
  border-bottom-color: #b9b9b9;
}
#a4521a453fa1fb0 .inner-form .input-field {
  height: 100%;
}
#a4521a453fa1fb0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a4521a453fa1fb0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a4521a453fa1fb0 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a4521a453fa1fb0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #008f4d;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a4521a453fa1fb0 .btn-search:hover {
  background: #008f4d;
}
#a4521a453fa1fb0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a028ba39f6a5f29 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a028ba39f6a5f29 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a028ba39f6a5f29 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a028ba39f6a5f29 .menu-list > li > a {
  padding: 0 20px;
}
#a028ba39f6a5f29 .menu-list > li:hover:before {
  height: 100%;
}
#a028ba39f6a5f29 .menu-list > li:hover:after {
  color: auto;
}
#a028ba39f6a5f29 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: rgba(34, 25, 77, 0);
  font-weight: 400;
  content: "|";
}
#a028ba39f6a5f29 .menu-list > li:first-child:after {
  content: "";
}
#a028ba39f6a5f29 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: none;
}
#a028ba39f6a5f29 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a028ba39f6a5f29 .menu-list > li ul li {
  position: relative;
}
#a028ba39f6a5f29 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.61);
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a028ba39f6a5f29 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
}
#a028ba39f6a5f29 .menu-list > li:hover > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: solid;
}
#a028ba39f6a5f29 li ul li:hover > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul li a:active,
#a028ba39f6a5f29 li ul li a.active,
#a028ba39f6a5f29 li ul li.active > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul,
#a028ba39f6a5f29 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a028ba39f6a5f29 li:hover > ul {
  left: auto;
}
#a028ba39f6a5f29 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a28fea6db1af5ca > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a0b30a1410a0ac6 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0e94ac2b2aa958 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a959da7ff4a0cc1 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2c5da542ba46ee > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7489ae015a4998 > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #000000;}#a7489ae015a4998 * {color: #000000 }
                            #a7489ae015a4998 .line{border-color: #000000 }#a686ba76e7a73b4 .a25c4aaddea4c9e {
  overflow: hidden;
}
#a686ba76e7a73b4 .a25c4aaddea4c9e , #a686ba76e7a73b4 .a25c4aaddea4c9e > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#a686ba76e7a73b4 .uk-grid {
  margin-left: -20px;
}
#a686ba76e7a73b4 .uk-grid > * {
  padding-left: 20px;
}
#a686ba76e7a73b4 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a686ba76e7a73b4 .uk-position-center-left-out {
    left: -30px;
  }
  #a686ba76e7a73b4 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a22adaba8ea9442 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a7b44a1711a7126 .uk-container {
  line-height: 2;
  color: #999;
}
#a7dd5a8918a2e0a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4521a453fa1fb0 form {
  width: 100%;
  height: 100%;
}
#a4521a453fa1fb0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4521a453fa1fb0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4521a453fa1fb0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4521a453fa1fb0 .search-box .search-type.show {
  display: block;
}
#a4521a453fa1fb0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4521a453fa1fb0 .search-box .search-type li:hover {
  color: #008f4d;
}
#a4521a453fa1fb0 .search-box .search-type li.active {
  color: #008f4d;
}
#a4521a453fa1fb0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #b9b9b9;
  border-right-color: #b9b9b9;
  border-left-color: #b9b9b9;
  border-bottom-color: #b9b9b9;
}
#a4521a453fa1fb0 .inner-form .input-field {
  height: 100%;
}
#a4521a453fa1fb0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a4521a453fa1fb0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a4521a453fa1fb0 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a4521a453fa1fb0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #008f4d;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a4521a453fa1fb0 .btn-search:hover {
  background: #008f4d;
}
#a4521a453fa1fb0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a028ba39f6a5f29 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a028ba39f6a5f29 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a028ba39f6a5f29 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a028ba39f6a5f29 .menu-list > li > a {
  padding: 0 20px;
}
#a028ba39f6a5f29 .menu-list > li:hover:before {
  height: 100%;
}
#a028ba39f6a5f29 .menu-list > li:hover:after {
  color: auto;
}
#a028ba39f6a5f29 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: rgba(34, 25, 77, 0);
  font-weight: 400;
  content: "|";
}
#a028ba39f6a5f29 .menu-list > li:first-child:after {
  content: "";
}
#a028ba39f6a5f29 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: none;
}
#a028ba39f6a5f29 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a028ba39f6a5f29 .menu-list > li ul li {
  position: relative;
}
#a028ba39f6a5f29 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.61);
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a028ba39f6a5f29 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
}
#a028ba39f6a5f29 .menu-list > li:hover > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: solid;
}
#a028ba39f6a5f29 li ul li:hover > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul li a:active,
#a028ba39f6a5f29 li ul li a.active,
#a028ba39f6a5f29 li ul li.active > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul,
#a028ba39f6a5f29 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a028ba39f6a5f29 li:hover > ul {
  left: auto;
}
#a028ba39f6a5f29 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9088a480aa19d2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a41d3a48c8af48d > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6ea5aa614a072c > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aac58a3bfda2646 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aff41ae4b4aa1e7 > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3a72a7d08afe5a .img-wrap {
  border-top-width: 1px;
  border-top-color: #cccccc;
  border-top-style: none;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-bottom-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#aa7b9a0d5ea917b .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#aa7b9a0d5ea917b .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#ad0acae7c0a8aed .ae9cca08d4ae01e {
  overflow: hidden;
}
#ad0acae7c0a8aed .ae9cca08d4ae01e , #ad0acae7c0a8aed .ae9cca08d4ae01e > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#ad0acae7c0a8aed .uk-grid {
  margin-left: -20px;
}
#ad0acae7c0a8aed .uk-grid > * {
  padding-left: 20px;
}
#ad0acae7c0a8aed .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ad0acae7c0a8aed .uk-position-center-left-out {
    left: -30px;
  }
  #ad0acae7c0a8aed .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a0df8ae02eaf437 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#adee8ab348aa1ff .uk-container {
  line-height: 2;
  color: #999;
}
#a7dd5a8918a2e0a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4521a453fa1fb0 form {
  width: 100%;
  height: 100%;
}
#a4521a453fa1fb0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4521a453fa1fb0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4521a453fa1fb0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4521a453fa1fb0 .search-box .search-type.show {
  display: block;
}
#a4521a453fa1fb0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4521a453fa1fb0 .search-box .search-type li:hover {
  color: #008f4d;
}
#a4521a453fa1fb0 .search-box .search-type li.active {
  color: #008f4d;
}
#a4521a453fa1fb0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #b9b9b9;
  border-right-color: #b9b9b9;
  border-left-color: #b9b9b9;
  border-bottom-color: #b9b9b9;
}
#a4521a453fa1fb0 .inner-form .input-field {
  height: 100%;
}
#a4521a453fa1fb0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a4521a453fa1fb0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a4521a453fa1fb0 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a4521a453fa1fb0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #008f4d;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a4521a453fa1fb0 .btn-search:hover {
  background: #008f4d;
}
#a4521a453fa1fb0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a028ba39f6a5f29 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a028ba39f6a5f29 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a028ba39f6a5f29 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a028ba39f6a5f29 .menu-list > li > a {
  padding: 0 20px;
}
#a028ba39f6a5f29 .menu-list > li:hover:before {
  height: 100%;
}
#a028ba39f6a5f29 .menu-list > li:hover:after {
  color: auto;
}
#a028ba39f6a5f29 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: rgba(34, 25, 77, 0);
  font-weight: 400;
  content: "|";
}
#a028ba39f6a5f29 .menu-list > li:first-child:after {
  content: "";
}
#a028ba39f6a5f29 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: none;
}
#a028ba39f6a5f29 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a028ba39f6a5f29 .menu-list > li ul li {
  position: relative;
}
#a028ba39f6a5f29 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.61);
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a028ba39f6a5f29 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
}
#a028ba39f6a5f29 .menu-list > li:hover > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: solid;
}
#a028ba39f6a5f29 li ul li:hover > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul li a:active,
#a028ba39f6a5f29 li ul li a.active,
#a028ba39f6a5f29 li ul li.active > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul,
#a028ba39f6a5f29 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a028ba39f6a5f29 li:hover > ul {
  left: auto;
}
#a028ba39f6a5f29 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a1b6eabc6fa7831 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a55fca678eae607 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a161ca17eaade46 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1046a9b1aae63e > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a238eaddb1a8d1a > .ele-wrap {background-color: #f8f8f8;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa3f5a5f94af57d .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#aa3f5a5f94af57d .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a5209a2052ab4f7 .a2145afa46a6751 {
  overflow: hidden;
}
#a5209a2052ab4f7 .a2145afa46a6751 , #a5209a2052ab4f7 .a2145afa46a6751 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#a5209a2052ab4f7 .uk-grid {
  margin-left: -20px;
}
#a5209a2052ab4f7 .uk-grid > * {
  padding-left: 20px;
}
#a5209a2052ab4f7 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a5209a2052ab4f7 .uk-position-center-left-out {
    left: -30px;
  }
  #a5209a2052ab4f7 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8ae8af5ccadd8f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a7b45a8ef5a7e3f .uk-container {
  line-height: 2;
  color: #999;
}
#a7dd5a8918a2e0a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4521a453fa1fb0 form {
  width: 100%;
  height: 100%;
}
#a4521a453fa1fb0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4521a453fa1fb0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4521a453fa1fb0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4521a453fa1fb0 .search-box .search-type.show {
  display: block;
}
#a4521a453fa1fb0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4521a453fa1fb0 .search-box .search-type li:hover {
  color: #008f4d;
}
#a4521a453fa1fb0 .search-box .search-type li.active {
  color: #008f4d;
}
#a4521a453fa1fb0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #b9b9b9;
  border-right-color: #b9b9b9;
  border-left-color: #b9b9b9;
  border-bottom-color: #b9b9b9;
}
#a4521a453fa1fb0 .inner-form .input-field {
  height: 100%;
}
#a4521a453fa1fb0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a4521a453fa1fb0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a4521a453fa1fb0 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a4521a453fa1fb0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #008f4d;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a4521a453fa1fb0 .btn-search:hover {
  background: #008f4d;
}
#a4521a453fa1fb0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a028ba39f6a5f29 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a028ba39f6a5f29 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a028ba39f6a5f29 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a028ba39f6a5f29 .menu-list > li > a {
  padding: 0 20px;
}
#a028ba39f6a5f29 .menu-list > li:hover:before {
  height: 100%;
}
#a028ba39f6a5f29 .menu-list > li:hover:after {
  color: auto;
}
#a028ba39f6a5f29 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: rgba(34, 25, 77, 0);
  font-weight: 400;
  content: "|";
}
#a028ba39f6a5f29 .menu-list > li:first-child:after {
  content: "";
}
#a028ba39f6a5f29 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: none;
}
#a028ba39f6a5f29 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a028ba39f6a5f29 .menu-list > li ul li {
  position: relative;
}
#a028ba39f6a5f29 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.61);
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a028ba39f6a5f29 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
}
#a028ba39f6a5f29 .menu-list > li:hover > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: solid;
}
#a028ba39f6a5f29 li ul li:hover > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul li a:active,
#a028ba39f6a5f29 li ul li a.active,
#a028ba39f6a5f29 li ul li.active > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul,
#a028ba39f6a5f29 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a028ba39f6a5f29 li:hover > ul {
  left: auto;
}
#a028ba39f6a5f29 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a761ba13a4a5cea > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a5f8ea5979a5e6a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae1dca3847a78cb > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a11d6a259aa7e39 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9571a8a4fa7407 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0ebda29f7ae354 > .ele-wrap {background-color: rgba(243, 243, 243, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a00e1afd65aaa42 .a6a0babb40a552a {
  overflow: hidden;
}
#a00e1afd65aaa42 .a6a0babb40a552a , #a00e1afd65aaa42 .a6a0babb40a552a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#a00e1afd65aaa42 .uk-grid {
  margin-left: -20px;
}
#a00e1afd65aaa42 .uk-grid > * {
  padding-left: 20px;
}
#a00e1afd65aaa42 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a00e1afd65aaa42 .uk-position-center-left-out {
    left: -30px;
  }
  #a00e1afd65aaa42 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5f3faa0c9a75e2 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ade54a43b1a31a6 .uk-container {
  line-height: 2;
  color: #999;
}
#a7dd5a8918a2e0a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4521a453fa1fb0 form {
  width: 100%;
  height: 100%;
}
#a4521a453fa1fb0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4521a453fa1fb0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4521a453fa1fb0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4521a453fa1fb0 .search-box .search-type.show {
  display: block;
}
#a4521a453fa1fb0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4521a453fa1fb0 .search-box .search-type li:hover {
  color: #008f4d;
}
#a4521a453fa1fb0 .search-box .search-type li.active {
  color: #008f4d;
}
#a4521a453fa1fb0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #b9b9b9;
  border-right-color: #b9b9b9;
  border-left-color: #b9b9b9;
  border-bottom-color: #b9b9b9;
}
#a4521a453fa1fb0 .inner-form .input-field {
  height: 100%;
}
#a4521a453fa1fb0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a4521a453fa1fb0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a4521a453fa1fb0 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a4521a453fa1fb0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #008f4d;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a4521a453fa1fb0 .btn-search:hover {
  background: #008f4d;
}
#a4521a453fa1fb0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a028ba39f6a5f29 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a028ba39f6a5f29 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a028ba39f6a5f29 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a028ba39f6a5f29 .menu-list > li > a {
  padding: 0 20px;
}
#a028ba39f6a5f29 .menu-list > li:hover:before {
  height: 100%;
}
#a028ba39f6a5f29 .menu-list > li:hover:after {
  color: auto;
}
#a028ba39f6a5f29 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: rgba(34, 25, 77, 0);
  font-weight: 400;
  content: "|";
}
#a028ba39f6a5f29 .menu-list > li:first-child:after {
  content: "";
}
#a028ba39f6a5f29 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: none;
}
#a028ba39f6a5f29 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a028ba39f6a5f29 .menu-list > li ul li {
  position: relative;
}
#a028ba39f6a5f29 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.61);
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a028ba39f6a5f29 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
}
#a028ba39f6a5f29 .menu-list > li:hover > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: solid;
}
#a028ba39f6a5f29 li ul li:hover > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul li a:active,
#a028ba39f6a5f29 li ul li a.active,
#a028ba39f6a5f29 li ul li.active > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul,
#a028ba39f6a5f29 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a028ba39f6a5f29 li:hover > ul {
  left: auto;
}
#a028ba39f6a5f29 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a4190ab842a9484 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#adff7a673aa1562 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa870af42fa6c06 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af6c3a56d9a90f8 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae025ae1dcab447 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab2d2a07e4a8367 > .ele-wrap {background-color: rgba(243, 243, 243, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aed05a81a8a8a9e .a005ca77baaafbe {
  overflow: hidden;
}
#aed05a81a8a8a9e .a005ca77baaafbe , #aed05a81a8a8a9e .a005ca77baaafbe > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#aed05a81a8a8a9e .uk-grid {
  margin-left: -20px;
}
#aed05a81a8a8a9e .uk-grid > * {
  padding-left: 20px;
}
#aed05a81a8a8a9e .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aed05a81a8a8a9e .uk-position-center-left-out {
    left: -30px;
  }
  #aed05a81a8a8a9e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5decae91ca0120 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a947bada5fa0383 .uk-container {
  line-height: 2;
  color: #999;
}
#a7dd5a8918a2e0a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4521a453fa1fb0 form {
  width: 100%;
  height: 100%;
}
#a4521a453fa1fb0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4521a453fa1fb0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4521a453fa1fb0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4521a453fa1fb0 .search-box .search-type.show {
  display: block;
}
#a4521a453fa1fb0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4521a453fa1fb0 .search-box .search-type li:hover {
  color: #008f4d;
}
#a4521a453fa1fb0 .search-box .search-type li.active {
  color: #008f4d;
}
#a4521a453fa1fb0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #b9b9b9;
  border-right-color: #b9b9b9;
  border-left-color: #b9b9b9;
  border-bottom-color: #b9b9b9;
}
#a4521a453fa1fb0 .inner-form .input-field {
  height: 100%;
}
#a4521a453fa1fb0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a4521a453fa1fb0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a4521a453fa1fb0 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a4521a453fa1fb0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #008f4d;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a4521a453fa1fb0 .btn-search:hover {
  background: #008f4d;
}
#a4521a453fa1fb0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a028ba39f6a5f29 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a028ba39f6a5f29 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a028ba39f6a5f29 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a028ba39f6a5f29 .menu-list > li > a {
  padding: 0 20px;
}
#a028ba39f6a5f29 .menu-list > li:hover:before {
  height: 100%;
}
#a028ba39f6a5f29 .menu-list > li:hover:after {
  color: auto;
}
#a028ba39f6a5f29 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: rgba(34, 25, 77, 0);
  font-weight: 400;
  content: "|";
}
#a028ba39f6a5f29 .menu-list > li:first-child:after {
  content: "";
}
#a028ba39f6a5f29 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: none;
}
#a028ba39f6a5f29 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a028ba39f6a5f29 .menu-list > li ul li {
  position: relative;
}
#a028ba39f6a5f29 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.61);
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a028ba39f6a5f29 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
}
#a028ba39f6a5f29 .menu-list > li:hover > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: solid;
}
#a028ba39f6a5f29 li ul li:hover > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul li a:active,
#a028ba39f6a5f29 li ul li a.active,
#a028ba39f6a5f29 li ul li.active > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul,
#a028ba39f6a5f29 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a028ba39f6a5f29 li:hover > ul {
  left: auto;
}
#a028ba39f6a5f29 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a08efab4f2ae003 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a8ec7a38ceaca37 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afd19ae5fca3c19 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5826a942cabb4b > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4228aa903abb27 > .ele-wrap {background-color: rgba(243, 243, 243, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6016a8a8eacacb .ab112aa4afa874a {
  overflow: hidden;
}
#a6016a8a8eacacb .ab112aa4afa874a , #a6016a8a8eacacb .ab112aa4afa874a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#a6016a8a8eacacb .uk-grid {
  margin-left: -20px;
}
#a6016a8a8eacacb .uk-grid > * {
  padding-left: 20px;
}
#a6016a8a8eacacb .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a6016a8a8eacacb .uk-position-center-left-out {
    left: -30px;
  }
  #a6016a8a8eacacb .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a907da2f3fa2998 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a4062a1094a6543 .uk-container {
  line-height: 2;
  color: #999;
}
#a7dd5a8918a2e0a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4521a453fa1fb0 form {
  width: 100%;
  height: 100%;
}
#a4521a453fa1fb0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4521a453fa1fb0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4521a453fa1fb0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4521a453fa1fb0 .search-box .search-type.show {
  display: block;
}
#a4521a453fa1fb0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4521a453fa1fb0 .search-box .search-type li:hover {
  color: #008f4d;
}
#a4521a453fa1fb0 .search-box .search-type li.active {
  color: #008f4d;
}
#a4521a453fa1fb0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #b9b9b9;
  border-right-color: #b9b9b9;
  border-left-color: #b9b9b9;
  border-bottom-color: #b9b9b9;
}
#a4521a453fa1fb0 .inner-form .input-field {
  height: 100%;
}
#a4521a453fa1fb0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a4521a453fa1fb0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a4521a453fa1fb0 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a4521a453fa1fb0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #008f4d;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a4521a453fa1fb0 .btn-search:hover {
  background: #008f4d;
}
#a4521a453fa1fb0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a028ba39f6a5f29 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a028ba39f6a5f29 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a028ba39f6a5f29 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a028ba39f6a5f29 .menu-list > li > a {
  padding: 0 20px;
}
#a028ba39f6a5f29 .menu-list > li:hover:before {
  height: 100%;
}
#a028ba39f6a5f29 .menu-list > li:hover:after {
  color: auto;
}
#a028ba39f6a5f29 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: rgba(34, 25, 77, 0);
  font-weight: 400;
  content: "|";
}
#a028ba39f6a5f29 .menu-list > li:first-child:after {
  content: "";
}
#a028ba39f6a5f29 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: none;
}
#a028ba39f6a5f29 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a028ba39f6a5f29 .menu-list > li ul li {
  position: relative;
}
#a028ba39f6a5f29 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.61);
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a028ba39f6a5f29 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
}
#a028ba39f6a5f29 .menu-list > li:hover > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: solid;
}
#a028ba39f6a5f29 li ul li:hover > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul li a:active,
#a028ba39f6a5f29 li ul li a.active,
#a028ba39f6a5f29 li ul li.active > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul,
#a028ba39f6a5f29 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a028ba39f6a5f29 li:hover > ul {
  left: auto;
}
#a028ba39f6a5f29 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ad385a73efa70e5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ad149a4f3da9c05 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af791ad369a1165 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afe70ae7a1a20fc > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a31f7a7fa2a4a3c > .ele-wrap {background-color: rgba(243, 243, 243, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa1ceaa722a791a .a4644a841ea2a31 {
  overflow: hidden;
}
#aa1ceaa722a791a .a4644a841ea2a31 , #aa1ceaa722a791a .a4644a841ea2a31 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#aa1ceaa722a791a .uk-grid {
  margin-left: -20px;
}
#aa1ceaa722a791a .uk-grid > * {
  padding-left: 20px;
}
#aa1ceaa722a791a .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aa1ceaa722a791a .uk-position-center-left-out {
    left: -30px;
  }
  #aa1ceaa722a791a .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a05f7a3627ab5c4 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aa120a612ba1801 .uk-container {
  line-height: 2;
  color: #999;
}
#a7dd5a8918a2e0a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4521a453fa1fb0 form {
  width: 100%;
  height: 100%;
}
#a4521a453fa1fb0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4521a453fa1fb0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4521a453fa1fb0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4521a453fa1fb0 .search-box .search-type.show {
  display: block;
}
#a4521a453fa1fb0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4521a453fa1fb0 .search-box .search-type li:hover {
  color: #008f4d;
}
#a4521a453fa1fb0 .search-box .search-type li.active {
  color: #008f4d;
}
#a4521a453fa1fb0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #b9b9b9;
  border-right-color: #b9b9b9;
  border-left-color: #b9b9b9;
  border-bottom-color: #b9b9b9;
}
#a4521a453fa1fb0 .inner-form .input-field {
  height: 100%;
}
#a4521a453fa1fb0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a4521a453fa1fb0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a4521a453fa1fb0 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a4521a453fa1fb0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #008f4d;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a4521a453fa1fb0 .btn-search:hover {
  background: #008f4d;
}
#a4521a453fa1fb0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a028ba39f6a5f29 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a028ba39f6a5f29 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a028ba39f6a5f29 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a028ba39f6a5f29 .menu-list > li > a {
  padding: 0 20px;
}
#a028ba39f6a5f29 .menu-list > li:hover:before {
  height: 100%;
}
#a028ba39f6a5f29 .menu-list > li:hover:after {
  color: auto;
}
#a028ba39f6a5f29 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: rgba(34, 25, 77, 0);
  font-weight: 400;
  content: "|";
}
#a028ba39f6a5f29 .menu-list > li:first-child:after {
  content: "";
}
#a028ba39f6a5f29 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: none;
}
#a028ba39f6a5f29 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a028ba39f6a5f29 .menu-list > li ul li {
  position: relative;
}
#a028ba39f6a5f29 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.61);
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a028ba39f6a5f29 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
}
#a028ba39f6a5f29 .menu-list > li:hover > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: solid;
}
#a028ba39f6a5f29 li ul li:hover > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul li a:active,
#a028ba39f6a5f29 li ul li a.active,
#a028ba39f6a5f29 li ul li.active > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul,
#a028ba39f6a5f29 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a028ba39f6a5f29 li:hover > ul {
  left: auto;
}
#a028ba39f6a5f29 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#af74cac88faf858 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#af0baabdd7ad581 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a760ea0f15aa969 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a68bea5a7da8af2 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac039ad591a803b > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a666dac945a9536 .img-wrap {
  border-top-width: 1px;
  border-top-color: #cccccc;
  border-top-style: none;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-bottom-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a6291ad6f8a0bb8 .adaf5a0f16ae119 {
  overflow: hidden;
}
#a6291ad6f8a0bb8 .adaf5a0f16ae119 , #a6291ad6f8a0bb8 .adaf5a0f16ae119 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#a6291ad6f8a0bb8 .uk-grid {
  margin-left: -20px;
}
#a6291ad6f8a0bb8 .uk-grid > * {
  padding-left: 20px;
}
#a6291ad6f8a0bb8 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a6291ad6f8a0bb8 .uk-position-center-left-out {
    left: -30px;
  }
  #a6291ad6f8a0bb8 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ad738a4ef4ac6fa .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#acb7aa71f8a2e72 .ap-overlay-gradient {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 100%);
}
#acb7aa71f8a2e72 .uk-slider-items .uk-button-primary {
  color: #8792aa;
  border-color: #8792aa;
  background: transparent;
  border-radius: 3px;
}
#acb7aa71f8a2e72 .uk-slider-items .uk-button-primary:hover {
  color: #fff;
  background: #008f4d;
  border-color: #008f4d;
}
#acb7aa71f8a2e72 .uk-slidenav {
  background: rgba(0, 0, 0, 0.4);
}
#a4003ac9f1a8e63 .uk-container {
  line-height: 2;
  color: #999;
}
#a7dd5a8918a2e0a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4521a453fa1fb0 form {
  width: 100%;
  height: 100%;
}
#a4521a453fa1fb0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4521a453fa1fb0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4521a453fa1fb0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4521a453fa1fb0 .search-box .search-type.show {
  display: block;
}
#a4521a453fa1fb0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4521a453fa1fb0 .search-box .search-type li:hover {
  color: #008f4d;
}
#a4521a453fa1fb0 .search-box .search-type li.active {
  color: #008f4d;
}
#a4521a453fa1fb0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #b9b9b9;
  border-right-color: #b9b9b9;
  border-left-color: #b9b9b9;
  border-bottom-color: #b9b9b9;
}
#a4521a453fa1fb0 .inner-form .input-field {
  height: 100%;
}
#a4521a453fa1fb0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a4521a453fa1fb0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a4521a453fa1fb0 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a4521a453fa1fb0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #008f4d;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a4521a453fa1fb0 .btn-search:hover {
  background: #008f4d;
}
#a4521a453fa1fb0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a028ba39f6a5f29 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a028ba39f6a5f29 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a028ba39f6a5f29 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a028ba39f6a5f29 .menu-list > li > a {
  padding: 0 20px;
}
#a028ba39f6a5f29 .menu-list > li:hover:before {
  height: 100%;
}
#a028ba39f6a5f29 .menu-list > li:hover:after {
  color: auto;
}
#a028ba39f6a5f29 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: rgba(34, 25, 77, 0);
  font-weight: 400;
  content: "|";
}
#a028ba39f6a5f29 .menu-list > li:first-child:after {
  content: "";
}
#a028ba39f6a5f29 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: none;
}
#a028ba39f6a5f29 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a028ba39f6a5f29 .menu-list > li ul li {
  position: relative;
}
#a028ba39f6a5f29 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.61);
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a028ba39f6a5f29 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
}
#a028ba39f6a5f29 .menu-list > li:hover > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: solid;
}
#a028ba39f6a5f29 li ul li:hover > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul li a:active,
#a028ba39f6a5f29 li ul li a.active,
#a028ba39f6a5f29 li ul li.active > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul,
#a028ba39f6a5f29 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a028ba39f6a5f29 li:hover > ul {
  left: auto;
}
#a028ba39f6a5f29 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#af86cafc6ca9a28 .ap-category-filter ul li {
  margin-bottom: 20px;
}
#af86cafc6ca9a28 .ap-category-filter ul li.active {
  border-color: #008f4d;
  color: #008f4d;
}
#af86cafc6ca9a28 .grid-list .product-item {
  overflow: hidden;
}
#af86cafc6ca9a28 .grid-list .product-preview .img {
  display: block;
}
#af86cafc6ca9a28 .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#af86cafc6ca9a28 .grid-list .tags .tag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 4px 1px;
  border-radius: 2px;
  background-color: #F8353E;
  margin-right: 4px;
  float: left;
}
#af86cafc6ca9a28 .grid-list .product-info {
  min-height: 110px;
}
#af86cafc6ca9a28 .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#af86cafc6ca9a28 .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#af86cafc6ca9a28 .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#af86cafc6ca9a28 .grid-list .category-name {
  font-size: 12px;
}
#af86cafc6ca9a28 .grid-list .category-name a {
  color: #777;
}
#af86cafc6ca9a28 .grid-list .title,
#af86cafc6ca9a28 .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#af86cafc6ca9a28 .grid-list .title a,
#af86cafc6ca9a28 .grid-list .subTitle a {
  color: #191919;
}
#af86cafc6ca9a28 .grid-list .product-buttons {
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#af86cafc6ca9a28 .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#af86cafc6ca9a28 .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#af86cafc6ca9a28 .grid-list .product-preview {
  border-radius: 0px;
  overflow: hidden;
}
#af86cafc6ca9a28 .grid-list .product-btn {
  background-color: #008f4d;
}
#af86cafc6ca9a28 .grid-list .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
}
#af86cafc6ca9a28 .grid-list .product:hover {
  background-color: auto;
}
#af86cafc6ca9a28 .grid-list .product:hover .title a {
  color: #444;
}
#af86cafc6ca9a28 .grid-list .product:hover .subTitle {
  color: auto;
}
#af86cafc6ca9a28 .grid-list .product:hover .category {
  color: auto;
}
#af86cafc6ca9a28 .grid-list .product:hover .abstract {
  color: auto;
}
#af86cafc6ca9a28 .grid-list .product:hover .product-btn {
  color: auto;
}
@media (max-width: 640px) {
  #af86cafc6ca9a28 .grid-list .product-info {
    min-height: 0;
  }
  #af86cafc6ca9a28 .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #af86cafc6ca9a28 .grid-list .product-buttons {
    display: none;
  }
}
#aaeecadbe2a57fd .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a0c7eaf6aca08e6 .ap-overlay-gradient {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 100%);
}
#a0c7eaf6aca08e6 .uk-slider-items .uk-button-primary {
  color: #8792aa;
  border-color: #8792aa;
  background: transparent;
  border-radius: 3px;
}
#a0c7eaf6aca08e6 .uk-slider-items .uk-button-primary:hover {
  color: #fff;
  background: #008f4d;
  border-color: #008f4d;
}
#a0c7eaf6aca08e6 .uk-slidenav {
  background: rgba(0, 0, 0, 0.4);
}
#a1435a6786adc10 .uk-container {
  line-height: 2;
  color: #999;
}
#a7dd5a8918a2e0a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4521a453fa1fb0 form {
  width: 100%;
  height: 100%;
}
#a4521a453fa1fb0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4521a453fa1fb0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4521a453fa1fb0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4521a453fa1fb0 .search-box .search-type.show {
  display: block;
}
#a4521a453fa1fb0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4521a453fa1fb0 .search-box .search-type li:hover {
  color: #008f4d;
}
#a4521a453fa1fb0 .search-box .search-type li.active {
  color: #008f4d;
}
#a4521a453fa1fb0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #b9b9b9;
  border-right-color: #b9b9b9;
  border-left-color: #b9b9b9;
  border-bottom-color: #b9b9b9;
}
#a4521a453fa1fb0 .inner-form .input-field {
  height: 100%;
}
#a4521a453fa1fb0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a4521a453fa1fb0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a4521a453fa1fb0 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a4521a453fa1fb0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #008f4d;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a4521a453fa1fb0 .btn-search:hover {
  background: #008f4d;
}
#a4521a453fa1fb0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a028ba39f6a5f29 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a028ba39f6a5f29 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a028ba39f6a5f29 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a028ba39f6a5f29 .menu-list > li > a {
  padding: 0 20px;
}
#a028ba39f6a5f29 .menu-list > li:hover:before {
  height: 100%;
}
#a028ba39f6a5f29 .menu-list > li:hover:after {
  color: auto;
}
#a028ba39f6a5f29 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: rgba(34, 25, 77, 0);
  font-weight: 400;
  content: "|";
}
#a028ba39f6a5f29 .menu-list > li:first-child:after {
  content: "";
}
#a028ba39f6a5f29 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: none;
}
#a028ba39f6a5f29 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a028ba39f6a5f29 .menu-list > li ul li {
  position: relative;
}
#a028ba39f6a5f29 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.61);
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a028ba39f6a5f29 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
}
#a028ba39f6a5f29 .menu-list > li:hover > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: solid;
}
#a028ba39f6a5f29 li ul li:hover > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul li a:active,
#a028ba39f6a5f29 li ul li a.active,
#a028ba39f6a5f29 li ul li.active > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul,
#a028ba39f6a5f29 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a028ba39f6a5f29 li:hover > ul {
  left: auto;
}
#a028ba39f6a5f29 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#acc17aa78aa33db .ap-category-filter ul li {
  margin-bottom: 20px;
}
#acc17aa78aa33db .ap-category-filter ul li.active {
  border-color: #008f4d;
  color: #008f4d;
}
#acc17aa78aa33db .grid-list .product-item {
  overflow: hidden;
}
#acc17aa78aa33db .grid-list .product-preview .img {
  display: block;
}
#acc17aa78aa33db .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#acc17aa78aa33db .grid-list .tags .tag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 4px 1px;
  border-radius: 2px;
  background-color: #F8353E;
  margin-right: 4px;
  float: left;
}
#acc17aa78aa33db .grid-list .product-info {
  min-height: 110px;
}
#acc17aa78aa33db .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#acc17aa78aa33db .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#acc17aa78aa33db .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#acc17aa78aa33db .grid-list .category-name {
  font-size: 12px;
}
#acc17aa78aa33db .grid-list .category-name a {
  color: #777;
}
#acc17aa78aa33db .grid-list .title,
#acc17aa78aa33db .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#acc17aa78aa33db .grid-list .title a,
#acc17aa78aa33db .grid-list .subTitle a {
  color: #191919;
}
#acc17aa78aa33db .grid-list .product-buttons {
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#acc17aa78aa33db .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#acc17aa78aa33db .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#acc17aa78aa33db .grid-list .product-preview {
  border-radius: 0px;
  overflow: hidden;
}
#acc17aa78aa33db .grid-list .product-btn {
  background-color: #008f4d;
}
#acc17aa78aa33db .grid-list .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
}
#acc17aa78aa33db .grid-list .product:hover {
  background-color: auto;
}
#acc17aa78aa33db .grid-list .product:hover .title a {
  color: #444;
}
#acc17aa78aa33db .grid-list .product:hover .subTitle {
  color: auto;
}
#acc17aa78aa33db .grid-list .product:hover .category {
  color: auto;
}
#acc17aa78aa33db .grid-list .product:hover .abstract {
  color: auto;
}
#acc17aa78aa33db .grid-list .product:hover .product-btn {
  color: auto;
}
@media (max-width: 640px) {
  #acc17aa78aa33db .grid-list .product-info {
    min-height: 0;
  }
  #acc17aa78aa33db .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #acc17aa78aa33db .grid-list .product-buttons {
    display: none;
  }
}
#a3a0da6366a7c12 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a9bb7a6a52a18ff .ap-overlay-gradient {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 100%);
}
#a9bb7a6a52a18ff .uk-slider-items .uk-button-primary {
  color: #8792aa;
  border-color: #8792aa;
  background: transparent;
  border-radius: 3px;
}
#a9bb7a6a52a18ff .uk-slider-items .uk-button-primary:hover {
  color: #fff;
  background: #008f4d;
  border-color: #008f4d;
}
#a9bb7a6a52a18ff .uk-slidenav {
  background: rgba(0, 0, 0, 0.4);
}
#a18e4a246ca2eab .uk-container {
  line-height: 2;
  color: #999;
}
#a7dd5a8918a2e0a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4521a453fa1fb0 form {
  width: 100%;
  height: 100%;
}
#a4521a453fa1fb0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4521a453fa1fb0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4521a453fa1fb0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4521a453fa1fb0 .search-box .search-type.show {
  display: block;
}
#a4521a453fa1fb0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4521a453fa1fb0 .search-box .search-type li:hover {
  color: #008f4d;
}
#a4521a453fa1fb0 .search-box .search-type li.active {
  color: #008f4d;
}
#a4521a453fa1fb0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #b9b9b9;
  border-right-color: #b9b9b9;
  border-left-color: #b9b9b9;
  border-bottom-color: #b9b9b9;
}
#a4521a453fa1fb0 .inner-form .input-field {
  height: 100%;
}
#a4521a453fa1fb0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a4521a453fa1fb0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a4521a453fa1fb0 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a4521a453fa1fb0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #008f4d;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a4521a453fa1fb0 .btn-search:hover {
  background: #008f4d;
}
#a4521a453fa1fb0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a028ba39f6a5f29 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a028ba39f6a5f29 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a028ba39f6a5f29 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a028ba39f6a5f29 .menu-list > li > a {
  padding: 0 20px;
}
#a028ba39f6a5f29 .menu-list > li:hover:before {
  height: 100%;
}
#a028ba39f6a5f29 .menu-list > li:hover:after {
  color: auto;
}
#a028ba39f6a5f29 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: rgba(34, 25, 77, 0);
  font-weight: 400;
  content: "|";
}
#a028ba39f6a5f29 .menu-list > li:first-child:after {
  content: "";
}
#a028ba39f6a5f29 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: none;
}
#a028ba39f6a5f29 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a028ba39f6a5f29 .menu-list > li ul li {
  position: relative;
}
#a028ba39f6a5f29 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.61);
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a028ba39f6a5f29 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
}
#a028ba39f6a5f29 .menu-list > li:hover > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: solid;
}
#a028ba39f6a5f29 li ul li:hover > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul li a:active,
#a028ba39f6a5f29 li ul li a.active,
#a028ba39f6a5f29 li ul li.active > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul,
#a028ba39f6a5f29 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a028ba39f6a5f29 li:hover > ul {
  left: auto;
}
#a028ba39f6a5f29 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6913aa523a5b31 .ap-category-filter ul li {
  margin-bottom: 20px;
}
#a6913aa523a5b31 .ap-category-filter ul li.active {
  border-color: #008f4d;
  color: #008f4d;
}
#a6913aa523a5b31 .grid-list .product-item {
  overflow: hidden;
}
#a6913aa523a5b31 .grid-list .product-preview .img {
  display: block;
}
#a6913aa523a5b31 .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#a6913aa523a5b31 .grid-list .tags .tag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 4px 1px;
  border-radius: 2px;
  background-color: #F8353E;
  margin-right: 4px;
  float: left;
}
#a6913aa523a5b31 .grid-list .product-info {
  min-height: 110px;
}
#a6913aa523a5b31 .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#a6913aa523a5b31 .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#a6913aa523a5b31 .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#a6913aa523a5b31 .grid-list .category-name {
  font-size: 12px;
}
#a6913aa523a5b31 .grid-list .category-name a {
  color: #777;
}
#a6913aa523a5b31 .grid-list .title,
#a6913aa523a5b31 .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#a6913aa523a5b31 .grid-list .title a,
#a6913aa523a5b31 .grid-list .subTitle a {
  color: #191919;
}
#a6913aa523a5b31 .grid-list .product-buttons {
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#a6913aa523a5b31 .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#a6913aa523a5b31 .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#a6913aa523a5b31 .grid-list .product-preview {
  border-radius: 0px;
  overflow: hidden;
}
#a6913aa523a5b31 .grid-list .product-btn {
  background-color: #008f4d;
}
#a6913aa523a5b31 .grid-list .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
}
#a6913aa523a5b31 .grid-list .product:hover {
  background-color: auto;
}
#a6913aa523a5b31 .grid-list .product:hover .title a {
  color: #444;
}
#a6913aa523a5b31 .grid-list .product:hover .subTitle {
  color: auto;
}
#a6913aa523a5b31 .grid-list .product:hover .category {
  color: auto;
}
#a6913aa523a5b31 .grid-list .product:hover .abstract {
  color: auto;
}
#a6913aa523a5b31 .grid-list .product:hover .product-btn {
  color: auto;
}
@media (max-width: 640px) {
  #a6913aa523a5b31 .grid-list .product-info {
    min-height: 0;
  }
  #a6913aa523a5b31 .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #a6913aa523a5b31 .grid-list .product-buttons {
    display: none;
  }
}
#a0d22a47d9af89a .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a8c34afa73a3dab .ap-overlay-gradient {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 100%);
}
#a8c34afa73a3dab .uk-slider-items .uk-button-primary {
  color: #8792aa;
  border-color: #8792aa;
  background: transparent;
  border-radius: 3px;
}
#a8c34afa73a3dab .uk-slider-items .uk-button-primary:hover {
  color: #fff;
  background: #008f4d;
  border-color: #008f4d;
}
#a8c34afa73a3dab .uk-slidenav {
  background: rgba(0, 0, 0, 0.4);
}
#a4f19aec8eabcb8 .uk-container {
  line-height: 2;
  color: #999;
}
#a7dd5a8918a2e0a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4521a453fa1fb0 form {
  width: 100%;
  height: 100%;
}
#a4521a453fa1fb0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4521a453fa1fb0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4521a453fa1fb0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4521a453fa1fb0 .search-box .search-type.show {
  display: block;
}
#a4521a453fa1fb0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4521a453fa1fb0 .search-box .search-type li:hover {
  color: #008f4d;
}
#a4521a453fa1fb0 .search-box .search-type li.active {
  color: #008f4d;
}
#a4521a453fa1fb0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #b9b9b9;
  border-right-color: #b9b9b9;
  border-left-color: #b9b9b9;
  border-bottom-color: #b9b9b9;
}
#a4521a453fa1fb0 .inner-form .input-field {
  height: 100%;
}
#a4521a453fa1fb0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a4521a453fa1fb0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a4521a453fa1fb0 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a4521a453fa1fb0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #008f4d;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a4521a453fa1fb0 .btn-search:hover {
  background: #008f4d;
}
#a4521a453fa1fb0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a028ba39f6a5f29 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a028ba39f6a5f29 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a028ba39f6a5f29 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a028ba39f6a5f29 .menu-list > li > a {
  padding: 0 20px;
}
#a028ba39f6a5f29 .menu-list > li:hover:before {
  height: 100%;
}
#a028ba39f6a5f29 .menu-list > li:hover:after {
  color: auto;
}
#a028ba39f6a5f29 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: rgba(34, 25, 77, 0);
  font-weight: 400;
  content: "|";
}
#a028ba39f6a5f29 .menu-list > li:first-child:after {
  content: "";
}
#a028ba39f6a5f29 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: none;
}
#a028ba39f6a5f29 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a028ba39f6a5f29 .menu-list > li ul li {
  position: relative;
}
#a028ba39f6a5f29 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.61);
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a028ba39f6a5f29 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
}
#a028ba39f6a5f29 .menu-list > li:hover > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: solid;
}
#a028ba39f6a5f29 li ul li:hover > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul li a:active,
#a028ba39f6a5f29 li ul li a.active,
#a028ba39f6a5f29 li ul li.active > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul,
#a028ba39f6a5f29 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a028ba39f6a5f29 li:hover > ul {
  left: auto;
}
#a028ba39f6a5f29 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a475ba0e72a9b2b .ap-category-filter ul li {
  margin-bottom: 20px;
}
#a475ba0e72a9b2b .ap-category-filter ul li.active {
  border-color: #008f4d;
  color: #008f4d;
}
#a475ba0e72a9b2b .grid-list .product-item {
  overflow: hidden;
}
#a475ba0e72a9b2b .grid-list .product-preview .img {
  display: block;
}
#a475ba0e72a9b2b .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#a475ba0e72a9b2b .grid-list .tags .tag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 4px 1px;
  border-radius: 2px;
  background-color: #F8353E;
  margin-right: 4px;
  float: left;
}
#a475ba0e72a9b2b .grid-list .product-info {
  min-height: 110px;
}
#a475ba0e72a9b2b .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#a475ba0e72a9b2b .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#a475ba0e72a9b2b .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#a475ba0e72a9b2b .grid-list .category-name {
  font-size: 12px;
}
#a475ba0e72a9b2b .grid-list .category-name a {
  color: #777;
}
#a475ba0e72a9b2b .grid-list .title,
#a475ba0e72a9b2b .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#a475ba0e72a9b2b .grid-list .title a,
#a475ba0e72a9b2b .grid-list .subTitle a {
  color: #191919;
}
#a475ba0e72a9b2b .grid-list .product-buttons {
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#a475ba0e72a9b2b .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#a475ba0e72a9b2b .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#a475ba0e72a9b2b .grid-list .product-preview {
  border-radius: 0px;
  overflow: hidden;
}
#a475ba0e72a9b2b .grid-list .product-btn {
  background-color: #008f4d;
}
#a475ba0e72a9b2b .grid-list .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
}
#a475ba0e72a9b2b .grid-list .product:hover {
  background-color: auto;
}
#a475ba0e72a9b2b .grid-list .product:hover .title a {
  color: #444;
}
#a475ba0e72a9b2b .grid-list .product:hover .subTitle {
  color: auto;
}
#a475ba0e72a9b2b .grid-list .product:hover .category {
  color: auto;
}
#a475ba0e72a9b2b .grid-list .product:hover .abstract {
  color: auto;
}
#a475ba0e72a9b2b .grid-list .product:hover .product-btn {
  color: auto;
}
@media (max-width: 640px) {
  #a475ba0e72a9b2b .grid-list .product-info {
    min-height: 0;
  }
  #a475ba0e72a9b2b .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #a475ba0e72a9b2b .grid-list .product-buttons {
    display: none;
  }
}
#ad3dba5635aae29 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a6617a1d49a2345 .uk-container {
  line-height: 2;
  color: #999;
}
#a7dd5a8918a2e0a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4521a453fa1fb0 form {
  width: 100%;
  height: 100%;
}
#a4521a453fa1fb0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4521a453fa1fb0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4521a453fa1fb0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4521a453fa1fb0 .search-box .search-type.show {
  display: block;
}
#a4521a453fa1fb0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4521a453fa1fb0 .search-box .search-type li:hover {
  color: #008f4d;
}
#a4521a453fa1fb0 .search-box .search-type li.active {
  color: #008f4d;
}
#a4521a453fa1fb0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #b9b9b9;
  border-right-color: #b9b9b9;
  border-left-color: #b9b9b9;
  border-bottom-color: #b9b9b9;
}
#a4521a453fa1fb0 .inner-form .input-field {
  height: 100%;
}
#a4521a453fa1fb0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a4521a453fa1fb0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a4521a453fa1fb0 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a4521a453fa1fb0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #008f4d;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a4521a453fa1fb0 .btn-search:hover {
  background: #008f4d;
}
#a4521a453fa1fb0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a028ba39f6a5f29 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a028ba39f6a5f29 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a028ba39f6a5f29 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a028ba39f6a5f29 .menu-list > li > a {
  padding: 0 20px;
}
#a028ba39f6a5f29 .menu-list > li:hover:before {
  height: 100%;
}
#a028ba39f6a5f29 .menu-list > li:hover:after {
  color: auto;
}
#a028ba39f6a5f29 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: rgba(34, 25, 77, 0);
  font-weight: 400;
  content: "|";
}
#a028ba39f6a5f29 .menu-list > li:first-child:after {
  content: "";
}
#a028ba39f6a5f29 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: none;
}
#a028ba39f6a5f29 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a028ba39f6a5f29 .menu-list > li ul li {
  position: relative;
}
#a028ba39f6a5f29 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.61);
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a028ba39f6a5f29 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
}
#a028ba39f6a5f29 .menu-list > li:hover > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: solid;
}
#a028ba39f6a5f29 li ul li:hover > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul li a:active,
#a028ba39f6a5f29 li ul li a.active,
#a028ba39f6a5f29 li ul li.active > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul,
#a028ba39f6a5f29 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a028ba39f6a5f29 li:hover > ul {
  left: auto;
}
#a028ba39f6a5f29 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a8961a294ca33aa > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ad2fea0441a4e33 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9e36a555da76b4 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a36f4a3019ab906 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab85ea8bd6ad29e > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5e77ae996af57f > .ele-wrap {background-color: rgba(0, 0, 0, 0.93);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #000000;}#a5e77ae996af57f * {color: #000000 }
                            #a5e77ae996af57f .line{border-color: #000000 }#ad838a2c24a9f35 .ae2cbaf4f7a10c0 {
  overflow: hidden;
}
#ad838a2c24a9f35 .ae2cbaf4f7a10c0 , #ad838a2c24a9f35 .ae2cbaf4f7a10c0 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#ad838a2c24a9f35 .uk-grid {
  margin-left: -20px;
}
#ad838a2c24a9f35 .uk-grid > * {
  padding-left: 20px;
}
#ad838a2c24a9f35 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ad838a2c24a9f35 .uk-position-center-left-out {
    left: -30px;
  }
  #ad838a2c24a9f35 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac471a10c9aae26 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ace7baf156a135c .uk-container {
  line-height: 2;
  color: #999;
}
#a7dd5a8918a2e0a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4521a453fa1fb0 form {
  width: 100%;
  height: 100%;
}
#a4521a453fa1fb0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4521a453fa1fb0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4521a453fa1fb0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4521a453fa1fb0 .search-box .search-type.show {
  display: block;
}
#a4521a453fa1fb0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4521a453fa1fb0 .search-box .search-type li:hover {
  color: #008f4d;
}
#a4521a453fa1fb0 .search-box .search-type li.active {
  color: #008f4d;
}
#a4521a453fa1fb0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #b9b9b9;
  border-right-color: #b9b9b9;
  border-left-color: #b9b9b9;
  border-bottom-color: #b9b9b9;
}
#a4521a453fa1fb0 .inner-form .input-field {
  height: 100%;
}
#a4521a453fa1fb0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a4521a453fa1fb0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a4521a453fa1fb0 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a4521a453fa1fb0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #008f4d;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a4521a453fa1fb0 .btn-search:hover {
  background: #008f4d;
}
#a4521a453fa1fb0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a028ba39f6a5f29 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a028ba39f6a5f29 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a028ba39f6a5f29 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a028ba39f6a5f29 .menu-list > li > a {
  padding: 0 20px;
}
#a028ba39f6a5f29 .menu-list > li:hover:before {
  height: 100%;
}
#a028ba39f6a5f29 .menu-list > li:hover:after {
  color: auto;
}
#a028ba39f6a5f29 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: rgba(34, 25, 77, 0);
  font-weight: 400;
  content: "|";
}
#a028ba39f6a5f29 .menu-list > li:first-child:after {
  content: "";
}
#a028ba39f6a5f29 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: none;
}
#a028ba39f6a5f29 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a028ba39f6a5f29 .menu-list > li ul li {
  position: relative;
}
#a028ba39f6a5f29 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.61);
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a028ba39f6a5f29 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
}
#a028ba39f6a5f29 .menu-list > li:hover > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: solid;
}
#a028ba39f6a5f29 li ul li:hover > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul li a:active,
#a028ba39f6a5f29 li ul li a.active,
#a028ba39f6a5f29 li ul li.active > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul,
#a028ba39f6a5f29 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a028ba39f6a5f29 li:hover > ul {
  left: auto;
}
#a028ba39f6a5f29 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a25faad0e5aefe7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aebb4aa2f5aa0d3 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aae38ae67aa6f3f > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0cc7a70f4abb06 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2c5bafaa0ac8aa > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afcceada85ae02b > .ele-wrap {background-color: rgba(243, 243, 243, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a70f5a37faa9483 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a70f5a37faa9483 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a5006a7801a222d .a1051a4eaca7e78 {
  overflow: hidden;
}
#a5006a7801a222d .a1051a4eaca7e78 , #a5006a7801a222d .a1051a4eaca7e78 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#a5006a7801a222d .uk-grid {
  margin-left: -20px;
}
#a5006a7801a222d .uk-grid > * {
  padding-left: 20px;
}
#a5006a7801a222d .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a5006a7801a222d .uk-position-center-left-out {
    left: -30px;
  }
  #a5006a7801a222d .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ab1c0a8d1fa3d84 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#acd6ca9361a21ae .uk-container {
  line-height: 2;
  color: #999;
}
#a7dd5a8918a2e0a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4521a453fa1fb0 form {
  width: 100%;
  height: 100%;
}
#a4521a453fa1fb0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4521a453fa1fb0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4521a453fa1fb0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4521a453fa1fb0 .search-box .search-type.show {
  display: block;
}
#a4521a453fa1fb0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4521a453fa1fb0 .search-box .search-type li:hover {
  color: #008f4d;
}
#a4521a453fa1fb0 .search-box .search-type li.active {
  color: #008f4d;
}
#a4521a453fa1fb0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #b9b9b9;
  border-right-color: #b9b9b9;
  border-left-color: #b9b9b9;
  border-bottom-color: #b9b9b9;
}
#a4521a453fa1fb0 .inner-form .input-field {
  height: 100%;
}
#a4521a453fa1fb0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a4521a453fa1fb0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a4521a453fa1fb0 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a4521a453fa1fb0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #008f4d;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a4521a453fa1fb0 .btn-search:hover {
  background: #008f4d;
}
#a4521a453fa1fb0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a028ba39f6a5f29 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a028ba39f6a5f29 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a028ba39f6a5f29 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a028ba39f6a5f29 .menu-list > li > a {
  padding: 0 20px;
}
#a028ba39f6a5f29 .menu-list > li:hover:before {
  height: 100%;
}
#a028ba39f6a5f29 .menu-list > li:hover:after {
  color: auto;
}
#a028ba39f6a5f29 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: rgba(34, 25, 77, 0);
  font-weight: 400;
  content: "|";
}
#a028ba39f6a5f29 .menu-list > li:first-child:after {
  content: "";
}
#a028ba39f6a5f29 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: none;
}
#a028ba39f6a5f29 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a028ba39f6a5f29 .menu-list > li ul li {
  position: relative;
}
#a028ba39f6a5f29 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.61);
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a028ba39f6a5f29 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
}
#a028ba39f6a5f29 .menu-list > li:hover > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: solid;
}
#a028ba39f6a5f29 li ul li:hover > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul li a:active,
#a028ba39f6a5f29 li ul li a.active,
#a028ba39f6a5f29 li ul li.active > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul,
#a028ba39f6a5f29 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a028ba39f6a5f29 li:hover > ul {
  left: auto;
}
#a028ba39f6a5f29 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a97b1a4484ad480 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ab232a737ba3a8b > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a89efa6e2fa9a13 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0d3fa5f40a54e5 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4c09a69b0a782b > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a38a9a46d3a980f .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a38a9a46d3a980f .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a86e6a1544a7bbb .abeb3a87cea5f2b {
  overflow: hidden;
}
#a86e6a1544a7bbb .abeb3a87cea5f2b , #a86e6a1544a7bbb .abeb3a87cea5f2b > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#a86e6a1544a7bbb .uk-grid {
  margin-left: -20px;
}
#a86e6a1544a7bbb .uk-grid > * {
  padding-left: 20px;
}
#a86e6a1544a7bbb .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a86e6a1544a7bbb .uk-position-center-left-out {
    left: -30px;
  }
  #a86e6a1544a7bbb .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8b97a1753a928b .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#af31aa722daf3a3 .uk-container {
  line-height: 2;
  color: #999;
}
#a7dd5a8918a2e0a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4521a453fa1fb0 form {
  width: 100%;
  height: 100%;
}
#a4521a453fa1fb0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4521a453fa1fb0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4521a453fa1fb0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4521a453fa1fb0 .search-box .search-type.show {
  display: block;
}
#a4521a453fa1fb0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4521a453fa1fb0 .search-box .search-type li:hover {
  color: #008f4d;
}
#a4521a453fa1fb0 .search-box .search-type li.active {
  color: #008f4d;
}
#a4521a453fa1fb0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #b9b9b9;
  border-right-color: #b9b9b9;
  border-left-color: #b9b9b9;
  border-bottom-color: #b9b9b9;
}
#a4521a453fa1fb0 .inner-form .input-field {
  height: 100%;
}
#a4521a453fa1fb0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a4521a453fa1fb0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a4521a453fa1fb0 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a4521a453fa1fb0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #008f4d;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a4521a453fa1fb0 .btn-search:hover {
  background: #008f4d;
}
#a4521a453fa1fb0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a028ba39f6a5f29 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a028ba39f6a5f29 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a028ba39f6a5f29 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a028ba39f6a5f29 .menu-list > li > a {
  padding: 0 20px;
}
#a028ba39f6a5f29 .menu-list > li:hover:before {
  height: 100%;
}
#a028ba39f6a5f29 .menu-list > li:hover:after {
  color: auto;
}
#a028ba39f6a5f29 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: rgba(34, 25, 77, 0);
  font-weight: 400;
  content: "|";
}
#a028ba39f6a5f29 .menu-list > li:first-child:after {
  content: "";
}
#a028ba39f6a5f29 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: none;
}
#a028ba39f6a5f29 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a028ba39f6a5f29 .menu-list > li ul li {
  position: relative;
}
#a028ba39f6a5f29 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.61);
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a028ba39f6a5f29 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
}
#a028ba39f6a5f29 .menu-list > li:hover > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: solid;
}
#a028ba39f6a5f29 li ul li:hover > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul li a:active,
#a028ba39f6a5f29 li ul li a.active,
#a028ba39f6a5f29 li ul li.active > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul,
#a028ba39f6a5f29 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a028ba39f6a5f29 li:hover > ul {
  left: auto;
}
#a028ba39f6a5f29 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#adc11a78d2adfc8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a3963a94fca8bfc > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2695a9eb2a1650 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab71ca10a6a336a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aee8da5a60a4bf7 > .ele-wrap {background-color: rgba(243, 243, 243, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8a5ca7212ab37b .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a8a5ca7212ab37b .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#afdc8a2436ab721 .aa049ae6c8aadb9 {
  overflow: hidden;
}
#afdc8a2436ab721 .aa049ae6c8aadb9 , #afdc8a2436ab721 .aa049ae6c8aadb9 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#afdc8a2436ab721 .uk-grid {
  margin-left: -20px;
}
#afdc8a2436ab721 .uk-grid > * {
  padding-left: 20px;
}
#afdc8a2436ab721 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #afdc8a2436ab721 .uk-position-center-left-out {
    left: -30px;
  }
  #afdc8a2436ab721 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a4bbdab581a46f9 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a983ead4a7a7efd .uk-container {
  line-height: 2;
  color: #999;
}
#a7dd5a8918a2e0a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4521a453fa1fb0 form {
  width: 100%;
  height: 100%;
}
#a4521a453fa1fb0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4521a453fa1fb0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4521a453fa1fb0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4521a453fa1fb0 .search-box .search-type.show {
  display: block;
}
#a4521a453fa1fb0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4521a453fa1fb0 .search-box .search-type li:hover {
  color: #008f4d;
}
#a4521a453fa1fb0 .search-box .search-type li.active {
  color: #008f4d;
}
#a4521a453fa1fb0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #b9b9b9;
  border-right-color: #b9b9b9;
  border-left-color: #b9b9b9;
  border-bottom-color: #b9b9b9;
}
#a4521a453fa1fb0 .inner-form .input-field {
  height: 100%;
}
#a4521a453fa1fb0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a4521a453fa1fb0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a4521a453fa1fb0 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a4521a453fa1fb0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #008f4d;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a4521a453fa1fb0 .btn-search:hover {
  background: #008f4d;
}
#a4521a453fa1fb0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a028ba39f6a5f29 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a028ba39f6a5f29 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a028ba39f6a5f29 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a028ba39f6a5f29 .menu-list > li > a {
  padding: 0 20px;
}
#a028ba39f6a5f29 .menu-list > li:hover:before {
  height: 100%;
}
#a028ba39f6a5f29 .menu-list > li:hover:after {
  color: auto;
}
#a028ba39f6a5f29 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: rgba(34, 25, 77, 0);
  font-weight: 400;
  content: "|";
}
#a028ba39f6a5f29 .menu-list > li:first-child:after {
  content: "";
}
#a028ba39f6a5f29 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: none;
}
#a028ba39f6a5f29 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a028ba39f6a5f29 .menu-list > li ul li {
  position: relative;
}
#a028ba39f6a5f29 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.61);
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a028ba39f6a5f29 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
}
#a028ba39f6a5f29 .menu-list > li:hover > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: solid;
}
#a028ba39f6a5f29 li ul li:hover > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul li a:active,
#a028ba39f6a5f29 li ul li a.active,
#a028ba39f6a5f29 li ul li.active > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul,
#a028ba39f6a5f29 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a028ba39f6a5f29 li:hover > ul {
  left: auto;
}
#a028ba39f6a5f29 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ac13eadcc6a8100 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aff01a072ca86d9 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acd13a71a4a6608 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3cf7af7e9aa57e > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afddaad218a6095 > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 0.02),
                rgba(243, 243, 243, 1));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #dfdde9;}#afddaad218a6095 * {color: #dfdde9 }
                            #afddaad218a6095 .line{border-color: #dfdde9 }#a1b52a1645a15d4 .a0c48ab0a6ab28b {
  overflow: hidden;
}
#a1b52a1645a15d4 .a0c48ab0a6ab28b , #a1b52a1645a15d4 .a0c48ab0a6ab28b > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#a1b52a1645a15d4 .uk-grid {
  margin-left: -20px;
}
#a1b52a1645a15d4 .uk-grid > * {
  padding-left: 20px;
}
#a1b52a1645a15d4 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a1b52a1645a15d4 .uk-position-center-left-out {
    left: -30px;
  }
  #a1b52a1645a15d4 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a1c3face2ba2b85 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#af558ab56ba9b68 .uk-container {
  line-height: 2;
  color: #999;
}
#a7dd5a8918a2e0a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4521a453fa1fb0 form {
  width: 100%;
  height: 100%;
}
#a4521a453fa1fb0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4521a453fa1fb0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4521a453fa1fb0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4521a453fa1fb0 .search-box .search-type.show {
  display: block;
}
#a4521a453fa1fb0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4521a453fa1fb0 .search-box .search-type li:hover {
  color: #008f4d;
}
#a4521a453fa1fb0 .search-box .search-type li.active {
  color: #008f4d;
}
#a4521a453fa1fb0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #b9b9b9;
  border-right-color: #b9b9b9;
  border-left-color: #b9b9b9;
  border-bottom-color: #b9b9b9;
}
#a4521a453fa1fb0 .inner-form .input-field {
  height: 100%;
}
#a4521a453fa1fb0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a4521a453fa1fb0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a4521a453fa1fb0 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a4521a453fa1fb0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #008f4d;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a4521a453fa1fb0 .btn-search:hover {
  background: #008f4d;
}
#a4521a453fa1fb0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a028ba39f6a5f29 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a028ba39f6a5f29 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a028ba39f6a5f29 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a028ba39f6a5f29 .menu-list > li > a {
  padding: 0 20px;
}
#a028ba39f6a5f29 .menu-list > li:hover:before {
  height: 100%;
}
#a028ba39f6a5f29 .menu-list > li:hover:after {
  color: auto;
}
#a028ba39f6a5f29 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: rgba(34, 25, 77, 0);
  font-weight: 400;
  content: "|";
}
#a028ba39f6a5f29 .menu-list > li:first-child:after {
  content: "";
}
#a028ba39f6a5f29 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: none;
}
#a028ba39f6a5f29 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a028ba39f6a5f29 .menu-list > li ul li {
  position: relative;
}
#a028ba39f6a5f29 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.61);
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a028ba39f6a5f29 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
}
#a028ba39f6a5f29 .menu-list > li:hover > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: solid;
}
#a028ba39f6a5f29 li ul li:hover > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul li a:active,
#a028ba39f6a5f29 li ul li a.active,
#a028ba39f6a5f29 li ul li.active > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul,
#a028ba39f6a5f29 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a028ba39f6a5f29 li:hover > ul {
  left: auto;
}
#a028ba39f6a5f29 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a5aa0af7b1a6db6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ac37cac126a57d1 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1fb2a7817a18ed > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab477a4f15acedc > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3467a34c2a62d2 > .ele-wrap {background-color: rgba(243, 243, 243, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aada2ab66ba3784 .aa000a8397a3ab3 {
  overflow: hidden;
}
#aada2ab66ba3784 .aa000a8397a3ab3 , #aada2ab66ba3784 .aa000a8397a3ab3 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#aada2ab66ba3784 .uk-grid {
  margin-left: -20px;
}
#aada2ab66ba3784 .uk-grid > * {
  padding-left: 20px;
}
#aada2ab66ba3784 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aada2ab66ba3784 .uk-position-center-left-out {
    left: -30px;
  }
  #aada2ab66ba3784 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ab84dac219a3d20 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ac00ea2bbaa9da5 .uk-container {
  line-height: 2;
  color: #999;
}
#a7dd5a8918a2e0a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4521a453fa1fb0 form {
  width: 100%;
  height: 100%;
}
#a4521a453fa1fb0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4521a453fa1fb0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4521a453fa1fb0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4521a453fa1fb0 .search-box .search-type.show {
  display: block;
}
#a4521a453fa1fb0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4521a453fa1fb0 .search-box .search-type li:hover {
  color: #008f4d;
}
#a4521a453fa1fb0 .search-box .search-type li.active {
  color: #008f4d;
}
#a4521a453fa1fb0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #b9b9b9;
  border-right-color: #b9b9b9;
  border-left-color: #b9b9b9;
  border-bottom-color: #b9b9b9;
}
#a4521a453fa1fb0 .inner-form .input-field {
  height: 100%;
}
#a4521a453fa1fb0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a4521a453fa1fb0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a4521a453fa1fb0 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a4521a453fa1fb0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #008f4d;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a4521a453fa1fb0 .btn-search:hover {
  background: #008f4d;
}
#a4521a453fa1fb0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a028ba39f6a5f29 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a028ba39f6a5f29 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a028ba39f6a5f29 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a028ba39f6a5f29 .menu-list > li > a {
  padding: 0 20px;
}
#a028ba39f6a5f29 .menu-list > li:hover:before {
  height: 100%;
}
#a028ba39f6a5f29 .menu-list > li:hover:after {
  color: auto;
}
#a028ba39f6a5f29 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: rgba(34, 25, 77, 0);
  font-weight: 400;
  content: "|";
}
#a028ba39f6a5f29 .menu-list > li:first-child:after {
  content: "";
}
#a028ba39f6a5f29 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: none;
}
#a028ba39f6a5f29 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a028ba39f6a5f29 .menu-list > li ul li {
  position: relative;
}
#a028ba39f6a5f29 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.61);
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a028ba39f6a5f29 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
}
#a028ba39f6a5f29 .menu-list > li:hover > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: solid;
}
#a028ba39f6a5f29 li ul li:hover > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul li a:active,
#a028ba39f6a5f29 li ul li a.active,
#a028ba39f6a5f29 li ul li.active > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul,
#a028ba39f6a5f29 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a028ba39f6a5f29 li:hover > ul {
  left: auto;
}
#a028ba39f6a5f29 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#aa1dfac460aa58f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a9ccca4050a6d98 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa744a927aa4b41 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a219dae100a933f > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abf2ca3442a96ea > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5c6cafb9fa33e3 > .ele-wrap {background-color: rgba(243, 243, 243, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0e72a75f1acdf0 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a0e72a75f1acdf0 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a9235a9afea7797 .a2777a2f35af5ba {
  overflow: hidden;
}
#a9235a9afea7797 .a2777a2f35af5ba , #a9235a9afea7797 .a2777a2f35af5ba > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#a9235a9afea7797 .uk-grid {
  margin-left: -20px;
}
#a9235a9afea7797 .uk-grid > * {
  padding-left: 20px;
}
#a9235a9afea7797 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a9235a9afea7797 .uk-position-center-left-out {
    left: -30px;
  }
  #a9235a9afea7797 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ad01ea414dad796 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a93e4adad9a9494 .uk-container {
  line-height: 2;
  color: #999;
}
#a7dd5a8918a2e0a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4521a453fa1fb0 form {
  width: 100%;
  height: 100%;
}
#a4521a453fa1fb0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4521a453fa1fb0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4521a453fa1fb0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4521a453fa1fb0 .search-box .search-type.show {
  display: block;
}
#a4521a453fa1fb0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4521a453fa1fb0 .search-box .search-type li:hover {
  color: #008f4d;
}
#a4521a453fa1fb0 .search-box .search-type li.active {
  color: #008f4d;
}
#a4521a453fa1fb0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #b9b9b9;
  border-right-color: #b9b9b9;
  border-left-color: #b9b9b9;
  border-bottom-color: #b9b9b9;
}
#a4521a453fa1fb0 .inner-form .input-field {
  height: 100%;
}
#a4521a453fa1fb0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a4521a453fa1fb0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a4521a453fa1fb0 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a4521a453fa1fb0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #008f4d;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a4521a453fa1fb0 .btn-search:hover {
  background: #008f4d;
}
#a4521a453fa1fb0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a028ba39f6a5f29 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a028ba39f6a5f29 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a028ba39f6a5f29 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a028ba39f6a5f29 .menu-list > li > a {
  padding: 0 20px;
}
#a028ba39f6a5f29 .menu-list > li:hover:before {
  height: 100%;
}
#a028ba39f6a5f29 .menu-list > li:hover:after {
  color: auto;
}
#a028ba39f6a5f29 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: rgba(34, 25, 77, 0);
  font-weight: 400;
  content: "|";
}
#a028ba39f6a5f29 .menu-list > li:first-child:after {
  content: "";
}
#a028ba39f6a5f29 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: none;
}
#a028ba39f6a5f29 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a028ba39f6a5f29 .menu-list > li ul li {
  position: relative;
}
#a028ba39f6a5f29 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.61);
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a028ba39f6a5f29 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
}
#a028ba39f6a5f29 .menu-list > li:hover > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: solid;
}
#a028ba39f6a5f29 li ul li:hover > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul li a:active,
#a028ba39f6a5f29 li ul li a.active,
#a028ba39f6a5f29 li ul li.active > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul,
#a028ba39f6a5f29 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a028ba39f6a5f29 li:hover > ul {
  left: auto;
}
#a028ba39f6a5f29 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a8661aa496ab1a3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a91e2aa8c8ac4e9 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a395da46dcae6ca > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad579a4a7ea022a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8b86ad986ae8cd > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af764acf62aa7ff > .ele-wrap {background-color: rgba(243, 243, 243, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac513ad0f3a4bb6 .aa589a8183abad1 {
  overflow: hidden;
}
#ac513ad0f3a4bb6 .aa589a8183abad1 , #ac513ad0f3a4bb6 .aa589a8183abad1 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#ac513ad0f3a4bb6 .uk-grid {
  margin-left: -20px;
}
#ac513ad0f3a4bb6 .uk-grid > * {
  padding-left: 20px;
}
#ac513ad0f3a4bb6 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ac513ad0f3a4bb6 .uk-position-center-left-out {
    left: -30px;
  }
  #ac513ad0f3a4bb6 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a61a4aa750acc2d .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a605fa3208ad6c9 .uk-container {
  line-height: 2;
  color: #999;
}
#a7dd5a8918a2e0a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4521a453fa1fb0 form {
  width: 100%;
  height: 100%;
}
#a4521a453fa1fb0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4521a453fa1fb0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4521a453fa1fb0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4521a453fa1fb0 .search-box .search-type.show {
  display: block;
}
#a4521a453fa1fb0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4521a453fa1fb0 .search-box .search-type li:hover {
  color: #008f4d;
}
#a4521a453fa1fb0 .search-box .search-type li.active {
  color: #008f4d;
}
#a4521a453fa1fb0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #b9b9b9;
  border-right-color: #b9b9b9;
  border-left-color: #b9b9b9;
  border-bottom-color: #b9b9b9;
}
#a4521a453fa1fb0 .inner-form .input-field {
  height: 100%;
}
#a4521a453fa1fb0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a4521a453fa1fb0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a4521a453fa1fb0 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a4521a453fa1fb0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #008f4d;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a4521a453fa1fb0 .btn-search:hover {
  background: #008f4d;
}
#a4521a453fa1fb0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a028ba39f6a5f29 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a028ba39f6a5f29 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a028ba39f6a5f29 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a028ba39f6a5f29 .menu-list > li > a {
  padding: 0 20px;
}
#a028ba39f6a5f29 .menu-list > li:hover:before {
  height: 100%;
}
#a028ba39f6a5f29 .menu-list > li:hover:after {
  color: auto;
}
#a028ba39f6a5f29 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: rgba(34, 25, 77, 0);
  font-weight: 400;
  content: "|";
}
#a028ba39f6a5f29 .menu-list > li:first-child:after {
  content: "";
}
#a028ba39f6a5f29 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: none;
}
#a028ba39f6a5f29 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a028ba39f6a5f29 .menu-list > li ul li {
  position: relative;
}
#a028ba39f6a5f29 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.61);
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a028ba39f6a5f29 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
}
#a028ba39f6a5f29 .menu-list > li:hover > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: solid;
}
#a028ba39f6a5f29 li ul li:hover > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul li a:active,
#a028ba39f6a5f29 li ul li a.active,
#a028ba39f6a5f29 li ul li.active > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul,
#a028ba39f6a5f29 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a028ba39f6a5f29 li:hover > ul {
  left: auto;
}
#a028ba39f6a5f29 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a3256a1684a9094 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a8013a303fab70a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a76c6a38b4a5363 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5397a43b4a5525 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a666ea070ba0ea2 > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a26c6abb3fa3e61 .ac6bea4ca3ab5ad {
  overflow: hidden;
}
#a26c6abb3fa3e61 .ac6bea4ca3ab5ad , #a26c6abb3fa3e61 .ac6bea4ca3ab5ad > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#a26c6abb3fa3e61 .uk-grid {
  margin-left: -20px;
}
#a26c6abb3fa3e61 .uk-grid > * {
  padding-left: 20px;
}
#a26c6abb3fa3e61 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a26c6abb3fa3e61 .uk-position-center-left-out {
    left: -30px;
  }
  #a26c6abb3fa3e61 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#af515a1673a7f24 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aa5b7aa3e2af630 .ap-overlay-gradient {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 100%);
}
#aa5b7aa3e2af630 .uk-slider-items .uk-button-primary {
  color: #8792aa;
  border-color: #8792aa;
  background: transparent;
  border-radius: 3px;
}
#aa5b7aa3e2af630 .uk-slider-items .uk-button-primary:hover {
  color: #fff;
  background: #008f4d;
  border-color: #008f4d;
}
#aa5b7aa3e2af630 .uk-slidenav {
  background: rgba(0, 0, 0, 0.4);
}
#a768ba4bf5ac9b8 .uk-container {
  line-height: 2;
  color: #999;
}
#a7dd5a8918a2e0a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4521a453fa1fb0 form {
  width: 100%;
  height: 100%;
}
#a4521a453fa1fb0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4521a453fa1fb0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4521a453fa1fb0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4521a453fa1fb0 .search-box .search-type.show {
  display: block;
}
#a4521a453fa1fb0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4521a453fa1fb0 .search-box .search-type li:hover {
  color: #008f4d;
}
#a4521a453fa1fb0 .search-box .search-type li.active {
  color: #008f4d;
}
#a4521a453fa1fb0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #b9b9b9;
  border-right-color: #b9b9b9;
  border-left-color: #b9b9b9;
  border-bottom-color: #b9b9b9;
}
#a4521a453fa1fb0 .inner-form .input-field {
  height: 100%;
}
#a4521a453fa1fb0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a4521a453fa1fb0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a4521a453fa1fb0 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a4521a453fa1fb0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #008f4d;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a4521a453fa1fb0 .btn-search:hover {
  background: #008f4d;
}
#a4521a453fa1fb0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a028ba39f6a5f29 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a028ba39f6a5f29 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a028ba39f6a5f29 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a028ba39f6a5f29 .menu-list > li > a {
  padding: 0 20px;
}
#a028ba39f6a5f29 .menu-list > li:hover:before {
  height: 100%;
}
#a028ba39f6a5f29 .menu-list > li:hover:after {
  color: auto;
}
#a028ba39f6a5f29 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: rgba(34, 25, 77, 0);
  font-weight: 400;
  content: "|";
}
#a028ba39f6a5f29 .menu-list > li:first-child:after {
  content: "";
}
#a028ba39f6a5f29 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: none;
}
#a028ba39f6a5f29 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a028ba39f6a5f29 .menu-list > li ul li {
  position: relative;
}
#a028ba39f6a5f29 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.61);
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a028ba39f6a5f29 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
}
#a028ba39f6a5f29 .menu-list > li:hover > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: solid;
}
#a028ba39f6a5f29 li ul li:hover > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul li a:active,
#a028ba39f6a5f29 li ul li a.active,
#a028ba39f6a5f29 li ul li.active > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul,
#a028ba39f6a5f29 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a028ba39f6a5f29 li:hover > ul {
  left: auto;
}
#a028ba39f6a5f29 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a4253aa619aef33 .ap-category-filter ul li {
  margin-bottom: 20px;
}
#a4253aa619aef33 .ap-category-filter ul li.active {
  border-color: #008f4d;
  color: #008f4d;
}
#a4253aa619aef33 .grid-list .product-item {
  overflow: hidden;
}
#a4253aa619aef33 .grid-list .product-preview .img {
  display: block;
}
#a4253aa619aef33 .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#a4253aa619aef33 .grid-list .tags .tag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 4px 1px;
  border-radius: 2px;
  background-color: #F8353E;
  margin-right: 4px;
  float: left;
}
#a4253aa619aef33 .grid-list .product-info {
  min-height: 110px;
}
#a4253aa619aef33 .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#a4253aa619aef33 .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#a4253aa619aef33 .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#a4253aa619aef33 .grid-list .category-name {
  font-size: 12px;
}
#a4253aa619aef33 .grid-list .category-name a {
  color: #777;
}
#a4253aa619aef33 .grid-list .title,
#a4253aa619aef33 .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#a4253aa619aef33 .grid-list .title a,
#a4253aa619aef33 .grid-list .subTitle a {
  color: #191919;
}
#a4253aa619aef33 .grid-list .product-buttons {
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#a4253aa619aef33 .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#a4253aa619aef33 .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#a4253aa619aef33 .grid-list .product-preview {
  border-radius: 0px;
  overflow: hidden;
}
#a4253aa619aef33 .grid-list .product-btn {
  background-color: #008f4d;
}
#a4253aa619aef33 .grid-list .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
}
#a4253aa619aef33 .grid-list .product:hover {
  background-color: auto;
}
#a4253aa619aef33 .grid-list .product:hover .title a {
  color: #444;
}
#a4253aa619aef33 .grid-list .product:hover .subTitle {
  color: auto;
}
#a4253aa619aef33 .grid-list .product:hover .category {
  color: auto;
}
#a4253aa619aef33 .grid-list .product:hover .abstract {
  color: auto;
}
#a4253aa619aef33 .grid-list .product:hover .product-btn {
  color: auto;
}
@media (max-width: 640px) {
  #a4253aa619aef33 .grid-list .product-info {
    min-height: 0;
  }
  #a4253aa619aef33 .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #a4253aa619aef33 .grid-list .product-buttons {
    display: none;
  }
}
#a422ba3d09ada59 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a9c23a1335ae691 .ap-overlay-gradient {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 100%);
}
#a9c23a1335ae691 .uk-slider-items .uk-button-primary {
  color: #8792aa;
  border-color: #8792aa;
  background: transparent;
  border-radius: 3px;
}
#a9c23a1335ae691 .uk-slider-items .uk-button-primary:hover {
  color: #fff;
  background: #008f4d;
  border-color: #008f4d;
}
#a9c23a1335ae691 .uk-slidenav {
  background: rgba(0, 0, 0, 0.4);
}
#aea99aeab9a4c70 .uk-container {
  line-height: 2;
  color: #999;
}
#a7dd5a8918a2e0a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4521a453fa1fb0 form {
  width: 100%;
  height: 100%;
}
#a4521a453fa1fb0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4521a453fa1fb0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4521a453fa1fb0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4521a453fa1fb0 .search-box .search-type.show {
  display: block;
}
#a4521a453fa1fb0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4521a453fa1fb0 .search-box .search-type li:hover {
  color: #008f4d;
}
#a4521a453fa1fb0 .search-box .search-type li.active {
  color: #008f4d;
}
#a4521a453fa1fb0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #b9b9b9;
  border-right-color: #b9b9b9;
  border-left-color: #b9b9b9;
  border-bottom-color: #b9b9b9;
}
#a4521a453fa1fb0 .inner-form .input-field {
  height: 100%;
}
#a4521a453fa1fb0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a4521a453fa1fb0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a4521a453fa1fb0 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a4521a453fa1fb0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #008f4d;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a4521a453fa1fb0 .btn-search:hover {
  background: #008f4d;
}
#a4521a453fa1fb0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a028ba39f6a5f29 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a028ba39f6a5f29 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a028ba39f6a5f29 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a028ba39f6a5f29 .menu-list > li > a {
  padding: 0 20px;
}
#a028ba39f6a5f29 .menu-list > li:hover:before {
  height: 100%;
}
#a028ba39f6a5f29 .menu-list > li:hover:after {
  color: auto;
}
#a028ba39f6a5f29 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: rgba(34, 25, 77, 0);
  font-weight: 400;
  content: "|";
}
#a028ba39f6a5f29 .menu-list > li:first-child:after {
  content: "";
}
#a028ba39f6a5f29 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: none;
}
#a028ba39f6a5f29 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a028ba39f6a5f29 .menu-list > li ul li {
  position: relative;
}
#a028ba39f6a5f29 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.61);
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a028ba39f6a5f29 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
}
#a028ba39f6a5f29 .menu-list > li:hover > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: solid;
}
#a028ba39f6a5f29 li ul li:hover > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul li a:active,
#a028ba39f6a5f29 li ul li a.active,
#a028ba39f6a5f29 li ul li.active > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul,
#a028ba39f6a5f29 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a028ba39f6a5f29 li:hover > ul {
  left: auto;
}
#a028ba39f6a5f29 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#abd95a6818a7b3d .ap-category-filter ul li {
  margin-bottom: 20px;
}
#abd95a6818a7b3d .ap-category-filter ul li.active {
  border-color: #008f4d;
  color: #008f4d;
}
#abd95a6818a7b3d .grid-list .product-item {
  overflow: hidden;
}
#abd95a6818a7b3d .grid-list .product-preview .img {
  display: block;
}
#abd95a6818a7b3d .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#abd95a6818a7b3d .grid-list .tags .tag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 4px 1px;
  border-radius: 2px;
  background-color: #F8353E;
  margin-right: 4px;
  float: left;
}
#abd95a6818a7b3d .grid-list .product-info {
  min-height: 110px;
}
#abd95a6818a7b3d .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#abd95a6818a7b3d .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#abd95a6818a7b3d .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#abd95a6818a7b3d .grid-list .category-name {
  font-size: 12px;
}
#abd95a6818a7b3d .grid-list .category-name a {
  color: #777;
}
#abd95a6818a7b3d .grid-list .title,
#abd95a6818a7b3d .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#abd95a6818a7b3d .grid-list .title a,
#abd95a6818a7b3d .grid-list .subTitle a {
  color: #191919;
}
#abd95a6818a7b3d .grid-list .product-buttons {
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#abd95a6818a7b3d .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#abd95a6818a7b3d .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#abd95a6818a7b3d .grid-list .product-preview {
  border-radius: 0px;
  overflow: hidden;
}
#abd95a6818a7b3d .grid-list .product-btn {
  background-color: #008f4d;
}
#abd95a6818a7b3d .grid-list .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
}
#abd95a6818a7b3d .grid-list .product:hover {
  background-color: auto;
}
#abd95a6818a7b3d .grid-list .product:hover .title a {
  color: #444;
}
#abd95a6818a7b3d .grid-list .product:hover .subTitle {
  color: auto;
}
#abd95a6818a7b3d .grid-list .product:hover .category {
  color: auto;
}
#abd95a6818a7b3d .grid-list .product:hover .abstract {
  color: auto;
}
#abd95a6818a7b3d .grid-list .product:hover .product-btn {
  color: auto;
}
@media (max-width: 640px) {
  #abd95a6818a7b3d .grid-list .product-info {
    min-height: 0;
  }
  #abd95a6818a7b3d .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #abd95a6818a7b3d .grid-list .product-buttons {
    display: none;
  }
}
#a2094afae0aa4bd .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a4b98aefbaa18c6 .ap-overlay-gradient {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 100%);
}
#a4b98aefbaa18c6 .uk-slider-items .uk-button-primary {
  color: #8792aa;
  border-color: #8792aa;
  background: transparent;
  border-radius: 3px;
}
#a4b98aefbaa18c6 .uk-slider-items .uk-button-primary:hover {
  color: #fff;
  background: #008f4d;
  border-color: #008f4d;
}
#a4b98aefbaa18c6 .uk-slidenav {
  background: rgba(0, 0, 0, 0.4);
}
#a026dacaf4a4308 .uk-container {
  line-height: 2;
  color: #999;
}
#a7dd5a8918a2e0a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4521a453fa1fb0 form {
  width: 100%;
  height: 100%;
}
#a4521a453fa1fb0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4521a453fa1fb0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4521a453fa1fb0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4521a453fa1fb0 .search-box .search-type.show {
  display: block;
}
#a4521a453fa1fb0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4521a453fa1fb0 .search-box .search-type li:hover {
  color: #008f4d;
}
#a4521a453fa1fb0 .search-box .search-type li.active {
  color: #008f4d;
}
#a4521a453fa1fb0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #b9b9b9;
  border-right-color: #b9b9b9;
  border-left-color: #b9b9b9;
  border-bottom-color: #b9b9b9;
}
#a4521a453fa1fb0 .inner-form .input-field {
  height: 100%;
}
#a4521a453fa1fb0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a4521a453fa1fb0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a4521a453fa1fb0 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a4521a453fa1fb0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #008f4d;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a4521a453fa1fb0 .btn-search:hover {
  background: #008f4d;
}
#a4521a453fa1fb0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a028ba39f6a5f29 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a028ba39f6a5f29 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a028ba39f6a5f29 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a028ba39f6a5f29 .menu-list > li > a {
  padding: 0 20px;
}
#a028ba39f6a5f29 .menu-list > li:hover:before {
  height: 100%;
}
#a028ba39f6a5f29 .menu-list > li:hover:after {
  color: auto;
}
#a028ba39f6a5f29 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: rgba(34, 25, 77, 0);
  font-weight: 400;
  content: "|";
}
#a028ba39f6a5f29 .menu-list > li:first-child:after {
  content: "";
}
#a028ba39f6a5f29 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: none;
}
#a028ba39f6a5f29 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a028ba39f6a5f29 .menu-list > li ul li {
  position: relative;
}
#a028ba39f6a5f29 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.61);
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a028ba39f6a5f29 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
}
#a028ba39f6a5f29 .menu-list > li:hover > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: solid;
}
#a028ba39f6a5f29 li ul li:hover > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul li a:active,
#a028ba39f6a5f29 li ul li a.active,
#a028ba39f6a5f29 li ul li.active > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul,
#a028ba39f6a5f29 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a028ba39f6a5f29 li:hover > ul {
  left: auto;
}
#a028ba39f6a5f29 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6992a6b96aba06 .ap-category-filter ul li {
  margin-bottom: 20px;
}
#a6992a6b96aba06 .ap-category-filter ul li.active {
  border-color: #008f4d;
  color: #008f4d;
}
#a6992a6b96aba06 .grid-list .product-item {
  overflow: hidden;
}
#a6992a6b96aba06 .grid-list .product-preview .img {
  display: block;
}
#a6992a6b96aba06 .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#a6992a6b96aba06 .grid-list .tags .tag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 4px 1px;
  border-radius: 2px;
  background-color: #F8353E;
  margin-right: 4px;
  float: left;
}
#a6992a6b96aba06 .grid-list .product-info {
  min-height: 110px;
}
#a6992a6b96aba06 .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#a6992a6b96aba06 .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#a6992a6b96aba06 .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#a6992a6b96aba06 .grid-list .category-name {
  font-size: 12px;
}
#a6992a6b96aba06 .grid-list .category-name a {
  color: #777;
}
#a6992a6b96aba06 .grid-list .title,
#a6992a6b96aba06 .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#a6992a6b96aba06 .grid-list .title a,
#a6992a6b96aba06 .grid-list .subTitle a {
  color: #191919;
}
#a6992a6b96aba06 .grid-list .product-buttons {
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#a6992a6b96aba06 .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#a6992a6b96aba06 .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#a6992a6b96aba06 .grid-list .product-preview {
  border-radius: 0px;
  overflow: hidden;
}
#a6992a6b96aba06 .grid-list .product-btn {
  background-color: #008f4d;
}
#a6992a6b96aba06 .grid-list .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
}
#a6992a6b96aba06 .grid-list .product:hover {
  background-color: auto;
}
#a6992a6b96aba06 .grid-list .product:hover .title a {
  color: #444;
}
#a6992a6b96aba06 .grid-list .product:hover .subTitle {
  color: auto;
}
#a6992a6b96aba06 .grid-list .product:hover .category {
  color: auto;
}
#a6992a6b96aba06 .grid-list .product:hover .abstract {
  color: auto;
}
#a6992a6b96aba06 .grid-list .product:hover .product-btn {
  color: auto;
}
@media (max-width: 640px) {
  #a6992a6b96aba06 .grid-list .product-info {
    min-height: 0;
  }
  #a6992a6b96aba06 .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #a6992a6b96aba06 .grid-list .product-buttons {
    display: none;
  }
}
#a94cfa7195ab8d9 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#af659a994ca59ad .uk-container {
  line-height: 2;
  color: #999;
}
#a7dd5a8918a2e0a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4521a453fa1fb0 form {
  width: 100%;
  height: 100%;
}
#a4521a453fa1fb0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4521a453fa1fb0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4521a453fa1fb0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4521a453fa1fb0 .search-box .search-type.show {
  display: block;
}
#a4521a453fa1fb0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4521a453fa1fb0 .search-box .search-type li:hover {
  color: #008f4d;
}
#a4521a453fa1fb0 .search-box .search-type li.active {
  color: #008f4d;
}
#a4521a453fa1fb0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #b9b9b9;
  border-right-color: #b9b9b9;
  border-left-color: #b9b9b9;
  border-bottom-color: #b9b9b9;
}
#a4521a453fa1fb0 .inner-form .input-field {
  height: 100%;
}
#a4521a453fa1fb0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a4521a453fa1fb0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a4521a453fa1fb0 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a4521a453fa1fb0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #008f4d;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a4521a453fa1fb0 .btn-search:hover {
  background: #008f4d;
}
#a4521a453fa1fb0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a028ba39f6a5f29 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a028ba39f6a5f29 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a028ba39f6a5f29 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a028ba39f6a5f29 .menu-list > li > a {
  padding: 0 20px;
}
#a028ba39f6a5f29 .menu-list > li:hover:before {
  height: 100%;
}
#a028ba39f6a5f29 .menu-list > li:hover:after {
  color: auto;
}
#a028ba39f6a5f29 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: rgba(34, 25, 77, 0);
  font-weight: 400;
  content: "|";
}
#a028ba39f6a5f29 .menu-list > li:first-child:after {
  content: "";
}
#a028ba39f6a5f29 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: none;
}
#a028ba39f6a5f29 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a028ba39f6a5f29 .menu-list > li ul li {
  position: relative;
}
#a028ba39f6a5f29 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.61);
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a028ba39f6a5f29 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
}
#a028ba39f6a5f29 .menu-list > li:hover > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: solid;
}
#a028ba39f6a5f29 li ul li:hover > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul li a:active,
#a028ba39f6a5f29 li ul li a.active,
#a028ba39f6a5f29 li ul li.active > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul,
#a028ba39f6a5f29 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a028ba39f6a5f29 li:hover > ul {
  left: auto;
}
#a028ba39f6a5f29 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6ceea3f93a2819 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a5de3a1bc8aacfa > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acb31ab841aef35 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4300ad56da5781 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ade2facc47a4d73 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a651aa99f8a4eb1 > .ele-wrap {background-color: rgba(243, 243, 243, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4e1fac2daa3513 .ab64fa2e48ab74e {
  overflow: hidden;
}
#a4e1fac2daa3513 .ab64fa2e48ab74e , #a4e1fac2daa3513 .ab64fa2e48ab74e > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#a4e1fac2daa3513 .uk-grid {
  margin-left: -20px;
}
#a4e1fac2daa3513 .uk-grid > * {
  padding-left: 20px;
}
#a4e1fac2daa3513 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a4e1fac2daa3513 .uk-position-center-left-out {
    left: -30px;
  }
  #a4e1fac2daa3513 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8174a8557a2e54 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a8f56a18c4a5ea1 .uk-container {
  line-height: 2;
  color: #999;
}
#a7dd5a8918a2e0a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4521a453fa1fb0 form {
  width: 100%;
  height: 100%;
}
#a4521a453fa1fb0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4521a453fa1fb0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4521a453fa1fb0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4521a453fa1fb0 .search-box .search-type.show {
  display: block;
}
#a4521a453fa1fb0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4521a453fa1fb0 .search-box .search-type li:hover {
  color: #008f4d;
}
#a4521a453fa1fb0 .search-box .search-type li.active {
  color: #008f4d;
}
#a4521a453fa1fb0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #b9b9b9;
  border-right-color: #b9b9b9;
  border-left-color: #b9b9b9;
  border-bottom-color: #b9b9b9;
}
#a4521a453fa1fb0 .inner-form .input-field {
  height: 100%;
}
#a4521a453fa1fb0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a4521a453fa1fb0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a4521a453fa1fb0 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a4521a453fa1fb0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #008f4d;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a4521a453fa1fb0 .btn-search:hover {
  background: #008f4d;
}
#a4521a453fa1fb0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a028ba39f6a5f29 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a028ba39f6a5f29 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a028ba39f6a5f29 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a028ba39f6a5f29 .menu-list > li > a {
  padding: 0 20px;
}
#a028ba39f6a5f29 .menu-list > li:hover:before {
  height: 100%;
}
#a028ba39f6a5f29 .menu-list > li:hover:after {
  color: auto;
}
#a028ba39f6a5f29 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: rgba(34, 25, 77, 0);
  font-weight: 400;
  content: "|";
}
#a028ba39f6a5f29 .menu-list > li:first-child:after {
  content: "";
}
#a028ba39f6a5f29 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: none;
}
#a028ba39f6a5f29 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a028ba39f6a5f29 .menu-list > li ul li {
  position: relative;
}
#a028ba39f6a5f29 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.61);
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a028ba39f6a5f29 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
}
#a028ba39f6a5f29 .menu-list > li:hover > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: solid;
}
#a028ba39f6a5f29 li ul li:hover > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul li a:active,
#a028ba39f6a5f29 li ul li a.active,
#a028ba39f6a5f29 li ul li.active > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul,
#a028ba39f6a5f29 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a028ba39f6a5f29 li:hover > ul {
  left: auto;
}
#a028ba39f6a5f29 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a3aefad006aa689 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a4c32a23f3a0e20 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aaa77adcdeacefa > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a533baa8aba12a6 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad5eda26e2ade11 > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1e61ad70eaa766 .a482aa2549a6f2f {
  overflow: hidden;
}
#a1e61ad70eaa766 .a482aa2549a6f2f , #a1e61ad70eaa766 .a482aa2549a6f2f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#a1e61ad70eaa766 .uk-grid {
  margin-left: -20px;
}
#a1e61ad70eaa766 .uk-grid > * {
  padding-left: 20px;
}
#a1e61ad70eaa766 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a1e61ad70eaa766 .uk-position-center-left-out {
    left: -30px;
  }
  #a1e61ad70eaa766 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ab851a54e0afa2e .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a7fa2a126ba60fa .uk-container {
  line-height: 2;
  color: #999;
}
#a7dd5a8918a2e0a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4521a453fa1fb0 form {
  width: 100%;
  height: 100%;
}
#a4521a453fa1fb0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4521a453fa1fb0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4521a453fa1fb0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4521a453fa1fb0 .search-box .search-type.show {
  display: block;
}
#a4521a453fa1fb0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4521a453fa1fb0 .search-box .search-type li:hover {
  color: #008f4d;
}
#a4521a453fa1fb0 .search-box .search-type li.active {
  color: #008f4d;
}
#a4521a453fa1fb0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #b9b9b9;
  border-right-color: #b9b9b9;
  border-left-color: #b9b9b9;
  border-bottom-color: #b9b9b9;
}
#a4521a453fa1fb0 .inner-form .input-field {
  height: 100%;
}
#a4521a453fa1fb0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a4521a453fa1fb0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a4521a453fa1fb0 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a4521a453fa1fb0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #008f4d;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a4521a453fa1fb0 .btn-search:hover {
  background: #008f4d;
}
#a4521a453fa1fb0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a028ba39f6a5f29 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a028ba39f6a5f29 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a028ba39f6a5f29 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a028ba39f6a5f29 .menu-list > li > a {
  padding: 0 20px;
}
#a028ba39f6a5f29 .menu-list > li:hover:before {
  height: 100%;
}
#a028ba39f6a5f29 .menu-list > li:hover:after {
  color: auto;
}
#a028ba39f6a5f29 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: rgba(34, 25, 77, 0);
  font-weight: 400;
  content: "|";
}
#a028ba39f6a5f29 .menu-list > li:first-child:after {
  content: "";
}
#a028ba39f6a5f29 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: none;
}
#a028ba39f6a5f29 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a028ba39f6a5f29 .menu-list > li ul li {
  position: relative;
}
#a028ba39f6a5f29 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.61);
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a028ba39f6a5f29 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
}
#a028ba39f6a5f29 .menu-list > li:hover > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: solid;
}
#a028ba39f6a5f29 li ul li:hover > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul li a:active,
#a028ba39f6a5f29 li ul li a.active,
#a028ba39f6a5f29 li ul li.active > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul,
#a028ba39f6a5f29 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a028ba39f6a5f29 li:hover > ul {
  left: auto;
}
#a028ba39f6a5f29 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a2f5ba1091a6694 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aa6b8a96cbabe49 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3ce2ac4f6a489f > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3f48a6db3adbc0 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac156a9623a8741 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae9afa4528a714c > .ele-wrap {background-color: rgba(0, 0, 0, 0.93);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #000000;}#ae9afa4528a714c * {color: #000000 }
                            #ae9afa4528a714c .line{border-color: #000000 }#aaf39af8eaa0cfc .ad72ba5ef2a7622 {
  overflow: hidden;
}
#aaf39af8eaa0cfc .ad72ba5ef2a7622 , #aaf39af8eaa0cfc .ad72ba5ef2a7622 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#aaf39af8eaa0cfc .uk-grid {
  margin-left: -20px;
}
#aaf39af8eaa0cfc .uk-grid > * {
  padding-left: 20px;
}
#aaf39af8eaa0cfc .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aaf39af8eaa0cfc .uk-position-center-left-out {
    left: -30px;
  }
  #aaf39af8eaa0cfc .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8ce4a3d40ae661 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aa5c5a5801a55f8 .uk-container {
  line-height: 2;
  color: #999;
}
#a7dd5a8918a2e0a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4521a453fa1fb0 form {
  width: 100%;
  height: 100%;
}
#a4521a453fa1fb0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4521a453fa1fb0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4521a453fa1fb0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4521a453fa1fb0 .search-box .search-type.show {
  display: block;
}
#a4521a453fa1fb0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4521a453fa1fb0 .search-box .search-type li:hover {
  color: #008f4d;
}
#a4521a453fa1fb0 .search-box .search-type li.active {
  color: #008f4d;
}
#a4521a453fa1fb0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #b9b9b9;
  border-right-color: #b9b9b9;
  border-left-color: #b9b9b9;
  border-bottom-color: #b9b9b9;
}
#a4521a453fa1fb0 .inner-form .input-field {
  height: 100%;
}
#a4521a453fa1fb0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a4521a453fa1fb0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a4521a453fa1fb0 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a4521a453fa1fb0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #008f4d;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a4521a453fa1fb0 .btn-search:hover {
  background: #008f4d;
}
#a4521a453fa1fb0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a028ba39f6a5f29 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a028ba39f6a5f29 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a028ba39f6a5f29 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a028ba39f6a5f29 .menu-list > li > a {
  padding: 0 20px;
}
#a028ba39f6a5f29 .menu-list > li:hover:before {
  height: 100%;
}
#a028ba39f6a5f29 .menu-list > li:hover:after {
  color: auto;
}
#a028ba39f6a5f29 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: rgba(34, 25, 77, 0);
  font-weight: 400;
  content: "|";
}
#a028ba39f6a5f29 .menu-list > li:first-child:after {
  content: "";
}
#a028ba39f6a5f29 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: none;
}
#a028ba39f6a5f29 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a028ba39f6a5f29 .menu-list > li ul li {
  position: relative;
}
#a028ba39f6a5f29 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.61);
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a028ba39f6a5f29 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
}
#a028ba39f6a5f29 .menu-list > li:hover > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: solid;
}
#a028ba39f6a5f29 li ul li:hover > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul li a:active,
#a028ba39f6a5f29 li ul li a.active,
#a028ba39f6a5f29 li ul li.active > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul,
#a028ba39f6a5f29 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a028ba39f6a5f29 li:hover > ul {
  left: auto;
}
#a028ba39f6a5f29 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#acff3a364ca6724 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aa472a0626ada9a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0ee7ad051aa239 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aeabca62d0a9ed2 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abe25a7fc4a39c2 > .ele-wrap {background-color: rgba(243, 243, 243, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a14d4a31bfaba77 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a14d4a31bfaba77 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#af552af582a1ebe .a4072a538ca4b9b {
  overflow: hidden;
}
#af552af582a1ebe .a4072a538ca4b9b , #af552af582a1ebe .a4072a538ca4b9b > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#af552af582a1ebe .uk-grid {
  margin-left: -20px;
}
#af552af582a1ebe .uk-grid > * {
  padding-left: 20px;
}
#af552af582a1ebe .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #af552af582a1ebe .uk-position-center-left-out {
    left: -30px;
  }
  #af552af582a1ebe .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3548a7180ae535 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aa1a3a2ca6a3fb0 .uk-container {
  line-height: 2;
  color: #999;
}
#a7dd5a8918a2e0a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4521a453fa1fb0 form {
  width: 100%;
  height: 100%;
}
#a4521a453fa1fb0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4521a453fa1fb0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4521a453fa1fb0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4521a453fa1fb0 .search-box .search-type.show {
  display: block;
}
#a4521a453fa1fb0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4521a453fa1fb0 .search-box .search-type li:hover {
  color: #008f4d;
}
#a4521a453fa1fb0 .search-box .search-type li.active {
  color: #008f4d;
}
#a4521a453fa1fb0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #b9b9b9;
  border-right-color: #b9b9b9;
  border-left-color: #b9b9b9;
  border-bottom-color: #b9b9b9;
}
#a4521a453fa1fb0 .inner-form .input-field {
  height: 100%;
}
#a4521a453fa1fb0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a4521a453fa1fb0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a4521a453fa1fb0 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a4521a453fa1fb0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #008f4d;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a4521a453fa1fb0 .btn-search:hover {
  background: #008f4d;
}
#a4521a453fa1fb0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a028ba39f6a5f29 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a028ba39f6a5f29 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a028ba39f6a5f29 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a028ba39f6a5f29 .menu-list > li > a {
  padding: 0 20px;
}
#a028ba39f6a5f29 .menu-list > li:hover:before {
  height: 100%;
}
#a028ba39f6a5f29 .menu-list > li:hover:after {
  color: auto;
}
#a028ba39f6a5f29 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: rgba(34, 25, 77, 0);
  font-weight: 400;
  content: "|";
}
#a028ba39f6a5f29 .menu-list > li:first-child:after {
  content: "";
}
#a028ba39f6a5f29 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: none;
}
#a028ba39f6a5f29 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a028ba39f6a5f29 .menu-list > li ul li {
  position: relative;
}
#a028ba39f6a5f29 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.61);
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a028ba39f6a5f29 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
}
#a028ba39f6a5f29 .menu-list > li:hover > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: solid;
}
#a028ba39f6a5f29 li ul li:hover > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul li a:active,
#a028ba39f6a5f29 li ul li a.active,
#a028ba39f6a5f29 li ul li.active > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul,
#a028ba39f6a5f29 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a028ba39f6a5f29 li:hover > ul {
  left: auto;
}
#a028ba39f6a5f29 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ad601aad79a1a95 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a9d81a7ff8ae8b4 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae60ca1814a7466 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aab40a4a0da5703 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac2e0ad882a1d07 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ada7aa9d35a2a6c > .ele-wrap {background-color: rgba(243, 243, 243, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad5a0a618cae254 .ab5edacc58ab388 {
  overflow: hidden;
}
#ad5a0a618cae254 .ab5edacc58ab388 , #ad5a0a618cae254 .ab5edacc58ab388 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#ad5a0a618cae254 .uk-grid {
  margin-left: -20px;
}
#ad5a0a618cae254 .uk-grid > * {
  padding-left: 20px;
}
#ad5a0a618cae254 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ad5a0a618cae254 .uk-position-center-left-out {
    left: -30px;
  }
  #ad5a0a618cae254 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a937ba3c2ca8a05 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ad945a432eacf4b .uk-container {
  line-height: 2;
  color: #999;
}
#a7dd5a8918a2e0a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4521a453fa1fb0 form {
  width: 100%;
  height: 100%;
}
#a4521a453fa1fb0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4521a453fa1fb0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4521a453fa1fb0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4521a453fa1fb0 .search-box .search-type.show {
  display: block;
}
#a4521a453fa1fb0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4521a453fa1fb0 .search-box .search-type li:hover {
  color: #008f4d;
}
#a4521a453fa1fb0 .search-box .search-type li.active {
  color: #008f4d;
}
#a4521a453fa1fb0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #b9b9b9;
  border-right-color: #b9b9b9;
  border-left-color: #b9b9b9;
  border-bottom-color: #b9b9b9;
}
#a4521a453fa1fb0 .inner-form .input-field {
  height: 100%;
}
#a4521a453fa1fb0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a4521a453fa1fb0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a4521a453fa1fb0 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a4521a453fa1fb0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #008f4d;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a4521a453fa1fb0 .btn-search:hover {
  background: #008f4d;
}
#a4521a453fa1fb0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a028ba39f6a5f29 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a028ba39f6a5f29 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a028ba39f6a5f29 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a028ba39f6a5f29 .menu-list > li > a {
  padding: 0 20px;
}
#a028ba39f6a5f29 .menu-list > li:hover:before {
  height: 100%;
}
#a028ba39f6a5f29 .menu-list > li:hover:after {
  color: auto;
}
#a028ba39f6a5f29 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: rgba(34, 25, 77, 0);
  font-weight: 400;
  content: "|";
}
#a028ba39f6a5f29 .menu-list > li:first-child:after {
  content: "";
}
#a028ba39f6a5f29 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: none;
}
#a028ba39f6a5f29 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a028ba39f6a5f29 .menu-list > li ul li {
  position: relative;
}
#a028ba39f6a5f29 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.61);
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a028ba39f6a5f29 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
}
#a028ba39f6a5f29 .menu-list > li:hover > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: solid;
}
#a028ba39f6a5f29 li ul li:hover > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul li a:active,
#a028ba39f6a5f29 li ul li a.active,
#a028ba39f6a5f29 li ul li.active > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul,
#a028ba39f6a5f29 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a028ba39f6a5f29 li:hover > ul {
  left: auto;
}
#a028ba39f6a5f29 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#aaa0fa5b73a5007 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a49d1adbeea7c3a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5b66aa784ac627 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afb34adc93a4f48 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac87cac59ca854e > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6135a33e0a6e8d > .ele-wrap {background-color: rgba(243, 243, 243, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0c42a6f4bafaea .a25dea6253ab60d {
  overflow: hidden;
}
#a0c42a6f4bafaea .a25dea6253ab60d , #a0c42a6f4bafaea .a25dea6253ab60d > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#a0c42a6f4bafaea .uk-grid {
  margin-left: -20px;
}
#a0c42a6f4bafaea .uk-grid > * {
  padding-left: 20px;
}
#a0c42a6f4bafaea .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a0c42a6f4bafaea .uk-position-center-left-out {
    left: -30px;
  }
  #a0c42a6f4bafaea .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aaeecadbe2a57fd .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#af590a45eead95b .uk-container {
  line-height: 2;
  color: #999;
}
#a7dd5a8918a2e0a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4521a453fa1fb0 form {
  width: 100%;
  height: 100%;
}
#a4521a453fa1fb0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4521a453fa1fb0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4521a453fa1fb0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4521a453fa1fb0 .search-box .search-type.show {
  display: block;
}
#a4521a453fa1fb0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4521a453fa1fb0 .search-box .search-type li:hover {
  color: #008f4d;
}
#a4521a453fa1fb0 .search-box .search-type li.active {
  color: #008f4d;
}
#a4521a453fa1fb0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #b9b9b9;
  border-right-color: #b9b9b9;
  border-left-color: #b9b9b9;
  border-bottom-color: #b9b9b9;
}
#a4521a453fa1fb0 .inner-form .input-field {
  height: 100%;
}
#a4521a453fa1fb0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a4521a453fa1fb0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a4521a453fa1fb0 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a4521a453fa1fb0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #008f4d;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a4521a453fa1fb0 .btn-search:hover {
  background: #008f4d;
}
#a4521a453fa1fb0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a028ba39f6a5f29 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a028ba39f6a5f29 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a028ba39f6a5f29 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a028ba39f6a5f29 .menu-list > li > a {
  padding: 0 20px;
}
#a028ba39f6a5f29 .menu-list > li:hover:before {
  height: 100%;
}
#a028ba39f6a5f29 .menu-list > li:hover:after {
  color: auto;
}
#a028ba39f6a5f29 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: rgba(34, 25, 77, 0);
  font-weight: 400;
  content: "|";
}
#a028ba39f6a5f29 .menu-list > li:first-child:after {
  content: "";
}
#a028ba39f6a5f29 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: none;
}
#a028ba39f6a5f29 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a028ba39f6a5f29 .menu-list > li ul li {
  position: relative;
}
#a028ba39f6a5f29 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.61);
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a028ba39f6a5f29 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
}
#a028ba39f6a5f29 .menu-list > li:hover > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: solid;
}
#a028ba39f6a5f29 li ul li:hover > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul li a:active,
#a028ba39f6a5f29 li ul li a.active,
#a028ba39f6a5f29 li ul li.active > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul,
#a028ba39f6a5f29 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a028ba39f6a5f29 li:hover > ul {
  left: auto;
}
#a028ba39f6a5f29 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a82c1ad35ca4789 .a161fa1a8da4c48 {
  overflow: hidden;
}
#a82c1ad35ca4789 .a161fa1a8da4c48 , #a82c1ad35ca4789 .a161fa1a8da4c48 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#a82c1ad35ca4789 .a161fa1a8da4c48:hover , #a82c1ad35ca4789 .a161fa1a8da4c48 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 143, 77, 1);}#a82c1ad35ca4789 .uk-grid {
  margin-left: -20px;
}
#a82c1ad35ca4789 .uk-grid > * {
  padding-left: 20px;
}
#a82c1ad35ca4789 .dynamic-list-item:hover {
  background-color: #ffffff;
}
/* mobile */
@media (max-width: 640px) {
  #a82c1ad35ca4789 .uk-position-center-left-out {
    left: -30px;
  }
  #a82c1ad35ca4789 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3548a7180ae535 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a38c2a206daa412 .uk-container {
  line-height: 2;
  color: #999;
}
#a7dd5a8918a2e0a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4521a453fa1fb0 form {
  width: 100%;
  height: 100%;
}
#a4521a453fa1fb0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4521a453fa1fb0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4521a453fa1fb0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4521a453fa1fb0 .search-box .search-type.show {
  display: block;
}
#a4521a453fa1fb0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4521a453fa1fb0 .search-box .search-type li:hover {
  color: #008f4d;
}
#a4521a453fa1fb0 .search-box .search-type li.active {
  color: #008f4d;
}
#a4521a453fa1fb0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #b9b9b9;
  border-right-color: #b9b9b9;
  border-left-color: #b9b9b9;
  border-bottom-color: #b9b9b9;
}
#a4521a453fa1fb0 .inner-form .input-field {
  height: 100%;
}
#a4521a453fa1fb0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a4521a453fa1fb0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a4521a453fa1fb0 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a4521a453fa1fb0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #008f4d;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a4521a453fa1fb0 .btn-search:hover {
  background: #008f4d;
}
#a4521a453fa1fb0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a028ba39f6a5f29 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a028ba39f6a5f29 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a028ba39f6a5f29 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a028ba39f6a5f29 .menu-list > li > a {
  padding: 0 20px;
}
#a028ba39f6a5f29 .menu-list > li:hover:before {
  height: 100%;
}
#a028ba39f6a5f29 .menu-list > li:hover:after {
  color: auto;
}
#a028ba39f6a5f29 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: rgba(34, 25, 77, 0);
  font-weight: 400;
  content: "|";
}
#a028ba39f6a5f29 .menu-list > li:first-child:after {
  content: "";
}
#a028ba39f6a5f29 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: none;
}
#a028ba39f6a5f29 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a028ba39f6a5f29 .menu-list > li ul li {
  position: relative;
}
#a028ba39f6a5f29 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.61);
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a028ba39f6a5f29 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
}
#a028ba39f6a5f29 .menu-list > li:hover > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: solid;
}
#a028ba39f6a5f29 li ul li:hover > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul li a:active,
#a028ba39f6a5f29 li ul li a.active,
#a028ba39f6a5f29 li ul li.active > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul,
#a028ba39f6a5f29 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a028ba39f6a5f29 li:hover > ul {
  left: auto;
}
#a028ba39f6a5f29 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ab18aaca8fab43c > .ele-wrap {background-color: rgba(255, 255, 255, 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(196, 196, 196, 1);border-bottom-color: rgba(196, 196, 196, 1);border-left-color: rgba(196, 196, 196, 1);border-top-color: rgba(196, 196, 196, 1);}#ae21ba140aa3447 .a709ea5d34a6116 {
  overflow: hidden;
}
#ae21ba140aa3447 .a709ea5d34a6116 , #ae21ba140aa3447 .a709ea5d34a6116 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#ae21ba140aa3447 .a709ea5d34a6116:hover , #ae21ba140aa3447 .a709ea5d34a6116 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}#ae21ba140aa3447 .uk-grid {
  margin-left: -20px;
}
#ae21ba140aa3447 .uk-grid > * {
  padding-left: 20px;
}
#ae21ba140aa3447 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#ae21ba140aa3447 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ae21ba140aa3447 .uk-position-center-left-out {
    left: -30px;
  }
  #ae21ba140aa3447 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#afa1eab268a289a [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#afa1eab268a289a [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}#a4335ad938a2b1c .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a795aa3a62a67e4 .ap-overlay-gradient {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 100%);
}
#a795aa3a62a67e4 .uk-slider-items .uk-button-primary {
  color: #8792aa;
  border-color: #8792aa;
  background: transparent;
  border-radius: 3px;
}
#a795aa3a62a67e4 .uk-slider-items .uk-button-primary:hover {
  color: #fff;
  background: #008f4d;
  border-color: #008f4d;
}
#a795aa3a62a67e4 .uk-slidenav {
  background: rgba(0, 0, 0, 0.4);
}
#a4d22a8ae1a1291 .uk-container {
  line-height: 2;
  color: #999;
}
#a7dd5a8918a2e0a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4521a453fa1fb0 form {
  width: 100%;
  height: 100%;
}
#a4521a453fa1fb0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4521a453fa1fb0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4521a453fa1fb0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4521a453fa1fb0 .search-box .search-type.show {
  display: block;
}
#a4521a453fa1fb0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4521a453fa1fb0 .search-box .search-type li:hover {
  color: #008f4d;
}
#a4521a453fa1fb0 .search-box .search-type li.active {
  color: #008f4d;
}
#a4521a453fa1fb0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #b9b9b9;
  border-right-color: #b9b9b9;
  border-left-color: #b9b9b9;
  border-bottom-color: #b9b9b9;
}
#a4521a453fa1fb0 .inner-form .input-field {
  height: 100%;
}
#a4521a453fa1fb0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a4521a453fa1fb0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a4521a453fa1fb0 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a4521a453fa1fb0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #008f4d;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a4521a453fa1fb0 .btn-search:hover {
  background: #008f4d;
}
#a4521a453fa1fb0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a028ba39f6a5f29 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a028ba39f6a5f29 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a028ba39f6a5f29 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a028ba39f6a5f29 .menu-list > li > a {
  padding: 0 20px;
}
#a028ba39f6a5f29 .menu-list > li:hover:before {
  height: 100%;
}
#a028ba39f6a5f29 .menu-list > li:hover:after {
  color: auto;
}
#a028ba39f6a5f29 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: rgba(34, 25, 77, 0);
  font-weight: 400;
  content: "|";
}
#a028ba39f6a5f29 .menu-list > li:first-child:after {
  content: "";
}
#a028ba39f6a5f29 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: none;
}
#a028ba39f6a5f29 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a028ba39f6a5f29 .menu-list > li ul li {
  position: relative;
}
#a028ba39f6a5f29 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.61);
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a028ba39f6a5f29 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
}
#a028ba39f6a5f29 .menu-list > li:hover > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: solid;
}
#a028ba39f6a5f29 li ul li:hover > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul li a:active,
#a028ba39f6a5f29 li ul li a.active,
#a028ba39f6a5f29 li ul li.active > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul,
#a028ba39f6a5f29 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a028ba39f6a5f29 li:hover > ul {
  left: auto;
}
#a028ba39f6a5f29 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a833babe78a2def .ap-category-filter ul li {
  margin-bottom: 20px;
}
#a833babe78a2def .ap-category-filter ul li.active {
  border-color: #008f4d;
  color: #008f4d;
}
#a833babe78a2def .grid-list .product-item {
  overflow: hidden;
}
#a833babe78a2def .grid-list .product-preview .img {
  display: block;
}
#a833babe78a2def .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#a833babe78a2def .grid-list .tags .tag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 4px 1px;
  border-radius: 2px;
  background-color: #F8353E;
  margin-right: 4px;
  float: left;
}
#a833babe78a2def .grid-list .product-info {
  min-height: 110px;
}
#a833babe78a2def .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#a833babe78a2def .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#a833babe78a2def .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#a833babe78a2def .grid-list .category-name {
  font-size: 12px;
}
#a833babe78a2def .grid-list .category-name a {
  color: #777;
}
#a833babe78a2def .grid-list .title,
#a833babe78a2def .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#a833babe78a2def .grid-list .title a,
#a833babe78a2def .grid-list .subTitle a {
  color: #191919;
}
#a833babe78a2def .grid-list .product-buttons {
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#a833babe78a2def .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#a833babe78a2def .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#a833babe78a2def .grid-list .product-preview {
  border-radius: 0px;
  overflow: hidden;
}
#a833babe78a2def .grid-list .product-btn {
  background-color: #008f4d;
}
#a833babe78a2def .grid-list .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
}
#a833babe78a2def .grid-list .product:hover {
  background-color: auto;
}
#a833babe78a2def .grid-list .product:hover .title a {
  color: #444;
}
#a833babe78a2def .grid-list .product:hover .subTitle {
  color: auto;
}
#a833babe78a2def .grid-list .product:hover .category {
  color: auto;
}
#a833babe78a2def .grid-list .product:hover .abstract {
  color: auto;
}
#a833babe78a2def .grid-list .product:hover .product-btn {
  color: auto;
}
@media (max-width: 640px) {
  #a833babe78a2def .grid-list .product-info {
    min-height: 0;
  }
  #a833babe78a2def .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #a833babe78a2def .grid-list .product-buttons {
    display: none;
  }
}
#a4577a4f90a090f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aeb98ac2b3ab370 .uk-container {
  line-height: 2;
  color: #999;
}
#a7dd5a8918a2e0a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4521a453fa1fb0 form {
  width: 100%;
  height: 100%;
}
#a4521a453fa1fb0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4521a453fa1fb0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4521a453fa1fb0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4521a453fa1fb0 .search-box .search-type.show {
  display: block;
}
#a4521a453fa1fb0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4521a453fa1fb0 .search-box .search-type li:hover {
  color: #008f4d;
}
#a4521a453fa1fb0 .search-box .search-type li.active {
  color: #008f4d;
}
#a4521a453fa1fb0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #b9b9b9;
  border-right-color: #b9b9b9;
  border-left-color: #b9b9b9;
  border-bottom-color: #b9b9b9;
}
#a4521a453fa1fb0 .inner-form .input-field {
  height: 100%;
}
#a4521a453fa1fb0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a4521a453fa1fb0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a4521a453fa1fb0 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a4521a453fa1fb0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #008f4d;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a4521a453fa1fb0 .btn-search:hover {
  background: #008f4d;
}
#a4521a453fa1fb0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a028ba39f6a5f29 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a028ba39f6a5f29 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a028ba39f6a5f29 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a028ba39f6a5f29 .menu-list > li > a {
  padding: 0 20px;
}
#a028ba39f6a5f29 .menu-list > li:hover:before {
  height: 100%;
}
#a028ba39f6a5f29 .menu-list > li:hover:after {
  color: auto;
}
#a028ba39f6a5f29 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: rgba(34, 25, 77, 0);
  font-weight: 400;
  content: "|";
}
#a028ba39f6a5f29 .menu-list > li:first-child:after {
  content: "";
}
#a028ba39f6a5f29 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: none;
}
#a028ba39f6a5f29 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a028ba39f6a5f29 .menu-list > li ul li {
  position: relative;
}
#a028ba39f6a5f29 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.61);
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a028ba39f6a5f29 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
}
#a028ba39f6a5f29 .menu-list > li:hover > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: solid;
}
#a028ba39f6a5f29 li ul li:hover > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul li a:active,
#a028ba39f6a5f29 li ul li a.active,
#a028ba39f6a5f29 li ul li.active > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul,
#a028ba39f6a5f29 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a028ba39f6a5f29 li:hover > ul {
  left: auto;
}
#a028ba39f6a5f29 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#aa496a0fa8ac064 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a8a9fa2ab2a9b4f > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad0bdad157a10f9 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a953fadbe5a1dc0 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae44ba90eaaeae0 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab860a1697ade29 > .ele-wrap {background-color: rgba(243, 243, 243, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a445fa7ff3a8585 .a3651aa665a60da {
  overflow: hidden;
}
#a445fa7ff3a8585 .a3651aa665a60da , #a445fa7ff3a8585 .a3651aa665a60da > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#a445fa7ff3a8585 .uk-grid {
  margin-left: -20px;
}
#a445fa7ff3a8585 .uk-grid > * {
  padding-left: 20px;
}
#a445fa7ff3a8585 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a445fa7ff3a8585 .uk-position-center-left-out {
    left: -30px;
  }
  #a445fa7ff3a8585 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa0faa9883a2eb0 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a4381a5bb9a77b2 .uk-container {
  line-height: 2;
  color: #999;
}
#a7dd5a8918a2e0a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4521a453fa1fb0 form {
  width: 100%;
  height: 100%;
}
#a4521a453fa1fb0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4521a453fa1fb0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4521a453fa1fb0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4521a453fa1fb0 .search-box .search-type.show {
  display: block;
}
#a4521a453fa1fb0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4521a453fa1fb0 .search-box .search-type li:hover {
  color: #008f4d;
}
#a4521a453fa1fb0 .search-box .search-type li.active {
  color: #008f4d;
}
#a4521a453fa1fb0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #b9b9b9;
  border-right-color: #b9b9b9;
  border-left-color: #b9b9b9;
  border-bottom-color: #b9b9b9;
}
#a4521a453fa1fb0 .inner-form .input-field {
  height: 100%;
}
#a4521a453fa1fb0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a4521a453fa1fb0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a4521a453fa1fb0 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a4521a453fa1fb0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #008f4d;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a4521a453fa1fb0 .btn-search:hover {
  background: #008f4d;
}
#a4521a453fa1fb0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a028ba39f6a5f29 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a028ba39f6a5f29 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a028ba39f6a5f29 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a028ba39f6a5f29 .menu-list > li > a {
  padding: 0 20px;
}
#a028ba39f6a5f29 .menu-list > li:hover:before {
  height: 100%;
}
#a028ba39f6a5f29 .menu-list > li:hover:after {
  color: auto;
}
#a028ba39f6a5f29 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: rgba(34, 25, 77, 0);
  font-weight: 400;
  content: "|";
}
#a028ba39f6a5f29 .menu-list > li:first-child:after {
  content: "";
}
#a028ba39f6a5f29 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: none;
}
#a028ba39f6a5f29 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a028ba39f6a5f29 .menu-list > li ul li {
  position: relative;
}
#a028ba39f6a5f29 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.61);
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a028ba39f6a5f29 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
}
#a028ba39f6a5f29 .menu-list > li:hover > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: solid;
}
#a028ba39f6a5f29 li ul li:hover > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul li a:active,
#a028ba39f6a5f29 li ul li a.active,
#a028ba39f6a5f29 li ul li.active > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul,
#a028ba39f6a5f29 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a028ba39f6a5f29 li:hover > ul {
  left: auto;
}
#a028ba39f6a5f29 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a744faec92a6a58 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a6b95a1bffa5ba3 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6d35a9c16ab66d > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac594a01b2a040e > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a972fade05aa71c > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac038a60eaa958c > .ele-wrap {background-color: rgba(243, 243, 243, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab80da0538a4556 .ab11da4c73a7f8a {
  overflow: hidden;
}
#ab80da0538a4556 .ab11da4c73a7f8a , #ab80da0538a4556 .ab11da4c73a7f8a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#ab80da0538a4556 .uk-grid {
  margin-left: -20px;
}
#ab80da0538a4556 .uk-grid > * {
  padding-left: 20px;
}
#ab80da0538a4556 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ab80da0538a4556 .uk-position-center-left-out {
    left: -30px;
  }
  #ab80da0538a4556 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6f12af371ad716 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a7c3ba3f9caafe6 .uk-container {
  line-height: 2;
  color: #999;
}
#a7dd5a8918a2e0a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4521a453fa1fb0 form {
  width: 100%;
  height: 100%;
}
#a4521a453fa1fb0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4521a453fa1fb0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4521a453fa1fb0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4521a453fa1fb0 .search-box .search-type.show {
  display: block;
}
#a4521a453fa1fb0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4521a453fa1fb0 .search-box .search-type li:hover {
  color: #008f4d;
}
#a4521a453fa1fb0 .search-box .search-type li.active {
  color: #008f4d;
}
#a4521a453fa1fb0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #b9b9b9;
  border-right-color: #b9b9b9;
  border-left-color: #b9b9b9;
  border-bottom-color: #b9b9b9;
}
#a4521a453fa1fb0 .inner-form .input-field {
  height: 100%;
}
#a4521a453fa1fb0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a4521a453fa1fb0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a4521a453fa1fb0 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a4521a453fa1fb0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #008f4d;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a4521a453fa1fb0 .btn-search:hover {
  background: #008f4d;
}
#a4521a453fa1fb0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a028ba39f6a5f29 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a028ba39f6a5f29 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a028ba39f6a5f29 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a028ba39f6a5f29 .menu-list > li > a {
  padding: 0 20px;
}
#a028ba39f6a5f29 .menu-list > li:hover:before {
  height: 100%;
}
#a028ba39f6a5f29 .menu-list > li:hover:after {
  color: auto;
}
#a028ba39f6a5f29 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: rgba(34, 25, 77, 0);
  font-weight: 400;
  content: "|";
}
#a028ba39f6a5f29 .menu-list > li:first-child:after {
  content: "";
}
#a028ba39f6a5f29 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: none;
}
#a028ba39f6a5f29 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a028ba39f6a5f29 .menu-list > li ul li {
  position: relative;
}
#a028ba39f6a5f29 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.61);
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a028ba39f6a5f29 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
}
#a028ba39f6a5f29 .menu-list > li:hover > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: solid;
}
#a028ba39f6a5f29 li ul li:hover > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul li a:active,
#a028ba39f6a5f29 li ul li a.active,
#a028ba39f6a5f29 li ul li.active > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul,
#a028ba39f6a5f29 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a028ba39f6a5f29 li:hover > ul {
  left: auto;
}
#a028ba39f6a5f29 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a66aea426aa7517 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a64f8aba7aa2f58 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa777a92a5a4fa8 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a32e6ad433aaaf0 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af097a1f19af195 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4ceca76b5ad72f > .ele-wrap {background-color: rgba(0, 0, 0, 0.93);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #000000;}#a4ceca76b5ad72f * {color: #000000 }
                            #a4ceca76b5ad72f .line{border-color: #000000 }#a3370a73ffa4a93 .a622fa93fbac3f6 {
  overflow: hidden;
}
#a3370a73ffa4a93 .a622fa93fbac3f6 , #a3370a73ffa4a93 .a622fa93fbac3f6 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#a3370a73ffa4a93 .uk-grid {
  margin-left: -20px;
}
#a3370a73ffa4a93 .uk-grid > * {
  padding-left: 20px;
}
#a3370a73ffa4a93 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a3370a73ffa4a93 .uk-position-center-left-out {
    left: -30px;
  }
  #a3370a73ffa4a93 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a52ceacb9da9a16 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a2417a7071a9e67 .uk-container {
  line-height: 2;
  color: #999;
}
#a7dd5a8918a2e0a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4521a453fa1fb0 form {
  width: 100%;
  height: 100%;
}
#a4521a453fa1fb0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4521a453fa1fb0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4521a453fa1fb0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4521a453fa1fb0 .search-box .search-type.show {
  display: block;
}
#a4521a453fa1fb0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4521a453fa1fb0 .search-box .search-type li:hover {
  color: #008f4d;
}
#a4521a453fa1fb0 .search-box .search-type li.active {
  color: #008f4d;
}
#a4521a453fa1fb0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #b9b9b9;
  border-right-color: #b9b9b9;
  border-left-color: #b9b9b9;
  border-bottom-color: #b9b9b9;
}
#a4521a453fa1fb0 .inner-form .input-field {
  height: 100%;
}
#a4521a453fa1fb0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a4521a453fa1fb0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a4521a453fa1fb0 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a4521a453fa1fb0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #008f4d;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a4521a453fa1fb0 .btn-search:hover {
  background: #008f4d;
}
#a4521a453fa1fb0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a028ba39f6a5f29 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a028ba39f6a5f29 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a028ba39f6a5f29 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a028ba39f6a5f29 .menu-list > li > a {
  padding: 0 20px;
}
#a028ba39f6a5f29 .menu-list > li:hover:before {
  height: 100%;
}
#a028ba39f6a5f29 .menu-list > li:hover:after {
  color: auto;
}
#a028ba39f6a5f29 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: rgba(34, 25, 77, 0);
  font-weight: 400;
  content: "|";
}
#a028ba39f6a5f29 .menu-list > li:first-child:after {
  content: "";
}
#a028ba39f6a5f29 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: none;
}
#a028ba39f6a5f29 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a028ba39f6a5f29 .menu-list > li ul li {
  position: relative;
}
#a028ba39f6a5f29 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.61);
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a028ba39f6a5f29 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
}
#a028ba39f6a5f29 .menu-list > li:hover > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: solid;
}
#a028ba39f6a5f29 li ul li:hover > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul li a:active,
#a028ba39f6a5f29 li ul li a.active,
#a028ba39f6a5f29 li ul li.active > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul,
#a028ba39f6a5f29 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a028ba39f6a5f29 li:hover > ul {
  left: auto;
}
#a028ba39f6a5f29 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7070adc87a7e83 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a1d19ac75dacaf6 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3faca7199a5c57 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abc9baf054ae9eb > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abf50a1f64abd0c > .ele-wrap {background-color: rgba(0, 0, 0, 0.06);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af300a69bbaab54 .ac239a367fa4b61 {
  overflow: hidden;
}
#af300a69bbaab54 .ac239a367fa4b61 , #af300a69bbaab54 .ac239a367fa4b61 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#af300a69bbaab54 .uk-grid {
  margin-left: -20px;
}
#af300a69bbaab54 .uk-grid > * {
  padding-left: 20px;
}
#af300a69bbaab54 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #af300a69bbaab54 .uk-position-center-left-out {
    left: -30px;
  }
  #af300a69bbaab54 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a631da9942ac6bb .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#abb5aa147aa526f .uk-container {
  line-height: 2;
  color: #999;
}
#a7dd5a8918a2e0a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4521a453fa1fb0 form {
  width: 100%;
  height: 100%;
}
#a4521a453fa1fb0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4521a453fa1fb0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4521a453fa1fb0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4521a453fa1fb0 .search-box .search-type.show {
  display: block;
}
#a4521a453fa1fb0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4521a453fa1fb0 .search-box .search-type li:hover {
  color: #008f4d;
}
#a4521a453fa1fb0 .search-box .search-type li.active {
  color: #008f4d;
}
#a4521a453fa1fb0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #b9b9b9;
  border-right-color: #b9b9b9;
  border-left-color: #b9b9b9;
  border-bottom-color: #b9b9b9;
}
#a4521a453fa1fb0 .inner-form .input-field {
  height: 100%;
}
#a4521a453fa1fb0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a4521a453fa1fb0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a4521a453fa1fb0 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a4521a453fa1fb0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #008f4d;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a4521a453fa1fb0 .btn-search:hover {
  background: #008f4d;
}
#a4521a453fa1fb0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a028ba39f6a5f29 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a028ba39f6a5f29 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a028ba39f6a5f29 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a028ba39f6a5f29 .menu-list > li > a {
  padding: 0 20px;
}
#a028ba39f6a5f29 .menu-list > li:hover:before {
  height: 100%;
}
#a028ba39f6a5f29 .menu-list > li:hover:after {
  color: auto;
}
#a028ba39f6a5f29 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: rgba(34, 25, 77, 0);
  font-weight: 400;
  content: "|";
}
#a028ba39f6a5f29 .menu-list > li:first-child:after {
  content: "";
}
#a028ba39f6a5f29 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: none;
}
#a028ba39f6a5f29 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a028ba39f6a5f29 .menu-list > li ul li {
  position: relative;
}
#a028ba39f6a5f29 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.61);
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a028ba39f6a5f29 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
}
#a028ba39f6a5f29 .menu-list > li:hover > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: solid;
}
#a028ba39f6a5f29 li ul li:hover > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul li a:active,
#a028ba39f6a5f29 li ul li a.active,
#a028ba39f6a5f29 li ul li.active > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul,
#a028ba39f6a5f29 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a028ba39f6a5f29 li:hover > ul {
  left: auto;
}
#a028ba39f6a5f29 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ae909a4fe9a481c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#af098ada99ac902 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1b3aae62bad16d > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aac57a8d55aa55e > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a196eaae9dad53c > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a01aca55d9a163e > .ele-wrap {background-color: rgba(243, 243, 243, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac554a3101aefca .aff2da4298a729f {
  overflow: hidden;
}
#ac554a3101aefca .aff2da4298a729f , #ac554a3101aefca .aff2da4298a729f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#ac554a3101aefca .uk-grid {
  margin-left: -20px;
}
#ac554a3101aefca .uk-grid > * {
  padding-left: 20px;
}
#ac554a3101aefca .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ac554a3101aefca .uk-position-center-left-out {
    left: -30px;
  }
  #ac554a3101aefca .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a127ba3a58aca2b .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a4426aa529ac6b4 .uk-container {
  line-height: 2;
  color: #999;
}
#a7dd5a8918a2e0a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4521a453fa1fb0 form {
  width: 100%;
  height: 100%;
}
#a4521a453fa1fb0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4521a453fa1fb0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4521a453fa1fb0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4521a453fa1fb0 .search-box .search-type.show {
  display: block;
}
#a4521a453fa1fb0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4521a453fa1fb0 .search-box .search-type li:hover {
  color: #008f4d;
}
#a4521a453fa1fb0 .search-box .search-type li.active {
  color: #008f4d;
}
#a4521a453fa1fb0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #b9b9b9;
  border-right-color: #b9b9b9;
  border-left-color: #b9b9b9;
  border-bottom-color: #b9b9b9;
}
#a4521a453fa1fb0 .inner-form .input-field {
  height: 100%;
}
#a4521a453fa1fb0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a4521a453fa1fb0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a4521a453fa1fb0 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a4521a453fa1fb0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #008f4d;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a4521a453fa1fb0 .btn-search:hover {
  background: #008f4d;
}
#a4521a453fa1fb0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a028ba39f6a5f29 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a028ba39f6a5f29 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a028ba39f6a5f29 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a028ba39f6a5f29 .menu-list > li > a {
  padding: 0 20px;
}
#a028ba39f6a5f29 .menu-list > li:hover:before {
  height: 100%;
}
#a028ba39f6a5f29 .menu-list > li:hover:after {
  color: auto;
}
#a028ba39f6a5f29 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: rgba(34, 25, 77, 0);
  font-weight: 400;
  content: "|";
}
#a028ba39f6a5f29 .menu-list > li:first-child:after {
  content: "";
}
#a028ba39f6a5f29 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: none;
}
#a028ba39f6a5f29 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a028ba39f6a5f29 .menu-list > li ul li {
  position: relative;
}
#a028ba39f6a5f29 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.61);
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a028ba39f6a5f29 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
}
#a028ba39f6a5f29 .menu-list > li:hover > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: solid;
}
#a028ba39f6a5f29 li ul li:hover > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul li a:active,
#a028ba39f6a5f29 li ul li a.active,
#a028ba39f6a5f29 li ul li.active > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul,
#a028ba39f6a5f29 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a028ba39f6a5f29 li:hover > ul {
  left: auto;
}
#a028ba39f6a5f29 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ad0d8ad784aa318 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a8d1ea5578aa4d9 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7676abf48a1a34 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8a49a4504a94f2 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afe5aabb2ba5505 > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a411da24baab857 .af483ab26ba1961 {
  overflow: hidden;
}
#a411da24baab857 .af483ab26ba1961 , #a411da24baab857 .af483ab26ba1961 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#a411da24baab857 .uk-grid {
  margin-left: -20px;
}
#a411da24baab857 .uk-grid > * {
  padding-left: 20px;
}
#a411da24baab857 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a411da24baab857 .uk-position-center-left-out {
    left: -30px;
  }
  #a411da24baab857 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ae525a8327aaefd .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a025da64fdac1bd .ap-overlay-gradient {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 100%);
}
#a025da64fdac1bd .uk-slider-items .uk-button-primary {
  color: #8792aa;
  border-color: #8792aa;
  background: transparent;
  border-radius: 3px;
}
#a025da64fdac1bd .uk-slider-items .uk-button-primary:hover {
  color: #fff;
  background: #008f4d;
  border-color: #008f4d;
}
#a025da64fdac1bd .uk-slidenav {
  background: rgba(0, 0, 0, 0.4);
}
#acc99a7eaeaf4c6 .uk-container {
  line-height: 2;
  color: #999;
}
#a7dd5a8918a2e0a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4521a453fa1fb0 form {
  width: 100%;
  height: 100%;
}
#a4521a453fa1fb0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4521a453fa1fb0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4521a453fa1fb0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4521a453fa1fb0 .search-box .search-type.show {
  display: block;
}
#a4521a453fa1fb0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4521a453fa1fb0 .search-box .search-type li:hover {
  color: #008f4d;
}
#a4521a453fa1fb0 .search-box .search-type li.active {
  color: #008f4d;
}
#a4521a453fa1fb0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #b9b9b9;
  border-right-color: #b9b9b9;
  border-left-color: #b9b9b9;
  border-bottom-color: #b9b9b9;
}
#a4521a453fa1fb0 .inner-form .input-field {
  height: 100%;
}
#a4521a453fa1fb0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a4521a453fa1fb0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a4521a453fa1fb0 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a4521a453fa1fb0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #008f4d;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a4521a453fa1fb0 .btn-search:hover {
  background: #008f4d;
}
#a4521a453fa1fb0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a028ba39f6a5f29 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a028ba39f6a5f29 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a028ba39f6a5f29 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a028ba39f6a5f29 .menu-list > li > a {
  padding: 0 20px;
}
#a028ba39f6a5f29 .menu-list > li:hover:before {
  height: 100%;
}
#a028ba39f6a5f29 .menu-list > li:hover:after {
  color: auto;
}
#a028ba39f6a5f29 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: rgba(34, 25, 77, 0);
  font-weight: 400;
  content: "|";
}
#a028ba39f6a5f29 .menu-list > li:first-child:after {
  content: "";
}
#a028ba39f6a5f29 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: none;
}
#a028ba39f6a5f29 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a028ba39f6a5f29 .menu-list > li ul li {
  position: relative;
}
#a028ba39f6a5f29 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.61);
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a028ba39f6a5f29 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
}
#a028ba39f6a5f29 .menu-list > li:hover > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: solid;
}
#a028ba39f6a5f29 li ul li:hover > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul li a:active,
#a028ba39f6a5f29 li ul li a.active,
#a028ba39f6a5f29 li ul li.active > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul,
#a028ba39f6a5f29 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a028ba39f6a5f29 li:hover > ul {
  left: auto;
}
#a028ba39f6a5f29 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9cc7a9b2eaf6e5 .ap-category-filter ul li {
  margin-bottom: 20px;
}
#a9cc7a9b2eaf6e5 .ap-category-filter ul li.active {
  border-color: #008f4d;
  color: #008f4d;
}
#a9cc7a9b2eaf6e5 .grid-list .product-item {
  overflow: hidden;
}
#a9cc7a9b2eaf6e5 .grid-list .product-preview .img {
  display: block;
}
#a9cc7a9b2eaf6e5 .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#a9cc7a9b2eaf6e5 .grid-list .tags .tag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 4px 1px;
  border-radius: 2px;
  background-color: #F8353E;
  margin-right: 4px;
  float: left;
}
#a9cc7a9b2eaf6e5 .grid-list .product-info {
  min-height: 110px;
}
#a9cc7a9b2eaf6e5 .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#a9cc7a9b2eaf6e5 .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#a9cc7a9b2eaf6e5 .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#a9cc7a9b2eaf6e5 .grid-list .category-name {
  font-size: 12px;
}
#a9cc7a9b2eaf6e5 .grid-list .category-name a {
  color: #777;
}
#a9cc7a9b2eaf6e5 .grid-list .title,
#a9cc7a9b2eaf6e5 .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#a9cc7a9b2eaf6e5 .grid-list .title a,
#a9cc7a9b2eaf6e5 .grid-list .subTitle a {
  color: #191919;
}
#a9cc7a9b2eaf6e5 .grid-list .product-buttons {
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#a9cc7a9b2eaf6e5 .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#a9cc7a9b2eaf6e5 .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#a9cc7a9b2eaf6e5 .grid-list .product-preview {
  border-radius: 0px;
  overflow: hidden;
}
#a9cc7a9b2eaf6e5 .grid-list .product-btn {
  background-color: #008f4d;
}
#a9cc7a9b2eaf6e5 .grid-list .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
}
#a9cc7a9b2eaf6e5 .grid-list .product:hover {
  background-color: auto;
}
#a9cc7a9b2eaf6e5 .grid-list .product:hover .title a {
  color: #444;
}
#a9cc7a9b2eaf6e5 .grid-list .product:hover .subTitle {
  color: auto;
}
#a9cc7a9b2eaf6e5 .grid-list .product:hover .category {
  color: auto;
}
#a9cc7a9b2eaf6e5 .grid-list .product:hover .abstract {
  color: auto;
}
#a9cc7a9b2eaf6e5 .grid-list .product:hover .product-btn {
  color: auto;
}
@media (max-width: 640px) {
  #a9cc7a9b2eaf6e5 .grid-list .product-info {
    min-height: 0;
  }
  #a9cc7a9b2eaf6e5 .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #a9cc7a9b2eaf6e5 .grid-list .product-buttons {
    display: none;
  }
}
#a64f5a6c62a47e5 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a175dacb20af56d .uk-container {
  line-height: 2;
  color: #999;
}
#a7dd5a8918a2e0a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4521a453fa1fb0 form {
  width: 100%;
  height: 100%;
}
#a4521a453fa1fb0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4521a453fa1fb0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4521a453fa1fb0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4521a453fa1fb0 .search-box .search-type.show {
  display: block;
}
#a4521a453fa1fb0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4521a453fa1fb0 .search-box .search-type li:hover {
  color: #008f4d;
}
#a4521a453fa1fb0 .search-box .search-type li.active {
  color: #008f4d;
}
#a4521a453fa1fb0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #b9b9b9;
  border-right-color: #b9b9b9;
  border-left-color: #b9b9b9;
  border-bottom-color: #b9b9b9;
}
#a4521a453fa1fb0 .inner-form .input-field {
  height: 100%;
}
#a4521a453fa1fb0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a4521a453fa1fb0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a4521a453fa1fb0 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a4521a453fa1fb0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #008f4d;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a4521a453fa1fb0 .btn-search:hover {
  background: #008f4d;
}
#a4521a453fa1fb0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a028ba39f6a5f29 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a028ba39f6a5f29 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a028ba39f6a5f29 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a028ba39f6a5f29 .menu-list > li > a {
  padding: 0 20px;
}
#a028ba39f6a5f29 .menu-list > li:hover:before {
  height: 100%;
}
#a028ba39f6a5f29 .menu-list > li:hover:after {
  color: auto;
}
#a028ba39f6a5f29 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: rgba(34, 25, 77, 0);
  font-weight: 400;
  content: "|";
}
#a028ba39f6a5f29 .menu-list > li:first-child:after {
  content: "";
}
#a028ba39f6a5f29 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: none;
}
#a028ba39f6a5f29 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a028ba39f6a5f29 .menu-list > li ul li {
  position: relative;
}
#a028ba39f6a5f29 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.61);
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a028ba39f6a5f29 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
}
#a028ba39f6a5f29 .menu-list > li:hover > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: solid;
}
#a028ba39f6a5f29 li ul li:hover > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul li a:active,
#a028ba39f6a5f29 li ul li a.active,
#a028ba39f6a5f29 li ul li.active > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul,
#a028ba39f6a5f29 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a028ba39f6a5f29 li:hover > ul {
  left: auto;
}
#a028ba39f6a5f29 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a11fcaabd0a03ec > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a47f7a8b7aaaeb1 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5ddea7692abad0 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4e3fa615aa1a92 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac796a15d6aaa42 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6ab2a11e8abcd9 > .ele-wrap {background-color: rgba(243, 243, 243, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a31a5ad1f4a8e3a .ada6da2fa3ad73d {
  overflow: hidden;
}
#a31a5ad1f4a8e3a .ada6da2fa3ad73d , #a31a5ad1f4a8e3a .ada6da2fa3ad73d > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#a31a5ad1f4a8e3a .uk-grid {
  margin-left: -20px;
}
#a31a5ad1f4a8e3a .uk-grid > * {
  padding-left: 20px;
}
#a31a5ad1f4a8e3a .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a31a5ad1f4a8e3a .uk-position-center-left-out {
    left: -30px;
  }
  #a31a5ad1f4a8e3a .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#af006a6dc4aa69f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a34b7a35dea0068 .uk-container {
  line-height: 2;
  color: #999;
}
#a7dd5a8918a2e0a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4521a453fa1fb0 form {
  width: 100%;
  height: 100%;
}
#a4521a453fa1fb0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4521a453fa1fb0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4521a453fa1fb0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4521a453fa1fb0 .search-box .search-type.show {
  display: block;
}
#a4521a453fa1fb0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4521a453fa1fb0 .search-box .search-type li:hover {
  color: #008f4d;
}
#a4521a453fa1fb0 .search-box .search-type li.active {
  color: #008f4d;
}
#a4521a453fa1fb0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #b9b9b9;
  border-right-color: #b9b9b9;
  border-left-color: #b9b9b9;
  border-bottom-color: #b9b9b9;
}
#a4521a453fa1fb0 .inner-form .input-field {
  height: 100%;
}
#a4521a453fa1fb0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a4521a453fa1fb0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a4521a453fa1fb0 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a4521a453fa1fb0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #008f4d;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a4521a453fa1fb0 .btn-search:hover {
  background: #008f4d;
}
#a4521a453fa1fb0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a028ba39f6a5f29 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a028ba39f6a5f29 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a028ba39f6a5f29 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a028ba39f6a5f29 .menu-list > li > a {
  padding: 0 20px;
}
#a028ba39f6a5f29 .menu-list > li:hover:before {
  height: 100%;
}
#a028ba39f6a5f29 .menu-list > li:hover:after {
  color: auto;
}
#a028ba39f6a5f29 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: rgba(34, 25, 77, 0);
  font-weight: 400;
  content: "|";
}
#a028ba39f6a5f29 .menu-list > li:first-child:after {
  content: "";
}
#a028ba39f6a5f29 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: none;
}
#a028ba39f6a5f29 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a028ba39f6a5f29 .menu-list > li ul li {
  position: relative;
}
#a028ba39f6a5f29 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.61);
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a028ba39f6a5f29 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
}
#a028ba39f6a5f29 .menu-list > li:hover > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: solid;
}
#a028ba39f6a5f29 li ul li:hover > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul li a:active,
#a028ba39f6a5f29 li ul li a.active,
#a028ba39f6a5f29 li ul li.active > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul,
#a028ba39f6a5f29 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a028ba39f6a5f29 li:hover > ul {
  left: auto;
}
#a028ba39f6a5f29 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a1487a4051ad8f1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a14a0aace1a443c > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a98cca5f90a8471 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a27d9a8d40a4ab1 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a664eaebc0ad0ed > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3bd0ac0d3a78b0 > .ele-wrap {background-color: rgba(0, 0, 0, 0.93);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #000000;}#a3bd0ac0d3a78b0 * {color: #000000 }
                            #a3bd0ac0d3a78b0 .line{border-color: #000000 }#a42faa26d5a260b .ac244a99c4a4931 {
  overflow: hidden;
}
#a42faa26d5a260b .ac244a99c4a4931 , #a42faa26d5a260b .ac244a99c4a4931 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#a42faa26d5a260b .uk-grid {
  margin-left: -20px;
}
#a42faa26d5a260b .uk-grid > * {
  padding-left: 20px;
}
#a42faa26d5a260b .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a42faa26d5a260b .uk-position-center-left-out {
    left: -30px;
  }
  #a42faa26d5a260b .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5962ae14ba9c4a .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a2306a5d1bae2d6 .uk-container {
  line-height: 2;
  color: #999;
}
#a7dd5a8918a2e0a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4521a453fa1fb0 form {
  width: 100%;
  height: 100%;
}
#a4521a453fa1fb0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4521a453fa1fb0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4521a453fa1fb0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4521a453fa1fb0 .search-box .search-type.show {
  display: block;
}
#a4521a453fa1fb0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4521a453fa1fb0 .search-box .search-type li:hover {
  color: #008f4d;
}
#a4521a453fa1fb0 .search-box .search-type li.active {
  color: #008f4d;
}
#a4521a453fa1fb0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #b9b9b9;
  border-right-color: #b9b9b9;
  border-left-color: #b9b9b9;
  border-bottom-color: #b9b9b9;
}
#a4521a453fa1fb0 .inner-form .input-field {
  height: 100%;
}
#a4521a453fa1fb0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a4521a453fa1fb0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a4521a453fa1fb0 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a4521a453fa1fb0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #008f4d;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a4521a453fa1fb0 .btn-search:hover {
  background: #008f4d;
}
#a4521a453fa1fb0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a028ba39f6a5f29 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a028ba39f6a5f29 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a028ba39f6a5f29 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a028ba39f6a5f29 .menu-list > li > a {
  padding: 0 20px;
}
#a028ba39f6a5f29 .menu-list > li:hover:before {
  height: 100%;
}
#a028ba39f6a5f29 .menu-list > li:hover:after {
  color: auto;
}
#a028ba39f6a5f29 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: rgba(34, 25, 77, 0);
  font-weight: 400;
  content: "|";
}
#a028ba39f6a5f29 .menu-list > li:first-child:after {
  content: "";
}
#a028ba39f6a5f29 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: none;
}
#a028ba39f6a5f29 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a028ba39f6a5f29 .menu-list > li ul li {
  position: relative;
}
#a028ba39f6a5f29 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.61);
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a028ba39f6a5f29 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
}
#a028ba39f6a5f29 .menu-list > li:hover > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: solid;
}
#a028ba39f6a5f29 li ul li:hover > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul li a:active,
#a028ba39f6a5f29 li ul li a.active,
#a028ba39f6a5f29 li ul li.active > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul,
#a028ba39f6a5f29 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a028ba39f6a5f29 li:hover > ul {
  left: auto;
}
#a028ba39f6a5f29 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a2538ad849a0e12 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a06f2a0dc9a4667 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a753aa98dcac3ca > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1109a2f8da364f > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9c67a2aeea521c > .ele-wrap {background-color: rgba(0, 0, 0, 0.06);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a20adaed19ac7cf .a3bd2af2ffa68df {
  overflow: hidden;
}
#a20adaed19ac7cf .a3bd2af2ffa68df , #a20adaed19ac7cf .a3bd2af2ffa68df > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#a20adaed19ac7cf .uk-grid {
  margin-left: -20px;
}
#a20adaed19ac7cf .uk-grid > * {
  padding-left: 20px;
}
#a20adaed19ac7cf .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a20adaed19ac7cf .uk-position-center-left-out {
    left: -30px;
  }
  #a20adaed19ac7cf .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ad303ab6b0a8798 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ae928abbb8ac96f .uk-container {
  line-height: 2;
  color: #999;
}
#a7dd5a8918a2e0a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4521a453fa1fb0 form {
  width: 100%;
  height: 100%;
}
#a4521a453fa1fb0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4521a453fa1fb0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4521a453fa1fb0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4521a453fa1fb0 .search-box .search-type.show {
  display: block;
}
#a4521a453fa1fb0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4521a453fa1fb0 .search-box .search-type li:hover {
  color: #008f4d;
}
#a4521a453fa1fb0 .search-box .search-type li.active {
  color: #008f4d;
}
#a4521a453fa1fb0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #b9b9b9;
  border-right-color: #b9b9b9;
  border-left-color: #b9b9b9;
  border-bottom-color: #b9b9b9;
}
#a4521a453fa1fb0 .inner-form .input-field {
  height: 100%;
}
#a4521a453fa1fb0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a4521a453fa1fb0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a4521a453fa1fb0 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a4521a453fa1fb0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #008f4d;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a4521a453fa1fb0 .btn-search:hover {
  background: #008f4d;
}
#a4521a453fa1fb0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a028ba39f6a5f29 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a028ba39f6a5f29 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a028ba39f6a5f29 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a028ba39f6a5f29 .menu-list > li > a {
  padding: 0 20px;
}
#a028ba39f6a5f29 .menu-list > li:hover:before {
  height: 100%;
}
#a028ba39f6a5f29 .menu-list > li:hover:after {
  color: auto;
}
#a028ba39f6a5f29 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: rgba(34, 25, 77, 0);
  font-weight: 400;
  content: "|";
}
#a028ba39f6a5f29 .menu-list > li:first-child:after {
  content: "";
}
#a028ba39f6a5f29 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: none;
}
#a028ba39f6a5f29 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a028ba39f6a5f29 .menu-list > li ul li {
  position: relative;
}
#a028ba39f6a5f29 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.61);
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a028ba39f6a5f29 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
}
#a028ba39f6a5f29 .menu-list > li:hover > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: solid;
}
#a028ba39f6a5f29 li ul li:hover > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul li a:active,
#a028ba39f6a5f29 li ul li a.active,
#a028ba39f6a5f29 li ul li.active > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul,
#a028ba39f6a5f29 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a028ba39f6a5f29 li:hover > ul {
  left: auto;
}
#a028ba39f6a5f29 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6f0caf171a0f09 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a0cbcab150a1564 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a40e1a8d02a97de > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5a25a027fa707a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab395ab72aaf9d6 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad1bfaf6d0a89dc > .ele-wrap {background-color: rgba(243, 243, 243, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6926a5397a508a .a22efa8e69a5eb5 {
  overflow: hidden;
}
#a6926a5397a508a .a22efa8e69a5eb5 , #a6926a5397a508a .a22efa8e69a5eb5 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#a6926a5397a508a .uk-grid {
  margin-left: -20px;
}
#a6926a5397a508a .uk-grid > * {
  padding-left: 20px;
}
#a6926a5397a508a .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a6926a5397a508a .uk-position-center-left-out {
    left: -30px;
  }
  #a6926a5397a508a .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a0193a8d09a8957 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a8627a2c3ba8e2e .uk-container {
  line-height: 2;
  color: #999;
}
#a7dd5a8918a2e0a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4521a453fa1fb0 form {
  width: 100%;
  height: 100%;
}
#a4521a453fa1fb0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4521a453fa1fb0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4521a453fa1fb0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4521a453fa1fb0 .search-box .search-type.show {
  display: block;
}
#a4521a453fa1fb0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4521a453fa1fb0 .search-box .search-type li:hover {
  color: #008f4d;
}
#a4521a453fa1fb0 .search-box .search-type li.active {
  color: #008f4d;
}
#a4521a453fa1fb0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #b9b9b9;
  border-right-color: #b9b9b9;
  border-left-color: #b9b9b9;
  border-bottom-color: #b9b9b9;
}
#a4521a453fa1fb0 .inner-form .input-field {
  height: 100%;
}
#a4521a453fa1fb0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a4521a453fa1fb0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a4521a453fa1fb0 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a4521a453fa1fb0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #008f4d;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a4521a453fa1fb0 .btn-search:hover {
  background: #008f4d;
}
#a4521a453fa1fb0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a028ba39f6a5f29 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a028ba39f6a5f29 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a028ba39f6a5f29 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a028ba39f6a5f29 .menu-list > li > a {
  padding: 0 20px;
}
#a028ba39f6a5f29 .menu-list > li:hover:before {
  height: 100%;
}
#a028ba39f6a5f29 .menu-list > li:hover:after {
  color: auto;
}
#a028ba39f6a5f29 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: rgba(34, 25, 77, 0);
  font-weight: 400;
  content: "|";
}
#a028ba39f6a5f29 .menu-list > li:first-child:after {
  content: "";
}
#a028ba39f6a5f29 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: none;
}
#a028ba39f6a5f29 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a028ba39f6a5f29 .menu-list > li ul li {
  position: relative;
}
#a028ba39f6a5f29 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.61);
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a028ba39f6a5f29 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
}
#a028ba39f6a5f29 .menu-list > li:hover > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: solid;
}
#a028ba39f6a5f29 li ul li:hover > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul li a:active,
#a028ba39f6a5f29 li ul li a.active,
#a028ba39f6a5f29 li ul li.active > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul,
#a028ba39f6a5f29 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a028ba39f6a5f29 li:hover > ul {
  left: auto;
}
#a028ba39f6a5f29 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a8f9fac861aa4a7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ad5b2ab2fba0440 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a57d1a52f2af280 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab157a0cbeacad1 .a6454ab9fdaf2e9 {
  overflow: hidden;
}
#ab157a0cbeacad1 .a6454ab9fdaf2e9 , #ab157a0cbeacad1 .a6454ab9fdaf2e9 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#ab157a0cbeacad1 .uk-grid {
  margin-left: -20px;
}
#ab157a0cbeacad1 .uk-grid > * {
  padding-left: 20px;
}
#ab157a0cbeacad1 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ab157a0cbeacad1 .uk-position-center-left-out {
    left: -30px;
  }
  #ab157a0cbeacad1 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a53eea95a9a0b0d .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ab501a1deaa82e8 .uk-container {
  line-height: 2;
  color: #999;
}
#a7dd5a8918a2e0a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4521a453fa1fb0 form {
  width: 100%;
  height: 100%;
}
#a4521a453fa1fb0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4521a453fa1fb0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4521a453fa1fb0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4521a453fa1fb0 .search-box .search-type.show {
  display: block;
}
#a4521a453fa1fb0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4521a453fa1fb0 .search-box .search-type li:hover {
  color: #008f4d;
}
#a4521a453fa1fb0 .search-box .search-type li.active {
  color: #008f4d;
}
#a4521a453fa1fb0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #b9b9b9;
  border-right-color: #b9b9b9;
  border-left-color: #b9b9b9;
  border-bottom-color: #b9b9b9;
}
#a4521a453fa1fb0 .inner-form .input-field {
  height: 100%;
}
#a4521a453fa1fb0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a4521a453fa1fb0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a4521a453fa1fb0 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a4521a453fa1fb0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #008f4d;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a4521a453fa1fb0 .btn-search:hover {
  background: #008f4d;
}
#a4521a453fa1fb0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a028ba39f6a5f29 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a028ba39f6a5f29 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a028ba39f6a5f29 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a028ba39f6a5f29 .menu-list > li > a {
  padding: 0 20px;
}
#a028ba39f6a5f29 .menu-list > li:hover:before {
  height: 100%;
}
#a028ba39f6a5f29 .menu-list > li:hover:after {
  color: auto;
}
#a028ba39f6a5f29 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: rgba(34, 25, 77, 0);
  font-weight: 400;
  content: "|";
}
#a028ba39f6a5f29 .menu-list > li:first-child:after {
  content: "";
}
#a028ba39f6a5f29 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: none;
}
#a028ba39f6a5f29 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a028ba39f6a5f29 .menu-list > li ul li {
  position: relative;
}
#a028ba39f6a5f29 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.61);
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a028ba39f6a5f29 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
}
#a028ba39f6a5f29 .menu-list > li:hover > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: solid;
}
#a028ba39f6a5f29 li ul li:hover > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul li a:active,
#a028ba39f6a5f29 li ul li a.active,
#a028ba39f6a5f29 li ul li.active > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul,
#a028ba39f6a5f29 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a028ba39f6a5f29 li:hover > ul {
  left: auto;
}
#a028ba39f6a5f29 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a52b8a8587ae18f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a50d8aabbca3cba > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7527a0282a8c2a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5ebfadbf3a3f47 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a537cabe0eae2b4 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4cadad240a5654 > .ele-wrap {background-color: rgba(243, 243, 243, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3210a73aeaa60b .a1739a5e1ca441a {
  overflow: hidden;
}
#a3210a73aeaa60b .a1739a5e1ca441a , #a3210a73aeaa60b .a1739a5e1ca441a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#a3210a73aeaa60b .uk-grid {
  margin-left: -20px;
}
#a3210a73aeaa60b .uk-grid > * {
  padding-left: 20px;
}
#a3210a73aeaa60b .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a3210a73aeaa60b .uk-position-center-left-out {
    left: -30px;
  }
  #a3210a73aeaa60b .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3548a7180ae535 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ac257a484aa949d .uk-container {
  line-height: 2;
  color: #999;
}
#a7dd5a8918a2e0a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4521a453fa1fb0 form {
  width: 100%;
  height: 100%;
}
#a4521a453fa1fb0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4521a453fa1fb0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4521a453fa1fb0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4521a453fa1fb0 .search-box .search-type.show {
  display: block;
}
#a4521a453fa1fb0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4521a453fa1fb0 .search-box .search-type li:hover {
  color: #008f4d;
}
#a4521a453fa1fb0 .search-box .search-type li.active {
  color: #008f4d;
}
#a4521a453fa1fb0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #b9b9b9;
  border-right-color: #b9b9b9;
  border-left-color: #b9b9b9;
  border-bottom-color: #b9b9b9;
}
#a4521a453fa1fb0 .inner-form .input-field {
  height: 100%;
}
#a4521a453fa1fb0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a4521a453fa1fb0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a4521a453fa1fb0 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a4521a453fa1fb0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #008f4d;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a4521a453fa1fb0 .btn-search:hover {
  background: #008f4d;
}
#a4521a453fa1fb0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a028ba39f6a5f29 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a028ba39f6a5f29 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a028ba39f6a5f29 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a028ba39f6a5f29 .menu-list > li > a {
  padding: 0 20px;
}
#a028ba39f6a5f29 .menu-list > li:hover:before {
  height: 100%;
}
#a028ba39f6a5f29 .menu-list > li:hover:after {
  color: auto;
}
#a028ba39f6a5f29 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: rgba(34, 25, 77, 0);
  font-weight: 400;
  content: "|";
}
#a028ba39f6a5f29 .menu-list > li:first-child:after {
  content: "";
}
#a028ba39f6a5f29 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: none;
}
#a028ba39f6a5f29 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a028ba39f6a5f29 .menu-list > li ul li {
  position: relative;
}
#a028ba39f6a5f29 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.61);
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a028ba39f6a5f29 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
}
#a028ba39f6a5f29 .menu-list > li:hover > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: solid;
}
#a028ba39f6a5f29 li ul li:hover > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul li a:active,
#a028ba39f6a5f29 li ul li a.active,
#a028ba39f6a5f29 li ul li.active > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul,
#a028ba39f6a5f29 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a028ba39f6a5f29 li:hover > ul {
  left: auto;
}
#a028ba39f6a5f29 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ad344ad68eaf5fb > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a1330aa443aae3a .ap-category-filter ul li.active {
  border-color: #008f4d;
  color: #008f4d;
}
#a1330aa443aae3a .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a1330aa443aae3a .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a1330aa443aae3a .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a1330aa443aae3a .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a1330aa443aae3a .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a1330aa443aae3a .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#a1330aa443aae3a .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a1330aa443aae3a .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a1330aa443aae3a .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a1330aa443aae3a .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a1330aa443aae3a .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a1330aa443aae3a .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a1330aa443aae3a .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a1330aa443aae3a .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a1330aa443aae3a .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a1330aa443aae3a .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a1330aa443aae3a .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a1330aa443aae3a .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a1330aa443aae3a .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#a1330aa443aae3a .ele-article-list .pic-article {
  padding: 15px 0px;
  border-bottom: 1px solid #ececec;
}
#a1330aa443aae3a .ele-article-list .pic-article .img_wrap {
  width: 20%;
  border-radius: 0px;
  overflow: hidden;
}
#a1330aa443aae3a .ele-article-list .pic-article .info .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  min-height: 40px;
}
#a1330aa443aae3a .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a1330aa443aae3a .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a1330aa443aae3a .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a1330aa443aae3a .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a1330aa443aae3a .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a1330aa443aae3a .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#a1330aa443aae3a .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a1330aa443aae3a .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a1330aa443aae3a .ele-article-list .text-article:hover .time {
  color: auto;
}
#a3548a7180ae535 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ae581a71c2ae41c .uk-container {
  line-height: 2;
  color: #999;
}
#a7dd5a8918a2e0a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4521a453fa1fb0 form {
  width: 100%;
  height: 100%;
}
#a4521a453fa1fb0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4521a453fa1fb0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4521a453fa1fb0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4521a453fa1fb0 .search-box .search-type.show {
  display: block;
}
#a4521a453fa1fb0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4521a453fa1fb0 .search-box .search-type li:hover {
  color: #008f4d;
}
#a4521a453fa1fb0 .search-box .search-type li.active {
  color: #008f4d;
}
#a4521a453fa1fb0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #b9b9b9;
  border-right-color: #b9b9b9;
  border-left-color: #b9b9b9;
  border-bottom-color: #b9b9b9;
}
#a4521a453fa1fb0 .inner-form .input-field {
  height: 100%;
}
#a4521a453fa1fb0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a4521a453fa1fb0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a4521a453fa1fb0 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a4521a453fa1fb0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #008f4d;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a4521a453fa1fb0 .btn-search:hover {
  background: #008f4d;
}
#a4521a453fa1fb0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a028ba39f6a5f29 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a028ba39f6a5f29 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a028ba39f6a5f29 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a028ba39f6a5f29 .menu-list > li > a {
  padding: 0 20px;
}
#a028ba39f6a5f29 .menu-list > li:hover:before {
  height: 100%;
}
#a028ba39f6a5f29 .menu-list > li:hover:after {
  color: auto;
}
#a028ba39f6a5f29 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: rgba(34, 25, 77, 0);
  font-weight: 400;
  content: "|";
}
#a028ba39f6a5f29 .menu-list > li:first-child:after {
  content: "";
}
#a028ba39f6a5f29 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: none;
}
#a028ba39f6a5f29 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a028ba39f6a5f29 .menu-list > li ul li {
  position: relative;
}
#a028ba39f6a5f29 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.61);
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a028ba39f6a5f29 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
}
#a028ba39f6a5f29 .menu-list > li:hover > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: solid;
}
#a028ba39f6a5f29 li ul li:hover > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul li a:active,
#a028ba39f6a5f29 li ul li a.active,
#a028ba39f6a5f29 li ul li.active > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul,
#a028ba39f6a5f29 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a028ba39f6a5f29 li:hover > ul {
  left: auto;
}
#a028ba39f6a5f29 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7f31a1c20abafe > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a99f7ad2a0ab6fd > .ele-wrap {background-color: rgba(245, 245, 245, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0262a8207acc1f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a7c39a7f15acb57 .ap-overlay-gradient {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 100%);
}
#a7c39a7f15acb57 .uk-slider-items .uk-button-primary {
  color: #8792aa;
  border-color: #8792aa;
  background: transparent;
  border-radius: 3px;
}
#a7c39a7f15acb57 .uk-slider-items .uk-button-primary:hover {
  color: #fff;
  background: #008f4d;
  border-color: #008f4d;
}
#a7c39a7f15acb57 .uk-slidenav {
  background: rgba(0, 0, 0, 0.4);
}
#ae98eaa3adacfe5 .uk-container {
  line-height: 2;
  color: #999;
}
#a7dd5a8918a2e0a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4521a453fa1fb0 form {
  width: 100%;
  height: 100%;
}
#a4521a453fa1fb0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4521a453fa1fb0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4521a453fa1fb0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4521a453fa1fb0 .search-box .search-type.show {
  display: block;
}
#a4521a453fa1fb0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4521a453fa1fb0 .search-box .search-type li:hover {
  color: #008f4d;
}
#a4521a453fa1fb0 .search-box .search-type li.active {
  color: #008f4d;
}
#a4521a453fa1fb0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #b9b9b9;
  border-right-color: #b9b9b9;
  border-left-color: #b9b9b9;
  border-bottom-color: #b9b9b9;
}
#a4521a453fa1fb0 .inner-form .input-field {
  height: 100%;
}
#a4521a453fa1fb0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a4521a453fa1fb0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a4521a453fa1fb0 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a4521a453fa1fb0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #008f4d;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a4521a453fa1fb0 .btn-search:hover {
  background: #008f4d;
}
#a4521a453fa1fb0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a028ba39f6a5f29 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a028ba39f6a5f29 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a028ba39f6a5f29 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a028ba39f6a5f29 .menu-list > li > a {
  padding: 0 20px;
}
#a028ba39f6a5f29 .menu-list > li:hover:before {
  height: 100%;
}
#a028ba39f6a5f29 .menu-list > li:hover:after {
  color: auto;
}
#a028ba39f6a5f29 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: rgba(34, 25, 77, 0);
  font-weight: 400;
  content: "|";
}
#a028ba39f6a5f29 .menu-list > li:first-child:after {
  content: "";
}
#a028ba39f6a5f29 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: none;
}
#a028ba39f6a5f29 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a028ba39f6a5f29 .menu-list > li ul li {
  position: relative;
}
#a028ba39f6a5f29 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.61);
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a028ba39f6a5f29 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
}
#a028ba39f6a5f29 .menu-list > li:hover > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: solid;
}
#a028ba39f6a5f29 li ul li:hover > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul li a:active,
#a028ba39f6a5f29 li ul li a.active,
#a028ba39f6a5f29 li ul li.active > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul,
#a028ba39f6a5f29 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a028ba39f6a5f29 li:hover > ul {
  left: auto;
}
#a028ba39f6a5f29 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a4ac2a1787aac36 .ap-category-filter ul li {
  margin-bottom: 20px;
}
#a4ac2a1787aac36 .ap-category-filter ul li.active {
  border-color: #008f4d;
  color: #008f4d;
}
#a4ac2a1787aac36 .grid-list .product-item {
  overflow: hidden;
}
#a4ac2a1787aac36 .grid-list .product-preview .img {
  display: block;
}
#a4ac2a1787aac36 .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#a4ac2a1787aac36 .grid-list .tags .tag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 4px 1px;
  border-radius: 2px;
  background-color: #F8353E;
  margin-right: 4px;
  float: left;
}
#a4ac2a1787aac36 .grid-list .product-info {
  min-height: 110px;
}
#a4ac2a1787aac36 .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#a4ac2a1787aac36 .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#a4ac2a1787aac36 .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#a4ac2a1787aac36 .grid-list .category-name {
  font-size: 12px;
}
#a4ac2a1787aac36 .grid-list .category-name a {
  color: #777;
}
#a4ac2a1787aac36 .grid-list .title,
#a4ac2a1787aac36 .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#a4ac2a1787aac36 .grid-list .title a,
#a4ac2a1787aac36 .grid-list .subTitle a {
  color: #191919;
}
#a4ac2a1787aac36 .grid-list .product-buttons {
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#a4ac2a1787aac36 .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#a4ac2a1787aac36 .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#a4ac2a1787aac36 .grid-list .product-preview {
  border-radius: 0px;
  overflow: hidden;
}
#a4ac2a1787aac36 .grid-list .product-btn {
  background-color: #008f4d;
}
#a4ac2a1787aac36 .grid-list .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
}
#a4ac2a1787aac36 .grid-list .product:hover {
  background-color: auto;
}
#a4ac2a1787aac36 .grid-list .product:hover .title a {
  color: #444;
}
#a4ac2a1787aac36 .grid-list .product:hover .subTitle {
  color: auto;
}
#a4ac2a1787aac36 .grid-list .product:hover .category {
  color: auto;
}
#a4ac2a1787aac36 .grid-list .product:hover .abstract {
  color: auto;
}
#a4ac2a1787aac36 .grid-list .product:hover .product-btn {
  color: auto;
}
@media (max-width: 640px) {
  #a4ac2a1787aac36 .grid-list .product-info {
    min-height: 0;
  }
  #a4ac2a1787aac36 .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #a4ac2a1787aac36 .grid-list .product-buttons {
    display: none;
  }
}
#a3493a235aab7a0 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#acff0ace42a697b .uk-container {
  line-height: 2;
  color: #999;
}
#a7dd5a8918a2e0a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4521a453fa1fb0 form {
  width: 100%;
  height: 100%;
}
#a4521a453fa1fb0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4521a453fa1fb0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4521a453fa1fb0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4521a453fa1fb0 .search-box .search-type.show {
  display: block;
}
#a4521a453fa1fb0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4521a453fa1fb0 .search-box .search-type li:hover {
  color: #008f4d;
}
#a4521a453fa1fb0 .search-box .search-type li.active {
  color: #008f4d;
}
#a4521a453fa1fb0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #b9b9b9;
  border-right-color: #b9b9b9;
  border-left-color: #b9b9b9;
  border-bottom-color: #b9b9b9;
}
#a4521a453fa1fb0 .inner-form .input-field {
  height: 100%;
}
#a4521a453fa1fb0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a4521a453fa1fb0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a4521a453fa1fb0 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a4521a453fa1fb0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #008f4d;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a4521a453fa1fb0 .btn-search:hover {
  background: #008f4d;
}
#a4521a453fa1fb0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a028ba39f6a5f29 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a028ba39f6a5f29 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a028ba39f6a5f29 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a028ba39f6a5f29 .menu-list > li > a {
  padding: 0 20px;
}
#a028ba39f6a5f29 .menu-list > li:hover:before {
  height: 100%;
}
#a028ba39f6a5f29 .menu-list > li:hover:after {
  color: auto;
}
#a028ba39f6a5f29 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: rgba(34, 25, 77, 0);
  font-weight: 400;
  content: "|";
}
#a028ba39f6a5f29 .menu-list > li:first-child:after {
  content: "";
}
#a028ba39f6a5f29 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: none;
}
#a028ba39f6a5f29 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a028ba39f6a5f29 .menu-list > li ul li {
  position: relative;
}
#a028ba39f6a5f29 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.61);
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a028ba39f6a5f29 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
}
#a028ba39f6a5f29 .menu-list > li:hover > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: solid;
}
#a028ba39f6a5f29 li ul li:hover > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul li a:active,
#a028ba39f6a5f29 li ul li a.active,
#a028ba39f6a5f29 li ul li.active > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul,
#a028ba39f6a5f29 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a028ba39f6a5f29 li:hover > ul {
  left: auto;
}
#a028ba39f6a5f29 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#aa4aea7ddea0fe4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#af2d1ae31aac767 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae907add2ca3cff > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3e93afb5aad435 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6455a07c0aef1b > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0aa3af4f0a3d21 > .ele-wrap {background-color: rgba(243, 243, 243, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afc43a130ea37ff .a5b24ad4bea7964 {
  overflow: hidden;
}
#afc43a130ea37ff .a5b24ad4bea7964 , #afc43a130ea37ff .a5b24ad4bea7964 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#afc43a130ea37ff .uk-grid {
  margin-left: -20px;
}
#afc43a130ea37ff .uk-grid > * {
  padding-left: 20px;
}
#afc43a130ea37ff .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #afc43a130ea37ff .uk-position-center-left-out {
    left: -30px;
  }
  #afc43a130ea37ff .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a2d31a82baaa56c .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a2357a00c6a4e6a .uk-container {
  line-height: 2;
  color: #999;
}
#a7dd5a8918a2e0a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4521a453fa1fb0 form {
  width: 100%;
  height: 100%;
}
#a4521a453fa1fb0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4521a453fa1fb0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4521a453fa1fb0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4521a453fa1fb0 .search-box .search-type.show {
  display: block;
}
#a4521a453fa1fb0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4521a453fa1fb0 .search-box .search-type li:hover {
  color: #008f4d;
}
#a4521a453fa1fb0 .search-box .search-type li.active {
  color: #008f4d;
}
#a4521a453fa1fb0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #b9b9b9;
  border-right-color: #b9b9b9;
  border-left-color: #b9b9b9;
  border-bottom-color: #b9b9b9;
}
#a4521a453fa1fb0 .inner-form .input-field {
  height: 100%;
}
#a4521a453fa1fb0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a4521a453fa1fb0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a4521a453fa1fb0 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a4521a453fa1fb0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #008f4d;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a4521a453fa1fb0 .btn-search:hover {
  background: #008f4d;
}
#a4521a453fa1fb0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a028ba39f6a5f29 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a028ba39f6a5f29 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a028ba39f6a5f29 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a028ba39f6a5f29 .menu-list > li > a {
  padding: 0 20px;
}
#a028ba39f6a5f29 .menu-list > li:hover:before {
  height: 100%;
}
#a028ba39f6a5f29 .menu-list > li:hover:after {
  color: auto;
}
#a028ba39f6a5f29 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: rgba(34, 25, 77, 0);
  font-weight: 400;
  content: "|";
}
#a028ba39f6a5f29 .menu-list > li:first-child:after {
  content: "";
}
#a028ba39f6a5f29 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: none;
}
#a028ba39f6a5f29 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a028ba39f6a5f29 .menu-list > li ul li {
  position: relative;
}
#a028ba39f6a5f29 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.61);
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a028ba39f6a5f29 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
}
#a028ba39f6a5f29 .menu-list > li:hover > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: solid;
}
#a028ba39f6a5f29 li ul li:hover > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul li a:active,
#a028ba39f6a5f29 li ul li a.active,
#a028ba39f6a5f29 li ul li.active > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul,
#a028ba39f6a5f29 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a028ba39f6a5f29 li:hover > ul {
  left: auto;
}
#a028ba39f6a5f29 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a17bbae1f1a2b34 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a8033a7adda1a12 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9ab0a8587a95ea > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7a79a4fffabbad > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2534a42c7a4607 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7cb6a7293a5322 > .ele-wrap {background-color: rgba(0, 0, 0, 0.93);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #000000;}#a7cb6a7293a5322 * {color: #000000 }
                            #a7cb6a7293a5322 .line{border-color: #000000 }#a3998a6f02a711f .a7dfca94cda6e04 {
  overflow: hidden;
}
#a3998a6f02a711f .a7dfca94cda6e04 , #a3998a6f02a711f .a7dfca94cda6e04 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#a3998a6f02a711f .uk-grid {
  margin-left: -20px;
}
#a3998a6f02a711f .uk-grid > * {
  padding-left: 20px;
}
#a3998a6f02a711f .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a3998a6f02a711f .uk-position-center-left-out {
    left: -30px;
  }
  #a3998a6f02a711f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a09e4ad087aa2f1 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ae865a6830a3029 .uk-container {
  line-height: 2;
  color: #999;
}
#a7dd5a8918a2e0a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4521a453fa1fb0 form {
  width: 100%;
  height: 100%;
}
#a4521a453fa1fb0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4521a453fa1fb0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4521a453fa1fb0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4521a453fa1fb0 .search-box .search-type.show {
  display: block;
}
#a4521a453fa1fb0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4521a453fa1fb0 .search-box .search-type li:hover {
  color: #008f4d;
}
#a4521a453fa1fb0 .search-box .search-type li.active {
  color: #008f4d;
}
#a4521a453fa1fb0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #b9b9b9;
  border-right-color: #b9b9b9;
  border-left-color: #b9b9b9;
  border-bottom-color: #b9b9b9;
}
#a4521a453fa1fb0 .inner-form .input-field {
  height: 100%;
}
#a4521a453fa1fb0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a4521a453fa1fb0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a4521a453fa1fb0 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a4521a453fa1fb0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #008f4d;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a4521a453fa1fb0 .btn-search:hover {
  background: #008f4d;
}
#a4521a453fa1fb0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a028ba39f6a5f29 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a028ba39f6a5f29 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a028ba39f6a5f29 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a028ba39f6a5f29 .menu-list > li > a {
  padding: 0 20px;
}
#a028ba39f6a5f29 .menu-list > li:hover:before {
  height: 100%;
}
#a028ba39f6a5f29 .menu-list > li:hover:after {
  color: auto;
}
#a028ba39f6a5f29 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: rgba(34, 25, 77, 0);
  font-weight: 400;
  content: "|";
}
#a028ba39f6a5f29 .menu-list > li:first-child:after {
  content: "";
}
#a028ba39f6a5f29 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: none;
}
#a028ba39f6a5f29 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a028ba39f6a5f29 .menu-list > li ul li {
  position: relative;
}
#a028ba39f6a5f29 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.61);
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a028ba39f6a5f29 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
}
#a028ba39f6a5f29 .menu-list > li:hover > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: solid;
}
#a028ba39f6a5f29 li ul li:hover > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul li a:active,
#a028ba39f6a5f29 li ul li a.active,
#a028ba39f6a5f29 li ul li.active > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul,
#a028ba39f6a5f29 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a028ba39f6a5f29 li:hover > ul {
  left: auto;
}
#a028ba39f6a5f29 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a1323ada15aaa80 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a8daea150da31dc > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a714aa4d1fa89e0 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae301adbcca714b > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ace98a5a0dac46a > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aea7aa7c9ba4cd9 .a6143a2f6dafd82 {
  overflow: hidden;
}
#aea7aa7c9ba4cd9 .a6143a2f6dafd82 , #aea7aa7c9ba4cd9 .a6143a2f6dafd82 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#aea7aa7c9ba4cd9 .uk-grid {
  margin-left: -20px;
}
#aea7aa7c9ba4cd9 .uk-grid > * {
  padding-left: 20px;
}
#aea7aa7c9ba4cd9 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aea7aa7c9ba4cd9 .uk-position-center-left-out {
    left: -30px;
  }
  #aea7aa7c9ba4cd9 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#af7d0a4b14a0bc2 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a6d52a01a7ae8d4 .uk-container {
  line-height: 2;
  color: #999;
}
#a7dd5a8918a2e0a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4521a453fa1fb0 form {
  width: 100%;
  height: 100%;
}
#a4521a453fa1fb0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4521a453fa1fb0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4521a453fa1fb0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4521a453fa1fb0 .search-box .search-type.show {
  display: block;
}
#a4521a453fa1fb0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4521a453fa1fb0 .search-box .search-type li:hover {
  color: #008f4d;
}
#a4521a453fa1fb0 .search-box .search-type li.active {
  color: #008f4d;
}
#a4521a453fa1fb0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #b9b9b9;
  border-right-color: #b9b9b9;
  border-left-color: #b9b9b9;
  border-bottom-color: #b9b9b9;
}
#a4521a453fa1fb0 .inner-form .input-field {
  height: 100%;
}
#a4521a453fa1fb0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a4521a453fa1fb0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a4521a453fa1fb0 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a4521a453fa1fb0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #008f4d;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a4521a453fa1fb0 .btn-search:hover {
  background: #008f4d;
}
#a4521a453fa1fb0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a028ba39f6a5f29 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a028ba39f6a5f29 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a028ba39f6a5f29 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a028ba39f6a5f29 .menu-list > li > a {
  padding: 0 20px;
}
#a028ba39f6a5f29 .menu-list > li:hover:before {
  height: 100%;
}
#a028ba39f6a5f29 .menu-list > li:hover:after {
  color: auto;
}
#a028ba39f6a5f29 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: rgba(34, 25, 77, 0);
  font-weight: 400;
  content: "|";
}
#a028ba39f6a5f29 .menu-list > li:first-child:after {
  content: "";
}
#a028ba39f6a5f29 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: none;
}
#a028ba39f6a5f29 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a028ba39f6a5f29 .menu-list > li ul li {
  position: relative;
}
#a028ba39f6a5f29 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.61);
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a028ba39f6a5f29 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
}
#a028ba39f6a5f29 .menu-list > li:hover > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: solid;
}
#a028ba39f6a5f29 li ul li:hover > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul li a:active,
#a028ba39f6a5f29 li ul li a.active,
#a028ba39f6a5f29 li ul li.active > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul,
#a028ba39f6a5f29 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a028ba39f6a5f29 li:hover > ul {
  left: auto;
}
#a028ba39f6a5f29 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ad56caf2baad42f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a0918ae39ea8caf > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4707a6562abb3a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa0a8a9a80a987f > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae2dfa15bda49c7 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4f9da759dac1c6 > .ele-wrap {background-color: rgba(243, 243, 243, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae46dade48ae8e1 .a3cc9a7b48a98a6 {
  overflow: hidden;
}
#ae46dade48ae8e1 .a3cc9a7b48a98a6 , #ae46dade48ae8e1 .a3cc9a7b48a98a6 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#ae46dade48ae8e1 .uk-grid {
  margin-left: -20px;
}
#ae46dade48ae8e1 .uk-grid > * {
  padding-left: 20px;
}
#ae46dade48ae8e1 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ae46dade48ae8e1 .uk-position-center-left-out {
    left: -30px;
  }
  #ae46dade48ae8e1 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a84d5ab0f5a9656 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a2d2ead4baa5159 .uk-container {
  line-height: 2;
  color: #999;
}
#a7dd5a8918a2e0a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4521a453fa1fb0 form {
  width: 100%;
  height: 100%;
}
#a4521a453fa1fb0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4521a453fa1fb0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4521a453fa1fb0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4521a453fa1fb0 .search-box .search-type.show {
  display: block;
}
#a4521a453fa1fb0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4521a453fa1fb0 .search-box .search-type li:hover {
  color: #008f4d;
}
#a4521a453fa1fb0 .search-box .search-type li.active {
  color: #008f4d;
}
#a4521a453fa1fb0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #b9b9b9;
  border-right-color: #b9b9b9;
  border-left-color: #b9b9b9;
  border-bottom-color: #b9b9b9;
}
#a4521a453fa1fb0 .inner-form .input-field {
  height: 100%;
}
#a4521a453fa1fb0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a4521a453fa1fb0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a4521a453fa1fb0 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a4521a453fa1fb0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #008f4d;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a4521a453fa1fb0 .btn-search:hover {
  background: #008f4d;
}
#a4521a453fa1fb0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a028ba39f6a5f29 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a028ba39f6a5f29 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a028ba39f6a5f29 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a028ba39f6a5f29 .menu-list > li > a {
  padding: 0 20px;
}
#a028ba39f6a5f29 .menu-list > li:hover:before {
  height: 100%;
}
#a028ba39f6a5f29 .menu-list > li:hover:after {
  color: auto;
}
#a028ba39f6a5f29 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: rgba(34, 25, 77, 0);
  font-weight: 400;
  content: "|";
}
#a028ba39f6a5f29 .menu-list > li:first-child:after {
  content: "";
}
#a028ba39f6a5f29 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: none;
}
#a028ba39f6a5f29 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a028ba39f6a5f29 .menu-list > li ul li {
  position: relative;
}
#a028ba39f6a5f29 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.61);
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a028ba39f6a5f29 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
}
#a028ba39f6a5f29 .menu-list > li:hover > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: solid;
}
#a028ba39f6a5f29 li ul li:hover > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul li a:active,
#a028ba39f6a5f29 li ul li a.active,
#a028ba39f6a5f29 li ul li.active > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul,
#a028ba39f6a5f29 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a028ba39f6a5f29 li:hover > ul {
  left: auto;
}
#a028ba39f6a5f29 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ad345a29e9a3596 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a71e2aea44aed2f > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa929a967ba40fb > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6dbba0ba8ad00a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9481a6f49a1a6d > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4428ac0d4a170f > .ele-wrap {background-color: rgba(243, 243, 243, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab996aa86eaddef .a624eab45aacc86 {
  overflow: hidden;
}
#ab996aa86eaddef .a624eab45aacc86 , #ab996aa86eaddef .a624eab45aacc86 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#ab996aa86eaddef .uk-grid {
  margin-left: -20px;
}
#ab996aa86eaddef .uk-grid > * {
  padding-left: 20px;
}
#ab996aa86eaddef .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ab996aa86eaddef .uk-position-center-left-out {
    left: -30px;
  }
  #ab996aa86eaddef .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ad910a1539a6c0f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aab60a20e0a5043 .uk-container {
  line-height: 2;
  color: #999;
}
#a7dd5a8918a2e0a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4521a453fa1fb0 form {
  width: 100%;
  height: 100%;
}
#a4521a453fa1fb0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4521a453fa1fb0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4521a453fa1fb0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4521a453fa1fb0 .search-box .search-type.show {
  display: block;
}
#a4521a453fa1fb0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4521a453fa1fb0 .search-box .search-type li:hover {
  color: #008f4d;
}
#a4521a453fa1fb0 .search-box .search-type li.active {
  color: #008f4d;
}
#a4521a453fa1fb0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #b9b9b9;
  border-right-color: #b9b9b9;
  border-left-color: #b9b9b9;
  border-bottom-color: #b9b9b9;
}
#a4521a453fa1fb0 .inner-form .input-field {
  height: 100%;
}
#a4521a453fa1fb0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a4521a453fa1fb0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a4521a453fa1fb0 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a4521a453fa1fb0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #008f4d;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a4521a453fa1fb0 .btn-search:hover {
  background: #008f4d;
}
#a4521a453fa1fb0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a028ba39f6a5f29 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a028ba39f6a5f29 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a028ba39f6a5f29 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a028ba39f6a5f29 .menu-list > li > a {
  padding: 0 20px;
}
#a028ba39f6a5f29 .menu-list > li:hover:before {
  height: 100%;
}
#a028ba39f6a5f29 .menu-list > li:hover:after {
  color: auto;
}
#a028ba39f6a5f29 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: rgba(34, 25, 77, 0);
  font-weight: 400;
  content: "|";
}
#a028ba39f6a5f29 .menu-list > li:first-child:after {
  content: "";
}
#a028ba39f6a5f29 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: none;
}
#a028ba39f6a5f29 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a028ba39f6a5f29 .menu-list > li ul li {
  position: relative;
}
#a028ba39f6a5f29 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.61);
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a028ba39f6a5f29 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
}
#a028ba39f6a5f29 .menu-list > li:hover > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: solid;
}
#a028ba39f6a5f29 li ul li:hover > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul li a:active,
#a028ba39f6a5f29 li ul li a.active,
#a028ba39f6a5f29 li ul li.active > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul,
#a028ba39f6a5f29 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a028ba39f6a5f29 li:hover > ul {
  left: auto;
}
#a028ba39f6a5f29 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#affccaad5eaa12d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a612dad365a808e > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7691a9b0ead310 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa850a9cb0aa869 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a769da32c8a6d97 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1d94a4125a2872 > .ele-wrap {background-color: rgba(0, 0, 0, 0.93);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #000000;}#a1d94a4125a2872 * {color: #000000 }
                            #a1d94a4125a2872 .line{border-color: #000000 }#aeb31ae064a78c4 .a0119a2304a1fc6 {
  overflow: hidden;
}
#aeb31ae064a78c4 .a0119a2304a1fc6 , #aeb31ae064a78c4 .a0119a2304a1fc6 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#aeb31ae064a78c4 .uk-grid {
  margin-left: -20px;
}
#aeb31ae064a78c4 .uk-grid > * {
  padding-left: 20px;
}
#aeb31ae064a78c4 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aeb31ae064a78c4 .uk-position-center-left-out {
    left: -30px;
  }
  #aeb31ae064a78c4 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac12ba4457ab1e0 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a39d8afe28a1b80 .uk-container {
  line-height: 2;
  color: #999;
}
#a7dd5a8918a2e0a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4521a453fa1fb0 form {
  width: 100%;
  height: 100%;
}
#a4521a453fa1fb0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4521a453fa1fb0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4521a453fa1fb0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4521a453fa1fb0 .search-box .search-type.show {
  display: block;
}
#a4521a453fa1fb0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4521a453fa1fb0 .search-box .search-type li:hover {
  color: #008f4d;
}
#a4521a453fa1fb0 .search-box .search-type li.active {
  color: #008f4d;
}
#a4521a453fa1fb0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #b9b9b9;
  border-right-color: #b9b9b9;
  border-left-color: #b9b9b9;
  border-bottom-color: #b9b9b9;
}
#a4521a453fa1fb0 .inner-form .input-field {
  height: 100%;
}
#a4521a453fa1fb0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a4521a453fa1fb0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a4521a453fa1fb0 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a4521a453fa1fb0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #008f4d;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a4521a453fa1fb0 .btn-search:hover {
  background: #008f4d;
}
#a4521a453fa1fb0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a028ba39f6a5f29 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a028ba39f6a5f29 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a028ba39f6a5f29 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a028ba39f6a5f29 .menu-list > li > a {
  padding: 0 20px;
}
#a028ba39f6a5f29 .menu-list > li:hover:before {
  height: 100%;
}
#a028ba39f6a5f29 .menu-list > li:hover:after {
  color: auto;
}
#a028ba39f6a5f29 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: rgba(34, 25, 77, 0);
  font-weight: 400;
  content: "|";
}
#a028ba39f6a5f29 .menu-list > li:first-child:after {
  content: "";
}
#a028ba39f6a5f29 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: none;
}
#a028ba39f6a5f29 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a028ba39f6a5f29 .menu-list > li ul li {
  position: relative;
}
#a028ba39f6a5f29 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.61);
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a028ba39f6a5f29 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
}
#a028ba39f6a5f29 .menu-list > li:hover > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: solid;
}
#a028ba39f6a5f29 li ul li:hover > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul li a:active,
#a028ba39f6a5f29 li ul li a.active,
#a028ba39f6a5f29 li ul li.active > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul,
#a028ba39f6a5f29 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a028ba39f6a5f29 li:hover > ul {
  left: auto;
}
#a028ba39f6a5f29 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a8b67a5b0cab803 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aa3b3a402ba7a85 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6bd0ae673a047c > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a126ba01c0ac693 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a01cca99b9a72bf > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a77e3a3cd2ac033 > .ele-wrap {background-color: rgba(243, 243, 243, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acb01a426dadc14 .a6822ab811a0fbf {
  overflow: hidden;
}
#acb01a426dadc14 .a6822ab811a0fbf , #acb01a426dadc14 .a6822ab811a0fbf > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#acb01a426dadc14 .uk-grid {
  margin-left: -20px;
}
#acb01a426dadc14 .uk-grid > * {
  padding-left: 20px;
}
#acb01a426dadc14 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #acb01a426dadc14 .uk-position-center-left-out {
    left: -30px;
  }
  #acb01a426dadc14 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac1dba6d93af3be .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a2401ab14faacc3 .uk-container {
  line-height: 2;
  color: #999;
}
#a7dd5a8918a2e0a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4521a453fa1fb0 form {
  width: 100%;
  height: 100%;
}
#a4521a453fa1fb0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4521a453fa1fb0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4521a453fa1fb0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4521a453fa1fb0 .search-box .search-type.show {
  display: block;
}
#a4521a453fa1fb0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4521a453fa1fb0 .search-box .search-type li:hover {
  color: #008f4d;
}
#a4521a453fa1fb0 .search-box .search-type li.active {
  color: #008f4d;
}
#a4521a453fa1fb0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #b9b9b9;
  border-right-color: #b9b9b9;
  border-left-color: #b9b9b9;
  border-bottom-color: #b9b9b9;
}
#a4521a453fa1fb0 .inner-form .input-field {
  height: 100%;
}
#a4521a453fa1fb0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a4521a453fa1fb0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a4521a453fa1fb0 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a4521a453fa1fb0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #008f4d;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a4521a453fa1fb0 .btn-search:hover {
  background: #008f4d;
}
#a4521a453fa1fb0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a028ba39f6a5f29 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a028ba39f6a5f29 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a028ba39f6a5f29 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a028ba39f6a5f29 .menu-list > li > a {
  padding: 0 20px;
}
#a028ba39f6a5f29 .menu-list > li:hover:before {
  height: 100%;
}
#a028ba39f6a5f29 .menu-list > li:hover:after {
  color: auto;
}
#a028ba39f6a5f29 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: rgba(34, 25, 77, 0);
  font-weight: 400;
  content: "|";
}
#a028ba39f6a5f29 .menu-list > li:first-child:after {
  content: "";
}
#a028ba39f6a5f29 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: none;
}
#a028ba39f6a5f29 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a028ba39f6a5f29 .menu-list > li ul li {
  position: relative;
}
#a028ba39f6a5f29 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.61);
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a028ba39f6a5f29 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
}
#a028ba39f6a5f29 .menu-list > li:hover > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: solid;
}
#a028ba39f6a5f29 li ul li:hover > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul li a:active,
#a028ba39f6a5f29 li ul li a.active,
#a028ba39f6a5f29 li ul li.active > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul,
#a028ba39f6a5f29 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a028ba39f6a5f29 li:hover > ul {
  left: auto;
}
#a028ba39f6a5f29 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a938ba3a78a26ed > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#af5d7a7110a3541 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad347a6cceaa268 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa4daae61ca5ac5 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a027ca9c0aa4263 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac5e6a3d9bac0b7 > .ele-wrap {background-color: rgba(243, 243, 243, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aba9fae087a6c36 .aaf57a6dd7a6509 {
  overflow: hidden;
}
#aba9fae087a6c36 .aaf57a6dd7a6509 , #aba9fae087a6c36 .aaf57a6dd7a6509 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#aba9fae087a6c36 .uk-grid {
  margin-left: -20px;
}
#aba9fae087a6c36 .uk-grid > * {
  padding-left: 20px;
}
#aba9fae087a6c36 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aba9fae087a6c36 .uk-position-center-left-out {
    left: -30px;
  }
  #aba9fae087a6c36 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a823dab459a5000 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ab6f7a7f25afe14 .uk-container {
  line-height: 2;
  color: #999;
}
#a7dd5a8918a2e0a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4521a453fa1fb0 form {
  width: 100%;
  height: 100%;
}
#a4521a453fa1fb0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4521a453fa1fb0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4521a453fa1fb0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4521a453fa1fb0 .search-box .search-type.show {
  display: block;
}
#a4521a453fa1fb0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4521a453fa1fb0 .search-box .search-type li:hover {
  color: #008f4d;
}
#a4521a453fa1fb0 .search-box .search-type li.active {
  color: #008f4d;
}
#a4521a453fa1fb0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #b9b9b9;
  border-right-color: #b9b9b9;
  border-left-color: #b9b9b9;
  border-bottom-color: #b9b9b9;
}
#a4521a453fa1fb0 .inner-form .input-field {
  height: 100%;
}
#a4521a453fa1fb0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a4521a453fa1fb0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a4521a453fa1fb0 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a4521a453fa1fb0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #008f4d;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a4521a453fa1fb0 .btn-search:hover {
  background: #008f4d;
}
#a4521a453fa1fb0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a028ba39f6a5f29 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a028ba39f6a5f29 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a028ba39f6a5f29 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a028ba39f6a5f29 .menu-list > li > a {
  padding: 0 20px;
}
#a028ba39f6a5f29 .menu-list > li:hover:before {
  height: 100%;
}
#a028ba39f6a5f29 .menu-list > li:hover:after {
  color: auto;
}
#a028ba39f6a5f29 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: rgba(34, 25, 77, 0);
  font-weight: 400;
  content: "|";
}
#a028ba39f6a5f29 .menu-list > li:first-child:after {
  content: "";
}
#a028ba39f6a5f29 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: none;
}
#a028ba39f6a5f29 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a028ba39f6a5f29 .menu-list > li ul li {
  position: relative;
}
#a028ba39f6a5f29 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.61);
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a028ba39f6a5f29 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
}
#a028ba39f6a5f29 .menu-list > li:hover > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: solid;
}
#a028ba39f6a5f29 li ul li:hover > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul li a:active,
#a028ba39f6a5f29 li ul li a.active,
#a028ba39f6a5f29 li ul li.active > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul,
#a028ba39f6a5f29 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a028ba39f6a5f29 li:hover > ul {
  left: auto;
}
#a028ba39f6a5f29 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#aad6ba4bb5a693a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ac4a1a4084a3b8c > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5dcfa2092a8d52 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a578baed0fa4367 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aec7caaea9a91fa > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad629a964fa87d1 > .ele-wrap {background-color: rgba(0, 0, 0, 0.93);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #000000;}#ad629a964fa87d1 * {color: #000000 }
                            #ad629a964fa87d1 .line{border-color: #000000 }#a7387af6fdaa7e4 .a1fdeafd7cac7ec {
  overflow: hidden;
}
#a7387af6fdaa7e4 .a1fdeafd7cac7ec , #a7387af6fdaa7e4 .a1fdeafd7cac7ec > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#a7387af6fdaa7e4 .uk-grid {
  margin-left: -20px;
}
#a7387af6fdaa7e4 .uk-grid > * {
  padding-left: 20px;
}
#a7387af6fdaa7e4 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a7387af6fdaa7e4 .uk-position-center-left-out {
    left: -30px;
  }
  #a7387af6fdaa7e4 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#af187a5cebacc3b .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a447badfb9a5abc .uk-container {
  line-height: 2;
  color: #999;
}
#a7dd5a8918a2e0a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4521a453fa1fb0 form {
  width: 100%;
  height: 100%;
}
#a4521a453fa1fb0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4521a453fa1fb0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4521a453fa1fb0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4521a453fa1fb0 .search-box .search-type.show {
  display: block;
}
#a4521a453fa1fb0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4521a453fa1fb0 .search-box .search-type li:hover {
  color: #008f4d;
}
#a4521a453fa1fb0 .search-box .search-type li.active {
  color: #008f4d;
}
#a4521a453fa1fb0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #b9b9b9;
  border-right-color: #b9b9b9;
  border-left-color: #b9b9b9;
  border-bottom-color: #b9b9b9;
}
#a4521a453fa1fb0 .inner-form .input-field {
  height: 100%;
}
#a4521a453fa1fb0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a4521a453fa1fb0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a4521a453fa1fb0 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a4521a453fa1fb0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #008f4d;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a4521a453fa1fb0 .btn-search:hover {
  background: #008f4d;
}
#a4521a453fa1fb0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a028ba39f6a5f29 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a028ba39f6a5f29 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a028ba39f6a5f29 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a028ba39f6a5f29 .menu-list > li > a {
  padding: 0 20px;
}
#a028ba39f6a5f29 .menu-list > li:hover:before {
  height: 100%;
}
#a028ba39f6a5f29 .menu-list > li:hover:after {
  color: auto;
}
#a028ba39f6a5f29 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: rgba(34, 25, 77, 0);
  font-weight: 400;
  content: "|";
}
#a028ba39f6a5f29 .menu-list > li:first-child:after {
  content: "";
}
#a028ba39f6a5f29 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: none;
}
#a028ba39f6a5f29 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a028ba39f6a5f29 .menu-list > li ul li {
  position: relative;
}
#a028ba39f6a5f29 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.61);
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a028ba39f6a5f29 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
}
#a028ba39f6a5f29 .menu-list > li:hover > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: solid;
}
#a028ba39f6a5f29 li ul li:hover > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul li a:active,
#a028ba39f6a5f29 li ul li a.active,
#a028ba39f6a5f29 li ul li.active > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul,
#a028ba39f6a5f29 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a028ba39f6a5f29 li:hover > ul {
  left: auto;
}
#a028ba39f6a5f29 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#aa8aaa33e5a3f7d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a5f61aa5eea7642 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a48d0a51ccae6e1 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac463a05e0a1364 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3b3fa4941a34c6 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa277a71dfaad5a > .ele-wrap {background-color: rgba(243, 243, 243, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae390ad0c0a62a0 .acbcba7296af8ff {
  overflow: hidden;
}
#ae390ad0c0a62a0 .acbcba7296af8ff , #ae390ad0c0a62a0 .acbcba7296af8ff > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#ae390ad0c0a62a0 .uk-grid {
  margin-left: -20px;
}
#ae390ad0c0a62a0 .uk-grid > * {
  padding-left: 20px;
}
#ae390ad0c0a62a0 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ae390ad0c0a62a0 .uk-position-center-left-out {
    left: -30px;
  }
  #ae390ad0c0a62a0 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a2b67a09ecaaac1 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a4f96affffa73fd .uk-container {
  line-height: 2;
  color: #999;
}
#a7dd5a8918a2e0a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4521a453fa1fb0 form {
  width: 100%;
  height: 100%;
}
#a4521a453fa1fb0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4521a453fa1fb0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4521a453fa1fb0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4521a453fa1fb0 .search-box .search-type.show {
  display: block;
}
#a4521a453fa1fb0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4521a453fa1fb0 .search-box .search-type li:hover {
  color: #008f4d;
}
#a4521a453fa1fb0 .search-box .search-type li.active {
  color: #008f4d;
}
#a4521a453fa1fb0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #b9b9b9;
  border-right-color: #b9b9b9;
  border-left-color: #b9b9b9;
  border-bottom-color: #b9b9b9;
}
#a4521a453fa1fb0 .inner-form .input-field {
  height: 100%;
}
#a4521a453fa1fb0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a4521a453fa1fb0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a4521a453fa1fb0 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a4521a453fa1fb0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #008f4d;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a4521a453fa1fb0 .btn-search:hover {
  background: #008f4d;
}
#a4521a453fa1fb0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a028ba39f6a5f29 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a028ba39f6a5f29 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a028ba39f6a5f29 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a028ba39f6a5f29 .menu-list > li > a {
  padding: 0 20px;
}
#a028ba39f6a5f29 .menu-list > li:hover:before {
  height: 100%;
}
#a028ba39f6a5f29 .menu-list > li:hover:after {
  color: auto;
}
#a028ba39f6a5f29 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: rgba(34, 25, 77, 0);
  font-weight: 400;
  content: "|";
}
#a028ba39f6a5f29 .menu-list > li:first-child:after {
  content: "";
}
#a028ba39f6a5f29 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: none;
}
#a028ba39f6a5f29 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a028ba39f6a5f29 .menu-list > li ul li {
  position: relative;
}
#a028ba39f6a5f29 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.61);
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a028ba39f6a5f29 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
}
#a028ba39f6a5f29 .menu-list > li:hover > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: solid;
}
#a028ba39f6a5f29 li ul li:hover > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul li a:active,
#a028ba39f6a5f29 li ul li a.active,
#a028ba39f6a5f29 li ul li.active > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul,
#a028ba39f6a5f29 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a028ba39f6a5f29 li:hover > ul {
  left: auto;
}
#a028ba39f6a5f29 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#adeb6ac99aafeab > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a8e38a95caaa723 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6926a5af1ac498 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af65ba694ca4324 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a23e0a9ddfa029f > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad1d6a92e0a89f9 > .ele-wrap {background-color: rgba(243, 243, 243, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6eabac82ca5fa8 .abeafafcdfaa039 {
  overflow: hidden;
}
#a6eabac82ca5fa8 .abeafafcdfaa039 , #a6eabac82ca5fa8 .abeafafcdfaa039 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#a6eabac82ca5fa8 .uk-grid {
  margin-left: -20px;
}
#a6eabac82ca5fa8 .uk-grid > * {
  padding-left: 20px;
}
#a6eabac82ca5fa8 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a6eabac82ca5fa8 .uk-position-center-left-out {
    left: -30px;
  }
  #a6eabac82ca5fa8 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#af84bab99aa95c8 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ac61aa7186a4157 .uk-container {
  line-height: 2;
  color: #999;
}
#a7dd5a8918a2e0a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4521a453fa1fb0 form {
  width: 100%;
  height: 100%;
}
#a4521a453fa1fb0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4521a453fa1fb0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4521a453fa1fb0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4521a453fa1fb0 .search-box .search-type.show {
  display: block;
}
#a4521a453fa1fb0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4521a453fa1fb0 .search-box .search-type li:hover {
  color: #008f4d;
}
#a4521a453fa1fb0 .search-box .search-type li.active {
  color: #008f4d;
}
#a4521a453fa1fb0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #b9b9b9;
  border-right-color: #b9b9b9;
  border-left-color: #b9b9b9;
  border-bottom-color: #b9b9b9;
}
#a4521a453fa1fb0 .inner-form .input-field {
  height: 100%;
}
#a4521a453fa1fb0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a4521a453fa1fb0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a4521a453fa1fb0 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a4521a453fa1fb0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #008f4d;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a4521a453fa1fb0 .btn-search:hover {
  background: #008f4d;
}
#a4521a453fa1fb0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a028ba39f6a5f29 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a028ba39f6a5f29 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a028ba39f6a5f29 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a028ba39f6a5f29 .menu-list > li > a {
  padding: 0 20px;
}
#a028ba39f6a5f29 .menu-list > li:hover:before {
  height: 100%;
}
#a028ba39f6a5f29 .menu-list > li:hover:after {
  color: auto;
}
#a028ba39f6a5f29 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: rgba(34, 25, 77, 0);
  font-weight: 400;
  content: "|";
}
#a028ba39f6a5f29 .menu-list > li:first-child:after {
  content: "";
}
#a028ba39f6a5f29 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: none;
}
#a028ba39f6a5f29 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a028ba39f6a5f29 .menu-list > li ul li {
  position: relative;
}
#a028ba39f6a5f29 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.61);
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a028ba39f6a5f29 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
}
#a028ba39f6a5f29 .menu-list > li:hover > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: solid;
}
#a028ba39f6a5f29 li ul li:hover > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul li a:active,
#a028ba39f6a5f29 li ul li a.active,
#a028ba39f6a5f29 li ul li.active > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul,
#a028ba39f6a5f29 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a028ba39f6a5f29 li:hover > ul {
  left: auto;
}
#a028ba39f6a5f29 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#aa898aadf6aadf7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a6aa9a20cda7bc5 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5ab1a035da5a6c > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a893caf1eaab98a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a56a8a1e1aa295e > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af6fcae580a9bf1 > .ele-wrap {background-color: rgba(243, 243, 243, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4fa4ad699a860a .a8491a9767a082d {
  overflow: hidden;
}
#a4fa4ad699a860a .a8491a9767a082d , #a4fa4ad699a860a .a8491a9767a082d > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#a4fa4ad699a860a .uk-grid {
  margin-left: -20px;
}
#a4fa4ad699a860a .uk-grid > * {
  padding-left: 20px;
}
#a4fa4ad699a860a .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a4fa4ad699a860a .uk-position-center-left-out {
    left: -30px;
  }
  #a4fa4ad699a860a .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a7326a8c29ac8d7 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ad5f3adf07a3e54 .uk-container {
  line-height: 2;
  color: #999;
}
#a7dd5a8918a2e0a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4521a453fa1fb0 form {
  width: 100%;
  height: 100%;
}
#a4521a453fa1fb0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4521a453fa1fb0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4521a453fa1fb0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4521a453fa1fb0 .search-box .search-type.show {
  display: block;
}
#a4521a453fa1fb0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4521a453fa1fb0 .search-box .search-type li:hover {
  color: #008f4d;
}
#a4521a453fa1fb0 .search-box .search-type li.active {
  color: #008f4d;
}
#a4521a453fa1fb0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #b9b9b9;
  border-right-color: #b9b9b9;
  border-left-color: #b9b9b9;
  border-bottom-color: #b9b9b9;
}
#a4521a453fa1fb0 .inner-form .input-field {
  height: 100%;
}
#a4521a453fa1fb0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a4521a453fa1fb0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a4521a453fa1fb0 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a4521a453fa1fb0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #008f4d;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a4521a453fa1fb0 .btn-search:hover {
  background: #008f4d;
}
#a4521a453fa1fb0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a028ba39f6a5f29 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a028ba39f6a5f29 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a028ba39f6a5f29 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a028ba39f6a5f29 .menu-list > li > a {
  padding: 0 20px;
}
#a028ba39f6a5f29 .menu-list > li:hover:before {
  height: 100%;
}
#a028ba39f6a5f29 .menu-list > li:hover:after {
  color: auto;
}
#a028ba39f6a5f29 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: rgba(34, 25, 77, 0);
  font-weight: 400;
  content: "|";
}
#a028ba39f6a5f29 .menu-list > li:first-child:after {
  content: "";
}
#a028ba39f6a5f29 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: none;
}
#a028ba39f6a5f29 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a028ba39f6a5f29 .menu-list > li ul li {
  position: relative;
}
#a028ba39f6a5f29 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.61);
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a028ba39f6a5f29 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
}
#a028ba39f6a5f29 .menu-list > li:hover > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: solid;
}
#a028ba39f6a5f29 li ul li:hover > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul li a:active,
#a028ba39f6a5f29 li ul li a.active,
#a028ba39f6a5f29 li ul li.active > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul,
#a028ba39f6a5f29 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a028ba39f6a5f29 li:hover > ul {
  left: auto;
}
#a028ba39f6a5f29 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a62dea901ba075e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a4238aa772a10ab > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a52ecad023aac4d > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac42fac4d0ae66a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ade26a6d68a07cd > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#adf28a852eae308 > .ele-wrap {background-color: rgba(243, 243, 243, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9515a1101a4cd9 .af7f0ad86da90f3 {
  overflow: hidden;
}
#a9515a1101a4cd9 .af7f0ad86da90f3 , #a9515a1101a4cd9 .af7f0ad86da90f3 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#a9515a1101a4cd9 .uk-grid {
  margin-left: -20px;
}
#a9515a1101a4cd9 .uk-grid > * {
  padding-left: 20px;
}
#a9515a1101a4cd9 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a9515a1101a4cd9 .uk-position-center-left-out {
    left: -30px;
  }
  #a9515a1101a4cd9 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aab7aa4cf5a54ff .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#acee8ae1cdac074 .uk-container {
  line-height: 2;
  color: #999;
}
#a7dd5a8918a2e0a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4521a453fa1fb0 form {
  width: 100%;
  height: 100%;
}
#a4521a453fa1fb0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4521a453fa1fb0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4521a453fa1fb0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4521a453fa1fb0 .search-box .search-type.show {
  display: block;
}
#a4521a453fa1fb0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4521a453fa1fb0 .search-box .search-type li:hover {
  color: #008f4d;
}
#a4521a453fa1fb0 .search-box .search-type li.active {
  color: #008f4d;
}
#a4521a453fa1fb0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #b9b9b9;
  border-right-color: #b9b9b9;
  border-left-color: #b9b9b9;
  border-bottom-color: #b9b9b9;
}
#a4521a453fa1fb0 .inner-form .input-field {
  height: 100%;
}
#a4521a453fa1fb0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a4521a453fa1fb0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a4521a453fa1fb0 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a4521a453fa1fb0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #008f4d;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a4521a453fa1fb0 .btn-search:hover {
  background: #008f4d;
}
#a4521a453fa1fb0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a028ba39f6a5f29 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a028ba39f6a5f29 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a028ba39f6a5f29 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a028ba39f6a5f29 .menu-list > li > a {
  padding: 0 20px;
}
#a028ba39f6a5f29 .menu-list > li:hover:before {
  height: 100%;
}
#a028ba39f6a5f29 .menu-list > li:hover:after {
  color: auto;
}
#a028ba39f6a5f29 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: rgba(34, 25, 77, 0);
  font-weight: 400;
  content: "|";
}
#a028ba39f6a5f29 .menu-list > li:first-child:after {
  content: "";
}
#a028ba39f6a5f29 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: none;
}
#a028ba39f6a5f29 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a028ba39f6a5f29 .menu-list > li ul li {
  position: relative;
}
#a028ba39f6a5f29 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.61);
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a028ba39f6a5f29 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
}
#a028ba39f6a5f29 .menu-list > li:hover > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: solid;
}
#a028ba39f6a5f29 li ul li:hover > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul li a:active,
#a028ba39f6a5f29 li ul li a.active,
#a028ba39f6a5f29 li ul li.active > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul,
#a028ba39f6a5f29 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a028ba39f6a5f29 li:hover > ul {
  left: auto;
}
#a028ba39f6a5f29 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a5179a0338ac3c8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a6a33a0942a1e41 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad9a5ae324a7201 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5ecdad7d8addec > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3b6ba46c9af75a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8e3da8c0ba9cae > .ele-wrap {background-color: rgba(243, 243, 243, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a88c7a3dfda1e6e .a7feaae317a8e56 {
  overflow: hidden;
}
#a88c7a3dfda1e6e .a7feaae317a8e56 , #a88c7a3dfda1e6e .a7feaae317a8e56 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#a88c7a3dfda1e6e .uk-grid {
  margin-left: -20px;
}
#a88c7a3dfda1e6e .uk-grid > * {
  padding-left: 20px;
}
#a88c7a3dfda1e6e .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a88c7a3dfda1e6e .uk-position-center-left-out {
    left: -30px;
  }
  #a88c7a3dfda1e6e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#af4e0abb75aa422 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a9d52a6a8aad268 .uk-container {
  line-height: 2;
  color: #999;
}
#a7dd5a8918a2e0a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4521a453fa1fb0 form {
  width: 100%;
  height: 100%;
}
#a4521a453fa1fb0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4521a453fa1fb0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4521a453fa1fb0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4521a453fa1fb0 .search-box .search-type.show {
  display: block;
}
#a4521a453fa1fb0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4521a453fa1fb0 .search-box .search-type li:hover {
  color: #008f4d;
}
#a4521a453fa1fb0 .search-box .search-type li.active {
  color: #008f4d;
}
#a4521a453fa1fb0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #b9b9b9;
  border-right-color: #b9b9b9;
  border-left-color: #b9b9b9;
  border-bottom-color: #b9b9b9;
}
#a4521a453fa1fb0 .inner-form .input-field {
  height: 100%;
}
#a4521a453fa1fb0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a4521a453fa1fb0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a4521a453fa1fb0 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a4521a453fa1fb0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #008f4d;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a4521a453fa1fb0 .btn-search:hover {
  background: #008f4d;
}
#a4521a453fa1fb0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a028ba39f6a5f29 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a028ba39f6a5f29 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a028ba39f6a5f29 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a028ba39f6a5f29 .menu-list > li > a {
  padding: 0 20px;
}
#a028ba39f6a5f29 .menu-list > li:hover:before {
  height: 100%;
}
#a028ba39f6a5f29 .menu-list > li:hover:after {
  color: auto;
}
#a028ba39f6a5f29 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: rgba(34, 25, 77, 0);
  font-weight: 400;
  content: "|";
}
#a028ba39f6a5f29 .menu-list > li:first-child:after {
  content: "";
}
#a028ba39f6a5f29 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: none;
}
#a028ba39f6a5f29 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a028ba39f6a5f29 .menu-list > li ul li {
  position: relative;
}
#a028ba39f6a5f29 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.61);
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a028ba39f6a5f29 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
}
#a028ba39f6a5f29 .menu-list > li:hover > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: solid;
}
#a028ba39f6a5f29 li ul li:hover > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul li a:active,
#a028ba39f6a5f29 li ul li a.active,
#a028ba39f6a5f29 li ul li.active > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul,
#a028ba39f6a5f29 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a028ba39f6a5f29 li:hover > ul {
  left: auto;
}
#a028ba39f6a5f29 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#aaedeaf0bfab562 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a3811a55e9af251 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad8bda42faa6450 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6123a6851af8bf > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acfe8a6df7a3614 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae1deabaaeaa814 > .ele-wrap {background-color: rgba(0, 0, 0, 0.94);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #000000;}#ae1deabaaeaa814 * {color: #000000 }
                            #ae1deabaaeaa814 .line{border-color: #000000 }#a4522ae58dafc75 .a07eba5828ae55b {
  overflow: hidden;
}
#a4522ae58dafc75 .a07eba5828ae55b , #a4522ae58dafc75 .a07eba5828ae55b > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#a4522ae58dafc75 .uk-grid {
  margin-left: -20px;
}
#a4522ae58dafc75 .uk-grid > * {
  padding-left: 20px;
}
#a4522ae58dafc75 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a4522ae58dafc75 .uk-position-center-left-out {
    left: -30px;
  }
  #a4522ae58dafc75 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ae2c0a8ceaa01a2 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a89f8a6514a925f .uk-container {
  line-height: 2;
  color: #999;
}
#a7dd5a8918a2e0a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4521a453fa1fb0 form {
  width: 100%;
  height: 100%;
}
#a4521a453fa1fb0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4521a453fa1fb0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4521a453fa1fb0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4521a453fa1fb0 .search-box .search-type.show {
  display: block;
}
#a4521a453fa1fb0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4521a453fa1fb0 .search-box .search-type li:hover {
  color: #008f4d;
}
#a4521a453fa1fb0 .search-box .search-type li.active {
  color: #008f4d;
}
#a4521a453fa1fb0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #b9b9b9;
  border-right-color: #b9b9b9;
  border-left-color: #b9b9b9;
  border-bottom-color: #b9b9b9;
}
#a4521a453fa1fb0 .inner-form .input-field {
  height: 100%;
}
#a4521a453fa1fb0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a4521a453fa1fb0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a4521a453fa1fb0 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a4521a453fa1fb0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #008f4d;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a4521a453fa1fb0 .btn-search:hover {
  background: #008f4d;
}
#a4521a453fa1fb0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a028ba39f6a5f29 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a028ba39f6a5f29 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a028ba39f6a5f29 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a028ba39f6a5f29 .menu-list > li > a {
  padding: 0 20px;
}
#a028ba39f6a5f29 .menu-list > li:hover:before {
  height: 100%;
}
#a028ba39f6a5f29 .menu-list > li:hover:after {
  color: auto;
}
#a028ba39f6a5f29 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: rgba(34, 25, 77, 0);
  font-weight: 400;
  content: "|";
}
#a028ba39f6a5f29 .menu-list > li:first-child:after {
  content: "";
}
#a028ba39f6a5f29 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: none;
}
#a028ba39f6a5f29 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a028ba39f6a5f29 .menu-list > li ul li {
  position: relative;
}
#a028ba39f6a5f29 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.61);
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a028ba39f6a5f29 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
}
#a028ba39f6a5f29 .menu-list > li:hover > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: solid;
}
#a028ba39f6a5f29 li ul li:hover > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul li a:active,
#a028ba39f6a5f29 li ul li a.active,
#a028ba39f6a5f29 li ul li.active > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul,
#a028ba39f6a5f29 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a028ba39f6a5f29 li:hover > ul {
  left: auto;
}
#a028ba39f6a5f29 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a8bb6a9c02a0d7a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a5c93ab4aca7088 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a087cacc9fa1a32 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a894ba2261a8ac5 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aebbbab7f3a2231 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae821ab9b5ad505 > .ele-wrap {background-color: rgba(243, 243, 243, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af363a3e0fa5248 .a51faa9a07a9b5b {
  overflow: hidden;
}
#af363a3e0fa5248 .a51faa9a07a9b5b , #af363a3e0fa5248 .a51faa9a07a9b5b > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#af363a3e0fa5248 .uk-grid {
  margin-left: -20px;
}
#af363a3e0fa5248 .uk-grid > * {
  padding-left: 20px;
}
#af363a3e0fa5248 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #af363a3e0fa5248 .uk-position-center-left-out {
    left: -30px;
  }
  #af363a3e0fa5248 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a20fea26c2a8fac .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a43c5aa2feace28 .uk-container {
  line-height: 2;
  color: #999;
}
#a7dd5a8918a2e0a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4521a453fa1fb0 form {
  width: 100%;
  height: 100%;
}
#a4521a453fa1fb0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4521a453fa1fb0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4521a453fa1fb0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4521a453fa1fb0 .search-box .search-type.show {
  display: block;
}
#a4521a453fa1fb0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4521a453fa1fb0 .search-box .search-type li:hover {
  color: #008f4d;
}
#a4521a453fa1fb0 .search-box .search-type li.active {
  color: #008f4d;
}
#a4521a453fa1fb0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #b9b9b9;
  border-right-color: #b9b9b9;
  border-left-color: #b9b9b9;
  border-bottom-color: #b9b9b9;
}
#a4521a453fa1fb0 .inner-form .input-field {
  height: 100%;
}
#a4521a453fa1fb0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a4521a453fa1fb0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a4521a453fa1fb0 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a4521a453fa1fb0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #008f4d;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a4521a453fa1fb0 .btn-search:hover {
  background: #008f4d;
}
#a4521a453fa1fb0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a028ba39f6a5f29 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a028ba39f6a5f29 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a028ba39f6a5f29 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a028ba39f6a5f29 .menu-list > li > a {
  padding: 0 20px;
}
#a028ba39f6a5f29 .menu-list > li:hover:before {
  height: 100%;
}
#a028ba39f6a5f29 .menu-list > li:hover:after {
  color: auto;
}
#a028ba39f6a5f29 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: rgba(34, 25, 77, 0);
  font-weight: 400;
  content: "|";
}
#a028ba39f6a5f29 .menu-list > li:first-child:after {
  content: "";
}
#a028ba39f6a5f29 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: none;
}
#a028ba39f6a5f29 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a028ba39f6a5f29 .menu-list > li ul li {
  position: relative;
}
#a028ba39f6a5f29 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.61);
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a028ba39f6a5f29 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
}
#a028ba39f6a5f29 .menu-list > li:hover > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: solid;
}
#a028ba39f6a5f29 li ul li:hover > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul li a:active,
#a028ba39f6a5f29 li ul li a.active,
#a028ba39f6a5f29 li ul li.active > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul,
#a028ba39f6a5f29 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a028ba39f6a5f29 li:hover > ul {
  left: auto;
}
#a028ba39f6a5f29 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a797cac367a059b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a2cc7a7624a1286 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afee3a9bc1a3ebe > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef3bad1ccae292 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a49ada8d21a7f78 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a457caaf37aa2d4 > .ele-wrap {background-color: rgba(243, 243, 243, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8a29a5158ade89 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a8a29a5158ade89 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a8601ae0b6ad217 .a0cd7ac6b7a991d {
  overflow: hidden;
}
#a8601ae0b6ad217 .a0cd7ac6b7a991d , #a8601ae0b6ad217 .a0cd7ac6b7a991d > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#a8601ae0b6ad217 .uk-grid {
  margin-left: -20px;
}
#a8601ae0b6ad217 .uk-grid > * {
  padding-left: 20px;
}
#a8601ae0b6ad217 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a8601ae0b6ad217 .uk-position-center-left-out {
    left: -30px;
  }
  #a8601ae0b6ad217 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ad5d7ac6d0a5d39 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a8e6aa759aab58d .uk-container {
  line-height: 2;
  color: #999;
}
#a7dd5a8918a2e0a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4521a453fa1fb0 form {
  width: 100%;
  height: 100%;
}
#a4521a453fa1fb0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4521a453fa1fb0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4521a453fa1fb0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4521a453fa1fb0 .search-box .search-type.show {
  display: block;
}
#a4521a453fa1fb0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4521a453fa1fb0 .search-box .search-type li:hover {
  color: #008f4d;
}
#a4521a453fa1fb0 .search-box .search-type li.active {
  color: #008f4d;
}
#a4521a453fa1fb0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #b9b9b9;
  border-right-color: #b9b9b9;
  border-left-color: #b9b9b9;
  border-bottom-color: #b9b9b9;
}
#a4521a453fa1fb0 .inner-form .input-field {
  height: 100%;
}
#a4521a453fa1fb0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a4521a453fa1fb0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a4521a453fa1fb0 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a4521a453fa1fb0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #008f4d;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a4521a453fa1fb0 .btn-search:hover {
  background: #008f4d;
}
#a4521a453fa1fb0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a028ba39f6a5f29 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a028ba39f6a5f29 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a028ba39f6a5f29 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a028ba39f6a5f29 .menu-list > li > a {
  padding: 0 20px;
}
#a028ba39f6a5f29 .menu-list > li:hover:before {
  height: 100%;
}
#a028ba39f6a5f29 .menu-list > li:hover:after {
  color: auto;
}
#a028ba39f6a5f29 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: rgba(34, 25, 77, 0);
  font-weight: 400;
  content: "|";
}
#a028ba39f6a5f29 .menu-list > li:first-child:after {
  content: "";
}
#a028ba39f6a5f29 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: none;
}
#a028ba39f6a5f29 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a028ba39f6a5f29 .menu-list > li ul li {
  position: relative;
}
#a028ba39f6a5f29 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.61);
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a028ba39f6a5f29 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
}
#a028ba39f6a5f29 .menu-list > li:hover > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: solid;
}
#a028ba39f6a5f29 li ul li:hover > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul li a:active,
#a028ba39f6a5f29 li ul li a.active,
#a028ba39f6a5f29 li ul li.active > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul,
#a028ba39f6a5f29 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a028ba39f6a5f29 li:hover > ul {
  left: auto;
}
#a028ba39f6a5f29 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a1c5dac940a4248 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#af941a3b50a83eb > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aaf5fac0beab9cb > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a89a7a9123a523f > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae7e1aafb1a5a3c > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae251a125cae27d > .ele-wrap {background-color: rgba(0, 0, 0, 0.94);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #000000;}#ae251a125cae27d * {color: #000000 }
                            #ae251a125cae27d .line{border-color: #000000 }#a9398a2680a178e .a674bab3bba0283 {
  overflow: hidden;
}
#a9398a2680a178e .a674bab3bba0283 , #a9398a2680a178e .a674bab3bba0283 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#a9398a2680a178e .uk-grid {
  margin-left: -20px;
}
#a9398a2680a178e .uk-grid > * {
  padding-left: 20px;
}
#a9398a2680a178e .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a9398a2680a178e .uk-position-center-left-out {
    left: -30px;
  }
  #a9398a2680a178e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a04e1a2d56a0d45 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#af897a27dea0acf .uk-container {
  line-height: 2;
  color: #999;
}
#a7dd5a8918a2e0a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4521a453fa1fb0 form {
  width: 100%;
  height: 100%;
}
#a4521a453fa1fb0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4521a453fa1fb0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4521a453fa1fb0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4521a453fa1fb0 .search-box .search-type.show {
  display: block;
}
#a4521a453fa1fb0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4521a453fa1fb0 .search-box .search-type li:hover {
  color: #008f4d;
}
#a4521a453fa1fb0 .search-box .search-type li.active {
  color: #008f4d;
}
#a4521a453fa1fb0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #b9b9b9;
  border-right-color: #b9b9b9;
  border-left-color: #b9b9b9;
  border-bottom-color: #b9b9b9;
}
#a4521a453fa1fb0 .inner-form .input-field {
  height: 100%;
}
#a4521a453fa1fb0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a4521a453fa1fb0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a4521a453fa1fb0 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a4521a453fa1fb0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #008f4d;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a4521a453fa1fb0 .btn-search:hover {
  background: #008f4d;
}
#a4521a453fa1fb0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a028ba39f6a5f29 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a028ba39f6a5f29 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a028ba39f6a5f29 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a028ba39f6a5f29 .menu-list > li > a {
  padding: 0 20px;
}
#a028ba39f6a5f29 .menu-list > li:hover:before {
  height: 100%;
}
#a028ba39f6a5f29 .menu-list > li:hover:after {
  color: auto;
}
#a028ba39f6a5f29 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: rgba(34, 25, 77, 0);
  font-weight: 400;
  content: "|";
}
#a028ba39f6a5f29 .menu-list > li:first-child:after {
  content: "";
}
#a028ba39f6a5f29 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: none;
}
#a028ba39f6a5f29 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a028ba39f6a5f29 .menu-list > li ul li {
  position: relative;
}
#a028ba39f6a5f29 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.61);
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a028ba39f6a5f29 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
}
#a028ba39f6a5f29 .menu-list > li:hover > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: solid;
}
#a028ba39f6a5f29 li ul li:hover > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul li a:active,
#a028ba39f6a5f29 li ul li a.active,
#a028ba39f6a5f29 li ul li.active > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul,
#a028ba39f6a5f29 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a028ba39f6a5f29 li:hover > ul {
  left: auto;
}
#a028ba39f6a5f29 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a4c06a39d8aae2b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a7226ae715a541d > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac564a084ea5552 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a612ca09a3a31ad > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2df7afb30a4cb3 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa20ea38b5ac01c > .ele-wrap {background-color: rgba(243, 243, 243, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4439a81e1ab1de .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a4439a81e1ab1de .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a5a1eaf3bca39b3 .aed51a1e9fa2d24 {
  overflow: hidden;
}
#a5a1eaf3bca39b3 .aed51a1e9fa2d24 , #a5a1eaf3bca39b3 .aed51a1e9fa2d24 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#a5a1eaf3bca39b3 .uk-grid {
  margin-left: -20px;
}
#a5a1eaf3bca39b3 .uk-grid > * {
  padding-left: 20px;
}
#a5a1eaf3bca39b3 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a5a1eaf3bca39b3 .uk-position-center-left-out {
    left: -30px;
  }
  #a5a1eaf3bca39b3 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a7bcaad4dea6e54 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a7173a7a3aac8a1 .uk-container {
  line-height: 2;
  color: #999;
}
#a7dd5a8918a2e0a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4521a453fa1fb0 form {
  width: 100%;
  height: 100%;
}
#a4521a453fa1fb0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4521a453fa1fb0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4521a453fa1fb0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4521a453fa1fb0 .search-box .search-type.show {
  display: block;
}
#a4521a453fa1fb0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4521a453fa1fb0 .search-box .search-type li:hover {
  color: #008f4d;
}
#a4521a453fa1fb0 .search-box .search-type li.active {
  color: #008f4d;
}
#a4521a453fa1fb0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #b9b9b9;
  border-right-color: #b9b9b9;
  border-left-color: #b9b9b9;
  border-bottom-color: #b9b9b9;
}
#a4521a453fa1fb0 .inner-form .input-field {
  height: 100%;
}
#a4521a453fa1fb0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a4521a453fa1fb0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a4521a453fa1fb0 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a4521a453fa1fb0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #008f4d;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a4521a453fa1fb0 .btn-search:hover {
  background: #008f4d;
}
#a4521a453fa1fb0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a028ba39f6a5f29 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a028ba39f6a5f29 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a028ba39f6a5f29 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a028ba39f6a5f29 .menu-list > li > a {
  padding: 0 20px;
}
#a028ba39f6a5f29 .menu-list > li:hover:before {
  height: 100%;
}
#a028ba39f6a5f29 .menu-list > li:hover:after {
  color: auto;
}
#a028ba39f6a5f29 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: rgba(34, 25, 77, 0);
  font-weight: 400;
  content: "|";
}
#a028ba39f6a5f29 .menu-list > li:first-child:after {
  content: "";
}
#a028ba39f6a5f29 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: none;
}
#a028ba39f6a5f29 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a028ba39f6a5f29 .menu-list > li ul li {
  position: relative;
}
#a028ba39f6a5f29 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.61);
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a028ba39f6a5f29 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
}
#a028ba39f6a5f29 .menu-list > li:hover > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: solid;
}
#a028ba39f6a5f29 li ul li:hover > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul li a:active,
#a028ba39f6a5f29 li ul li a.active,
#a028ba39f6a5f29 li ul li.active > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul,
#a028ba39f6a5f29 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a028ba39f6a5f29 li:hover > ul {
  left: auto;
}
#a028ba39f6a5f29 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a1f92ae7e2a6aff > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a3954ad5f2a25c1 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afd53a8c23ad81a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5b23a2471a276e > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3519ae0f6a3d3f > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aaa81a7bbba7047 > .ele-wrap {background-color: rgba(0, 0, 0, 0.94);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #000000;}#aaa81a7bbba7047 * {color: #000000 }
                            #aaa81a7bbba7047 .line{border-color: #000000 }#a4a99ae10daf669 .aba5ca364ea90c4 {
  overflow: hidden;
}
#a4a99ae10daf669 .aba5ca364ea90c4 , #a4a99ae10daf669 .aba5ca364ea90c4 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#a4a99ae10daf669 .uk-grid {
  margin-left: -20px;
}
#a4a99ae10daf669 .uk-grid > * {
  padding-left: 20px;
}
#a4a99ae10daf669 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a4a99ae10daf669 .uk-position-center-left-out {
    left: -30px;
  }
  #a4a99ae10daf669 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ae682a760da05e0 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#adef4a7c83a3df3 .uk-container {
  line-height: 2;
  color: #999;
}
#a7dd5a8918a2e0a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4521a453fa1fb0 form {
  width: 100%;
  height: 100%;
}
#a4521a453fa1fb0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4521a453fa1fb0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4521a453fa1fb0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4521a453fa1fb0 .search-box .search-type.show {
  display: block;
}
#a4521a453fa1fb0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4521a453fa1fb0 .search-box .search-type li:hover {
  color: #008f4d;
}
#a4521a453fa1fb0 .search-box .search-type li.active {
  color: #008f4d;
}
#a4521a453fa1fb0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #b9b9b9;
  border-right-color: #b9b9b9;
  border-left-color: #b9b9b9;
  border-bottom-color: #b9b9b9;
}
#a4521a453fa1fb0 .inner-form .input-field {
  height: 100%;
}
#a4521a453fa1fb0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a4521a453fa1fb0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a4521a453fa1fb0 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a4521a453fa1fb0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #008f4d;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a4521a453fa1fb0 .btn-search:hover {
  background: #008f4d;
}
#a4521a453fa1fb0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a028ba39f6a5f29 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a028ba39f6a5f29 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a028ba39f6a5f29 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a028ba39f6a5f29 .menu-list > li > a {
  padding: 0 20px;
}
#a028ba39f6a5f29 .menu-list > li:hover:before {
  height: 100%;
}
#a028ba39f6a5f29 .menu-list > li:hover:after {
  color: auto;
}
#a028ba39f6a5f29 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: rgba(34, 25, 77, 0);
  font-weight: 400;
  content: "|";
}
#a028ba39f6a5f29 .menu-list > li:first-child:after {
  content: "";
}
#a028ba39f6a5f29 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: none;
}
#a028ba39f6a5f29 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a028ba39f6a5f29 .menu-list > li ul li {
  position: relative;
}
#a028ba39f6a5f29 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.61);
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a028ba39f6a5f29 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
}
#a028ba39f6a5f29 .menu-list > li:hover > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: solid;
}
#a028ba39f6a5f29 li ul li:hover > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul li a:active,
#a028ba39f6a5f29 li ul li a.active,
#a028ba39f6a5f29 li ul li.active > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul,
#a028ba39f6a5f29 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a028ba39f6a5f29 li:hover > ul {
  left: auto;
}
#a028ba39f6a5f29 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a3f93ac863aedf4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a0924afb7eaa200 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a83afaf128ab02b > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef62aafa8a58d3 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a10f6a207ca46f9 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acdfca7750af394 > .ele-wrap {background-color: rgba(0, 0, 0, 0.94);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #000000;}#acdfca7750af394 * {color: #000000 }
                            #acdfca7750af394 .line{border-color: #000000 }#a4f88a182babf00 .ab902ae551a0dc9 {
  overflow: hidden;
}
#a4f88a182babf00 .ab902ae551a0dc9 , #a4f88a182babf00 .ab902ae551a0dc9 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#a4f88a182babf00 .uk-grid {
  margin-left: -20px;
}
#a4f88a182babf00 .uk-grid > * {
  padding-left: 20px;
}
#a4f88a182babf00 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a4f88a182babf00 .uk-position-center-left-out {
    left: -30px;
  }
  #a4f88a182babf00 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa157a1023a4b7f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a6353aae6fa9125 .uk-container {
  line-height: 2;
  color: #999;
}
#a7dd5a8918a2e0a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4521a453fa1fb0 form {
  width: 100%;
  height: 100%;
}
#a4521a453fa1fb0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4521a453fa1fb0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4521a453fa1fb0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4521a453fa1fb0 .search-box .search-type.show {
  display: block;
}
#a4521a453fa1fb0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4521a453fa1fb0 .search-box .search-type li:hover {
  color: #008f4d;
}
#a4521a453fa1fb0 .search-box .search-type li.active {
  color: #008f4d;
}
#a4521a453fa1fb0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #b9b9b9;
  border-right-color: #b9b9b9;
  border-left-color: #b9b9b9;
  border-bottom-color: #b9b9b9;
}
#a4521a453fa1fb0 .inner-form .input-field {
  height: 100%;
}
#a4521a453fa1fb0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a4521a453fa1fb0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a4521a453fa1fb0 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a4521a453fa1fb0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #008f4d;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a4521a453fa1fb0 .btn-search:hover {
  background: #008f4d;
}
#a4521a453fa1fb0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a028ba39f6a5f29 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a028ba39f6a5f29 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a028ba39f6a5f29 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a028ba39f6a5f29 .menu-list > li > a {
  padding: 0 20px;
}
#a028ba39f6a5f29 .menu-list > li:hover:before {
  height: 100%;
}
#a028ba39f6a5f29 .menu-list > li:hover:after {
  color: auto;
}
#a028ba39f6a5f29 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: rgba(34, 25, 77, 0);
  font-weight: 400;
  content: "|";
}
#a028ba39f6a5f29 .menu-list > li:first-child:after {
  content: "";
}
#a028ba39f6a5f29 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: none;
}
#a028ba39f6a5f29 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a028ba39f6a5f29 .menu-list > li ul li {
  position: relative;
}
#a028ba39f6a5f29 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.61);
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a028ba39f6a5f29 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
}
#a028ba39f6a5f29 .menu-list > li:hover > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: solid;
}
#a028ba39f6a5f29 li ul li:hover > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul li a:active,
#a028ba39f6a5f29 li ul li a.active,
#a028ba39f6a5f29 li ul li.active > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul,
#a028ba39f6a5f29 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a028ba39f6a5f29 li:hover > ul {
  left: auto;
}
#a028ba39f6a5f29 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a764da2c78a7ab4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a4370a7edaaf577 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9654aa508a47c5 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac4dea5822a0753 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4eeaa532fab4b4 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a27d3a7fb1aac94 > .ele-wrap {background-color: rgba(0, 0, 0, 0.93);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #000000;}#a27d3a7fb1aac94 * {color: #000000 }
                            #a27d3a7fb1aac94 .line{border-color: #000000 }#ab749a14b3a92c7 .adec3ad351a6b9b {
  overflow: hidden;
}
#ab749a14b3a92c7 .adec3ad351a6b9b , #ab749a14b3a92c7 .adec3ad351a6b9b > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#ab749a14b3a92c7 .uk-grid {
  margin-left: -20px;
}
#ab749a14b3a92c7 .uk-grid > * {
  padding-left: 20px;
}
#ab749a14b3a92c7 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ab749a14b3a92c7 .uk-position-center-left-out {
    left: -30px;
  }
  #ab749a14b3a92c7 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a9689a9e52a7062 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a95bea6e12a07e6 .uk-container {
  line-height: 2;
  color: #999;
}
#a7dd5a8918a2e0a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4521a453fa1fb0 form {
  width: 100%;
  height: 100%;
}
#a4521a453fa1fb0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4521a453fa1fb0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4521a453fa1fb0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4521a453fa1fb0 .search-box .search-type.show {
  display: block;
}
#a4521a453fa1fb0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4521a453fa1fb0 .search-box .search-type li:hover {
  color: #008f4d;
}
#a4521a453fa1fb0 .search-box .search-type li.active {
  color: #008f4d;
}
#a4521a453fa1fb0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #b9b9b9;
  border-right-color: #b9b9b9;
  border-left-color: #b9b9b9;
  border-bottom-color: #b9b9b9;
}
#a4521a453fa1fb0 .inner-form .input-field {
  height: 100%;
}
#a4521a453fa1fb0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a4521a453fa1fb0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a4521a453fa1fb0 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a4521a453fa1fb0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #008f4d;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a4521a453fa1fb0 .btn-search:hover {
  background: #008f4d;
}
#a4521a453fa1fb0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a028ba39f6a5f29 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a028ba39f6a5f29 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a028ba39f6a5f29 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a028ba39f6a5f29 .menu-list > li > a {
  padding: 0 20px;
}
#a028ba39f6a5f29 .menu-list > li:hover:before {
  height: 100%;
}
#a028ba39f6a5f29 .menu-list > li:hover:after {
  color: auto;
}
#a028ba39f6a5f29 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: rgba(34, 25, 77, 0);
  font-weight: 400;
  content: "|";
}
#a028ba39f6a5f29 .menu-list > li:first-child:after {
  content: "";
}
#a028ba39f6a5f29 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: none;
}
#a028ba39f6a5f29 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a028ba39f6a5f29 .menu-list > li ul li {
  position: relative;
}
#a028ba39f6a5f29 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.61);
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a028ba39f6a5f29 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
}
#a028ba39f6a5f29 .menu-list > li:hover > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: solid;
}
#a028ba39f6a5f29 li ul li:hover > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul li a:active,
#a028ba39f6a5f29 li ul li a.active,
#a028ba39f6a5f29 li ul li.active > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul,
#a028ba39f6a5f29 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a028ba39f6a5f29 li:hover > ul {
  left: auto;
}
#a028ba39f6a5f29 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d78a11dea7de7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ab571a63ada5ab1 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ace0ca7418a4065 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7c39a45f5a058b > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5ef9ad28faea66 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a52f2aa88bae04a > .ele-wrap {background-color: rgba(243, 243, 243, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac5f1a8904a0e98 .a765cab8d8ab217 {
  overflow: hidden;
}
#ac5f1a8904a0e98 .a765cab8d8ab217 , #ac5f1a8904a0e98 .a765cab8d8ab217 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#ac5f1a8904a0e98 .uk-grid {
  margin-left: -20px;
}
#ac5f1a8904a0e98 .uk-grid > * {
  padding-left: 20px;
}
#ac5f1a8904a0e98 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ac5f1a8904a0e98 .uk-position-center-left-out {
    left: -30px;
  }
  #ac5f1a8904a0e98 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aac85aa8abab121 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a72dca5bc8a3d22 .uk-container {
  line-height: 2;
  color: #999;
}
#a7dd5a8918a2e0a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4521a453fa1fb0 form {
  width: 100%;
  height: 100%;
}
#a4521a453fa1fb0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4521a453fa1fb0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4521a453fa1fb0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4521a453fa1fb0 .search-box .search-type.show {
  display: block;
}
#a4521a453fa1fb0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4521a453fa1fb0 .search-box .search-type li:hover {
  color: #008f4d;
}
#a4521a453fa1fb0 .search-box .search-type li.active {
  color: #008f4d;
}
#a4521a453fa1fb0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #b9b9b9;
  border-right-color: #b9b9b9;
  border-left-color: #b9b9b9;
  border-bottom-color: #b9b9b9;
}
#a4521a453fa1fb0 .inner-form .input-field {
  height: 100%;
}
#a4521a453fa1fb0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a4521a453fa1fb0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a4521a453fa1fb0 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a4521a453fa1fb0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #008f4d;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a4521a453fa1fb0 .btn-search:hover {
  background: #008f4d;
}
#a4521a453fa1fb0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a028ba39f6a5f29 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a028ba39f6a5f29 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a028ba39f6a5f29 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a028ba39f6a5f29 .menu-list > li > a {
  padding: 0 20px;
}
#a028ba39f6a5f29 .menu-list > li:hover:before {
  height: 100%;
}
#a028ba39f6a5f29 .menu-list > li:hover:after {
  color: auto;
}
#a028ba39f6a5f29 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: rgba(34, 25, 77, 0);
  font-weight: 400;
  content: "|";
}
#a028ba39f6a5f29 .menu-list > li:first-child:after {
  content: "";
}
#a028ba39f6a5f29 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: none;
}
#a028ba39f6a5f29 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a028ba39f6a5f29 .menu-list > li ul li {
  position: relative;
}
#a028ba39f6a5f29 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.61);
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a028ba39f6a5f29 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
}
#a028ba39f6a5f29 .menu-list > li:hover > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: solid;
}
#a028ba39f6a5f29 li ul li:hover > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul li a:active,
#a028ba39f6a5f29 li ul li a.active,
#a028ba39f6a5f29 li ul li.active > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul,
#a028ba39f6a5f29 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a028ba39f6a5f29 li:hover > ul {
  left: auto;
}
#a028ba39f6a5f29 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#aa5dcaa630a4a6a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a87bda0802aee2a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0d16aacbda31d8 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5a78ac7c4aacc0 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aba04a1046ab123 > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa869a6e06a333a > .ele-wrap {background-color: rgba(0, 0, 0, 0.93);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #000000;}#aa869a6e06a333a * {color: #000000 }
                            #aa869a6e06a333a .line{border-color: #000000 }#ab300a1de7a1f9f .ab5c5aff24a304c {
  overflow: hidden;
}
#ab300a1de7a1f9f .ab5c5aff24a304c , #ab300a1de7a1f9f .ab5c5aff24a304c > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#ab300a1de7a1f9f .uk-grid {
  margin-left: -20px;
}
#ab300a1de7a1f9f .uk-grid > * {
  padding-left: 20px;
}
#ab300a1de7a1f9f .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ab300a1de7a1f9f .uk-position-center-left-out {
    left: -30px;
  }
  #ab300a1de7a1f9f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aaeecadbe2a57fd .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a6abca1b38a8b44 {
  min-height: 90vh;
  /* mobile */
}
#a6abca1b38a8b44 .search-highlight {
  background: yellow;
}
#a6abca1b38a8b44 .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#a6abca1b38a8b44 .el-title {
  margin-bottom: 20px;
}
#a6abca1b38a8b44 .el-item:hover .el-title {
  color: #008f4d;
}
#a6abca1b38a8b44 .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a6abca1b38a8b44 .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a6abca1b38a8b44 .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a6abca1b38a8b44 .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a6abca1b38a8b44 .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a6abca1b38a8b44 .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a6abca1b38a8b44 .el-title {
    margin-bottom: 0;
  }
  #a6abca1b38a8b44 .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a6abca1b38a8b44 .category {
    font-size: 12px;
  }
  #a6abca1b38a8b44 .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#a80d8ad7e2a02f7 .uk-container {
  line-height: 2;
  color: #999;
}
#a7dd5a8918a2e0a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4521a453fa1fb0 form {
  width: 100%;
  height: 100%;
}
#a4521a453fa1fb0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4521a453fa1fb0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4521a453fa1fb0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4521a453fa1fb0 .search-box .search-type.show {
  display: block;
}
#a4521a453fa1fb0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4521a453fa1fb0 .search-box .search-type li:hover {
  color: #008f4d;
}
#a4521a453fa1fb0 .search-box .search-type li.active {
  color: #008f4d;
}
#a4521a453fa1fb0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #b9b9b9;
  border-right-color: #b9b9b9;
  border-left-color: #b9b9b9;
  border-bottom-color: #b9b9b9;
}
#a4521a453fa1fb0 .inner-form .input-field {
  height: 100%;
}
#a4521a453fa1fb0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a4521a453fa1fb0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a4521a453fa1fb0 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a4521a453fa1fb0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #008f4d;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a4521a453fa1fb0 .btn-search:hover {
  background: #008f4d;
}
#a4521a453fa1fb0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a028ba39f6a5f29 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a028ba39f6a5f29 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a028ba39f6a5f29 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a028ba39f6a5f29 .menu-list > li > a {
  padding: 0 20px;
}
#a028ba39f6a5f29 .menu-list > li:hover:before {
  height: 100%;
}
#a028ba39f6a5f29 .menu-list > li:hover:after {
  color: auto;
}
#a028ba39f6a5f29 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: rgba(34, 25, 77, 0);
  font-weight: 400;
  content: "|";
}
#a028ba39f6a5f29 .menu-list > li:first-child:after {
  content: "";
}
#a028ba39f6a5f29 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: none;
}
#a028ba39f6a5f29 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a028ba39f6a5f29 .menu-list > li ul li {
  position: relative;
}
#a028ba39f6a5f29 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.61);
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a028ba39f6a5f29 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
}
#a028ba39f6a5f29 .menu-list > li:hover > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: solid;
}
#a028ba39f6a5f29 li ul li:hover > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul li a:active,
#a028ba39f6a5f29 li ul li a.active,
#a028ba39f6a5f29 li ul li.active > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul,
#a028ba39f6a5f29 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a028ba39f6a5f29 li:hover > ul {
  left: auto;
}
#a028ba39f6a5f29 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#aaeecadbe2a57fd .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a0846a42cda0df3 {
  /* 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------------------------*/
}
#a0846a42cda0df3 * {
  font-family: 'PT Sans Caption', sans-serif, 'arial', 'Times New Roman';
}
#a0846a42cda0df3 .error .clip .shadow {
  height: 180px;
  /*Contrall*/
}
#a0846a42cda0df3 .error .clip:nth-of-type(2) .shadow {
  width: 130px;
  /*Contrall play with javascript*/
}
#a0846a42cda0df3 .error .clip:nth-of-type(1) .shadow,
#a0846a42cda0df3 .error .clip:nth-of-type(3) .shadow {
  width: 250px;
  /*Contrall*/
}
#a0846a42cda0df3 .error .digit {
  width: 150px;
  /*Contrall*/
  height: 150px;
  /*Contrall*/
  line-height: 150px;
  /*Contrall*/
  font-size: 120px;
  font-weight: bold;
}
#a0846a42cda0df3 .error h2 {
  font-size: 32px;
}
#a0846a42cda0df3 .error .msg {
  top: -190px;
  left: 30%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 32px;
}
#a0846a42cda0df3 .error span.triangle {
  top: 70%;
  right: 0%;
  border-left: 20px solid #535353;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
#a0846a42cda0df3 .error .container-error-404 {
  margin-top: 10%;
  position: relative;
  height: 250px;
  padding-top: 40px;
  text-align: center;
}
#a0846a42cda0df3 .error .container-error-404 .clip {
  display: inline-block;
  transform: skew(-45deg);
}
#a0846a42cda0df3 .error .clip .shadow {
  overflow: hidden;
}
#a0846a42cda0df3 .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);
}
#a0846a42cda0df3 .error .clip:nth-of-type(3) .shadow:after,
#a0846a42cda0df3 .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%;
}
#a0846a42cda0df3 .error .clip:nth-of-type(3) .shadow:after {
  left: -8px;
}
#a0846a42cda0df3 .error .digit {
  position: relative;
  top: 8%;
  color: white;
  background: #07B3F9;
  border-radius: 50%;
  display: inline-block;
  transform: skew(45deg);
}
#a0846a42cda0df3 .error .clip:nth-of-type(2) .digit {
  left: -10%;
}
#a0846a42cda0df3 .error .clip:nth-of-type(1) .digit {
  right: -20%;
}
#a0846a42cda0df3 .error .clip:nth-of-type(3) .digit {
  left: -20%;
}
#a0846a42cda0df3 .error h2 {
  color: #A2A2A2;
  font-weight: bold;
  padding-bottom: 20px;
}
#a0846a42cda0df3 .error .msg {
  position: relative;
  z-index: 9999;
  display: block;
  background: #535353;
  color: #A2A2A2;
  border-radius: 50%;
  font-style: italic;
}
#a0846a42cda0df3 .error .triangle {
  position: absolute;
  z-index: 999;
  transform: rotate(45deg);
  content: "";
  width: 0;
  height: 0;
}
@media (max-width: 767px) {
  #a0846a42cda0df3 {
    /* Error Page */
    /* Error Page */
  }
  #a0846a42cda0df3 .error .clip .shadow {
    height: 100px;
    /*Contrall*/
  }
  #a0846a42cda0df3 .error .clip:nth-of-type(2) .shadow {
    width: 80px;
    /*Contrall play with javascript*/
  }
  #a0846a42cda0df3 .error .clip:nth-of-type(1) .shadow,
  #a0846a42cda0df3 .error .clip:nth-of-type(3) .shadow {
    width: 100px;
    /*Contrall*/
  }
  #a0846a42cda0df3 .error .digit {
    width: 80px;
    /*Contrall*/
    height: 80px;
    /*Contrall*/
    line-height: 80px;
    /*Contrall*/
    font-size: 52px;
  }
  #a0846a42cda0df3 .error h2 {
    font-size: 24px;
  }
  #a0846a42cda0df3 .error .msg {
    top: -110px;
    left: 15%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  #a0846a42cda0df3 .error span.triangle {
    top: 70%;
    right: -3%;
    border-left: 10px solid #535353;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
  #a0846a42cda0df3 .error .container-error-404 {
    height: 150px;
  }
}
#a0846a42cda0df3 .overlay {
  position: relative;
  z-index: 20;
}
#a0846a42cda0df3 .ground-color {
  background: white;
}
#a0846a42cda0df3 .item-bg-color {
  background: #EAEAEA;
}
#a0846a42cda0df3 .padding-top {
  padding-top: 10px;
}
#a0846a42cda0df3 .padding-bottom {
  padding-bottom: 10px;
}
#a0846a42cda0df3 .padding-vertical {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a0846a42cda0df3 .padding-horizontal {
  padding-left: 10px;
  padding-right: 10px;
}
#a0846a42cda0df3 .padding-all {
  padding: 10px;
}
#a0846a42cda0df3 .no-padding-left {
  padding-left: 0px;
}
#a0846a42cda0df3 .no-padding-right {
  padding-right: 0px;
}
#a0846a42cda0df3 .no-vertical-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}
#a0846a42cda0df3 .no-horizontal-padding {
  padding-left: 0px;
  padding-right: 0px;
}
#a0846a42cda0df3 .no-padding {
  padding: 0px;
}
#a0846a42cda0df3 .margin-top {
  margin-top: 10px;
}
#a0846a42cda0df3 .margin-bottom {
  margin-bottom: 10px;
}
#a0846a42cda0df3 .margin-right {
  margin-right: 10px;
}
#a0846a42cda0df3 .margin-left {
  margin-left: 10px;
}
#a0846a42cda0df3 .margin-horizontal {
  margin-left: 10px;
  margin-right: 10px;
}
#a0846a42cda0df3 .margin-vertical {
  margin-top: 10px;
  margin-bottom: 10px;
}
#a0846a42cda0df3 .margin-all {
  margin: 10px;
}
#a0846a42cda0df3 .no-margin {
  margin: 0px;
}
#a0846a42cda0df3 .no-vertical-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}
#a0846a42cda0df3 .no-horizontal-margin {
  margin-left: 0px;
  margin-right: 0px;
}
#a0846a42cda0df3 .inside-col-shrink {
  margin: 0px 20px;
}
#a0846a42cda0df3 hr {
  margin: 0px;
  padding: 0px;
  border-top: 1px dashed #999;
}
#acfd4aca43acb27 .uk-container {
  line-height: 2;
  color: #999;
}
#a7dd5a8918a2e0a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4521a453fa1fb0 form {
  width: 100%;
  height: 100%;
}
#a4521a453fa1fb0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4521a453fa1fb0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4521a453fa1fb0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4521a453fa1fb0 .search-box .search-type.show {
  display: block;
}
#a4521a453fa1fb0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4521a453fa1fb0 .search-box .search-type li:hover {
  color: #008f4d;
}
#a4521a453fa1fb0 .search-box .search-type li.active {
  color: #008f4d;
}
#a4521a453fa1fb0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #b9b9b9;
  border-right-color: #b9b9b9;
  border-left-color: #b9b9b9;
  border-bottom-color: #b9b9b9;
}
#a4521a453fa1fb0 .inner-form .input-field {
  height: 100%;
}
#a4521a453fa1fb0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a4521a453fa1fb0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a4521a453fa1fb0 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a4521a453fa1fb0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #008f4d;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a4521a453fa1fb0 .btn-search:hover {
  background: #008f4d;
}
#a4521a453fa1fb0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a028ba39f6a5f29 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a028ba39f6a5f29 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a028ba39f6a5f29 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a028ba39f6a5f29 .menu-list > li > a {
  padding: 0 20px;
}
#a028ba39f6a5f29 .menu-list > li:hover:before {
  height: 100%;
}
#a028ba39f6a5f29 .menu-list > li:hover:after {
  color: auto;
}
#a028ba39f6a5f29 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: rgba(34, 25, 77, 0);
  font-weight: 400;
  content: "|";
}
#a028ba39f6a5f29 .menu-list > li:first-child:after {
  content: "";
}
#a028ba39f6a5f29 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: none;
}
#a028ba39f6a5f29 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a028ba39f6a5f29 .menu-list > li ul li {
  position: relative;
}
#a028ba39f6a5f29 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.61);
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a028ba39f6a5f29 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
}
#a028ba39f6a5f29 .menu-list > li:hover > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: solid;
}
#a028ba39f6a5f29 li ul li:hover > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul li a:active,
#a028ba39f6a5f29 li ul li a.active,
#a028ba39f6a5f29 li ul li.active > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul,
#a028ba39f6a5f29 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a028ba39f6a5f29 li:hover > ul {
  left: auto;
}
#a028ba39f6a5f29 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#aaeecadbe2a57fd .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#af6c9a3fefaefff .login-main {
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(12, 1, 4, 0.05);
}
#af6c9a3fefaefff .switch_item {
  margin-right: 10px;
}
#af6c9a3fefaefff a.switch_item:hover {
  text-decoration: underline;
}
#af6c9a3fefaefff .slider {
  width: 420px;
  height: 600px;
}
#af6c9a3fefaefff .uk-slideshow-items {
  height: 100%;
}
#af6c9a3fefaefff .uk-slideshow-items a {
  width: 100%;
  height: 100%;
  display: block;
}
#af6c9a3fefaefff .login-wrap {
  width: 100%;
  height: 100%;
}
#af6c9a3fefaefff .uk-dotnav > * > * {
  background: #fff;
  border-color: #fff;
  opacity: .5;
}
#af6c9a3fefaefff .uk-dotnav > .uk-active > * {
  border-color: #0076fe;
  background: #0076fe;
}
#af6c9a3fefaefff .phone-login-box {
  margin: 40px auto 40px;
}
#af6c9a3fefaefff .login-header {
  margin-bottom: 24px;
}
#af6c9a3fefaefff .login-header h4 {
  font-size: 22px;
  font-weight: bolder;
  line-height: 1;
  padding-left: 20px;
  border-left: 4px solid #0076fe;
}
#af6c9a3fefaefff .input-item {
  width: 330px;
  height: 45px;
  background-color: #f0f2f7;
  border-radius: 22px;
  border: solid 1px #e3e8f0;
  position: relative;
  overflow: hidden;
}
#af6c9a3fefaefff .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;
}
#af6c9a3fefaefff .forget_password {
  cursor: pointer;
}
#af6c9a3fefaefff .forget_password:hover {
  color: #008f4d;
}
#af6c9a3fefaefff .input-item input.error,
#af6c9a3fefaefff .input-item input.error::placeholder {
  color: #fc4343;
}
#af6c9a3fefaefff .input-item input::placeholder {
  color: #999;
}
#af6c9a3fefaefff .input-item .icon {
  position: absolute;
  left: 10px;
  top: 12px;
  fill: #ccc;
  width: 20px;
}
#af6c9a3fefaefff .form-item {
  margin: 24px 0;
}
#af6c9a3fefaefff .verifycode-input .input-item {
  width: 200px;
  float: left;
}
#af6c9a3fefaefff .send-code {
  float: left;
  margin-left: 20px;
}
#af6c9a3fefaefff .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;
}
#af6c9a3fefaefff .submit {
  width: 330px;
  height: 45px;
  background-color: #0076fe;
  border-radius: 22px;
  font-size: 18px;
  line-height: 45px;
  color: #fff;
  cursor: pointer;
}
#af6c9a3fefaefff .error {
  color: #fc4343;
  font-size: 12px;
  padding-left: 10px;
  display: block;
  max-width: 300px;
}
#af6c9a3fefaefff .login_btn_wrap {
  text-align: center;
}
#af6c9a3fefaefff .login_btn_wrap .submit {
  display: block;
  margin-bottom: 10px;
}
#af6c9a3fefaefff .input-item .pwd-toggle {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  font-size: 16px;
  color: #999;
  cursor: pointer;
}
#af6c9a3fefaefff .input-item .pwd-toggle:hover {
  color: currentColor;
}
#afd3aad9c8acf93 .uk-container {
  line-height: 2;
  color: #999;
}
#a7dd5a8918a2e0a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4521a453fa1fb0 form {
  width: 100%;
  height: 100%;
}
#a4521a453fa1fb0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4521a453fa1fb0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4521a453fa1fb0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4521a453fa1fb0 .search-box .search-type.show {
  display: block;
}
#a4521a453fa1fb0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4521a453fa1fb0 .search-box .search-type li:hover {
  color: #008f4d;
}
#a4521a453fa1fb0 .search-box .search-type li.active {
  color: #008f4d;
}
#a4521a453fa1fb0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #b9b9b9;
  border-right-color: #b9b9b9;
  border-left-color: #b9b9b9;
  border-bottom-color: #b9b9b9;
}
#a4521a453fa1fb0 .inner-form .input-field {
  height: 100%;
}
#a4521a453fa1fb0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a4521a453fa1fb0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a4521a453fa1fb0 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a4521a453fa1fb0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #008f4d;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a4521a453fa1fb0 .btn-search:hover {
  background: #008f4d;
}
#a4521a453fa1fb0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a028ba39f6a5f29 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a028ba39f6a5f29 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a028ba39f6a5f29 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a028ba39f6a5f29 .menu-list > li > a {
  padding: 0 20px;
}
#a028ba39f6a5f29 .menu-list > li:hover:before {
  height: 100%;
}
#a028ba39f6a5f29 .menu-list > li:hover:after {
  color: auto;
}
#a028ba39f6a5f29 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: rgba(34, 25, 77, 0);
  font-weight: 400;
  content: "|";
}
#a028ba39f6a5f29 .menu-list > li:first-child:after {
  content: "";
}
#a028ba39f6a5f29 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: none;
}
#a028ba39f6a5f29 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a028ba39f6a5f29 .menu-list > li ul li {
  position: relative;
}
#a028ba39f6a5f29 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.61);
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a028ba39f6a5f29 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
}
#a028ba39f6a5f29 .menu-list > li:hover > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: solid;
}
#a028ba39f6a5f29 li ul li:hover > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul li a:active,
#a028ba39f6a5f29 li ul li a.active,
#a028ba39f6a5f29 li ul li.active > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul,
#a028ba39f6a5f29 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a028ba39f6a5f29 li:hover > ul {
  left: auto;
}
#a028ba39f6a5f29 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#aaeecadbe2a57fd .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ae7c0a5e93a22b9 .sidebar {
  width: 150px;
  max-width: 150px;
  height: 100%;
}
#ae7c0a5e93a22b9 .nav-items {
  background: #fafafa;
  min-height: 200px;
}
#ae7c0a5e93a22b9 .phone-info {
  background: #fafafa;
  margin-top: 10px;
  font-size: 12px;
  padding: 22px 4px 20px 16px;
  line-height: 1.5;
  color: #666;
}
#ae7c0a5e93a22b9 .phone-info .phone {
  line-height: 1.5;
  color: #333;
  font-size: 18px;
  font-family: Arial;
}
#ae7c0a5e93a22b9 .nav-type {
  line-height: 37px;
  padding-left: 20px;
  cursor: pointer;
}
#ae7c0a5e93a22b9 .nav-type.active {
  color: #FFF;
  cursor: default;
  background: #ff658c;
}
#ae7c0a5e93a22b9 .content {
  padding-bottom: 60px;
  color: #666;
  border: 1px solid #f0f0f0;
  min-height: 400px;
}
#ae7c0a5e93a22b9 .nav-list {
  padding: 0 20px;
}
#ae7c0a5e93a22b9 .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;
}
#ae7c0a5e93a22b9 .nav-list .nav-item.active {
  background-color: #ff5c89;
  color: #fff;
  cursor: default;
}
#ae7c0a5e93a22b9 .order-item {
  margin-top: 10px;
  background: #fff;
  padding: 0 20px;
}
#ae7c0a5e93a22b9 .order-item:hover {
  background: #f7f7f7;
}
#ae7c0a5e93a22b9 .del-order {
  cursor: pointer;
}
#ae7c0a5e93a22b9 .order-item .order-title {
  line-height: 40px;
  color: #666;
  font-size: 13px;
  border-bottom: 1px solid #f7f7f7;
}
#ae7c0a5e93a22b9 .goods-item {
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
  cursor: pointer;
}
#ae7c0a5e93a22b9 .order-goods-list .goods-item:last-child {
  border-bottom: none;
}
#ae7c0a5e93a22b9 .goods-item img {
  width: 100px;
  height: 100px;
  background: #f4f4f4;
}
#ae7c0a5e93a22b9 .goods-item .goods-info {
  padding: 0 15px;
}
#ae7c0a5e93a22b9 .appoint-time span {
  color: #e4393c;
  background-color: #f9eeee;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 2px;
  line-height: 1;
}
#ae7c0a5e93a22b9 .appoint-time {
  margin-bottom: 4px;
}
#ae7c0a5e93a22b9 .appoint-name {
  color: #333;
  font-size: 14px;
}
#ae7c0a5e93a22b9 .appoint-info {
  padding: 0 15px;
  font-size: 12px;
  color: #888;
}
#ae7c0a5e93a22b9 .goods-item .goods-name {
  color: #333;
}
#ae7c0a5e93a22b9 .goods-item .sku-name {
  color: #999;
  font-size: 12px;
}
#ae7c0a5e93a22b9 .order-total-info {
  padding-bottom: 10px;
  color: #999;
  font-size: 12px;
}
#ae7c0a5e93a22b9 .order-total-info .total-price {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
}
#ae7c0a5e93a22b9 .load-more {
  font-size: 12px;
  padding-bottom: 15px;
  color: #999;
}
#ae7c0a5e93a22b9 .order-btns {
  padding: 10px 0;
  border-top: 1px solid #f7f7f7;
}
#ae7c0a5e93a22b9 .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;
}
#ae7c0a5e93a22b9 .order-btns .btn-warn {
  color: #fff;
  background: #eb3c3c;
  border-color: #eb3c3c;
  cursor: pointer;
}
#ae7c0a5e93a22b9 .appoint-info .title {
  font-weight: bold;
  color: #333;
}
#ae7c0a5e93a22b9 .coupon-item {
  margin: 10px 30px;
  display: inline-flex;
  width: 42%;
}
#ae7c0a5e93a22b9 .setting-form {
  padding: 30px 20px;
}
#ae7c0a5e93a22b9 .setting-item {
  margin-bottom: 20px;
  font-size: 13px;
  color: #666;
  line-height: 18px;
}
#ae7c0a5e93a22b9 .setting-item .label {
  display: inline-block;
  margin-right: 6px;
  text-align: right;
  min-width: 120px;
}
#ae7c0a5e93a22b9 .setting-item .input-text {
  border: 1px solid #ccc;
  line-height: 28px;
  padding: 0 10px;
  min-width: 200px;
  font-size: 13px;
}
#ae7c0a5e93a22b9 .setting-form .setting-btns {
  margin-left: 130px;
}
#ae7c0a5e93a22b9 .setting-form .uk-button {
  height: 30px;
  line-height: 30px;
  margin-right: 8px;
}
#ae7c0a5e93a22b9 .setting-wrap {
  position: relative;
}
#ae7c0a5e93a22b9 .user-info {
  border: 1px solid #ccc;
  width: 300px;
  position: absolute;
  right: 80px;
  top: 30px;
  color: #666;
  padding: 10px;
  font-size: 13px;
  background: #f9f9f9;
}
#ae7c0a5e93a22b9 .user-info .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
#ae7c0a5e93a22b9 .user-info .levels {
  color: #888;
  font-size: 12px;
}
#ae7c0a5e93a22b9 .address-wrap {
  padding: 30px 20px;
}
#ae7c0a5e93a22b9 .addr-header {
  font-size: 18px;
  color: #333;
  margin: 0;
}
#ae7c0a5e93a22b9 .addr-detail {
  border-bottom: 1px solid #ececec;
  margin-bottom: 10px;
}
#ae7c0a5e93a22b9 .addr-list {
  min-height: 200px;
}
#ae7c0a5e93a22b9 .addr-detail .addr-item-name,
#ae7c0a5e93a22b9 .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;
}
#ae7c0a5e93a22b9 .addr-detail .addr-name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
#ae7c0a5e93a22b9 .addr-detail .addr-item-name {
  color: #e93b3d;
  border-color: #e93b3d;
}
#ae7c0a5e93a22b9 .addr-detail {
  padding: 12px 0;
  flex: 1;
}
#ae7c0a5e93a22b9 .op-btns a {
  font-size: 12px;
  color: #e93b3d;
  margin-left: 6px;
}
#ae7c0a5e93a22b9 .add-addr {
  height: 32px;
  line-height: 30px;
}
#ae7c0a5e93a22b9 .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;
}
#ae7c0a5e93a22b9 .publish-item {
  cursor: default;
  min-height: 120px;
}
#ae7c0a5e93a22b9 .publish-item .status-0 {
  background-image: url(/resources/sys/img/icons/info-unread.png);
}
#ae7c0a5e93a22b9 .publish-item .status-1 {
  background-image: url(/resources/sys/img/icons/info-fail.png);
}
#ae7c0a5e93a22b9 .publish-item .btns a {
  display: inline-block;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 2px;
  color: #fff;
  background: #008f4d;
}
#ae7c0a5e93a22b9 .publish-item .btns .del-info {
  background: #ccc;
  color: #999;
}
#a436ba1a64a56b2 .uk-container {
  line-height: 2;
  color: #999;
}
#a7dd5a8918a2e0a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4521a453fa1fb0 form {
  width: 100%;
  height: 100%;
}
#a4521a453fa1fb0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4521a453fa1fb0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4521a453fa1fb0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4521a453fa1fb0 .search-box .search-type.show {
  display: block;
}
#a4521a453fa1fb0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4521a453fa1fb0 .search-box .search-type li:hover {
  color: #008f4d;
}
#a4521a453fa1fb0 .search-box .search-type li.active {
  color: #008f4d;
}
#a4521a453fa1fb0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #b9b9b9;
  border-right-color: #b9b9b9;
  border-left-color: #b9b9b9;
  border-bottom-color: #b9b9b9;
}
#a4521a453fa1fb0 .inner-form .input-field {
  height: 100%;
}
#a4521a453fa1fb0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a4521a453fa1fb0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a4521a453fa1fb0 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a4521a453fa1fb0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #008f4d;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a4521a453fa1fb0 .btn-search:hover {
  background: #008f4d;
}
#a4521a453fa1fb0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a028ba39f6a5f29 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a028ba39f6a5f29 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a028ba39f6a5f29 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a028ba39f6a5f29 .menu-list > li > a {
  padding: 0 20px;
}
#a028ba39f6a5f29 .menu-list > li:hover:before {
  height: 100%;
}
#a028ba39f6a5f29 .menu-list > li:hover:after {
  color: auto;
}
#a028ba39f6a5f29 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: rgba(34, 25, 77, 0);
  font-weight: 400;
  content: "|";
}
#a028ba39f6a5f29 .menu-list > li:first-child:after {
  content: "";
}
#a028ba39f6a5f29 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: none;
}
#a028ba39f6a5f29 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a028ba39f6a5f29 .menu-list > li ul li {
  position: relative;
}
#a028ba39f6a5f29 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.61);
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a028ba39f6a5f29 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
}
#a028ba39f6a5f29 .menu-list > li:hover > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: solid;
}
#a028ba39f6a5f29 li ul li:hover > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul li a:active,
#a028ba39f6a5f29 li ul li a.active,
#a028ba39f6a5f29 li ul li.active > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul,
#a028ba39f6a5f29 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a028ba39f6a5f29 li:hover > ul {
  left: auto;
}
#a028ba39f6a5f29 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#aaeecadbe2a57fd .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5f25a8dfda6745 {
  min-height: 90vh;
  /* mobile */
}
#a5f25a8dfda6745 .search-highlight {
  background: yellow;
}
#a5f25a8dfda6745 .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#a5f25a8dfda6745 .el-title {
  margin-bottom: 20px;
}
#a5f25a8dfda6745 .el-item:hover .el-title {
  color: #008f4d;
}
#a5f25a8dfda6745 .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a5f25a8dfda6745 .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a5f25a8dfda6745 .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a5f25a8dfda6745 .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a5f25a8dfda6745 .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a5f25a8dfda6745 .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a5f25a8dfda6745 .el-title {
    margin-bottom: 0;
  }
  #a5f25a8dfda6745 .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a5f25a8dfda6745 .category {
    font-size: 12px;
  }
  #a5f25a8dfda6745 .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#a1225a8321a250e .uk-container {
  line-height: 2;
  color: #999;
}
#a7dd5a8918a2e0a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4521a453fa1fb0 form {
  width: 100%;
  height: 100%;
}
#a4521a453fa1fb0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4521a453fa1fb0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4521a453fa1fb0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4521a453fa1fb0 .search-box .search-type.show {
  display: block;
}
#a4521a453fa1fb0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4521a453fa1fb0 .search-box .search-type li:hover {
  color: #008f4d;
}
#a4521a453fa1fb0 .search-box .search-type li.active {
  color: #008f4d;
}
#a4521a453fa1fb0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #b9b9b9;
  border-right-color: #b9b9b9;
  border-left-color: #b9b9b9;
  border-bottom-color: #b9b9b9;
}
#a4521a453fa1fb0 .inner-form .input-field {
  height: 100%;
}
#a4521a453fa1fb0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a4521a453fa1fb0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a4521a453fa1fb0 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a4521a453fa1fb0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #008f4d;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a4521a453fa1fb0 .btn-search:hover {
  background: #008f4d;
}
#a4521a453fa1fb0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a028ba39f6a5f29 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a028ba39f6a5f29 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a028ba39f6a5f29 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a028ba39f6a5f29 .menu-list > li > a {
  padding: 0 20px;
}
#a028ba39f6a5f29 .menu-list > li:hover:before {
  height: 100%;
}
#a028ba39f6a5f29 .menu-list > li:hover:after {
  color: auto;
}
#a028ba39f6a5f29 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: rgba(34, 25, 77, 0);
  font-weight: 400;
  content: "|";
}
#a028ba39f6a5f29 .menu-list > li:first-child:after {
  content: "";
}
#a028ba39f6a5f29 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: none;
}
#a028ba39f6a5f29 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a028ba39f6a5f29 .menu-list > li ul li {
  position: relative;
}
#a028ba39f6a5f29 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.61);
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a028ba39f6a5f29 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
}
#a028ba39f6a5f29 .menu-list > li:hover > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: solid;
}
#a028ba39f6a5f29 li ul li:hover > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul li a:active,
#a028ba39f6a5f29 li ul li a.active,
#a028ba39f6a5f29 li ul li.active > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul,
#a028ba39f6a5f29 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a028ba39f6a5f29 li:hover > ul {
  left: auto;
}
#a028ba39f6a5f29 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#aaeecadbe2a57fd .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a581aa5447a567c .comment-detail {
  min-height: 600px;
}
#a581aa5447a567c table {
  background: #f9fdff;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#a581aa5447a567c table th,
#a581aa5447a567c table td {
  padding: 10px 20px;
  border: #ececec 1px solid;
  line-height: 1.8em;
}
#a581aa5447a567c table th {
  padding-left: 0;
  text-align: right;
  background: #eff7fe;
  font-weight: normal;
  color: #333;
}
#a581aa5447a567c .red {
  color: #F00!important;
}
#a581aa5447a567c .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;
}
#a3709a4fffaae31 .uk-container {
  line-height: 2;
  color: #999;
}
#a7dd5a8918a2e0a > .ele-wrap {background-color: rgba(0, 143, 77, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4521a453fa1fb0 form {
  width: 100%;
  height: 100%;
}
#a4521a453fa1fb0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4521a453fa1fb0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4521a453fa1fb0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4521a453fa1fb0 .search-box .search-type.show {
  display: block;
}
#a4521a453fa1fb0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4521a453fa1fb0 .search-box .search-type li:hover {
  color: #008f4d;
}
#a4521a453fa1fb0 .search-box .search-type li.active {
  color: #008f4d;
}
#a4521a453fa1fb0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #b9b9b9;
  border-right-color: #b9b9b9;
  border-left-color: #b9b9b9;
  border-bottom-color: #b9b9b9;
}
#a4521a453fa1fb0 .inner-form .input-field {
  height: 100%;
}
#a4521a453fa1fb0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a4521a453fa1fb0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a4521a453fa1fb0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4521a453fa1fb0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a4521a453fa1fb0 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a4521a453fa1fb0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #008f4d;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a4521a453fa1fb0 .btn-search:hover {
  background: #008f4d;
}
#a4521a453fa1fb0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a028ba39f6a5f29 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a028ba39f6a5f29 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a028ba39f6a5f29 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a028ba39f6a5f29 .menu-list > li > a {
  padding: 0 20px;
}
#a028ba39f6a5f29 .menu-list > li:hover:before {
  height: 100%;
}
#a028ba39f6a5f29 .menu-list > li:hover:after {
  color: auto;
}
#a028ba39f6a5f29 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: rgba(34, 25, 77, 0);
  font-weight: 400;
  content: "|";
}
#a028ba39f6a5f29 .menu-list > li:first-child:after {
  content: "";
}
#a028ba39f6a5f29 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: none;
}
#a028ba39f6a5f29 .menu-list > li ul {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a028ba39f6a5f29 .menu-list > li ul li {
  position: relative;
}
#a028ba39f6a5f29 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.61);
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a028ba39f6a5f29 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #333333;
}
#a028ba39f6a5f29 .menu-list > li:hover > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #008f4d;
  border-bottom-width: 2px;
  border-bottom-color: #008f4d;
  border-bottom-style: solid;
}
#a028ba39f6a5f29 li ul li:hover > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul li a:active,
#a028ba39f6a5f29 li ul li a.active,
#a028ba39f6a5f29 li ul li.active > a {
  background-color: #008f4d;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a028ba39f6a5f29 li ul,
#a028ba39f6a5f29 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a028ba39f6a5f29 li:hover > ul {
  left: auto;
}
#a028ba39f6a5f29 li ul li:hover ul {
  left: 100%;
  top: 0;
}
