.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Microsoft Yahei";
}
/* ========================================================================
   Component: Base
 ========================================================================== */
/*
 * 1. Set `font-size` to support `rem` units
 *    Not using `font` property because a leading hyphen (e.g. -apple-system) causes the font to break in IE11 and Edge
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 * 3. Style
 */
html {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 3 */
  color: #666;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
/*
   * Removes default margin.
   */
body {
  margin: 0;
  font-size: 14px;
  color: #666;
  background-color: #ffffff;
}
/* Links
   ========================================================================== */
/*
   * 1. Remove the gray background on active links in IE 10.
   * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
   */
a {
  /* 1 */
  background-color: transparent;
  /* 2 */
  -webkit-text-decoration-skip: objects;
}
/*
   * Remove the outline on focused links when they are also active or hovered
   */
a:active,
a:hover {
  outline: none;
}
/*
   * Style
   */
a,
.uk-link {
  color: #1e87f0;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
.uk-link:hover {
  color: #0f6ecd;
}
/* Text-level semantics
   ========================================================================== */
/*
   * 1. Remove the bottom border in Firefox 39-.
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/*
   * 1. Prevent the duplicate application of `bolder` by the next rule in Safari 6.
   * 2. Add the correct font weight in Chrome, Edge, and Safari.
   */
/* 1 */
b,
strong {
  font-weight: inherit;
}
/* 2 */
b,
strong {
  font-weight: bolder;
}
/*
   * 1. Correct the odd `em` font sizing in all browsers.
   * 2. Consolas has a better baseline in running text compared to `Courier`
   * 3. Style
   */
:not(pre) > code,
:not(pre) > kbd,
:not(pre) > samp {
  /* 1 */
  font-size: 11px;
  /* 2 */
  font-family: Consolas, monaco, monospace;
  /* 3 */
  color: #435DBA;
  white-space: nowrap;
  padding: 2px 6px;
  border: 1px solid #EBEBED;
  border-radius: 3px;
}
/*
   * Emphasize
   */
em {
  color: #0f6ecd;
}
/* Preformatted text
   ========================================================================== */
/*
   * 1. Contain overflow in all browsers.
   * 2. Override UA
   */
pre {
  background: #ffffff;
}
pre code {
  font-family: Consolas, monaco, monospace;
}
/* Selection pseudo-element
   ========================================================================== */
::-moz-selection {
  background: #1e87f0;
  text-shadow: none;
}
::selection {
  background: #1e87f0;
  text-shadow: none;
}
/* ========================================================================
     Component: Link
   ========================================================================== */
/* Muted
   ========================================================================== */
a.uk-link-muted,
.uk-link-muted a {
  color: #999999;
}
a.uk-link-muted:hover,
.uk-link-muted a:hover {
  color: #666;
}
/* Text
   ========================================================================== */
/*
   * `!important` needed to override inverse component
   */
a.uk-link-text:not(:hover),
.uk-link-text a:not(:hover) {
  color: inherit !important;
}
a.uk-link-text:hover,
.uk-link-text a:hover {
  color: #999999;
}
/* Hero
   ========================================================================== */
/*
   * 1. Using `inline-block` to make it work with text alignment
   * 2. Center vertically
   * 3. Style
   */
.uk-heading-bullet::before {
  content: "";
  border-left: 4px solid #1e87f0;
}
/* Small
   ========================================================================== */
/*
   * Reset child height, caused by `inline-block`
   */
.uk-divider-small {
  line-height: 0;
}
.uk-divider-small::after {
  border-top: 2px solid #1e87f0;
}
/* ========================================================================
     Component: List
   ========================================================================== */
.uk-list,
.ap-child-list > ul {
  padding: 0;
  list-style: none;
}
.uk-list-striped > li:nth-of-type(odd) {
  background: #f8f8f8;
}
/* ========================================================================
     Component: Description list
   ========================================================================== */
/*
   * Term
   */
.uk-description-list > dd {
  font-size: 16px;
}
/* Caption
   ========================================================================== */
.uk-table caption {
  color: #999999;
}
/*
   * Striped
   */
.uk-table-striped > tr:nth-of-type(odd),
.uk-table-striped tbody tr:nth-of-type(odd) {
  background: #f8f8f8;
}
/* Style modifiers
   ========================================================================== */
/*
   * Link
   */
.uk-icon-link:hover,
.uk-icon-link:focus {
  color: #1e87f0;
  outline: none;
}
/*
   * Button
   * 1. Center icon vertically and horizontally
   */
.uk-icon-button {
  background: #ffffff;
}
/* Hover + Focus */
.uk-icon-button:hover,
.uk-icon-button:focus {
  background-color: #ffffff;
  color: #1e87f0;
  outline: none;
}
/* OnClick + Active */
.uk-icon-button:active,
.uk-active > .uk-icon-button {
  background-color: #1e87f0;
  color: #ffffff;
}
/* Thumb
   ========================================================================== */
/*
   * 1. Reset
   * 2. Style
   */
/* Webkit */
.uk-range::-webkit-slider-thumb {
  background: #666;
}
/* Firefox */
.uk-range::-moz-range-thumb {
  background: #666;
}
/* Edge */
.uk-range::-ms-thumb {
  /* 1 */
  margin-top: 0;
}
/* IE11 */
.uk-range::-ms-thumb {
  background: #666;
}
.uk-input,
.uk-select,
.uk-textarea {
  background: #ffffff;
  color: #666;
}
/* Focus */
.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
  outline: none;
  background-color: #ffffff;
}
/* Disabled */
.uk-input:disabled,
.uk-select:disabled,
.uk-textarea:disabled {
  background-color: #f8f8f8;
  color: #999999;
}
/*
   * Placeholder
   */
.uk-input:-ms-input-placeholder {
  color: #999999 !important;
}
.uk-input::-moz-placeholder {
  color: #999999;
}
.uk-input::-webkit-input-placeholder {
  color: #999999;
}
.uk-textarea:-ms-input-placeholder {
  color: #999999 !important;
}
.uk-textarea::-moz-placeholder {
  color: #999999;
}
.uk-textarea::-webkit-input-placeholder {
  color: #999999;
}
.uk-form-danger,
.uk-form-danger:focus {
  color: #f0506e;
  border-color: #f0506e !important;
}
/*
   * Success
   */
.uk-form-success,
.uk-form-success:focus {
  color: #32d296;
  border-color: #32d296 !important;
}
/*
   * Blank
   */
.uk-form-blank {
  background: none;
  border-color: transparent !important;
}
.uk-form-blank:focus {
  border-color: #EBEBED !important;
  border-style: dashed;
}
/*
   * Checked
   */
.uk-radio:checked,
.uk-checkbox:checked,
.uk-checkbox:indeterminate {
  background-color: #1e87f0;
  border-color: transparent;
}
/* Label
   ========================================================================== */
/* Icons
   ========================================================================== */
.uk-form-icon {
  color: #999999;
}
/*
   * Required for `a`.
   */
.uk-form-icon:hover {
  color: #666;
}
/* OnClick + Active */
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-button-default {
  background-color: #ffffff;
}
/* Hover + Focus */
.uk-button-default:hover,
.uk-button-default:focus {
  background-color: #ffffff;
  color: #1e87f0;
}
/* OnClick + Active */
.uk-button-default:active,
.uk-button-default.uk-active {
  background-color: #1e87f0;
  color: #ffffff;
}
/*
   * Primary
   */
.uk-button-primary {
  background-color: #1e87f0;
  color: #ffffff;
}
/* Hover + Focus */
.uk-button-primary:hover,
.uk-button-primary:focus {
  background-color: #222222;
  color: #ffffff;
}
/* OnClick + Active */
.uk-button-primary:active,
.uk-button-primary.uk-active {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-button-secondary {
  color: #666;
  border: 1px solid #222222;
}
/* OnClick + Active */
.uk-button-secondary:active,
.uk-button-secondary.uk-active {
  background-color: #1e87f0;
  color: #ffffff;
  border-color: #1e87f0;
}
/*
   * Danger
   */
.uk-button-danger {
  background-color: transparent;
  color: #f0506e;
  border: 1px solid #f0506e;
}
/* Hover + Focus */
.uk-button-danger:hover,
.uk-button-danger:focus {
  background-color: transparent;
}
/* OnClick + Active */
.uk-button-danger:active,
.uk-button-danger.uk-active {
  background-color: #f0506e;
  color: #ffffff;
  border-color: #f0506e;
}
/*
   * Disabled
   * The same for all style modifiers
   */
.uk-button-default:disabled,
.uk-button-primary:disabled,
.uk-button-secondary:disabled,
.uk-button-danger:disabled {
  background-color: #f8f8f8;
  color: #999999;
}
/* Text modifiers
   ========================================================================== */
/*
   * Text
   * 1. Reset
   * 2. Style
   */
.uk-button-text {
  /* 1 */
  padding: 0;
  line-height: 1.5;
  background: none;
  /* 2 */
  position: relative;
}
/* Hover + Focus */
.uk-button-text:hover,
.uk-button-text:focus {
  color: #1e87f0;
}
/* Disabled */
.uk-button-text:disabled {
  color: #999999;
}
/*
   * Link
   * 1. Reset
   * 2. Style
   */
.uk-button-link {
  /* 1 */
  padding: 0;
  line-height: 1.5;
  background: none;
  /* 2 */
  color: #1e87f0;
}
/* Hover + Focus */
.uk-button-link:hover,
.uk-button-link:focus {
  color: #0f6ecd;
}
/* Disabled */
.uk-button-link:disabled {
  color: #999999;
  text-decoration: none;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-section-default,
.ap-container-default .uk-container {
  background: #ffffff;
}
/*
   * Primary
   */
.uk-section-primary,
.ap-container-primary .uk-container {
  background: #1e87f0;
}
/*
   * Secondary
   */
.uk-section-secondary,
.ap-container-secondary .uk-container {
  background: #222222;
}
.uk-section-muted,
.ap-container-muted .uk-container {
  background: #f8f8f8;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-tile-default {
  background: #ffffff;
}
/*
   * Muted
   */
.uk-tile-muted {
  background: #f8f8f8;
}
/*
   * Primary
   */
.uk-tile-primary {
  background: #1e87f0;
}
/*
   * Secondary
   */
.uk-tile-secondary {
  background: #222222;
}
/* ========================================================================
     Component: Card
   ========================================================================== */
/* Badge
   ========================================================================== */
.uk-card-badge {
  color: #666;
}
/*
   * Remove margin from adjacent element
   */
.uk-card-badge:first-child + * {
  margin-top: 0;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   * Note: Header and Footer are only implemented for the default style
   */
.uk-card-default {
  background: #ffffff;
  color: #666;
}
.uk-card-default.uk-card-hover:hover {
  background-color: #ffffff;
}
/*
   * Primary
   */
.uk-card-primary {
  background: #1e87f0;
  color: #ffffff;
}
.uk-card-primary .uk-card-title {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-card-secondary {
  background: #222222;
  color: #ffffff;
}
.uk-card-secondary .uk-card-title {
  color: #ffffff;
}
/* ========================================================================
     Component: Close
   ========================================================================== */
/* Hover + Focus */
/* Hover + Focus */
.uk-totop:hover,
.uk-totop:focus {
  outline: none;
  background-color: transparent;
}
/* OnClick */
.uk-totop:active {
  color: #1e87f0;
  background-color: transparent;
}
/* ========================================================================
     Component: Marker
   ========================================================================== */
/*
   * Addopts `uk-icon`
   */
.uk-marker {
  padding: 5px;
  background: #222222;
  color: #ffffff;
}
/* Hover + Focus */
.uk-marker:hover,
.uk-marker:focus {
  color: #ffffff;
  outline: none;
}
/* ========================================================================
     Component: Alert
   ========================================================================== */
.uk-alert {
  position: relative;
  background: #ffffff;
  color: #333;
}
/* Style modifiers
   ========================================================================== */
/*
   * Primary
   */
.uk-alert-primary {
  background: #ffffff;
  color: #1e87f0;
}
/*
   * Success
   */
.uk-alert-success {
  background: #ffffff;
  color: #32d296;
}
/*
   * Warning
   */
.uk-alert-warning {
  background: #ffffff;
  color: #faa05a;
}
/*
   * Danger
   */
.uk-alert-danger {
  background: #ffffff;
  color: #f0506e;
}
/* ========================================================================
     Component: Badge
   ========================================================================== */
/*
   * 1. Style
   * 2. Center child vertically and horizontally
   */
.uk-badge {
  /* 1 */
  background: #1e87f0;
  color: #ffffff;
}
/*
   * Required for `a`
   */
.uk-badge:hover,
.uk-badge:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
/* ========================================================================
     Component: Label
   ========================================================================== */
.uk-label {
  background: #1e87f0;
  color: #ffffff;
}
/* Color modifiers
   ========================================================================== */
/*
   * Success
   */
.uk-label-success {
  background-color: #32d296;
  color: #ffffff;
}
/*
   * Warning
   */
.uk-label-warning {
  background-color: #faa05a;
  color: #ffffff;
}
/*
   * Danger
   */
.uk-label-danger {
  background-color: #f0506e;
  color: #ffffff;
}
/* ========================================================================
     Component: Overlay
   ========================================================================== */
.uk-overlay {
  padding: 20px 20px;
}
/*
   * Remove margin from the last-child
   */
.uk-overlay > :last-child {
  margin-bottom: 0;
}
/* Title
   ========================================================================== */
/* Meta
   ========================================================================== */
.uk-article-meta {
  color: #999999;
}
.uk-article-meta a {
  color: #999999;
}
.uk-article-meta a:hover {
  color: #666;
  text-decoration: none;
}
/* Meta
   ========================================================================== */
.uk-comment-meta {
  color: #999999;
}
/* Style modifier
   ========================================================================== */
.uk-comment-primary {
  background-color: #f8f8f8;
}
.uk-search-input:focus {
  outline: none;
}
/* Placeholder */
.uk-search-input:-ms-input-placeholder {
  color: #999999 !important;
}
.uk-search-input::-moz-placeholder {
  color: #999999;
}
.uk-search-input::-webkit-input-placeholder {
  color: #999999;
}
/* Icon (Adopts `uk-icon`)
   ========================================================================== */
/*
   * Remove default focus style
   */
.uk-search-icon:focus {
  outline: none;
}
.uk-search .uk-search-icon {
  color: #999999;
}
/*
   * Required for `a`.
   */
.uk-search .uk-search-icon:hover {
  color: #999999;
}
/* Focus */
.uk-search-default .uk-search-input:focus {
  background-color: #ffffff;
}
/* Toggle
   ========================================================================== */
.uk-search-toggle {
  color: #999999;
}
/* Hover + Focus */
.uk-search-toggle:hover,
.uk-search-toggle:focus {
  color: #666;
}
/* Parent icon modifier
   ========================================================================== */
.uk-nav-parent-icon > .uk-parent > a::after {
  content: "";
  width: 1.5 em;
  height: 1.5 em;
}
/*
   * Items
   */
.uk-nav-default > li > a {
  color: #999999;
}
/* Hover + Focus */
.uk-nav-default > li > a:hover,
.uk-nav-default > li > a:focus {
  color: #1e87f0;
  background-color: transparent;
}
/* Active */
.uk-nav-default > li.uk-active > a {
  background-color: transparent;
}
/*
   * Header
   */
/*
   * Sublists
   */
.uk-nav-default .uk-nav-sub a {
  color: #999999;
}
.uk-nav-default .uk-nav-sub a:hover,
.uk-nav-default .uk-nav-sub a:focus {
  color: #666;
}
/*
   * Items
   */
.uk-nav-primary > li > a {
  line-height: 1.5;
  color: #999999;
}
/* Hover + Focus */
.uk-nav-primary > li > a:hover,
.uk-nav-primary > li > a:focus {
  color: #1e87f0;
}
/* Active */
/*
   * Header
   */
/*
   * Sublists
   */
.uk-nav-primary .uk-nav-sub a {
  color: #999999;
}
.uk-nav-primary .uk-nav-sub a:hover,
.uk-nav-primary .uk-nav-sub a:focus {
  color: #666;
}
/*
   * Nav items
   */
.uk-navbar-nav > li > a {
  color: #666;
}
.uk-navbar-nav > li > a,
.uk-navbar-item,
.uk-navbar-toggle {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Microsoft Yahei";
}
/*
   * Hover
   * Apply hover style also to focus state and if dropdown is opened
   */
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li > a.uk-open {
  color: #1e87f0;
  outline: none;
}
.uk-navbar-nav > li > a:hover::before {
  background-color: currentColor;
}
/* OnClick */
.uk-navbar-nav > li.uk-active > a::before {
  background-color: #1e87f0;
}
/* Item
   ========================================================================== */
.uk-navbar-item {
  color: #666;
}
/* Toggle
   ========================================================================== */
.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus,
.uk-navbar-toggle.uk-open {
  color: #1e87f0;
}
/* Dropdown
   ========================================================================== */
/*
   * Adopts `uk-dropdown`
   * 1. Hide by default
   * 2. Set position
   * 3. Set a default width
   * 4. Style
   */
.uk-navbar-dropdown {
  background: #ffffff;
  color: #666;
}
/*
   * Items
   */
.uk-navbar-dropdown-nav > li > a {
  color: #999999;
  padding: 5px 0;
}
/* Hover + Focus */
.uk-navbar-dropdown-nav > li > a:hover,
.uk-navbar-dropdown-nav > li > a:focus {
  color: #1e87f0;
  background-color: transparent;
}
/* Active */
/*
   * Sublists
   */
.uk-navbar-dropdown-nav .uk-nav-sub a {
  color: #999999;
}
.uk-navbar-dropdown-nav .uk-nav-sub a:hover,
.uk-navbar-dropdown-nav .uk-nav-sub a:focus {
  color: #666;
}
/* Dropbar
   ========================================================================== */
.uk-navbar-dropbar {
  position: relative;
  background: #ffffff;
  overflow: hidden;
}
/* Items
   ========================================================================== */
/*
   * Items must target `a` elements to exclude other elements (e.g. dropdowns)
   * Using `:first-child` instead of `a` to support `span` elements for text
   * 1. Prevent gap if child element is `inline-block`, e.g. an icon
   * 2. Style
   */
.uk-subnav > * > :first-child {
  color: #999999;
}
/* Hover + Focus */
.uk-subnav > * > a:hover,
.uk-subnav > * > a:focus {
  color: #666;
  text-decoration: none;
  outline: none;
}
/* Active */
/* Pill modifier
   ========================================================================== */
.uk-subnav-pill > * > :first-child {
  color: #999999;
}
/* Hover + Focus */
.uk-subnav-pill > * > a:hover,
.uk-subnav-pill > * > a:focus {
  background-color: #ffffff;
  color: #666;
}
/* OnClick */
.uk-subnav-pill > * > a:active {
  background-color: #ffffff;
}
/* Active */
.uk-subnav-pill > .uk-active > a {
  background-color: #1e87f0;
  color: #ffffff;
}
/* Disabled
   * The same for all style modifiers
   ========================================================================== */
.uk-subnav > .uk-disabled > a {
  color: #999999;
}
/* Items
   ========================================================================== */
.uk-breadcrumb > * > * {
  color: #999999;
}
/* Hover + Focus */
.uk-breadcrumb > * > :hover,
.uk-breadcrumb > * > :focus {
  color: #666;
  text-decoration: none;
}
/* Disabled */
.uk-breadcrumb > .uk-disabled > * {
  color: #999999;
}
/* Active */
/* Items
   ========================================================================== */
/*
   * 1. Prevent gap if child element is `inline-block`, e.g. an icon
   * 2. Style
   */
.uk-pagination > * > * {
  color: #999999;
}
/* Hover + Focus */
.uk-pagination > * > :hover,
.uk-pagination > * > :focus {
  background-color: #ffffff;
}
/* Active */
.uk-pagination > .uk-active > * {
  color: #1e87f0;
  background-color: transparent;
}
/* Disabled */
.uk-pagination > .uk-disabled > * {
  color: #999999;
  background-color: transparent;
}
/* Items
   ========================================================================== */
/*
   * Items must target `a` elements to exclude other elements (e.g. dropdowns)
   * 1. Center text if a width is set
   * 2. Style
   */
.uk-tab > * > a {
  color: #999999;
}
/* Hover + Focus */
.uk-tab > * > a:hover,
.uk-tab > * > a:focus {
  color: #666;
  text-decoration: none;
  border-color: transparent;
}
/* Active */
.uk-tab > .uk-active > a {
  border-color: #1e87f0;
}
/* Disabled */
.uk-tab > .uk-disabled > a {
  color: #999999;
}
/* Items
   ========================================================================== */
/* Hover + Focus */
.uk-dotnav > * > :hover,
.uk-dotnav > * > :focus {
  background-color: rgba(248, 108, 74, 0.4);
  outline: none;
  border-color: transparent;
}
/* OnClick */
.uk-dotnav > * > :active {
  background-color: #1e87f0;
  border-color: transparent;
}
/* Active */
.uk-dotnav > .uk-active > * {
  background-color: #1e87f0;
  border-color: transparent;
}
/* ========================================================================
     Component: Dropdown
   ========================================================================== */
.uk-dropdown {
  background: #ffffff;
  color: #666;
}
/*
   * Items
   */
.uk-dropdown-nav > li > a {
  color: #999999;
}
/* Hover + Focus + Active */
.uk-dropdown-nav > li > a:hover,
.uk-dropdown-nav > li > a:focus,
.uk-dropdown-nav > li.uk-active > a {
  background-color: transparent;
}
/*
   * Header
   */
.uk-dropdown-nav .uk-nav-header {
  color: #1e87f0;
}
/*
   * Sublists
   */
.uk-dropdown-nav .uk-nav-sub a {
  color: #999999;
}
.uk-dropdown-nav .uk-nav-sub a:hover,
.uk-dropdown-nav .uk-nav-sub a:focus {
  color: #1e87f0;
}
/* Dialog
   ========================================================================== */
/*
   * 1. Create position context for spinner and close button
   * 2. Dimensions
   * 3. Fix `max-width: 100%` not working in combination with flex and responsive images in IE11
   *    `!important` needed to overwrite `uk-width-auto`. See `#modal-media-image` in tests
   * 4. Style
   * 5. Slide-in transition
   */
.uk-modal-dialog {
  background: #ffffff;
}
/*
   * Open
   */
.uk-open > .uk-modal-dialog {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* Message
  ========================================================================== */
.uk-notification-message {
  background: #f8f8f8;
  color: #666;
}
/* Style modifiers
   ========================================================================== */
/*
   * Primary
   */
.uk-notification-message-primary {
  color: #1e87f0;
}
/*
   * Success
   */
.uk-notification-message-success {
  color: #32d296;
}
/*
   * Warning
   */
.uk-notification-message-warning {
  color: #faa05a;
}
/*
   * Danger
   */
.uk-notification-message-danger {
  color: #f0506e;
}
/* ========================================================================
     Component: Tooltip
   ========================================================================== */
.uk-tooltip {
  /* 4 */
  background: #1e87f0;
  color: #ffffff;
}
/*
   * Remove animated circles for indeterminate state in IE11 and Edge
   */
.uk-progress:indeterminate {
  color: transparent;
}
/*
   * Progress container
   * 2. Remove progress bar for indeterminate state in Firefox
   */
.uk-progress::-webkit-progress-bar {
  background-color: #f8f8f8;
  border-radius: 500px;
  overflow: hidden;
}
/*
   * Progress bar
   * 1. Remove right border in IE11 and Edge
   */
.uk-progress::-webkit-progress-value {
  background-color: #1e87f0;
}
.uk-progress::-moz-progress-bar {
  background-color: #1e87f0;
}
.uk-progress::-ms-fill {
  background-color: #1e87f0;
}
/* ========================================================================
     Component: Text
   ========================================================================== */
/* Style modifiers
   ========================================================================== */
.uk-text-meta {
  color: #999999;
}
.uk-text-meta a {
  color: #999999;
}
.uk-text-meta a:hover {
  color: #666;
  text-decoration: none;
}
/* Size modifiers
   ========================================================================== */
.uk-text-small {
  font-size: 12px;
  line-height: 1.5;
}
.uk-text-large {
  font-size: 20px;
  line-height: 1.5;
}
/* Weight modifier
   ========================================================================== */
.uk-text-bold {
  font-weight: bolder;
}
/* Transform modifier
   ========================================================================== */
.uk-text-uppercase {
  text-transform: uppercase !important;
}
.uk-text-capitalize {
  text-transform: capitalize !important;
}
.uk-text-lowercase {
  text-transform: lowercase !important;
}
/* Color modifiers
   ========================================================================== */
.uk-text-muted {
  color: #999999 !important;
}
.uk-text-primary {
  color: #1e87f0 !important;
}
.uk-text-success {
  color: #32d296 !important;
}
.uk-text-warning {
  color: #faa05a !important;
}
.uk-text-danger {
  color: #f0506e !important;
}
/* Background modifier */
.uk-text-background {
  color: #1e87f0 !important;
}
@supports (-webkit-background-clip: text) {
  .uk-text-background {
    background-color: #1e87f0;
  }
}
/* ========================================================================
     Component: Background
   ========================================================================== */
/* Color
   ========================================================================== */
.uk-background-default {
  background-color: #ffffff;
}
.uk-background-muted {
  background-color: #f8f8f8;
}
.uk-background-primary {
  background-color: #1e87f0;
}
.uk-background-secondary {
  background-color: #222222;
}
/* ========================================================================
     Component: Inverse
   ========================================================================== */
.uk-light a,
.uk-light .uk-link,
.uk-section-primary:not(.uk-preserve-color) a,
.uk-section-primary:not(.uk-preserve-color) .uk-link,
.uk-section-secondary:not(.uk-preserve-color) a,
.uk-section-secondary:not(.uk-preserve-color) .uk-link,
.uk-tile-primary:not(.uk-preserve-color) a,
.uk-tile-primary:not(.uk-preserve-color) .uk-link,
.uk-tile-secondary:not(.uk-preserve-color) a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link,
.uk-card-primary.uk-card-body a,
.uk-card-primary.uk-card-body .uk-link,
.uk-card-primary > :not([class*='uk-card-media']) a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-link,
.uk-card-secondary.uk-card-body a,
.uk-card-secondary.uk-card-body .uk-link,
.uk-card-secondary > :not([class*='uk-card-media']) a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-link,
.uk-overlay-primary a,
.uk-overlay-primary .uk-link,
.ap-toolbar a,
.ap-toolbar .uk-link {
  color: #ffffff;
}
.uk-light a:hover,
.uk-light .uk-link:hover,
.uk-section-primary:not(.uk-preserve-color) a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-link:hover,
.uk-section-secondary:not(.uk-preserve-color) a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-link:hover,
.uk-tile-primary:not(.uk-preserve-color) a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-link:hover,
.uk-tile-secondary:not(.uk-preserve-color) a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link:hover,
.uk-card-primary.uk-card-body a:hover,
.uk-card-primary.uk-card-body .uk-link:hover,
.uk-card-primary > :not([class*='uk-card-media']) a:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-link:hover,
.uk-card-secondary.uk-card-body a:hover,
.uk-card-secondary.uk-card-body .uk-link:hover,
.uk-card-secondary > :not([class*='uk-card-media']) a:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-link:hover,
.uk-overlay-primary a:hover,
.uk-overlay-primary .uk-link:hover,
.ap-toolbar a:hover,
.ap-toolbar .uk-link:hover {
  color: #ffffff;
}
.uk-light em,
.uk-section-primary:not(.uk-preserve-color) em,
.uk-section-secondary:not(.uk-preserve-color) em,
.uk-tile-primary:not(.uk-preserve-color) em,
.uk-tile-secondary:not(.uk-preserve-color) em,
.uk-card-primary.uk-card-body em,
.uk-card-primary > :not([class*='uk-card-media']) em,
.uk-card-secondary.uk-card-body em,
.uk-card-secondary > :not([class*='uk-card-media']) em,
.uk-overlay-primary em,
.ap-toolbar em {
  color: #ffffff;
}
.uk-light h1,
.uk-light .uk-h1,
.uk-light h2,
.uk-light .uk-h2,
.uk-light h3,
.uk-light .uk-h3,
.uk-light h4,
.uk-light .uk-h4,
.uk-light h5,
.uk-light .uk-h5,
.uk-light h6,
.uk-light .uk-h6,
.uk-section-primary:not(.uk-preserve-color) h1,
.uk-section-primary:not(.uk-preserve-color) .uk-h1,
.uk-section-primary:not(.uk-preserve-color) h2,
.uk-section-primary:not(.uk-preserve-color) .uk-h2,
.uk-section-primary:not(.uk-preserve-color) h3,
.uk-section-primary:not(.uk-preserve-color) .uk-h3,
.uk-section-primary:not(.uk-preserve-color) h4,
.uk-section-primary:not(.uk-preserve-color) .uk-h4,
.uk-section-primary:not(.uk-preserve-color) h5,
.uk-section-primary:not(.uk-preserve-color) .uk-h5,
.uk-section-primary:not(.uk-preserve-color) h6,
.uk-section-primary:not(.uk-preserve-color) .uk-h6,
.uk-section-secondary:not(.uk-preserve-color) h1,
.uk-section-secondary:not(.uk-preserve-color) .uk-h1,
.uk-section-secondary:not(.uk-preserve-color) h2,
.uk-section-secondary:not(.uk-preserve-color) .uk-h2,
.uk-section-secondary:not(.uk-preserve-color) h3,
.uk-section-secondary:not(.uk-preserve-color) .uk-h3,
.uk-section-secondary:not(.uk-preserve-color) h4,
.uk-section-secondary:not(.uk-preserve-color) .uk-h4,
.uk-section-secondary:not(.uk-preserve-color) h5,
.uk-section-secondary:not(.uk-preserve-color) .uk-h5,
.uk-section-secondary:not(.uk-preserve-color) h6,
.uk-section-secondary:not(.uk-preserve-color) .uk-h6,
.uk-tile-primary:not(.uk-preserve-color) h1,
.uk-tile-primary:not(.uk-preserve-color) .uk-h1,
.uk-tile-primary:not(.uk-preserve-color) h2,
.uk-tile-primary:not(.uk-preserve-color) .uk-h2,
.uk-tile-primary:not(.uk-preserve-color) h3,
.uk-tile-primary:not(.uk-preserve-color) .uk-h3,
.uk-tile-primary:not(.uk-preserve-color) h4,
.uk-tile-primary:not(.uk-preserve-color) .uk-h4,
.uk-tile-primary:not(.uk-preserve-color) h5,
.uk-tile-primary:not(.uk-preserve-color) .uk-h5,
.uk-tile-primary:not(.uk-preserve-color) h6,
.uk-tile-primary:not(.uk-preserve-color) .uk-h6,
.uk-tile-secondary:not(.uk-preserve-color) h1,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h1,
.uk-tile-secondary:not(.uk-preserve-color) h2,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h2,
.uk-tile-secondary:not(.uk-preserve-color) h3,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h3,
.uk-tile-secondary:not(.uk-preserve-color) h4,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h4,
.uk-tile-secondary:not(.uk-preserve-color) h5,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h5,
.uk-tile-secondary:not(.uk-preserve-color) h6,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h6,
.uk-card-primary.uk-card-body h1,
.uk-card-primary.uk-card-body .uk-h1,
.uk-card-primary.uk-card-body h2,
.uk-card-primary.uk-card-body .uk-h2,
.uk-card-primary.uk-card-body h3,
.uk-card-primary.uk-card-body .uk-h3,
.uk-card-primary.uk-card-body h4,
.uk-card-primary.uk-card-body .uk-h4,
.uk-card-primary.uk-card-body h5,
.uk-card-primary.uk-card-body .uk-h5,
.uk-card-primary.uk-card-body h6,
.uk-card-primary.uk-card-body .uk-h6,
.uk-card-primary > :not([class*='uk-card-media']) h1,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h1,
.uk-card-primary > :not([class*='uk-card-media']) h2,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h2,
.uk-card-primary > :not([class*='uk-card-media']) h3,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h3,
.uk-card-primary > :not([class*='uk-card-media']) h4,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h4,
.uk-card-primary > :not([class*='uk-card-media']) h5,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h5,
.uk-card-primary > :not([class*='uk-card-media']) h6,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h6,
.uk-card-secondary.uk-card-body h1,
.uk-card-secondary.uk-card-body .uk-h1,
.uk-card-secondary.uk-card-body h2,
.uk-card-secondary.uk-card-body .uk-h2,
.uk-card-secondary.uk-card-body h3,
.uk-card-secondary.uk-card-body .uk-h3,
.uk-card-secondary.uk-card-body h4,
.uk-card-secondary.uk-card-body .uk-h4,
.uk-card-secondary.uk-card-body h5,
.uk-card-secondary.uk-card-body .uk-h5,
.uk-card-secondary.uk-card-body h6,
.uk-card-secondary.uk-card-body .uk-h6,
.uk-card-secondary > :not([class*='uk-card-media']) h1,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h1,
.uk-card-secondary > :not([class*='uk-card-media']) h2,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h2,
.uk-card-secondary > :not([class*='uk-card-media']) h3,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h3,
.uk-card-secondary > :not([class*='uk-card-media']) h4,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h4,
.uk-card-secondary > :not([class*='uk-card-media']) h5,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h5,
.uk-card-secondary > :not([class*='uk-card-media']) h6,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h6,
.uk-overlay-primary h1,
.uk-overlay-primary .uk-h1,
.uk-overlay-primary h2,
.uk-overlay-primary .uk-h2,
.uk-overlay-primary h3,
.uk-overlay-primary .uk-h3,
.uk-overlay-primary h4,
.uk-overlay-primary .uk-h4,
.uk-overlay-primary h5,
.uk-overlay-primary .uk-h5,
.uk-overlay-primary h6,
.uk-overlay-primary .uk-h6,
.ap-toolbar h1,
.ap-toolbar .uk-h1,
.ap-toolbar h2,
.ap-toolbar .uk-h2,
.ap-toolbar h3,
.ap-toolbar .uk-h3,
.ap-toolbar h4,
.ap-toolbar .uk-h4,
.ap-toolbar h5,
.ap-toolbar .uk-h5,
.ap-toolbar h6,
.ap-toolbar .uk-h6 {
  color: #ffffff;
}
.uk-light blockquote,
.uk-section-primary:not(.uk-preserve-color) blockquote,
.uk-section-secondary:not(.uk-preserve-color) blockquote,
.uk-tile-primary:not(.uk-preserve-color) blockquote,
.uk-tile-secondary:not(.uk-preserve-color) blockquote,
.uk-card-primary.uk-card-body blockquote,
.uk-card-primary > :not([class*='uk-card-media']) blockquote,
.uk-card-secondary.uk-card-body blockquote,
.uk-card-secondary > :not([class*='uk-card-media']) blockquote,
.uk-overlay-primary blockquote,
.ap-toolbar blockquote {
  color: #ffffff;
}
.uk-light .uk-heading-primary,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-primary,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-primary,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-primary,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-primary,
.uk-card-primary.uk-card-body .uk-heading-primary,
.uk-card-primary > :not([class*='uk-card-media']) .uk-heading-primary,
.uk-card-secondary.uk-card-body .uk-heading-primary,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-primary,
.uk-overlay-primary .uk-heading-primary,
.ap-toolbar .uk-heading-primary {
  color: #ffffff;
}
.uk-light .uk-heading-hero,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-hero,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-hero,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-hero,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-hero,
.uk-card-primary.uk-card-body .uk-heading-hero,
.uk-card-primary > :not([class*='uk-card-media']) .uk-heading-hero,
.uk-card-secondary.uk-card-body .uk-heading-hero,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-hero,
.uk-overlay-primary .uk-heading-hero,
.ap-toolbar .uk-heading-hero {
  color: #ffffff;
}
.uk-light .uk-icon-button,
.uk-section-primary:not(.uk-preserve-color) .uk-icon-button,
.uk-section-secondary:not(.uk-preserve-color) .uk-icon-button,
.uk-tile-primary:not(.uk-preserve-color) .uk-icon-button,
.uk-tile-secondary:not(.uk-preserve-color) .uk-icon-button,
.uk-card-primary.uk-card-body .uk-icon-button,
.uk-card-primary > :not([class*='uk-card-media']) .uk-icon-button,
.uk-card-secondary.uk-card-body .uk-icon-button,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-icon-button,
.uk-overlay-primary .uk-icon-button,
.ap-toolbar .uk-icon-button {
  background-color: #ffffff;
  background-image: none;
}
.uk-light .uk-radio:checked,
.uk-light .uk-checkbox:checked,
.uk-light .uk-checkbox:indeterminate,
.uk-section-primary:not(.uk-preserve-color) .uk-radio:checked,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-section-secondary:not(.uk-preserve-color) .uk-radio:checked,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-tile-primary:not(.uk-preserve-color) .uk-radio:checked,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-tile-secondary:not(.uk-preserve-color) .uk-radio:checked,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-card-primary.uk-card-body .uk-radio:checked,
.uk-card-primary.uk-card-body .uk-checkbox:checked,
.uk-card-primary.uk-card-body .uk-checkbox:indeterminate,
.uk-card-primary > :not([class*='uk-card-media']) .uk-radio:checked,
.uk-card-primary > :not([class*='uk-card-media']) .uk-checkbox:checked,
.uk-card-primary > :not([class*='uk-card-media']) .uk-checkbox:indeterminate,
.uk-card-secondary.uk-card-body .uk-radio:checked,
.uk-card-secondary.uk-card-body .uk-checkbox:checked,
.uk-card-secondary.uk-card-body .uk-checkbox:indeterminate,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-radio:checked,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-checkbox:checked,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-checkbox:indeterminate,
.uk-overlay-primary .uk-radio:checked,
.uk-overlay-primary .uk-checkbox:checked,
.uk-overlay-primary .uk-checkbox:indeterminate,
.ap-toolbar .uk-radio:checked,
.ap-toolbar .uk-checkbox:checked,
.ap-toolbar .uk-checkbox:indeterminate {
  background-color: #ffffff;
  border-color: transparent;
}
.uk-light .uk-form-label,
.uk-section-primary:not(.uk-preserve-color) .uk-form-label,
.uk-section-secondary:not(.uk-preserve-color) .uk-form-label,
.uk-tile-primary:not(.uk-preserve-color) .uk-form-label,
.uk-tile-secondary:not(.uk-preserve-color) .uk-form-label,
.uk-card-primary.uk-card-body .uk-form-label,
.uk-card-primary > :not([class*='uk-card-media']) .uk-form-label,
.uk-card-secondary.uk-card-body .uk-form-label,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-form-label,
.uk-overlay-primary .uk-form-label,
.ap-toolbar .uk-form-label {
  color: #ffffff;
}
.uk-light .uk-button-default,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default,
.uk-card-primary.uk-card-body .uk-button-default,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default,
.uk-card-secondary.uk-card-body .uk-button-default,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default,
.uk-overlay-primary .uk-button-default,
.ap-toolbar .uk-button-default {
  background-color: #ffffff;
  color: #333;
  border-color: transparent;
  background-image: none;
  box-shadow: none;
}
.uk-light .uk-button-default:hover,
.uk-light .uk-button-default:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-card-primary.uk-card-body .uk-button-default:hover,
.uk-card-primary.uk-card-body .uk-button-default:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default:focus,
.uk-card-secondary.uk-card-body .uk-button-default:hover,
.uk-card-secondary.uk-card-body .uk-button-default:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default:focus,
.uk-overlay-primary .uk-button-default:hover,
.uk-overlay-primary .uk-button-default:focus,
.ap-toolbar .uk-button-default:hover,
.ap-toolbar .uk-button-default:focus {
  background-color: #ffffff;
  color: #1e87f0;
  border-color: transparent;
  box-shadow: none;
}
.uk-light .uk-button-default:active,
.uk-light .uk-button-default.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default:active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-card-primary.uk-card-body .uk-button-default:active,
.uk-card-primary.uk-card-body .uk-button-default.uk-active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default.uk-active,
.uk-card-secondary.uk-card-body .uk-button-default:active,
.uk-card-secondary.uk-card-body .uk-button-default.uk-active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default.uk-active,
.uk-overlay-primary .uk-button-default:active,
.uk-overlay-primary .uk-button-default.uk-active,
.ap-toolbar .uk-button-default:active,
.ap-toolbar .uk-button-default.uk-active {
  background-color: #1e87f0;
  color: #ffffff;
  border-color: transparent;
}
.uk-light .uk-button-primary,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary,
.uk-card-primary.uk-card-body .uk-button-primary,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary,
.uk-card-secondary.uk-card-body .uk-button-primary,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary,
.uk-overlay-primary .uk-button-primary,
.ap-toolbar .uk-button-primary {
  background-color: #1e87f0;
  color: #ffffff;
  border-color: transparent;
  background-image: none;
  box-shadow: none;
}
.uk-light .uk-button-primary:hover,
.uk-light .uk-button-primary:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-card-primary.uk-card-body .uk-button-primary:hover,
.uk-card-primary.uk-card-body .uk-button-primary:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:focus,
.uk-card-secondary.uk-card-body .uk-button-primary:hover,
.uk-card-secondary.uk-card-body .uk-button-primary:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:focus,
.uk-overlay-primary .uk-button-primary:hover,
.uk-overlay-primary .uk-button-primary:focus,
.ap-toolbar .uk-button-primary:hover,
.ap-toolbar .uk-button-primary:focus {
  color: #ffffff;
  border-color: transparent;
  box-shadow: none;
}
.uk-light .uk-button-primary:active,
.uk-light .uk-button-primary.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-card-primary.uk-card-body .uk-button-primary:active,
.uk-card-primary.uk-card-body .uk-button-primary.uk-active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary.uk-active,
.uk-card-secondary.uk-card-body .uk-button-primary:active,
.uk-card-secondary.uk-card-body .uk-button-primary.uk-active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary.uk-active,
.uk-overlay-primary .uk-button-primary:active,
.uk-overlay-primary .uk-button-primary.uk-active,
.ap-toolbar .uk-button-primary:active,
.ap-toolbar .uk-button-primary.uk-active {
  color: #ffffff;
  border-color: transparent;
}
.uk-light .uk-button-secondary,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary,
.uk-card-primary.uk-card-body .uk-button-secondary,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary,
.uk-card-secondary.uk-card-body .uk-button-secondary,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary,
.uk-overlay-primary .uk-button-secondary,
.ap-toolbar .uk-button-secondary {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
  background-image: none;
  box-shadow: none;
}
.uk-light .uk-button-secondary:hover,
.uk-light .uk-button-secondary:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-card-primary.uk-card-body .uk-button-secondary:hover,
.uk-card-primary.uk-card-body .uk-button-secondary:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:focus,
.uk-card-secondary.uk-card-body .uk-button-secondary:hover,
.uk-card-secondary.uk-card-body .uk-button-secondary:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:focus,
.uk-overlay-primary .uk-button-secondary:hover,
.uk-overlay-primary .uk-button-secondary:focus,
.ap-toolbar .uk-button-secondary:hover,
.ap-toolbar .uk-button-secondary:focus {
  background-color: transparent;
  color: #ffffff;
  box-shadow: none;
}
.uk-light .uk-button-secondary:active,
.uk-light .uk-button-secondary.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-card-primary.uk-card-body .uk-button-secondary:active,
.uk-card-primary.uk-card-body .uk-button-secondary.uk-active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary.uk-active,
.uk-card-secondary.uk-card-body .uk-button-secondary:active,
.uk-card-secondary.uk-card-body .uk-button-secondary.uk-active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary.uk-active,
.uk-overlay-primary .uk-button-secondary:active,
.uk-overlay-primary .uk-button-secondary.uk-active,
.ap-toolbar .uk-button-secondary:active,
.ap-toolbar .uk-button-secondary.uk-active {
  background-color: #ffffff;
  border-color: #ffffff;
}
.uk-light .uk-button-text,
.uk-section-primary:not(.uk-preserve-color) .uk-button-text,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-text,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-text,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-text,
.uk-card-primary.uk-card-body .uk-button-text,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-text,
.uk-card-secondary.uk-card-body .uk-button-text,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-text,
.uk-overlay-primary .uk-button-text,
.ap-toolbar .uk-button-text {
  color: #ffffff;
}
.uk-light .uk-totop:active,
.uk-section-primary:not(.uk-preserve-color) .uk-totop:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-totop:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-totop:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-totop:active,
.uk-card-primary.uk-card-body .uk-totop:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-totop:active,
.uk-card-secondary.uk-card-body .uk-totop:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-totop:active,
.uk-overlay-primary .uk-totop:active,
.ap-toolbar .uk-totop:active {
  color: #ffffff;
  background-color: transparent;
}
.uk-light .uk-marker,
.uk-section-primary:not(.uk-preserve-color) .uk-marker,
.uk-section-secondary:not(.uk-preserve-color) .uk-marker,
.uk-tile-primary:not(.uk-preserve-color) .uk-marker,
.uk-tile-secondary:not(.uk-preserve-color) .uk-marker,
.uk-card-primary.uk-card-body .uk-marker,
.uk-card-primary > :not([class*='uk-card-media']) .uk-marker,
.uk-card-secondary.uk-card-body .uk-marker,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-marker,
.uk-overlay-primary .uk-marker,
.ap-toolbar .uk-marker {
  background: #f8f8f8;
  color: #666;
}
.uk-light .uk-marker:hover,
.uk-light .uk-marker:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-marker:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-marker:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-marker:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-marker:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-marker:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-marker:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-marker:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-marker:focus,
.uk-card-primary.uk-card-body .uk-marker:hover,
.uk-card-primary.uk-card-body .uk-marker:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-marker:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-marker:focus,
.uk-card-secondary.uk-card-body .uk-marker:hover,
.uk-card-secondary.uk-card-body .uk-marker:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-marker:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-marker:focus,
.uk-overlay-primary .uk-marker:hover,
.uk-overlay-primary .uk-marker:focus,
.ap-toolbar .uk-marker:hover,
.ap-toolbar .uk-marker:focus {
  color: #666;
}
.uk-light .uk-badge,
.uk-section-primary:not(.uk-preserve-color) .uk-badge,
.uk-section-secondary:not(.uk-preserve-color) .uk-badge,
.uk-tile-primary:not(.uk-preserve-color) .uk-badge,
.uk-tile-secondary:not(.uk-preserve-color) .uk-badge,
.uk-card-primary.uk-card-body .uk-badge,
.uk-card-primary > :not([class*='uk-card-media']) .uk-badge,
.uk-card-secondary.uk-card-body .uk-badge,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-badge,
.uk-overlay-primary .uk-badge,
.ap-toolbar .uk-badge {
  background-color: #ffffff;
  color: #333;
}
.uk-light .uk-label,
.uk-section-primary:not(.uk-preserve-color) .uk-label,
.uk-section-secondary:not(.uk-preserve-color) .uk-label,
.uk-tile-primary:not(.uk-preserve-color) .uk-label,
.uk-tile-secondary:not(.uk-preserve-color) .uk-label,
.uk-card-primary.uk-card-body .uk-label,
.uk-card-primary > :not([class*='uk-card-media']) .uk-label,
.uk-card-secondary.uk-card-body .uk-label,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-label,
.uk-overlay-primary .uk-label,
.ap-toolbar .uk-label {
  background-color: #ffffff;
}
.uk-light .uk-article-title,
.uk-section-primary:not(.uk-preserve-color) .uk-article-title,
.uk-section-secondary:not(.uk-preserve-color) .uk-article-title,
.uk-tile-primary:not(.uk-preserve-color) .uk-article-title,
.uk-tile-secondary:not(.uk-preserve-color) .uk-article-title,
.uk-card-primary.uk-card-body .uk-article-title,
.uk-card-primary > :not([class*='uk-card-media']) .uk-article-title,
.uk-card-secondary.uk-card-body .uk-article-title,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-article-title,
.uk-overlay-primary .uk-article-title,
.ap-toolbar .uk-article-title {
  color: #ffffff;
}
.uk-light .uk-nav-default > li > a:hover,
.uk-light .uk-nav-default > li > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-card-primary.uk-card-body .uk-nav-default > li > a:hover,
.uk-card-primary.uk-card-body .uk-nav-default > li > a:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li > a:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li > a:focus,
.uk-card-secondary.uk-card-body .uk-nav-default > li > a:hover,
.uk-card-secondary.uk-card-body .uk-nav-default > li > a:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li > a:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li > a:focus,
.uk-overlay-primary .uk-nav-default > li > a:hover,
.uk-overlay-primary .uk-nav-default > li > a:focus,
.ap-toolbar .uk-nav-default > li > a:hover,
.ap-toolbar .uk-nav-default > li > a:focus {
  color: rgba(197, 57, 15, 0.7);
  background-color: transparent;
}
.uk-light .uk-nav-default > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-nav-default > li.uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-nav-default > li.uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li.uk-active > a,
.uk-overlay-primary .uk-nav-default > li.uk-active > a,
.ap-toolbar .uk-nav-default > li.uk-active > a {
  color: #ffffff;
  background-color: transparent;
}
.uk-light .uk-nav-default .uk-nav-header,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-card-primary.uk-card-body .uk-nav-default .uk-nav-header,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-header,
.uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-header,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-header,
.uk-overlay-primary .uk-nav-default .uk-nav-header,
.ap-toolbar .uk-nav-default .uk-nav-header {
  color: #ffffff;
}
.uk-light .uk-nav-primary > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-nav-primary > li.uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-nav-primary > li.uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary > li.uk-active > a,
.uk-overlay-primary .uk-nav-primary > li.uk-active > a,
.ap-toolbar .uk-nav-primary > li.uk-active > a {
  color: #ffffff;
}
.uk-light .uk-nav-primary .uk-nav-header,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-header,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-header,
.uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-header,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-header,
.uk-overlay-primary .uk-nav-primary .uk-nav-header,
.ap-toolbar .uk-nav-primary .uk-nav-header {
  color: #ffffff;
}
.uk-light .uk-navbar-nav > li > a::before,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a::before,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a::before,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a::before,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a::before,
.uk-overlay-primary .uk-navbar-nav > li > a::before,
.ap-toolbar .uk-navbar-nav > li > a::before {
  background-color: transparent;
}
.uk-light .uk-navbar-nav > li:hover > a,
.uk-light .uk-navbar-nav > li > a:focus,
.uk-light .uk-navbar-nav > li > a.uk-open,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-card-primary.uk-card-body .uk-navbar-nav > li:hover > a,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a:focus,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a.uk-open,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li:hover > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a.uk-open,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li:hover > a,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a:focus,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a.uk-open,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li:hover > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a.uk-open,
.uk-overlay-primary .uk-navbar-nav > li:hover > a,
.uk-overlay-primary .uk-navbar-nav > li > a:focus,
.uk-overlay-primary .uk-navbar-nav > li > a.uk-open,
.ap-toolbar .uk-navbar-nav > li:hover > a,
.ap-toolbar .uk-navbar-nav > li > a:focus,
.ap-toolbar .uk-navbar-nav > li > a.uk-open {
  color: #ffffff;
}
.uk-light .uk-navbar-nav > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-navbar-nav > li.uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li.uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a,
.uk-overlay-primary .uk-navbar-nav > li.uk-active > a,
.ap-toolbar .uk-navbar-nav > li.uk-active > a {
  color: #ffffff;
}
.uk-light .uk-navbar-nav > li.uk-active > a::before,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-card-primary.uk-card-body .uk-navbar-nav > li.uk-active > a::before,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a::before,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li.uk-active > a::before,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a::before,
.uk-overlay-primary .uk-navbar-nav > li.uk-active > a::before,
.ap-toolbar .uk-navbar-nav > li.uk-active > a::before {
  background-color: #1e87f0;
}
.uk-light .uk-navbar-toggle,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-card-primary.uk-card-body .uk-navbar-toggle,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-toggle,
.uk-card-secondary.uk-card-body .uk-navbar-toggle,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-toggle,
.uk-overlay-primary .uk-navbar-toggle,
.ap-toolbar .uk-navbar-toggle {
  color: #ffffff;
}
.uk-light .uk-subnav > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-card-primary.uk-card-body .uk-subnav > .uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-subnav > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-subnav > .uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav > .uk-active > a,
.uk-overlay-primary .uk-subnav > .uk-active > a,
.ap-toolbar .uk-subnav > .uk-active > a {
  color: #ffffff;
}
.uk-light .uk-subnav-pill > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-card-primary.uk-card-body .uk-subnav-pill > .uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-subnav-pill > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-subnav-pill > .uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav-pill > .uk-active > a,
.uk-overlay-primary .uk-subnav-pill > .uk-active > a,
.ap-toolbar .uk-subnav-pill > .uk-active > a {
  background-color: #ffffff;
  box-shadow: none;
}
.uk-light .uk-tab > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-card-primary.uk-card-body .uk-tab > .uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-tab > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-tab > .uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-tab > .uk-active > a,
.uk-overlay-primary .uk-tab > .uk-active > a,
.ap-toolbar .uk-tab > .uk-active > a {
  color: #ffffff;
  border-color: #ffffff;
}
.uk-light .uk-dotnav > .uk-active > *,
.uk-section-primary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-card-primary.uk-card-body .uk-dotnav > .uk-active > *,
.uk-card-primary > :not([class*='uk-card-media']) .uk-dotnav > .uk-active > *,
.uk-card-secondary.uk-card-body .uk-dotnav > .uk-active > *,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-dotnav > .uk-active > *,
.uk-overlay-primary .uk-dotnav > .uk-active > *,
.ap-toolbar .uk-dotnav > .uk-active > * {
  background-color: #ffffff;
  border-color: transparent;
}
.uk-light .uk-countdown-number,
.uk-light .uk-countdown-separator,
.uk-section-primary:not(.uk-preserve-color) .uk-countdown-number,
.uk-section-primary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-section-secondary:not(.uk-preserve-color) .uk-countdown-number,
.uk-section-secondary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-tile-primary:not(.uk-preserve-color) .uk-countdown-number,
.uk-tile-primary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-tile-secondary:not(.uk-preserve-color) .uk-countdown-number,
.uk-tile-secondary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-card-primary.uk-card-body .uk-countdown-number,
.uk-card-primary.uk-card-body .uk-countdown-separator,
.uk-card-primary > :not([class*='uk-card-media']) .uk-countdown-number,
.uk-card-primary > :not([class*='uk-card-media']) .uk-countdown-separator,
.uk-card-secondary.uk-card-body .uk-countdown-number,
.uk-card-secondary.uk-card-body .uk-countdown-separator,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-countdown-number,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-countdown-separator,
.uk-overlay-primary .uk-countdown-number,
.uk-overlay-primary .uk-countdown-separator,
.ap-toolbar .uk-countdown-number,
.ap-toolbar .uk-countdown-separator {
  color: #ffffff;
}
.uk-light .uk-countdown-label,
.uk-section-primary:not(.uk-preserve-color) .uk-countdown-label,
.uk-section-secondary:not(.uk-preserve-color) .uk-countdown-label,
.uk-tile-primary:not(.uk-preserve-color) .uk-countdown-label,
.uk-tile-secondary:not(.uk-preserve-color) .uk-countdown-label,
.uk-card-primary.uk-card-body .uk-countdown-label,
.uk-card-primary > :not([class*='uk-card-media']) .uk-countdown-label,
.uk-card-secondary.uk-card-body .uk-countdown-label,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-countdown-label,
.uk-overlay-primary .uk-countdown-label,
.ap-toolbar .uk-countdown-label {
  color: #ffffff;
}
.uk-light .uk-text-lead,
.uk-section-primary:not(.uk-preserve-color) .uk-text-lead,
.uk-section-secondary:not(.uk-preserve-color) .uk-text-lead,
.uk-tile-primary:not(.uk-preserve-color) .uk-text-lead,
.uk-tile-secondary:not(.uk-preserve-color) .uk-text-lead,
.uk-card-primary.uk-card-body .uk-text-lead,
.uk-card-primary > :not([class*='uk-card-media']) .uk-text-lead,
.uk-card-secondary.uk-card-body .uk-text-lead,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-text-lead,
.uk-overlay-primary .uk-text-lead,
.ap-toolbar .uk-text-lead {
  color: #ffffff;
}
/* Header
   ========================================================================== */
/*
   * Header
   */
/*
   * Headerbars
   */
.ap-headerbar-top {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #ffffff;
}
.ap-headerbar-bottom {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #ffffff;
}
.ap-header .uk-navbar-nav .menu-item a {
  position: relative;
}
.ap-header .uk-navbar-nav .menu-item a:hover,
.ap-header .uk-navbar-nav .uk-active a {
  font-weight: bolder;
}
.ap-header .uk-navbar-nav .menu-item a:hover::before,
.ap-header .uk-navbar-nav .uk-active a::before {
  right: 15px;
  display: block;
}
.ap-header-transparent {
  position: absolute;
  z-index: 980;
  left: 0;
  right: 0;
}
.ap-header-transparent .uk-navbar-nav .menu-item a {
  position: relative;
  color: #fff;
}
.ap-header-transparent .uk-navbar-nav .menu-item a:hover::before,
.ap-header-transparent .uk-navbar-nav .uk-active a::before {
  background-color: #fff;
}
.uk-navbar-transparent {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 80px;
  z-index: 100;
  transition: background-color 0.3s ease-in;
}
.uk-navbar-transparent.uk-sticky-below {
  z-index: 1000;
}
.uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li.uk-active > a,
.uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a:hover {
  color: #292929;
}
.uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a {
  color: #4f5260;
}
.uk-section-secondary .uk-navbar-transparent.uk-sticky-below,
.uk-section-secondary .uk-navbar-container:not(.uk-navbar-transparent) {
  background: rgba(34, 34, 34, 0.94);
}
.uk-section-secondary .uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a,
.uk-section-secondary .uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a:hover {
  color: #fff;
}
.uk-section-primary .uk-navbar-container.uk-navbar-sticky {
  background-color: #1e87f0;
}
.uk-section-muted .uk-navbar-container.uk-navbar-sticky {
  background-color: #f8f8f8;
}
.uk-section-primary .uk-navbar-container.uk-navbar-sticky {
  background-color: #1e87f0;
}
.uk-navbar-container:not(.uk-navbar-transparent) {
  background: transparent;
}
.uk-navbar-sticky {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.07);
}
.uk-navbar-nav > li > a::before {
  content: '';
  display: none;
  position: absolute;
  bottom: 24px;
  height: 1px;
  background-color: #00a0de;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-transition-property: background-color, border-color, box-shadow, height, right;
  transition-property: background-color, border-color, box-shadow, height, right;
  left: 15px;
  right: calc(77%);
}
.category .uk-pagination li.uk-active,
.ap-pagination li.uk-active,
.dynamic-pagination li.uk-active,
.category .uk-pagination li.active,
.ap-pagination li.active,
.dynamic-pagination li.active {
  background-color: #1e87f0;
  border-color: #1e87f0;
}
.category .uk-pagination li:hover,
.ap-pagination li:hover,
.dynamic-pagination li:hover {
  border-color: #1e87f0;
}
/* ========================================================================
   Component: Padding
 ========================================================================== */
/* mobile */
@media (max-width: 640px) {
  .uk-padding {
    padding: 14px;
  }
  .uk-padding-small {
    padding: 12px 15px 8px;
  }
  * + .uk-margin-medium {
    margin-top: 12px !important;
  }
  .uk-margin-medium {
    margin-bottom: 16px;
  }
  .uk-button {
    padding: 0 12px;
    line-height: 30px;
  }
  .uk-card-default .uk-card-title,
  .uk-card-title {
    font-size: 1rem;
  }
  .uk-card-body {
    padding: 10px;
  }
  .uk-tile-large {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .uk-heading-primary,
  .uk-heading-hero,
  .uk-h1,
  h1 {
    font-size: 1.75rem;
  }
  .uk-h2,
  h2 {
    font-size: 1.25rem;
  }
  .uk-h3,
  h3 {
    font-size: 1.125rem;
  }
  .uk-h4,
  h4 {
    font-size: .875rem;
  }
  .uk-h5,
  h5,
  .uk-h6,
  h6 {
    font-size: .75rem;
  }
  .uk-margin {
    margin-bottom: 14px;
  }
  * + .uk-margin {
    margin-top: 14px!important;
  }
  .uk-grid {
    margin-left: -6px;
  }
  .uk-grid > * {
    padding-left: 6px;
  }
  * + .uk-grid-margin,
  .uk-grid + .uk-grid,
  .uk-grid > .uk-grid-margin {
    margin-top: 12px;
  }
  .uk-grid + .uk-grid-collapse,
  .uk-grid-collapse > .uk-grid-margin {
    margin-top: 0;
  }
  .uk-grid-collapse > * {
    padding-left: 0;
  }
  .uk-grid-collapse {
    margin-left: 0;
  }
  .uk-card-small .uk-card-body,
  .uk-card-small.uk-card-body {
    padding: 6px;
  }
  .uk-section {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .uk-section-xsmall {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .uk-section-small {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .uk-margin-large-top {
    margin-top: 26px !important;
  }
  .uk-margin-large {
    margin-bottom: 26px;
  }
  .ap-pagination li,
  .dynamic-pagination li {
    height: 24px;
  }
  .dynamic-pagination li a {
    padding: 0 2px;
    line-height: 24px;
    min-width: 24px;
    font-size: 12px;
  }
}
.preview .uk-section-secondary .uk-button-primary:hover {
  background-color: #0e6dcd;
}
.ap-list-filter dd a.active {
  background-color: #1e87f0;
  color: #fff;
  border-radius: 2px;
}
.ap-filter-dropdown .filter-item-wrap.open,
.ap-filter-dropdown .filter-item.active {
  color: #1e87f0;
}
.category li a.active {
  color: #1e87f0;
}
.uk-lightbox-items > * > video {
  width: 80%;
}
/* 兼容uk-heading-primary */
@media (min-width: 1200px) {
  .uk-heading-primary {
    font-size: 3.75rem;
    line-height: 1.1;
  }
}
.uk-list ul {
  padding-left: 10px;
}
.onepage-pagination li a.active:before {
  background: #1e87f0;
}
.fr-text-bordered {
  padding-top: 6px;
  padding-bottom: 6px;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}
.fr-text-uppercase {
  text-transform: uppercase;
}
.param-field .param-tag {
  color: #1e87f0;
  border: 1px solid rgba(30, 135, 240, 0.2);
}
form .step .step-bg-progress,
form .add-file .file-btn,
form .step-btns a,
form .step .ui-step.active .ui-step-num {
  background: #1e87f0;
}
form .step .ui-step.active .ui-step-title {
  color: #1e87f0;
}
/**************** 自定义版块样式 ********************/
.btn-effect-1 {
  border-color: #1e87f0;
  background-color: #1e87f0;
  color: #fff;
}
.header-effect-6 [data-item='title']::before {
  background-color: #1e87f0;
}
.header-effect-7 [data-item='subTitle'] {
  display: inline-block;
  padding: 2px 8px;
  font-size: 12px;
  background-color: #1e87f0;
  color: #fff !important;
}
.btn-effect-2 {
  background-color: transparent;
  border: 1px solid #1e87f0;
  color: #1e87f0;
}
.btn-effect-2:hover {
  background-color: #1e87f0;
}
.uk-button.btn-effect-5 {
  background-color: #1e87f0;
  box-shadow: 0 0 15px rgba(30, 135, 240, 0.8);
}
.header-effect-3 [data-item='title']::after {
  background: #1e87f0;
}
.header-effect-6 [data-item='title']::before {
  background-color: #1e87f0;
}
#a73d5a16d1a74be .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@media (min-width: 1200px) {
  #a6b19a13eba48a3 .uk-container {
    padding: 0 60px;
  }
}
#a6b19a13eba48a3 .date-time {
  padding: 18px 0 20px;
  font-size: 18px;
  color: #3a3c41;
  display: block;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  background: #fff;
  border-top: 2px solid #1e87f0;
}
#a6b19a13eba48a3 .comments_count {
  display: block;
  padding: 14px 0 18px;
  text-align: center;
  background-color: #e7ecee;
}
#a6b19a13eba48a3 .uk-card {
  padding: 10px;
}
#a6b19a13eba48a3 .tag-link {
  background-color: #919292;
  color: #fff;
  display: inline-block;
  font-weight: 400;
  font-size: 13px !important;
}
#a6b19a13eba48a3 .uk-list a.active,
#a6b19a13eba48a3 .uk-list a:hover {
  color: #1e87f0;
  text-decoration: none;
}
#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#aa05ba3b53ab9ed .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aeb62a7cb7aa1ce .sidebar {
  width: 300px;
  margin-left: 20px;
}
#aeb62a7cb7aa1ce .sidebar.left {
  margin-left: 0;
  margin-right: 20px;
}
#aeb62a7cb7aa1ce .abstract {
  white-space: pre-wrap;
}
@media (max-width: 640px) {
  #aeb62a7cb7aa1ce .sidebar {
    width: 100%;
    margin: 0 0 15px;
  }
  #aeb62a7cb7aa1ce .uk-container {
    padding: 0;
  }
  #aeb62a7cb7aa1ce .sidebar {
    padding: 10px;
  }
}
#aeb62a7cb7aa1ce .search-form {
  position: relative;
  overflow: hidden;
  background: #fff;
  display: block;
}
#aeb62a7cb7aa1ce .search-form .search-input {
  width: 100%;
  height: 34px;
  padding: 5px 52px 5px 10px;
  font-size: 14px;
  color: #333;
  border: 1px solid #efefef;
}
#aeb62a7cb7aa1ce .search-form .submit {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  width: 42px;
  height: 34px;
  padding: 0;
  font-family: FontAwesome;
  content: '\f13d';
  font-size: 16px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background-color: #1e87f0;
  cursor: pointer;
}
#aeb62a7cb7aa1ce .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;
}
#aeb62a7cb7aa1ce .content-tags a:hover {
  background: #1e87f0;
  color: #fff;
  border-color: #1e87f0;
}
#aeb62a7cb7aa1ce .abstract,
#aeb62a7cb7aa1ce .copyright {
  margin: 15px 0;
  font-size: 14px;
  line-height: 1.6;
  color: #999;
  border: 1px solid #efefef;
  background: #fbfbfb;
  border-radius: 3px;
}
#aeb62a7cb7aa1ce .copyright a {
  color: #999;
  word-break: break-all;
}
#aeb62a7cb7aa1ce .detail-content {
  font-size: 16px;
  color: #444;
}
#aeb62a7cb7aa1ce .detail-content img {
  margin-bottom: 10px;
}
#aeb62a7cb7aa1ce .detail-content table {
  font-size: 13px;
}
#aeb62a7cb7aa1ce .phone {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
#aeb62a7cb7aa1ce .hot-list,
#aeb62a7cb7aa1ce .new-list {
  padding: 12px;
}
#aeb62a7cb7aa1ce .new-list a:hover,
#aeb62a7cb7aa1ce .hot-list a:hover {
  color: #0f6ecd;
}
#aeb62a7cb7aa1ce .hot-item .thumb {
  display: inline-block;
  width: 100px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 2px;
  flex-shrink: 0;
}
#aeb62a7cb7aa1ce .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#aeb62a7cb7aa1ce .hot-item:hover a {
  color: #0f6ecd;
}
#aeb62a7cb7aa1ce .panel-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#aeb62a7cb7aa1ce .panel-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #1e87f0;
  content: "";
}
#aeb62a7cb7aa1ce .content-header {
  padding-bottom: 10px;
}
#aeb62a7cb7aa1ce .item-title {
  color: #333;
}
#aeb62a7cb7aa1ce input::placeholder {
  color: #999;
}
#aeb62a7cb7aa1ce .datetime {
  color: #999;
}
#aeb62a7cb7aa1ce .new-item a {
  padding-left: 25px;
}
#aeb62a7cb7aa1ce .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;
}
#aeb62a7cb7aa1ce .siblings a {
  color: #444;
  line-height: 2;
}
#aeb62a7cb7aa1ce .siblings a:hover {
  color: #0f6ecd;
}
#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#aa05ba3b53ab9ed .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a6598ad832a74ab > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7106a199ea0fac .ap-category-filter ul li {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
#a7106a199ea0fac .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#a7106a199ea0fac .uk-grid {
  margin-left: -8px;
}
#a7106a199ea0fac .uk-grid > * {
  padding-left: 8px;
}
#a7106a199ea0fac .uk-grid-margin {
  margin-top: 40px;
}
#a7106a199ea0fac .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
#a7106a199ea0fac .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#a7106a199ea0fac .uk-card-media-top .img {
  transition: all .3s ease;
}
#a7106a199ea0fac .uk-card-body {
  display: block;
}
#a7106a199ea0fac .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#a7106a199ea0fac .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #334b8d;
  color: #fff;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
#a7106a199ea0fac .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#a7106a199ea0fac .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#a7106a199ea0fac .uk-card .title {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-Medium;
  color: #555;
}
#a7106a199ea0fac .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#a7106a199ea0fac .uk-card:hover {
  background-color: rgba(51, 51, 51, 0.4);
}
#a7106a199ea0fac .uk-card:hover .title {
  color: #fff;
}
#a7106a199ea0fac .uk-card:hover hr {
  border-top-color: rgba(77, 77, 77, 0.4);
}
#a7106a199ea0fac .uk-card:hover .img {
  transform: scale(1.2);
}
#a7106a199ea0fac .uk-card:hover .abstract {
  color: #fff;
}
#a7106a199ea0fac .uk-card:hover .datetime {
  color: #d3b267;
}
#a7106a199ea0fac .uk-card:hover .category {
  color: #0971ce;
}
#a7106a199ea0fac .uk-card:hover .uk-button {
  color: #fff;
  background-color: #0971ce;
  border-color: #0971ce;
}
.cd-accordion-menu {
  width: 100%;
}
.cd-accordion-menu ul {
  display: none;
}
.cd-accordion-menu li {
  user-select: none;
}
.cd-accordion-menu input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
.cd-accordion-menu label,
.cd-accordion-menu a {
  position: relative;
  display: block;
  padding: 15px 0 15px 32px;
  background: #4d5158;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
}
.no-touch .cd-accordion-menu label:hover,
.no-touch .cd-accordion-menu a:hover {
  background: #52565d;
}
.cd-accordion-menu label {
  cursor: pointer;
}
.cd-accordion-menu label > svg {
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: currentColor;
  transform-origin: center center;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.cd-accordion-menu input[type="checkbox"]:checked + label > svg {
  transform: translateY(-50%) rotate(90deg);
}
.cd-accordion-menu input[type="checkbox"]:checked + label + ul,
.cd-accordion-menu input[type="checkbox"]:checked + label:nth-of-type(n) + ul {
  display: block;
}
.cd-accordion-menu ul label,
.cd-accordion-menu ul a {
  background: #35383d;
  box-shadow: inset 0 -1px #2c2e32;
  padding-left: 56px;
}
.no-touch .cd-accordion-menu ul label:hover,
.no-touch .cd-accordion-menu ul a:hover {
  background: #3c3f45;
}
.cd-accordion-menu > li:last-of-type > label,
.cd-accordion-menu > li:last-of-type > a,
.cd-accordion-menu > li > ul > li:last-of-type label,
.cd-accordion-menu > li > ul > li:last-of-type a {
  box-shadow: none;
}
.cd-accordion-menu ul label > svg {
  left: 36px;
}
.cd-accordion-menu ul ul label,
.cd-accordion-menu ul ul a {
  padding-left: 80px;
}
.cd-accordion-menu ul ul label::before {
  left: 54px;
}
.cd-accordion-menu ul ul ul label,
.cd-accordion-menu ul ul ul a {
  padding-left: 98px;
}
.cd-accordion-menu ul ul ul label::before {
  left: 72px;
}
#a60c7abf8da5bd5 .cd-accordion-menu label,
#a60c7abf8da5bd5 .cd-accordion-menu a {
  background-color: #334b8d;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: FZHei-B01S;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  box-shadow: inset 0 -1px #2e437e;
}
#a60c7abf8da5bd5 .menu-list > ul > li.active > a,
#a60c7abf8da5bd5 .menu-list > ul > li.active > label,
#a60c7abf8da5bd5 .menu-list > ul > li:hover > a,
#a60c7abf8da5bd5 .menu-list > ul > li:hover > label {
  color: #fff;
  background: #0971ce;
  box-shadow: none;
  background-color: #0971ce;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: FZHei-B01S;
}
#a60c7abf8da5bd5 .menu-list > ul > li.active > a,
#a60c7abf8da5bd5 .menu-list > ul > li.active > label {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZHei-B01S;
  background-color: #0971ce;
}
#a60c7abf8da5bd5 .cd-accordion-menu ul li > a:hover,
#a60c7abf8da5bd5 .cd-accordion-menu ul li > label:hover {
  box-shadow: none;
}
#a8ba9a450ca763b [data-item*=".abstract"], #a8ba9a450ca763b [data-item*=".abstract"] a {show: true;}#a8ba9a450ca763b [data-item*=".subTitle"], #a8ba9a450ca763b [data-item*=".subTitle"] a {show: true;}#a8ba9a450ca763b [data-item*=".category"], #a8ba9a450ca763b [data-item*=".category"] a {show: true;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a73d5a16d1a74be .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a259da8198a2888 {
  min-height: 300px;
}
#a60a0a9518a85f0 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a0ecca9cd1a04b2 .icon-wrap {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f7f7f7;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  margin-bottom: 15px;
}
#a0ecca9cd1a04b2 .tab-item-title {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 3px solid transparent;
}
#a0ecca9cd1a04b2 .uk-active .tab-item-title {
  border-bottom-color: #1e87f0;
}
#a0ecca9cd1a04b2 .uk-button {
  line-height: 36px;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 500;
  padding: 0 20px;
}
#a6b5fa6075a1c7b .filter-nav li {
  padding: 0 15px;
  border-right: 1px solid #ececec;
  display: inline-block;
  cursor: pointer;
  line-height: 1;
}
#a6b5fa6075a1c7b .filter-nav li.uk-active {
  color: #000;
}
#a6b5fa6075a1c7b .filter {
  padding: 20px 0;
  background-color: #fff;
  margin-bottom: 30px;
}
#a6b5fa6075a1c7b .filter-items label {
  margin-right: 20px;
  margin-bottom: 15px;
  font-size: 13px;
}
#a6b5fa6075a1c7b .filter-items label input {
  margin-right: 8px;
}
#a6b5fa6075a1c7b .filter-select-items button {
  line-height: 26px;
  font-size: 14px;
  background-color: #da251d;
  color: #fff;
  margin-right: 15px;
  padding: 0 14px;
}
#a6b5fa6075a1c7b .filter-select-items {
  min-height: 35px;
}
#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a9fbea3b2ba652e .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#a8d95a013faf0ea {
  overflow: hidden;
}
#a8d95a013faf0ea , #a8d95a013faf0ea > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#a8d95a013faf0ea:hover , #a8d95a013faf0ea *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a0fbea6c87a4d36 {
  overflow: hidden;
}
#a0fbea6c87a4d36 , #a0fbea6c87a4d36 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a0fbea6c87a4d36:hover , #a0fbea6c87a4d36 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a259da8198a2888 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#ad6afafef5ac2c7 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#ad6afafef5ac2c7 .ele-wrap:hover {background-color: #0483cc;}#aff81ae939a3f3e .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#aff81ae939a3f3e .ele-wrap:hover {background-color: #0483cc;}#a6621a9c14ae829 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a6621a9c14ae829 .ele-wrap:hover {background-color: #0483cc;}#a48c8a930ba6d84 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a48c8a930ba6d84 .ele-wrap:hover {background-color: #0483cc;}#a68dca8867a05ea , #a68dca8867a05ea .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a5f29ac62aa7664 , #a5f29ac62aa7664 .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a8a6da7697ace6b , #a8a6da7697ace6b .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a2b52ab1e0afb6c , #a2b52ab1e0afb6c .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a36d5afb13a238a , #a36d5afb13a238a .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a9dfba680fade9b , #a9dfba680fade9b .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a3b6fa093caf699 {
  overflow: hidden;
  pointer-events: none;
}
#a3b6fa093caf699 > .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;
}
#a3b6fa093caf699 > .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;
}
#a3b6fa093caf699 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3b6fa093caf699 > .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;
}
#a3b6fa093caf699 > .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;
}
#a3b6fa093caf699 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav,
#a3b6fa093caf699 > .tab-nav,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a3b6fa093caf699 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav-horizontal,
#a3b6fa093caf699 > .tab-nav-horizontal,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a3b6fa093caf699 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3b6fa093caf699 > .tab-nav-horizontal::-webkit-scrollbar,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3b6fa093caf699 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3b6fa093caf699 > .tab-nav-horizontal.tagScroll,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3b6fa093caf699 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3b6fa093caf699 > .tab-nav-horizontal.tagScroll li a,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3b6fa093caf699 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav a,
#a3b6fa093caf699 > .tab-nav a,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a3b6fa093caf699 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav li a,
#a3b6fa093caf699 > .tab-nav li a,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a3b6fa093caf699 > .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: #000000;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
  background-color: #ffffff;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav li a svg,
#a3b6fa093caf699 > .tab-nav li a svg,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a3b6fa093caf699 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3b6fa093caf699 > .tab-nav li a .ap_icon,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3b6fa093caf699 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav li a:hover,
#a3b6fa093caf699 > .tab-nav li a:hover,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a3b6fa093caf699 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav li.uk-active a,
#a3b6fa093caf699 > .tab-nav li.uk-active a,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a3b6fa093caf699 > .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;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav li:last-child a,
#a3b6fa093caf699 > .tab-nav li:last-child a,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#a3b6fa093caf699 > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#a3b6fa093caf699 .layout-left li,
#a3b6fa093caf699 .layout-center li,
#a3b6fa093caf699 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a3b6fa093caf699 .layout-left li a,
#a3b6fa093caf699 .layout-center li a,
#a3b6fa093caf699 .layout-right li a {
  height: 100%;
}
#a3b6fa093caf699 > .tab-tabs .layout-left {
  text-align: left;
}
#a3b6fa093caf699 > .tab-tabs .layout-center {
  text-align: center;
}
#a3b6fa093caf699 > .tab-tabs .layout-right {
  text-align: right;
}
#a3b6fa093caf699 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a3b6fa093caf699 .tab-content-wrap {
  background-color: transparent;
}
#a3b6fa093caf699 .tab-contents,
#a3b6fa093caf699 .tab-contents-wrap {
  pointer-events: none;
}
#a3b6fa093caf699 .tab-content,
#a3b6fa093caf699 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a3b6fa093caf699 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a3b6fa093caf699 .tab-wrap .tab-contents {
  height: 100%;
}
#a3b6fa093caf699 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a3b6fa093caf699 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a3b6fa093caf699 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a0ecca9cd1a04b2 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a6b5fa6075a1c7b [data-item*=".abstract"], #a6b5fa6075a1c7b [data-item*=".abstract"] a {show: true;}#a6b5fa6075a1c7b [data-item*=".subTitle"], #a6b5fa6075a1c7b [data-item*=".subTitle"] a {show: true;}#a6b5fa6075a1c7b [data-item*=".category"], #a6b5fa6075a1c7b [data-item*=".category"] a {show: false;}#a6b5fa6075a1c7b [data-item="items"] .img {background-size: contain;}#a6b5fa6075a1c7b [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#a6b5fa6075a1c7b [data-item="title"] {left: 0px;top: 1px; position: relative;}#a6b5fa6075a1c7b [data-item="items"] {left: 0px;top: 1px; position: relative;}#a6b5fa6075a1c7b [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#a6b5fa6075a1c7b [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a9fbea3b2ba652e .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#a8d95a013faf0ea {
  overflow: hidden;
}
#a8d95a013faf0ea , #a8d95a013faf0ea > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#a8d95a013faf0ea:hover , #a8d95a013faf0ea *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a0fbea6c87a4d36 {
  overflow: hidden;
}
#a0fbea6c87a4d36 , #a0fbea6c87a4d36 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a0fbea6c87a4d36:hover , #a0fbea6c87a4d36 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a259da8198a2888 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#ad6afafef5ac2c7 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#ad6afafef5ac2c7 .ele-wrap:hover {background-color: #0483cc;}#aff81ae939a3f3e .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#aff81ae939a3f3e .ele-wrap:hover {background-color: #0483cc;}#a6621a9c14ae829 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a6621a9c14ae829 .ele-wrap:hover {background-color: #0483cc;}#a48c8a930ba6d84 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a48c8a930ba6d84 .ele-wrap:hover {background-color: #0483cc;}#a68dca8867a05ea , #a68dca8867a05ea .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a5f29ac62aa7664 , #a5f29ac62aa7664 .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a8a6da7697ace6b , #a8a6da7697ace6b .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a2b52ab1e0afb6c , #a2b52ab1e0afb6c .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a36d5afb13a238a , #a36d5afb13a238a .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a9dfba680fade9b , #a9dfba680fade9b .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a3b6fa093caf699 {
  overflow: hidden;
  pointer-events: none;
}
#a3b6fa093caf699 > .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;
}
#a3b6fa093caf699 > .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;
}
#a3b6fa093caf699 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3b6fa093caf699 > .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;
}
#a3b6fa093caf699 > .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;
}
#a3b6fa093caf699 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav,
#a3b6fa093caf699 > .tab-nav,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a3b6fa093caf699 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav-horizontal,
#a3b6fa093caf699 > .tab-nav-horizontal,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a3b6fa093caf699 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3b6fa093caf699 > .tab-nav-horizontal::-webkit-scrollbar,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3b6fa093caf699 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3b6fa093caf699 > .tab-nav-horizontal.tagScroll,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3b6fa093caf699 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3b6fa093caf699 > .tab-nav-horizontal.tagScroll li a,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3b6fa093caf699 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav a,
#a3b6fa093caf699 > .tab-nav a,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a3b6fa093caf699 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav li a,
#a3b6fa093caf699 > .tab-nav li a,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a3b6fa093caf699 > .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: #000000;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
  background-color: #ffffff;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav li a svg,
#a3b6fa093caf699 > .tab-nav li a svg,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a3b6fa093caf699 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3b6fa093caf699 > .tab-nav li a .ap_icon,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3b6fa093caf699 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav li a:hover,
#a3b6fa093caf699 > .tab-nav li a:hover,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a3b6fa093caf699 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav li.uk-active a,
#a3b6fa093caf699 > .tab-nav li.uk-active a,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a3b6fa093caf699 > .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;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav li:last-child a,
#a3b6fa093caf699 > .tab-nav li:last-child a,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#a3b6fa093caf699 > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#a3b6fa093caf699 .layout-left li,
#a3b6fa093caf699 .layout-center li,
#a3b6fa093caf699 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a3b6fa093caf699 .layout-left li a,
#a3b6fa093caf699 .layout-center li a,
#a3b6fa093caf699 .layout-right li a {
  height: 100%;
}
#a3b6fa093caf699 > .tab-tabs .layout-left {
  text-align: left;
}
#a3b6fa093caf699 > .tab-tabs .layout-center {
  text-align: center;
}
#a3b6fa093caf699 > .tab-tabs .layout-right {
  text-align: right;
}
#a3b6fa093caf699 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a3b6fa093caf699 .tab-content-wrap {
  background-color: transparent;
}
#a3b6fa093caf699 .tab-contents,
#a3b6fa093caf699 .tab-contents-wrap {
  pointer-events: none;
}
#a3b6fa093caf699 .tab-content,
#a3b6fa093caf699 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a3b6fa093caf699 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a3b6fa093caf699 .tab-wrap .tab-contents {
  height: 100%;
}
#a3b6fa093caf699 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a3b6fa093caf699 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a3b6fa093caf699 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a0ecca9cd1a04b2 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a6b5fa6075a1c7b [data-item*=".abstract"], #a6b5fa6075a1c7b [data-item*=".abstract"] a {show: true;}#a6b5fa6075a1c7b [data-item*=".subTitle"], #a6b5fa6075a1c7b [data-item*=".subTitle"] a {show: true;}#a6b5fa6075a1c7b [data-item*=".category"], #a6b5fa6075a1c7b [data-item*=".category"] a {show: false;}#a6b5fa6075a1c7b [data-item="items"] .img {background-size: contain;}#a6b5fa6075a1c7b [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#a6b5fa6075a1c7b [data-item="title"] {left: 0px;top: 1px; position: relative;}#a6b5fa6075a1c7b [data-item="items"] {left: 0px;top: 1px; position: relative;}#a6b5fa6075a1c7b [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#a6b5fa6075a1c7b [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a9fbea3b2ba652e .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#a8d95a013faf0ea {
  overflow: hidden;
}
#a8d95a013faf0ea , #a8d95a013faf0ea > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#a8d95a013faf0ea:hover , #a8d95a013faf0ea *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a0fbea6c87a4d36 {
  overflow: hidden;
}
#a0fbea6c87a4d36 , #a0fbea6c87a4d36 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a0fbea6c87a4d36:hover , #a0fbea6c87a4d36 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a259da8198a2888 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#ad6afafef5ac2c7 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#ad6afafef5ac2c7 .ele-wrap:hover {background-color: #0483cc;}#aff81ae939a3f3e .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#aff81ae939a3f3e .ele-wrap:hover {background-color: #0483cc;}#a6621a9c14ae829 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a6621a9c14ae829 .ele-wrap:hover {background-color: #0483cc;}#a48c8a930ba6d84 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a48c8a930ba6d84 .ele-wrap:hover {background-color: #0483cc;}#a68dca8867a05ea , #a68dca8867a05ea .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a5f29ac62aa7664 , #a5f29ac62aa7664 .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a8a6da7697ace6b , #a8a6da7697ace6b .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a2b52ab1e0afb6c , #a2b52ab1e0afb6c .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a36d5afb13a238a , #a36d5afb13a238a .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a9dfba680fade9b , #a9dfba680fade9b .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a3b6fa093caf699 {
  overflow: hidden;
  pointer-events: none;
}
#a3b6fa093caf699 > .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;
}
#a3b6fa093caf699 > .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;
}
#a3b6fa093caf699 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3b6fa093caf699 > .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;
}
#a3b6fa093caf699 > .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;
}
#a3b6fa093caf699 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav,
#a3b6fa093caf699 > .tab-nav,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a3b6fa093caf699 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav-horizontal,
#a3b6fa093caf699 > .tab-nav-horizontal,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a3b6fa093caf699 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3b6fa093caf699 > .tab-nav-horizontal::-webkit-scrollbar,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3b6fa093caf699 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3b6fa093caf699 > .tab-nav-horizontal.tagScroll,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3b6fa093caf699 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3b6fa093caf699 > .tab-nav-horizontal.tagScroll li a,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3b6fa093caf699 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav a,
#a3b6fa093caf699 > .tab-nav a,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a3b6fa093caf699 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav li a,
#a3b6fa093caf699 > .tab-nav li a,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a3b6fa093caf699 > .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: #000000;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
  background-color: #ffffff;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav li a svg,
#a3b6fa093caf699 > .tab-nav li a svg,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a3b6fa093caf699 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3b6fa093caf699 > .tab-nav li a .ap_icon,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3b6fa093caf699 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav li a:hover,
#a3b6fa093caf699 > .tab-nav li a:hover,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a3b6fa093caf699 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav li.uk-active a,
#a3b6fa093caf699 > .tab-nav li.uk-active a,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a3b6fa093caf699 > .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;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav li:last-child a,
#a3b6fa093caf699 > .tab-nav li:last-child a,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#a3b6fa093caf699 > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#a3b6fa093caf699 .layout-left li,
#a3b6fa093caf699 .layout-center li,
#a3b6fa093caf699 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a3b6fa093caf699 .layout-left li a,
#a3b6fa093caf699 .layout-center li a,
#a3b6fa093caf699 .layout-right li a {
  height: 100%;
}
#a3b6fa093caf699 > .tab-tabs .layout-left {
  text-align: left;
}
#a3b6fa093caf699 > .tab-tabs .layout-center {
  text-align: center;
}
#a3b6fa093caf699 > .tab-tabs .layout-right {
  text-align: right;
}
#a3b6fa093caf699 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a3b6fa093caf699 .tab-content-wrap {
  background-color: transparent;
}
#a3b6fa093caf699 .tab-contents,
#a3b6fa093caf699 .tab-contents-wrap {
  pointer-events: none;
}
#a3b6fa093caf699 .tab-content,
#a3b6fa093caf699 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a3b6fa093caf699 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a3b6fa093caf699 .tab-wrap .tab-contents {
  height: 100%;
}
#a3b6fa093caf699 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a3b6fa093caf699 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a3b6fa093caf699 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a0ecca9cd1a04b2 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a6b5fa6075a1c7b [data-item*=".abstract"], #a6b5fa6075a1c7b [data-item*=".abstract"] a {show: true;}#a6b5fa6075a1c7b [data-item*=".subTitle"], #a6b5fa6075a1c7b [data-item*=".subTitle"] a {show: true;}#a6b5fa6075a1c7b [data-item*=".category"], #a6b5fa6075a1c7b [data-item*=".category"] a {show: false;}#a6b5fa6075a1c7b [data-item="items"] .img {background-size: contain;}#a6b5fa6075a1c7b [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#a6b5fa6075a1c7b [data-item="title"] {left: 0px;top: 1px; position: relative;}#a6b5fa6075a1c7b [data-item="items"] {left: 0px;top: 1px; position: relative;}#a6b5fa6075a1c7b [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#a6b5fa6075a1c7b [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a9fbea3b2ba652e .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#a8d95a013faf0ea {
  overflow: hidden;
}
#a8d95a013faf0ea , #a8d95a013faf0ea > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#a8d95a013faf0ea:hover , #a8d95a013faf0ea *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a0fbea6c87a4d36 {
  overflow: hidden;
}
#a0fbea6c87a4d36 , #a0fbea6c87a4d36 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a0fbea6c87a4d36:hover , #a0fbea6c87a4d36 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a259da8198a2888 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#ad6afafef5ac2c7 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#ad6afafef5ac2c7 .ele-wrap:hover {background-color: #0483cc;}#aff81ae939a3f3e .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#aff81ae939a3f3e .ele-wrap:hover {background-color: #0483cc;}#a6621a9c14ae829 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a6621a9c14ae829 .ele-wrap:hover {background-color: #0483cc;}#a48c8a930ba6d84 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a48c8a930ba6d84 .ele-wrap:hover {background-color: #0483cc;}#a68dca8867a05ea , #a68dca8867a05ea .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a5f29ac62aa7664 , #a5f29ac62aa7664 .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a8a6da7697ace6b , #a8a6da7697ace6b .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a2b52ab1e0afb6c , #a2b52ab1e0afb6c .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a36d5afb13a238a , #a36d5afb13a238a .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a9dfba680fade9b , #a9dfba680fade9b .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a3b6fa093caf699 {
  overflow: hidden;
  pointer-events: none;
}
#a3b6fa093caf699 > .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;
}
#a3b6fa093caf699 > .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;
}
#a3b6fa093caf699 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3b6fa093caf699 > .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;
}
#a3b6fa093caf699 > .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;
}
#a3b6fa093caf699 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav,
#a3b6fa093caf699 > .tab-nav,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a3b6fa093caf699 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav-horizontal,
#a3b6fa093caf699 > .tab-nav-horizontal,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a3b6fa093caf699 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3b6fa093caf699 > .tab-nav-horizontal::-webkit-scrollbar,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3b6fa093caf699 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3b6fa093caf699 > .tab-nav-horizontal.tagScroll,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3b6fa093caf699 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3b6fa093caf699 > .tab-nav-horizontal.tagScroll li a,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3b6fa093caf699 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav a,
#a3b6fa093caf699 > .tab-nav a,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a3b6fa093caf699 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav li a,
#a3b6fa093caf699 > .tab-nav li a,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a3b6fa093caf699 > .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: #000000;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
  background-color: #ffffff;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav li a svg,
#a3b6fa093caf699 > .tab-nav li a svg,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a3b6fa093caf699 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3b6fa093caf699 > .tab-nav li a .ap_icon,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3b6fa093caf699 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav li a:hover,
#a3b6fa093caf699 > .tab-nav li a:hover,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a3b6fa093caf699 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav li.uk-active a,
#a3b6fa093caf699 > .tab-nav li.uk-active a,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a3b6fa093caf699 > .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;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav li:last-child a,
#a3b6fa093caf699 > .tab-nav li:last-child a,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#a3b6fa093caf699 > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#a3b6fa093caf699 .layout-left li,
#a3b6fa093caf699 .layout-center li,
#a3b6fa093caf699 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a3b6fa093caf699 .layout-left li a,
#a3b6fa093caf699 .layout-center li a,
#a3b6fa093caf699 .layout-right li a {
  height: 100%;
}
#a3b6fa093caf699 > .tab-tabs .layout-left {
  text-align: left;
}
#a3b6fa093caf699 > .tab-tabs .layout-center {
  text-align: center;
}
#a3b6fa093caf699 > .tab-tabs .layout-right {
  text-align: right;
}
#a3b6fa093caf699 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a3b6fa093caf699 .tab-content-wrap {
  background-color: transparent;
}
#a3b6fa093caf699 .tab-contents,
#a3b6fa093caf699 .tab-contents-wrap {
  pointer-events: none;
}
#a3b6fa093caf699 .tab-content,
#a3b6fa093caf699 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a3b6fa093caf699 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a3b6fa093caf699 .tab-wrap .tab-contents {
  height: 100%;
}
#a3b6fa093caf699 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a3b6fa093caf699 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a3b6fa093caf699 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a0ecca9cd1a04b2 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a6b5fa6075a1c7b [data-item*=".abstract"], #a6b5fa6075a1c7b [data-item*=".abstract"] a {show: true;}#a6b5fa6075a1c7b [data-item*=".subTitle"], #a6b5fa6075a1c7b [data-item*=".subTitle"] a {show: true;}#a6b5fa6075a1c7b [data-item*=".category"], #a6b5fa6075a1c7b [data-item*=".category"] a {show: false;}#a6b5fa6075a1c7b [data-item="items"] .img {background-size: contain;}#a6b5fa6075a1c7b [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#a6b5fa6075a1c7b [data-item="title"] {left: 0px;top: 1px; position: relative;}#a6b5fa6075a1c7b [data-item="items"] {left: 0px;top: 1px; position: relative;}#a6b5fa6075a1c7b [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#a6b5fa6075a1c7b [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a9fbea3b2ba652e .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#a8d95a013faf0ea {
  overflow: hidden;
}
#a8d95a013faf0ea , #a8d95a013faf0ea > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#a8d95a013faf0ea:hover , #a8d95a013faf0ea *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a0fbea6c87a4d36 {
  overflow: hidden;
}
#a0fbea6c87a4d36 , #a0fbea6c87a4d36 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a0fbea6c87a4d36:hover , #a0fbea6c87a4d36 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a259da8198a2888 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#ad6afafef5ac2c7 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#ad6afafef5ac2c7 .ele-wrap:hover {background-color: #0483cc;}#aff81ae939a3f3e .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#aff81ae939a3f3e .ele-wrap:hover {background-color: #0483cc;}#a6621a9c14ae829 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a6621a9c14ae829 .ele-wrap:hover {background-color: #0483cc;}#a48c8a930ba6d84 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a48c8a930ba6d84 .ele-wrap:hover {background-color: #0483cc;}#a68dca8867a05ea , #a68dca8867a05ea .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a5f29ac62aa7664 , #a5f29ac62aa7664 .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a8a6da7697ace6b , #a8a6da7697ace6b .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a2b52ab1e0afb6c , #a2b52ab1e0afb6c .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a36d5afb13a238a , #a36d5afb13a238a .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a9dfba680fade9b , #a9dfba680fade9b .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a3b6fa093caf699 {
  overflow: hidden;
  pointer-events: none;
}
#a3b6fa093caf699 > .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;
}
#a3b6fa093caf699 > .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;
}
#a3b6fa093caf699 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3b6fa093caf699 > .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;
}
#a3b6fa093caf699 > .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;
}
#a3b6fa093caf699 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav,
#a3b6fa093caf699 > .tab-nav,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a3b6fa093caf699 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav-horizontal,
#a3b6fa093caf699 > .tab-nav-horizontal,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a3b6fa093caf699 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3b6fa093caf699 > .tab-nav-horizontal::-webkit-scrollbar,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3b6fa093caf699 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3b6fa093caf699 > .tab-nav-horizontal.tagScroll,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3b6fa093caf699 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3b6fa093caf699 > .tab-nav-horizontal.tagScroll li a,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3b6fa093caf699 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav a,
#a3b6fa093caf699 > .tab-nav a,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a3b6fa093caf699 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav li a,
#a3b6fa093caf699 > .tab-nav li a,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a3b6fa093caf699 > .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: #000000;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
  background-color: #ffffff;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav li a svg,
#a3b6fa093caf699 > .tab-nav li a svg,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a3b6fa093caf699 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3b6fa093caf699 > .tab-nav li a .ap_icon,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3b6fa093caf699 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav li a:hover,
#a3b6fa093caf699 > .tab-nav li a:hover,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a3b6fa093caf699 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav li.uk-active a,
#a3b6fa093caf699 > .tab-nav li.uk-active a,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a3b6fa093caf699 > .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;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav li:last-child a,
#a3b6fa093caf699 > .tab-nav li:last-child a,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#a3b6fa093caf699 > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#a3b6fa093caf699 .layout-left li,
#a3b6fa093caf699 .layout-center li,
#a3b6fa093caf699 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a3b6fa093caf699 .layout-left li a,
#a3b6fa093caf699 .layout-center li a,
#a3b6fa093caf699 .layout-right li a {
  height: 100%;
}
#a3b6fa093caf699 > .tab-tabs .layout-left {
  text-align: left;
}
#a3b6fa093caf699 > .tab-tabs .layout-center {
  text-align: center;
}
#a3b6fa093caf699 > .tab-tabs .layout-right {
  text-align: right;
}
#a3b6fa093caf699 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a3b6fa093caf699 .tab-content-wrap {
  background-color: transparent;
}
#a3b6fa093caf699 .tab-contents,
#a3b6fa093caf699 .tab-contents-wrap {
  pointer-events: none;
}
#a3b6fa093caf699 .tab-content,
#a3b6fa093caf699 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a3b6fa093caf699 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a3b6fa093caf699 .tab-wrap .tab-contents {
  height: 100%;
}
#a3b6fa093caf699 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a3b6fa093caf699 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a3b6fa093caf699 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a0ecca9cd1a04b2 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a6b5fa6075a1c7b [data-item*=".abstract"], #a6b5fa6075a1c7b [data-item*=".abstract"] a {show: true;}#a6b5fa6075a1c7b [data-item*=".subTitle"], #a6b5fa6075a1c7b [data-item*=".subTitle"] a {show: true;}#a6b5fa6075a1c7b [data-item*=".category"], #a6b5fa6075a1c7b [data-item*=".category"] a {show: false;}#a6b5fa6075a1c7b [data-item="items"] .img {background-size: contain;}#a6b5fa6075a1c7b [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#a6b5fa6075a1c7b [data-item="title"] {left: 0px;top: 1px; position: relative;}#a6b5fa6075a1c7b [data-item="items"] {left: 0px;top: 1px; position: relative;}#a6b5fa6075a1c7b [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#a6b5fa6075a1c7b [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a9fbea3b2ba652e .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#a8d95a013faf0ea {
  overflow: hidden;
}
#a8d95a013faf0ea , #a8d95a013faf0ea > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#a8d95a013faf0ea:hover , #a8d95a013faf0ea *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a0fbea6c87a4d36 {
  overflow: hidden;
}
#a0fbea6c87a4d36 , #a0fbea6c87a4d36 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a0fbea6c87a4d36:hover , #a0fbea6c87a4d36 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a259da8198a2888 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#ad6afafef5ac2c7 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#ad6afafef5ac2c7 .ele-wrap:hover {background-color: #0483cc;}#aff81ae939a3f3e .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#aff81ae939a3f3e .ele-wrap:hover {background-color: #0483cc;}#a6621a9c14ae829 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a6621a9c14ae829 .ele-wrap:hover {background-color: #0483cc;}#a48c8a930ba6d84 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a48c8a930ba6d84 .ele-wrap:hover {background-color: #0483cc;}#a68dca8867a05ea , #a68dca8867a05ea .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a5f29ac62aa7664 , #a5f29ac62aa7664 .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a8a6da7697ace6b , #a8a6da7697ace6b .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a2b52ab1e0afb6c , #a2b52ab1e0afb6c .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a36d5afb13a238a , #a36d5afb13a238a .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a9dfba680fade9b , #a9dfba680fade9b .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a3b6fa093caf699 {
  overflow: hidden;
  pointer-events: none;
}
#a3b6fa093caf699 > .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;
}
#a3b6fa093caf699 > .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;
}
#a3b6fa093caf699 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3b6fa093caf699 > .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;
}
#a3b6fa093caf699 > .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;
}
#a3b6fa093caf699 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav,
#a3b6fa093caf699 > .tab-nav,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a3b6fa093caf699 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav-horizontal,
#a3b6fa093caf699 > .tab-nav-horizontal,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a3b6fa093caf699 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3b6fa093caf699 > .tab-nav-horizontal::-webkit-scrollbar,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3b6fa093caf699 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3b6fa093caf699 > .tab-nav-horizontal.tagScroll,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3b6fa093caf699 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3b6fa093caf699 > .tab-nav-horizontal.tagScroll li a,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3b6fa093caf699 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav a,
#a3b6fa093caf699 > .tab-nav a,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a3b6fa093caf699 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav li a,
#a3b6fa093caf699 > .tab-nav li a,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a3b6fa093caf699 > .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: #000000;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
  background-color: #ffffff;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav li a svg,
#a3b6fa093caf699 > .tab-nav li a svg,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a3b6fa093caf699 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3b6fa093caf699 > .tab-nav li a .ap_icon,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3b6fa093caf699 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav li a:hover,
#a3b6fa093caf699 > .tab-nav li a:hover,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a3b6fa093caf699 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav li.uk-active a,
#a3b6fa093caf699 > .tab-nav li.uk-active a,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a3b6fa093caf699 > .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;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav li:last-child a,
#a3b6fa093caf699 > .tab-nav li:last-child a,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#a3b6fa093caf699 > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#a3b6fa093caf699 .layout-left li,
#a3b6fa093caf699 .layout-center li,
#a3b6fa093caf699 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a3b6fa093caf699 .layout-left li a,
#a3b6fa093caf699 .layout-center li a,
#a3b6fa093caf699 .layout-right li a {
  height: 100%;
}
#a3b6fa093caf699 > .tab-tabs .layout-left {
  text-align: left;
}
#a3b6fa093caf699 > .tab-tabs .layout-center {
  text-align: center;
}
#a3b6fa093caf699 > .tab-tabs .layout-right {
  text-align: right;
}
#a3b6fa093caf699 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a3b6fa093caf699 .tab-content-wrap {
  background-color: transparent;
}
#a3b6fa093caf699 .tab-contents,
#a3b6fa093caf699 .tab-contents-wrap {
  pointer-events: none;
}
#a3b6fa093caf699 .tab-content,
#a3b6fa093caf699 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a3b6fa093caf699 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a3b6fa093caf699 .tab-wrap .tab-contents {
  height: 100%;
}
#a3b6fa093caf699 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a3b6fa093caf699 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a3b6fa093caf699 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a0ecca9cd1a04b2 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a6b5fa6075a1c7b [data-item*=".abstract"], #a6b5fa6075a1c7b [data-item*=".abstract"] a {show: true;}#a6b5fa6075a1c7b [data-item*=".subTitle"], #a6b5fa6075a1c7b [data-item*=".subTitle"] a {show: true;}#a6b5fa6075a1c7b [data-item*=".category"], #a6b5fa6075a1c7b [data-item*=".category"] a {show: false;}#a6b5fa6075a1c7b [data-item="items"] .img {background-size: contain;}#a6b5fa6075a1c7b [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#a6b5fa6075a1c7b [data-item="title"] {left: 0px;top: 1px; position: relative;}#a6b5fa6075a1c7b [data-item="items"] {left: 0px;top: 1px; position: relative;}#a6b5fa6075a1c7b [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#a6b5fa6075a1c7b [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a9fbea3b2ba652e .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#a8d95a013faf0ea {
  overflow: hidden;
}
#a8d95a013faf0ea , #a8d95a013faf0ea > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#a8d95a013faf0ea:hover , #a8d95a013faf0ea *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a0fbea6c87a4d36 {
  overflow: hidden;
}
#a0fbea6c87a4d36 , #a0fbea6c87a4d36 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a0fbea6c87a4d36:hover , #a0fbea6c87a4d36 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a259da8198a2888 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#ad6afafef5ac2c7 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#ad6afafef5ac2c7 .ele-wrap:hover {background-color: #0483cc;}#aff81ae939a3f3e .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#aff81ae939a3f3e .ele-wrap:hover {background-color: #0483cc;}#a6621a9c14ae829 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a6621a9c14ae829 .ele-wrap:hover {background-color: #0483cc;}#a48c8a930ba6d84 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a48c8a930ba6d84 .ele-wrap:hover {background-color: #0483cc;}#a68dca8867a05ea , #a68dca8867a05ea .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a5f29ac62aa7664 , #a5f29ac62aa7664 .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a8a6da7697ace6b , #a8a6da7697ace6b .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a2b52ab1e0afb6c , #a2b52ab1e0afb6c .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a36d5afb13a238a , #a36d5afb13a238a .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a9dfba680fade9b , #a9dfba680fade9b .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a3b6fa093caf699 {
  overflow: hidden;
  pointer-events: none;
}
#a3b6fa093caf699 > .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;
}
#a3b6fa093caf699 > .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;
}
#a3b6fa093caf699 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3b6fa093caf699 > .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;
}
#a3b6fa093caf699 > .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;
}
#a3b6fa093caf699 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav,
#a3b6fa093caf699 > .tab-nav,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a3b6fa093caf699 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav-horizontal,
#a3b6fa093caf699 > .tab-nav-horizontal,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a3b6fa093caf699 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3b6fa093caf699 > .tab-nav-horizontal::-webkit-scrollbar,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3b6fa093caf699 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3b6fa093caf699 > .tab-nav-horizontal.tagScroll,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3b6fa093caf699 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3b6fa093caf699 > .tab-nav-horizontal.tagScroll li a,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3b6fa093caf699 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav a,
#a3b6fa093caf699 > .tab-nav a,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a3b6fa093caf699 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav li a,
#a3b6fa093caf699 > .tab-nav li a,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a3b6fa093caf699 > .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: #000000;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
  background-color: #ffffff;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav li a svg,
#a3b6fa093caf699 > .tab-nav li a svg,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a3b6fa093caf699 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3b6fa093caf699 > .tab-nav li a .ap_icon,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3b6fa093caf699 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav li a:hover,
#a3b6fa093caf699 > .tab-nav li a:hover,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a3b6fa093caf699 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav li.uk-active a,
#a3b6fa093caf699 > .tab-nav li.uk-active a,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a3b6fa093caf699 > .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;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav li:last-child a,
#a3b6fa093caf699 > .tab-nav li:last-child a,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#a3b6fa093caf699 > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#a3b6fa093caf699 .layout-left li,
#a3b6fa093caf699 .layout-center li,
#a3b6fa093caf699 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a3b6fa093caf699 .layout-left li a,
#a3b6fa093caf699 .layout-center li a,
#a3b6fa093caf699 .layout-right li a {
  height: 100%;
}
#a3b6fa093caf699 > .tab-tabs .layout-left {
  text-align: left;
}
#a3b6fa093caf699 > .tab-tabs .layout-center {
  text-align: center;
}
#a3b6fa093caf699 > .tab-tabs .layout-right {
  text-align: right;
}
#a3b6fa093caf699 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a3b6fa093caf699 .tab-content-wrap {
  background-color: transparent;
}
#a3b6fa093caf699 .tab-contents,
#a3b6fa093caf699 .tab-contents-wrap {
  pointer-events: none;
}
#a3b6fa093caf699 .tab-content,
#a3b6fa093caf699 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a3b6fa093caf699 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a3b6fa093caf699 .tab-wrap .tab-contents {
  height: 100%;
}
#a3b6fa093caf699 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a3b6fa093caf699 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a3b6fa093caf699 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a0ecca9cd1a04b2 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a6b5fa6075a1c7b [data-item*=".abstract"], #a6b5fa6075a1c7b [data-item*=".abstract"] a {show: true;}#a6b5fa6075a1c7b [data-item*=".subTitle"], #a6b5fa6075a1c7b [data-item*=".subTitle"] a {show: true;}#a6b5fa6075a1c7b [data-item*=".category"], #a6b5fa6075a1c7b [data-item*=".category"] a {show: false;}#a6b5fa6075a1c7b [data-item="items"] .img {background-size: contain;}#a6b5fa6075a1c7b [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#a6b5fa6075a1c7b [data-item="title"] {left: 0px;top: 1px; position: relative;}#a6b5fa6075a1c7b [data-item="items"] {left: 0px;top: 1px; position: relative;}#a6b5fa6075a1c7b [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#a6b5fa6075a1c7b [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a9fbea3b2ba652e .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#a8d95a013faf0ea {
  overflow: hidden;
}
#a8d95a013faf0ea , #a8d95a013faf0ea > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#a8d95a013faf0ea:hover , #a8d95a013faf0ea *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a0fbea6c87a4d36 {
  overflow: hidden;
}
#a0fbea6c87a4d36 , #a0fbea6c87a4d36 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a0fbea6c87a4d36:hover , #a0fbea6c87a4d36 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a259da8198a2888 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#ad6afafef5ac2c7 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#ad6afafef5ac2c7 .ele-wrap:hover {background-color: #0483cc;}#aff81ae939a3f3e .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#aff81ae939a3f3e .ele-wrap:hover {background-color: #0483cc;}#a6621a9c14ae829 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a6621a9c14ae829 .ele-wrap:hover {background-color: #0483cc;}#a48c8a930ba6d84 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a48c8a930ba6d84 .ele-wrap:hover {background-color: #0483cc;}#a68dca8867a05ea , #a68dca8867a05ea .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a5f29ac62aa7664 , #a5f29ac62aa7664 .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a8a6da7697ace6b , #a8a6da7697ace6b .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a2b52ab1e0afb6c , #a2b52ab1e0afb6c .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a36d5afb13a238a , #a36d5afb13a238a .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a9dfba680fade9b , #a9dfba680fade9b .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a3b6fa093caf699 {
  overflow: hidden;
  pointer-events: none;
}
#a3b6fa093caf699 > .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;
}
#a3b6fa093caf699 > .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;
}
#a3b6fa093caf699 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3b6fa093caf699 > .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;
}
#a3b6fa093caf699 > .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;
}
#a3b6fa093caf699 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav,
#a3b6fa093caf699 > .tab-nav,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a3b6fa093caf699 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav-horizontal,
#a3b6fa093caf699 > .tab-nav-horizontal,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a3b6fa093caf699 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3b6fa093caf699 > .tab-nav-horizontal::-webkit-scrollbar,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3b6fa093caf699 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3b6fa093caf699 > .tab-nav-horizontal.tagScroll,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3b6fa093caf699 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3b6fa093caf699 > .tab-nav-horizontal.tagScroll li a,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3b6fa093caf699 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav a,
#a3b6fa093caf699 > .tab-nav a,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a3b6fa093caf699 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav li a,
#a3b6fa093caf699 > .tab-nav li a,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a3b6fa093caf699 > .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: #000000;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
  background-color: #ffffff;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav li a svg,
#a3b6fa093caf699 > .tab-nav li a svg,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a3b6fa093caf699 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3b6fa093caf699 > .tab-nav li a .ap_icon,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3b6fa093caf699 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav li a:hover,
#a3b6fa093caf699 > .tab-nav li a:hover,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a3b6fa093caf699 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav li.uk-active a,
#a3b6fa093caf699 > .tab-nav li.uk-active a,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a3b6fa093caf699 > .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;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav li:last-child a,
#a3b6fa093caf699 > .tab-nav li:last-child a,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#a3b6fa093caf699 > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#a3b6fa093caf699 .layout-left li,
#a3b6fa093caf699 .layout-center li,
#a3b6fa093caf699 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a3b6fa093caf699 .layout-left li a,
#a3b6fa093caf699 .layout-center li a,
#a3b6fa093caf699 .layout-right li a {
  height: 100%;
}
#a3b6fa093caf699 > .tab-tabs .layout-left {
  text-align: left;
}
#a3b6fa093caf699 > .tab-tabs .layout-center {
  text-align: center;
}
#a3b6fa093caf699 > .tab-tabs .layout-right {
  text-align: right;
}
#a3b6fa093caf699 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a3b6fa093caf699 .tab-content-wrap {
  background-color: transparent;
}
#a3b6fa093caf699 .tab-contents,
#a3b6fa093caf699 .tab-contents-wrap {
  pointer-events: none;
}
#a3b6fa093caf699 .tab-content,
#a3b6fa093caf699 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a3b6fa093caf699 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a3b6fa093caf699 .tab-wrap .tab-contents {
  height: 100%;
}
#a3b6fa093caf699 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a3b6fa093caf699 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a3b6fa093caf699 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a0ecca9cd1a04b2 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a6b5fa6075a1c7b [data-item*=".abstract"], #a6b5fa6075a1c7b [data-item*=".abstract"] a {show: true;}#a6b5fa6075a1c7b [data-item*=".subTitle"], #a6b5fa6075a1c7b [data-item*=".subTitle"] a {show: true;}#a6b5fa6075a1c7b [data-item*=".category"], #a6b5fa6075a1c7b [data-item*=".category"] a {show: false;}#a6b5fa6075a1c7b [data-item="items"] .img {background-size: contain;}#a6b5fa6075a1c7b [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#a6b5fa6075a1c7b [data-item="title"] {left: 0px;top: 1px; position: relative;}#a6b5fa6075a1c7b [data-item="items"] {left: 0px;top: 1px; position: relative;}#a6b5fa6075a1c7b [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#a6b5fa6075a1c7b [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a9fbea3b2ba652e .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#a8d95a013faf0ea {
  overflow: hidden;
}
#a8d95a013faf0ea , #a8d95a013faf0ea > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#a8d95a013faf0ea:hover , #a8d95a013faf0ea *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a0fbea6c87a4d36 {
  overflow: hidden;
}
#a0fbea6c87a4d36 , #a0fbea6c87a4d36 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a0fbea6c87a4d36:hover , #a0fbea6c87a4d36 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a259da8198a2888 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#ad6afafef5ac2c7 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#ad6afafef5ac2c7 .ele-wrap:hover {background-color: #0483cc;}#aff81ae939a3f3e .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#aff81ae939a3f3e .ele-wrap:hover {background-color: #0483cc;}#a6621a9c14ae829 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a6621a9c14ae829 .ele-wrap:hover {background-color: #0483cc;}#a48c8a930ba6d84 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a48c8a930ba6d84 .ele-wrap:hover {background-color: #0483cc;}#a68dca8867a05ea , #a68dca8867a05ea .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a5f29ac62aa7664 , #a5f29ac62aa7664 .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a8a6da7697ace6b , #a8a6da7697ace6b .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a2b52ab1e0afb6c , #a2b52ab1e0afb6c .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a36d5afb13a238a , #a36d5afb13a238a .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a9dfba680fade9b , #a9dfba680fade9b .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a3b6fa093caf699 {
  overflow: hidden;
  pointer-events: none;
}
#a3b6fa093caf699 > .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;
}
#a3b6fa093caf699 > .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;
}
#a3b6fa093caf699 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3b6fa093caf699 > .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;
}
#a3b6fa093caf699 > .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;
}
#a3b6fa093caf699 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav,
#a3b6fa093caf699 > .tab-nav,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a3b6fa093caf699 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav-horizontal,
#a3b6fa093caf699 > .tab-nav-horizontal,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a3b6fa093caf699 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3b6fa093caf699 > .tab-nav-horizontal::-webkit-scrollbar,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3b6fa093caf699 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3b6fa093caf699 > .tab-nav-horizontal.tagScroll,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3b6fa093caf699 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3b6fa093caf699 > .tab-nav-horizontal.tagScroll li a,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3b6fa093caf699 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav a,
#a3b6fa093caf699 > .tab-nav a,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a3b6fa093caf699 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav li a,
#a3b6fa093caf699 > .tab-nav li a,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a3b6fa093caf699 > .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: #000000;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
  background-color: #ffffff;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav li a svg,
#a3b6fa093caf699 > .tab-nav li a svg,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a3b6fa093caf699 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3b6fa093caf699 > .tab-nav li a .ap_icon,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3b6fa093caf699 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav li a:hover,
#a3b6fa093caf699 > .tab-nav li a:hover,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a3b6fa093caf699 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav li.uk-active a,
#a3b6fa093caf699 > .tab-nav li.uk-active a,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a3b6fa093caf699 > .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;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav li:last-child a,
#a3b6fa093caf699 > .tab-nav li:last-child a,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#a3b6fa093caf699 > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#a3b6fa093caf699 .layout-left li,
#a3b6fa093caf699 .layout-center li,
#a3b6fa093caf699 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a3b6fa093caf699 .layout-left li a,
#a3b6fa093caf699 .layout-center li a,
#a3b6fa093caf699 .layout-right li a {
  height: 100%;
}
#a3b6fa093caf699 > .tab-tabs .layout-left {
  text-align: left;
}
#a3b6fa093caf699 > .tab-tabs .layout-center {
  text-align: center;
}
#a3b6fa093caf699 > .tab-tabs .layout-right {
  text-align: right;
}
#a3b6fa093caf699 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a3b6fa093caf699 .tab-content-wrap {
  background-color: transparent;
}
#a3b6fa093caf699 .tab-contents,
#a3b6fa093caf699 .tab-contents-wrap {
  pointer-events: none;
}
#a3b6fa093caf699 .tab-content,
#a3b6fa093caf699 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a3b6fa093caf699 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a3b6fa093caf699 .tab-wrap .tab-contents {
  height: 100%;
}
#a3b6fa093caf699 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a3b6fa093caf699 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a3b6fa093caf699 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a0ecca9cd1a04b2 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a6b5fa6075a1c7b [data-item*=".abstract"], #a6b5fa6075a1c7b [data-item*=".abstract"] a {show: true;}#a6b5fa6075a1c7b [data-item*=".subTitle"], #a6b5fa6075a1c7b [data-item*=".subTitle"] a {show: true;}#a6b5fa6075a1c7b [data-item*=".category"], #a6b5fa6075a1c7b [data-item*=".category"] a {show: false;}#a6b5fa6075a1c7b [data-item="items"] .img {background-size: contain;}#a6b5fa6075a1c7b [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#a6b5fa6075a1c7b [data-item="title"] {left: 0px;top: 1px; position: relative;}#a6b5fa6075a1c7b [data-item="items"] {left: 0px;top: 1px; position: relative;}#a6b5fa6075a1c7b [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#a6b5fa6075a1c7b [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a9fbea3b2ba652e .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#a8d95a013faf0ea {
  overflow: hidden;
}
#a8d95a013faf0ea , #a8d95a013faf0ea > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#a8d95a013faf0ea:hover , #a8d95a013faf0ea *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a0fbea6c87a4d36 {
  overflow: hidden;
}
#a0fbea6c87a4d36 , #a0fbea6c87a4d36 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a0fbea6c87a4d36:hover , #a0fbea6c87a4d36 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a259da8198a2888 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#ad6afafef5ac2c7 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#ad6afafef5ac2c7 .ele-wrap:hover {background-color: #0483cc;}#aff81ae939a3f3e .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#aff81ae939a3f3e .ele-wrap:hover {background-color: #0483cc;}#a6621a9c14ae829 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a6621a9c14ae829 .ele-wrap:hover {background-color: #0483cc;}#a48c8a930ba6d84 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a48c8a930ba6d84 .ele-wrap:hover {background-color: #0483cc;}#a68dca8867a05ea , #a68dca8867a05ea .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a5f29ac62aa7664 , #a5f29ac62aa7664 .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a8a6da7697ace6b , #a8a6da7697ace6b .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a2b52ab1e0afb6c , #a2b52ab1e0afb6c .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a36d5afb13a238a , #a36d5afb13a238a .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a9dfba680fade9b , #a9dfba680fade9b .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a3b6fa093caf699 {
  overflow: hidden;
  pointer-events: none;
}
#a3b6fa093caf699 > .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;
}
#a3b6fa093caf699 > .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;
}
#a3b6fa093caf699 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3b6fa093caf699 > .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;
}
#a3b6fa093caf699 > .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;
}
#a3b6fa093caf699 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav,
#a3b6fa093caf699 > .tab-nav,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a3b6fa093caf699 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav-horizontal,
#a3b6fa093caf699 > .tab-nav-horizontal,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a3b6fa093caf699 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3b6fa093caf699 > .tab-nav-horizontal::-webkit-scrollbar,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3b6fa093caf699 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3b6fa093caf699 > .tab-nav-horizontal.tagScroll,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3b6fa093caf699 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3b6fa093caf699 > .tab-nav-horizontal.tagScroll li a,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3b6fa093caf699 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav a,
#a3b6fa093caf699 > .tab-nav a,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a3b6fa093caf699 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav li a,
#a3b6fa093caf699 > .tab-nav li a,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a3b6fa093caf699 > .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: #000000;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
  background-color: #ffffff;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav li a svg,
#a3b6fa093caf699 > .tab-nav li a svg,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a3b6fa093caf699 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3b6fa093caf699 > .tab-nav li a .ap_icon,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3b6fa093caf699 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav li a:hover,
#a3b6fa093caf699 > .tab-nav li a:hover,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a3b6fa093caf699 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav li.uk-active a,
#a3b6fa093caf699 > .tab-nav li.uk-active a,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a3b6fa093caf699 > .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;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav li:last-child a,
#a3b6fa093caf699 > .tab-nav li:last-child a,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#a3b6fa093caf699 > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#a3b6fa093caf699 .layout-left li,
#a3b6fa093caf699 .layout-center li,
#a3b6fa093caf699 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a3b6fa093caf699 .layout-left li a,
#a3b6fa093caf699 .layout-center li a,
#a3b6fa093caf699 .layout-right li a {
  height: 100%;
}
#a3b6fa093caf699 > .tab-tabs .layout-left {
  text-align: left;
}
#a3b6fa093caf699 > .tab-tabs .layout-center {
  text-align: center;
}
#a3b6fa093caf699 > .tab-tabs .layout-right {
  text-align: right;
}
#a3b6fa093caf699 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a3b6fa093caf699 .tab-content-wrap {
  background-color: transparent;
}
#a3b6fa093caf699 .tab-contents,
#a3b6fa093caf699 .tab-contents-wrap {
  pointer-events: none;
}
#a3b6fa093caf699 .tab-content,
#a3b6fa093caf699 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a3b6fa093caf699 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a3b6fa093caf699 .tab-wrap .tab-contents {
  height: 100%;
}
#a3b6fa093caf699 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a3b6fa093caf699 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a3b6fa093caf699 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a0ecca9cd1a04b2 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a6b5fa6075a1c7b [data-item*=".abstract"], #a6b5fa6075a1c7b [data-item*=".abstract"] a {show: true;}#a6b5fa6075a1c7b [data-item*=".subTitle"], #a6b5fa6075a1c7b [data-item*=".subTitle"] a {show: true;}#a6b5fa6075a1c7b [data-item*=".category"], #a6b5fa6075a1c7b [data-item*=".category"] a {show: false;}#a6b5fa6075a1c7b [data-item="items"] .img {background-size: contain;}#a6b5fa6075a1c7b [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#a6b5fa6075a1c7b [data-item="title"] {left: 0px;top: 1px; position: relative;}#a6b5fa6075a1c7b [data-item="items"] {left: 0px;top: 1px; position: relative;}#a6b5fa6075a1c7b [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#a6b5fa6075a1c7b [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a9fbea3b2ba652e .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#a8d95a013faf0ea {
  overflow: hidden;
}
#a8d95a013faf0ea , #a8d95a013faf0ea > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#a8d95a013faf0ea:hover , #a8d95a013faf0ea *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a0fbea6c87a4d36 {
  overflow: hidden;
}
#a0fbea6c87a4d36 , #a0fbea6c87a4d36 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a0fbea6c87a4d36:hover , #a0fbea6c87a4d36 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a259da8198a2888 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#ad6afafef5ac2c7 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#ad6afafef5ac2c7 .ele-wrap:hover {background-color: #0483cc;}#aff81ae939a3f3e .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#aff81ae939a3f3e .ele-wrap:hover {background-color: #0483cc;}#a6621a9c14ae829 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a6621a9c14ae829 .ele-wrap:hover {background-color: #0483cc;}#a48c8a930ba6d84 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a48c8a930ba6d84 .ele-wrap:hover {background-color: #0483cc;}#a68dca8867a05ea , #a68dca8867a05ea .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a5f29ac62aa7664 , #a5f29ac62aa7664 .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a8a6da7697ace6b , #a8a6da7697ace6b .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a2b52ab1e0afb6c , #a2b52ab1e0afb6c .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a36d5afb13a238a , #a36d5afb13a238a .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a9dfba680fade9b , #a9dfba680fade9b .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a3b6fa093caf699 {
  overflow: hidden;
  pointer-events: none;
}
#a3b6fa093caf699 > .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;
}
#a3b6fa093caf699 > .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;
}
#a3b6fa093caf699 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3b6fa093caf699 > .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;
}
#a3b6fa093caf699 > .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;
}
#a3b6fa093caf699 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav,
#a3b6fa093caf699 > .tab-nav,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a3b6fa093caf699 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav-horizontal,
#a3b6fa093caf699 > .tab-nav-horizontal,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a3b6fa093caf699 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3b6fa093caf699 > .tab-nav-horizontal::-webkit-scrollbar,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3b6fa093caf699 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3b6fa093caf699 > .tab-nav-horizontal.tagScroll,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3b6fa093caf699 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3b6fa093caf699 > .tab-nav-horizontal.tagScroll li a,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3b6fa093caf699 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav a,
#a3b6fa093caf699 > .tab-nav a,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a3b6fa093caf699 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav li a,
#a3b6fa093caf699 > .tab-nav li a,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a3b6fa093caf699 > .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: #000000;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
  background-color: #ffffff;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav li a svg,
#a3b6fa093caf699 > .tab-nav li a svg,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a3b6fa093caf699 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3b6fa093caf699 > .tab-nav li a .ap_icon,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3b6fa093caf699 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav li a:hover,
#a3b6fa093caf699 > .tab-nav li a:hover,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a3b6fa093caf699 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav li.uk-active a,
#a3b6fa093caf699 > .tab-nav li.uk-active a,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a3b6fa093caf699 > .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;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav li:last-child a,
#a3b6fa093caf699 > .tab-nav li:last-child a,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#a3b6fa093caf699 > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#a3b6fa093caf699 .layout-left li,
#a3b6fa093caf699 .layout-center li,
#a3b6fa093caf699 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a3b6fa093caf699 .layout-left li a,
#a3b6fa093caf699 .layout-center li a,
#a3b6fa093caf699 .layout-right li a {
  height: 100%;
}
#a3b6fa093caf699 > .tab-tabs .layout-left {
  text-align: left;
}
#a3b6fa093caf699 > .tab-tabs .layout-center {
  text-align: center;
}
#a3b6fa093caf699 > .tab-tabs .layout-right {
  text-align: right;
}
#a3b6fa093caf699 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a3b6fa093caf699 .tab-content-wrap {
  background-color: transparent;
}
#a3b6fa093caf699 .tab-contents,
#a3b6fa093caf699 .tab-contents-wrap {
  pointer-events: none;
}
#a3b6fa093caf699 .tab-content,
#a3b6fa093caf699 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a3b6fa093caf699 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a3b6fa093caf699 .tab-wrap .tab-contents {
  height: 100%;
}
#a3b6fa093caf699 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a3b6fa093caf699 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a3b6fa093caf699 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a0ecca9cd1a04b2 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a6b5fa6075a1c7b [data-item*=".abstract"], #a6b5fa6075a1c7b [data-item*=".abstract"] a {show: true;}#a6b5fa6075a1c7b [data-item*=".subTitle"], #a6b5fa6075a1c7b [data-item*=".subTitle"] a {show: true;}#a6b5fa6075a1c7b [data-item*=".category"], #a6b5fa6075a1c7b [data-item*=".category"] a {show: false;}#a6b5fa6075a1c7b [data-item="items"] .img {background-size: contain;}#a6b5fa6075a1c7b [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#a6b5fa6075a1c7b [data-item="title"] {left: 0px;top: 1px; position: relative;}#a6b5fa6075a1c7b [data-item="items"] {left: 0px;top: 1px; position: relative;}#a6b5fa6075a1c7b [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#a6b5fa6075a1c7b [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a9fbea3b2ba652e .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#a8d95a013faf0ea {
  overflow: hidden;
}
#a8d95a013faf0ea , #a8d95a013faf0ea > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#a8d95a013faf0ea:hover , #a8d95a013faf0ea *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a0fbea6c87a4d36 {
  overflow: hidden;
}
#a0fbea6c87a4d36 , #a0fbea6c87a4d36 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a0fbea6c87a4d36:hover , #a0fbea6c87a4d36 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a259da8198a2888 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#ad6afafef5ac2c7 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#ad6afafef5ac2c7 .ele-wrap:hover {background-color: #0483cc;}#aff81ae939a3f3e .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#aff81ae939a3f3e .ele-wrap:hover {background-color: #0483cc;}#a6621a9c14ae829 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a6621a9c14ae829 .ele-wrap:hover {background-color: #0483cc;}#a48c8a930ba6d84 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a48c8a930ba6d84 .ele-wrap:hover {background-color: #0483cc;}#a68dca8867a05ea , #a68dca8867a05ea .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a5f29ac62aa7664 , #a5f29ac62aa7664 .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a8a6da7697ace6b , #a8a6da7697ace6b .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a2b52ab1e0afb6c , #a2b52ab1e0afb6c .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a36d5afb13a238a , #a36d5afb13a238a .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a9dfba680fade9b , #a9dfba680fade9b .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a3b6fa093caf699 {
  overflow: hidden;
  pointer-events: none;
}
#a3b6fa093caf699 > .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;
}
#a3b6fa093caf699 > .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;
}
#a3b6fa093caf699 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3b6fa093caf699 > .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;
}
#a3b6fa093caf699 > .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;
}
#a3b6fa093caf699 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav,
#a3b6fa093caf699 > .tab-nav,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a3b6fa093caf699 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav-horizontal,
#a3b6fa093caf699 > .tab-nav-horizontal,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a3b6fa093caf699 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3b6fa093caf699 > .tab-nav-horizontal::-webkit-scrollbar,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3b6fa093caf699 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3b6fa093caf699 > .tab-nav-horizontal.tagScroll,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3b6fa093caf699 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3b6fa093caf699 > .tab-nav-horizontal.tagScroll li a,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3b6fa093caf699 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav a,
#a3b6fa093caf699 > .tab-nav a,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a3b6fa093caf699 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav li a,
#a3b6fa093caf699 > .tab-nav li a,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a3b6fa093caf699 > .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: #000000;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
  background-color: #ffffff;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav li a svg,
#a3b6fa093caf699 > .tab-nav li a svg,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a3b6fa093caf699 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3b6fa093caf699 > .tab-nav li a .ap_icon,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3b6fa093caf699 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav li a:hover,
#a3b6fa093caf699 > .tab-nav li a:hover,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a3b6fa093caf699 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav li.uk-active a,
#a3b6fa093caf699 > .tab-nav li.uk-active a,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a3b6fa093caf699 > .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;
}
#a3b6fa093caf699 > .tab-wrap > div > .tab-nav li:last-child a,
#a3b6fa093caf699 > .tab-nav li:last-child a,
#a3b6fa093caf699 > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#a3b6fa093caf699 > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#a3b6fa093caf699 .layout-left li,
#a3b6fa093caf699 .layout-center li,
#a3b6fa093caf699 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a3b6fa093caf699 .layout-left li a,
#a3b6fa093caf699 .layout-center li a,
#a3b6fa093caf699 .layout-right li a {
  height: 100%;
}
#a3b6fa093caf699 > .tab-tabs .layout-left {
  text-align: left;
}
#a3b6fa093caf699 > .tab-tabs .layout-center {
  text-align: center;
}
#a3b6fa093caf699 > .tab-tabs .layout-right {
  text-align: right;
}
#a3b6fa093caf699 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a3b6fa093caf699 .tab-content-wrap {
  background-color: transparent;
}
#a3b6fa093caf699 .tab-contents,
#a3b6fa093caf699 .tab-contents-wrap {
  pointer-events: none;
}
#a3b6fa093caf699 .tab-content,
#a3b6fa093caf699 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a3b6fa093caf699 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a3b6fa093caf699 .tab-wrap .tab-contents {
  height: 100%;
}
#a3b6fa093caf699 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a3b6fa093caf699 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a3b6fa093caf699 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a0ecca9cd1a04b2 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a6b5fa6075a1c7b [data-item*=".abstract"], #a6b5fa6075a1c7b [data-item*=".abstract"] a {show: true;}#a6b5fa6075a1c7b [data-item*=".subTitle"], #a6b5fa6075a1c7b [data-item*=".subTitle"] a {show: true;}#a6b5fa6075a1c7b [data-item*=".category"], #a6b5fa6075a1c7b [data-item*=".category"] a {show: false;}#a6b5fa6075a1c7b [data-item="items"] .img {background-size: contain;}#a6b5fa6075a1c7b [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#a6b5fa6075a1c7b [data-item="title"] {left: 0px;top: 1px; position: relative;}#a6b5fa6075a1c7b [data-item="items"] {left: 0px;top: 1px; position: relative;}#a6b5fa6075a1c7b [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#a6b5fa6075a1c7b [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a820da53f7a25a5 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a2fdaa9aeba51a5 {
  min-height: 300px;
}
#a5160a28efa58c7 .filter-nav li {
  padding: 0 15px;
  border-right: 1px solid #ececec;
  display: inline-block;
  cursor: pointer;
  line-height: 1;
}
#a5160a28efa58c7 .filter-nav li.uk-active {
  color: #000;
}
#a5160a28efa58c7 .filter {
  padding: 20px 0;
  background-color: #fff;
  margin-bottom: 30px;
}
#a5160a28efa58c7 .filter-items label {
  margin-right: 20px;
  margin-bottom: 15px;
  font-size: 13px;
}
#a5160a28efa58c7 .filter-items label input {
  margin-right: 8px;
}
#a5160a28efa58c7 .filter-select-items button {
  line-height: 26px;
  font-size: 14px;
  background-color: #da251d;
  color: #fff;
  margin-right: 15px;
  padding: 0 14px;
}
#a5160a28efa58c7 .filter-select-items {
  min-height: 35px;
}
#af93eadb2bafea2 .icon-wrap {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f7f7f7;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  margin-bottom: 15px;
}
#af93eadb2bafea2 .tab-item-title {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 3px solid transparent;
}
#af93eadb2bafea2 .uk-active .tab-item-title {
  border-bottom-color: #1e87f0;
}
#af93eadb2bafea2 .uk-button {
  line-height: 36px;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 500;
  padding: 0 20px;
}
#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a0072a5b08a0117 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#a8ebca7807a9637 {
  overflow: hidden;
}
#a8ebca7807a9637 , #a8ebca7807a9637 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;letter-spacing: 1px;}#abdb7a3248a8973 {
  overflow: hidden;
}
#a2fdaa9aeba51a5 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#a9e8ea62efa0145 .inner-detail {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#a8433aaf20aa3e6 {
  overflow: hidden;
  pointer-events: none;
}
#a8433aaf20aa3e6 > .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;
}
#a8433aaf20aa3e6 > .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;
}
#a8433aaf20aa3e6 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8433aaf20aa3e6 > .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;
}
#a8433aaf20aa3e6 > .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;
}
#a8433aaf20aa3e6 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8433aaf20aa3e6 > .tab-wrap > div > .tab-nav,
#a8433aaf20aa3e6 > .tab-nav,
#a8433aaf20aa3e6 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a8433aaf20aa3e6 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#a8433aaf20aa3e6 > .tab-wrap > div > .tab-nav-horizontal,
#a8433aaf20aa3e6 > .tab-nav-horizontal,
#a8433aaf20aa3e6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a8433aaf20aa3e6 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a8433aaf20aa3e6 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8433aaf20aa3e6 > .tab-nav-horizontal::-webkit-scrollbar,
#a8433aaf20aa3e6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8433aaf20aa3e6 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a8433aaf20aa3e6 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8433aaf20aa3e6 > .tab-nav-horizontal.tagScroll,
#a8433aaf20aa3e6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8433aaf20aa3e6 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a8433aaf20aa3e6 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8433aaf20aa3e6 > .tab-nav-horizontal.tagScroll li a,
#a8433aaf20aa3e6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8433aaf20aa3e6 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a8433aaf20aa3e6 > .tab-wrap > div > .tab-nav a,
#a8433aaf20aa3e6 > .tab-nav a,
#a8433aaf20aa3e6 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a8433aaf20aa3e6 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a8433aaf20aa3e6 > .tab-wrap > div > .tab-nav li a,
#a8433aaf20aa3e6 > .tab-nav li a,
#a8433aaf20aa3e6 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a8433aaf20aa3e6 > .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;
  background-color: rgba(248, 248, 248, 0.97254902);
}
#a8433aaf20aa3e6 > .tab-wrap > div > .tab-nav li a svg,
#a8433aaf20aa3e6 > .tab-nav li a svg,
#a8433aaf20aa3e6 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a8433aaf20aa3e6 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a8433aaf20aa3e6 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8433aaf20aa3e6 > .tab-nav li a .ap_icon,
#a8433aaf20aa3e6 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8433aaf20aa3e6 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a8433aaf20aa3e6 > .tab-wrap > div > .tab-nav li a:hover,
#a8433aaf20aa3e6 > .tab-nav li a:hover,
#a8433aaf20aa3e6 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a8433aaf20aa3e6 > .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;
}
#a8433aaf20aa3e6 > .tab-wrap > div > .tab-nav li.uk-active a,
#a8433aaf20aa3e6 > .tab-nav li.uk-active a,
#a8433aaf20aa3e6 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a8433aaf20aa3e6 > .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;
}
#a8433aaf20aa3e6 .layout-left li,
#a8433aaf20aa3e6 .layout-center li,
#a8433aaf20aa3e6 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a8433aaf20aa3e6 .layout-left li a,
#a8433aaf20aa3e6 .layout-center li a,
#a8433aaf20aa3e6 .layout-right li a {
  height: 100%;
}
#a8433aaf20aa3e6 > .tab-tabs .layout-left {
  text-align: left;
}
#a8433aaf20aa3e6 > .tab-tabs .layout-center {
  text-align: center;
}
#a8433aaf20aa3e6 > .tab-tabs .layout-right {
  text-align: right;
}
#a8433aaf20aa3e6 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a8433aaf20aa3e6 .tab-content-wrap {
  background-color: rgba(248, 248, 248, 0.97254902);
}
#a8433aaf20aa3e6 .tab-contents,
#a8433aaf20aa3e6 .tab-contents-wrap {
  pointer-events: none;
}
#a8433aaf20aa3e6 .tab-content,
#a8433aaf20aa3e6 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a8433aaf20aa3e6 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a8433aaf20aa3e6 .tab-wrap .tab-contents {
  height: 100%;
}
#a8433aaf20aa3e6 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a8433aaf20aa3e6 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a8433aaf20aa3e6 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a5160a28efa58c7 [data-item*=".abstract"], #a5160a28efa58c7 [data-item*=".abstract"] a {show: true;}#a5160a28efa58c7 [data-item*=".subTitle"], #a5160a28efa58c7 [data-item*=".subTitle"] a {show: true;}#a5160a28efa58c7 [data-item*=".category"], #a5160a28efa58c7 [data-item*=".category"] a {show: false;}#a5160a28efa58c7 [data-item="items"] .img {background-size: contain;}#a5160a28efa58c7 [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#a5160a28efa58c7 [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#a5160a28efa58c7 [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#af93eadb2bafea2 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8ff2a8d14ad83c .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a2709aec29acf0e {
  min-height: 300px;
}
#a372aa2e06a50c9 .filter-nav li {
  padding: 0 15px;
  border-right: 1px solid #ececec;
  display: inline-block;
  cursor: pointer;
  line-height: 1;
}
#a372aa2e06a50c9 .filter-nav li.uk-active {
  color: #000;
}
#a372aa2e06a50c9 .filter {
  padding: 20px 0;
  background-color: #fff;
  margin-bottom: 30px;
}
#a372aa2e06a50c9 .filter-items label {
  margin-right: 20px;
  margin-bottom: 15px;
  font-size: 13px;
}
#a372aa2e06a50c9 .filter-items label input {
  margin-right: 8px;
}
#a372aa2e06a50c9 .filter-select-items button {
  line-height: 26px;
  font-size: 14px;
  background-color: #da251d;
  color: #fff;
  margin-right: 15px;
  padding: 0 14px;
}
#a372aa2e06a50c9 .filter-select-items {
  min-height: 35px;
}
#a58bfa243caeec2 .icon-wrap {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f7f7f7;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  margin-bottom: 15px;
}
#a58bfa243caeec2 .tab-item-title {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 3px solid transparent;
}
#a58bfa243caeec2 .uk-active .tab-item-title {
  border-bottom-color: #1e87f0;
}
#a58bfa243caeec2 .uk-button {
  line-height: 36px;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 500;
  padding: 0 20px;
}
#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#ae20daa480a8319 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#ae78daff4ba6987 {
  overflow: hidden;
}
#ae78daff4ba6987 , #ae78daff4ba6987 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#ae78daff4ba6987:hover , #ae78daff4ba6987 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f {
  overflow: hidden;
}
#a8164a0362a325f , #a8164a0362a325f > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f:hover , #a8164a0362a325f *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a2709aec29acf0e [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#a372aa2e06a50c9 [data-item*=".abstract"], #a372aa2e06a50c9 [data-item*=".abstract"] a {show: true;}#a372aa2e06a50c9 [data-item*=".subTitle"], #a372aa2e06a50c9 [data-item*=".subTitle"] a {show: true;}#a372aa2e06a50c9 [data-item*=".category"], #a372aa2e06a50c9 [data-item*=".category"] a {show: false;}#a372aa2e06a50c9 [data-item="items"] .img {background-size: contain;}#a372aa2e06a50c9 [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#a372aa2e06a50c9 [data-item="title"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="items"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#a372aa2e06a50c9 [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#a58bfa243caeec2 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#ae20daa480a8319 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#ae78daff4ba6987 {
  overflow: hidden;
}
#ae78daff4ba6987 , #ae78daff4ba6987 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#ae78daff4ba6987:hover , #ae78daff4ba6987 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f {
  overflow: hidden;
}
#a8164a0362a325f , #a8164a0362a325f > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f:hover , #a8164a0362a325f *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a2709aec29acf0e [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#a372aa2e06a50c9 [data-item*=".abstract"], #a372aa2e06a50c9 [data-item*=".abstract"] a {show: true;}#a372aa2e06a50c9 [data-item*=".subTitle"], #a372aa2e06a50c9 [data-item*=".subTitle"] a {show: true;}#a372aa2e06a50c9 [data-item*=".category"], #a372aa2e06a50c9 [data-item*=".category"] a {show: false;}#a372aa2e06a50c9 [data-item="items"] .img {background-size: contain;}#a372aa2e06a50c9 [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#a372aa2e06a50c9 [data-item="title"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="items"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#a372aa2e06a50c9 [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#a58bfa243caeec2 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#ae20daa480a8319 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#ae78daff4ba6987 {
  overflow: hidden;
}
#ae78daff4ba6987 , #ae78daff4ba6987 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#ae78daff4ba6987:hover , #ae78daff4ba6987 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f {
  overflow: hidden;
}
#a8164a0362a325f , #a8164a0362a325f > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f:hover , #a8164a0362a325f *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a2709aec29acf0e [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#a372aa2e06a50c9 [data-item*=".abstract"], #a372aa2e06a50c9 [data-item*=".abstract"] a {show: true;}#a372aa2e06a50c9 [data-item*=".subTitle"], #a372aa2e06a50c9 [data-item*=".subTitle"] a {show: true;}#a372aa2e06a50c9 [data-item*=".category"], #a372aa2e06a50c9 [data-item*=".category"] a {show: false;}#a372aa2e06a50c9 [data-item="items"] .img {background-size: contain;}#a372aa2e06a50c9 [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#a372aa2e06a50c9 [data-item="title"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="items"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#a372aa2e06a50c9 [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#a58bfa243caeec2 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#ae20daa480a8319 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#ae78daff4ba6987 {
  overflow: hidden;
}
#ae78daff4ba6987 , #ae78daff4ba6987 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#ae78daff4ba6987:hover , #ae78daff4ba6987 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f {
  overflow: hidden;
}
#a8164a0362a325f , #a8164a0362a325f > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f:hover , #a8164a0362a325f *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a2709aec29acf0e [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#a372aa2e06a50c9 [data-item*=".abstract"], #a372aa2e06a50c9 [data-item*=".abstract"] a {show: true;}#a372aa2e06a50c9 [data-item*=".subTitle"], #a372aa2e06a50c9 [data-item*=".subTitle"] a {show: true;}#a372aa2e06a50c9 [data-item*=".category"], #a372aa2e06a50c9 [data-item*=".category"] a {show: false;}#a372aa2e06a50c9 [data-item="items"] .img {background-size: contain;}#a372aa2e06a50c9 [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#a372aa2e06a50c9 [data-item="title"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="items"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#a372aa2e06a50c9 [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#a58bfa243caeec2 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#ae20daa480a8319 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#ae78daff4ba6987 {
  overflow: hidden;
}
#ae78daff4ba6987 , #ae78daff4ba6987 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#ae78daff4ba6987:hover , #ae78daff4ba6987 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f {
  overflow: hidden;
}
#a8164a0362a325f , #a8164a0362a325f > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f:hover , #a8164a0362a325f *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a2709aec29acf0e [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#a372aa2e06a50c9 [data-item*=".abstract"], #a372aa2e06a50c9 [data-item*=".abstract"] a {show: true;}#a372aa2e06a50c9 [data-item*=".subTitle"], #a372aa2e06a50c9 [data-item*=".subTitle"] a {show: true;}#a372aa2e06a50c9 [data-item*=".category"], #a372aa2e06a50c9 [data-item*=".category"] a {show: false;}#a372aa2e06a50c9 [data-item="items"] .img {background-size: contain;}#a372aa2e06a50c9 [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#a372aa2e06a50c9 [data-item="title"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="items"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#a372aa2e06a50c9 [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#a58bfa243caeec2 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#ae20daa480a8319 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#ae78daff4ba6987 {
  overflow: hidden;
}
#ae78daff4ba6987 , #ae78daff4ba6987 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#ae78daff4ba6987:hover , #ae78daff4ba6987 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f {
  overflow: hidden;
}
#a8164a0362a325f , #a8164a0362a325f > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f:hover , #a8164a0362a325f *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a2709aec29acf0e [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#a372aa2e06a50c9 [data-item*=".abstract"], #a372aa2e06a50c9 [data-item*=".abstract"] a {show: true;}#a372aa2e06a50c9 [data-item*=".subTitle"], #a372aa2e06a50c9 [data-item*=".subTitle"] a {show: true;}#a372aa2e06a50c9 [data-item*=".category"], #a372aa2e06a50c9 [data-item*=".category"] a {show: false;}#a372aa2e06a50c9 [data-item="items"] .img {background-size: contain;}#a372aa2e06a50c9 [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#a372aa2e06a50c9 [data-item="title"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="items"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#a372aa2e06a50c9 [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#a58bfa243caeec2 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#ae20daa480a8319 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#ae78daff4ba6987 {
  overflow: hidden;
}
#ae78daff4ba6987 , #ae78daff4ba6987 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#ae78daff4ba6987:hover , #ae78daff4ba6987 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f {
  overflow: hidden;
}
#a8164a0362a325f , #a8164a0362a325f > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f:hover , #a8164a0362a325f *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a2709aec29acf0e [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#a372aa2e06a50c9 [data-item*=".abstract"], #a372aa2e06a50c9 [data-item*=".abstract"] a {show: true;}#a372aa2e06a50c9 [data-item*=".subTitle"], #a372aa2e06a50c9 [data-item*=".subTitle"] a {show: true;}#a372aa2e06a50c9 [data-item*=".category"], #a372aa2e06a50c9 [data-item*=".category"] a {show: false;}#a372aa2e06a50c9 [data-item="items"] .img {background-size: contain;}#a372aa2e06a50c9 [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#a372aa2e06a50c9 [data-item="title"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="items"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#a372aa2e06a50c9 [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#a58bfa243caeec2 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#ae20daa480a8319 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#ae78daff4ba6987 {
  overflow: hidden;
}
#ae78daff4ba6987 , #ae78daff4ba6987 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#ae78daff4ba6987:hover , #ae78daff4ba6987 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f {
  overflow: hidden;
}
#a8164a0362a325f , #a8164a0362a325f > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f:hover , #a8164a0362a325f *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a2709aec29acf0e [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#a372aa2e06a50c9 [data-item*=".abstract"], #a372aa2e06a50c9 [data-item*=".abstract"] a {show: true;}#a372aa2e06a50c9 [data-item*=".subTitle"], #a372aa2e06a50c9 [data-item*=".subTitle"] a {show: true;}#a372aa2e06a50c9 [data-item*=".category"], #a372aa2e06a50c9 [data-item*=".category"] a {show: false;}#a372aa2e06a50c9 [data-item="items"] .img {background-size: contain;}#a372aa2e06a50c9 [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#a372aa2e06a50c9 [data-item="title"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="items"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#a372aa2e06a50c9 [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#a58bfa243caeec2 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#ae20daa480a8319 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#ae78daff4ba6987 {
  overflow: hidden;
}
#ae78daff4ba6987 , #ae78daff4ba6987 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#ae78daff4ba6987:hover , #ae78daff4ba6987 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f {
  overflow: hidden;
}
#a8164a0362a325f , #a8164a0362a325f > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f:hover , #a8164a0362a325f *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a2709aec29acf0e [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#a372aa2e06a50c9 [data-item*=".abstract"], #a372aa2e06a50c9 [data-item*=".abstract"] a {show: true;}#a372aa2e06a50c9 [data-item*=".subTitle"], #a372aa2e06a50c9 [data-item*=".subTitle"] a {show: true;}#a372aa2e06a50c9 [data-item*=".category"], #a372aa2e06a50c9 [data-item*=".category"] a {show: false;}#a372aa2e06a50c9 [data-item="items"] .img {background-size: contain;}#a372aa2e06a50c9 [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#a372aa2e06a50c9 [data-item="title"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="items"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#a372aa2e06a50c9 [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#a58bfa243caeec2 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#ae20daa480a8319 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#ae78daff4ba6987 {
  overflow: hidden;
}
#ae78daff4ba6987 , #ae78daff4ba6987 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#ae78daff4ba6987:hover , #ae78daff4ba6987 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f {
  overflow: hidden;
}
#a8164a0362a325f , #a8164a0362a325f > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f:hover , #a8164a0362a325f *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a2709aec29acf0e [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#a372aa2e06a50c9 [data-item*=".abstract"], #a372aa2e06a50c9 [data-item*=".abstract"] a {show: true;}#a372aa2e06a50c9 [data-item*=".subTitle"], #a372aa2e06a50c9 [data-item*=".subTitle"] a {show: true;}#a372aa2e06a50c9 [data-item*=".category"], #a372aa2e06a50c9 [data-item*=".category"] a {show: false;}#a372aa2e06a50c9 [data-item="items"] .img {background-size: contain;}#a372aa2e06a50c9 [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#a372aa2e06a50c9 [data-item="title"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="items"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#a372aa2e06a50c9 [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#a58bfa243caeec2 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#ae20daa480a8319 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#ae78daff4ba6987 {
  overflow: hidden;
}
#ae78daff4ba6987 , #ae78daff4ba6987 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#ae78daff4ba6987:hover , #ae78daff4ba6987 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f {
  overflow: hidden;
}
#a8164a0362a325f , #a8164a0362a325f > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f:hover , #a8164a0362a325f *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a2709aec29acf0e [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#a372aa2e06a50c9 [data-item*=".abstract"], #a372aa2e06a50c9 [data-item*=".abstract"] a {show: true;}#a372aa2e06a50c9 [data-item*=".subTitle"], #a372aa2e06a50c9 [data-item*=".subTitle"] a {show: true;}#a372aa2e06a50c9 [data-item*=".category"], #a372aa2e06a50c9 [data-item*=".category"] a {show: false;}#a372aa2e06a50c9 [data-item="items"] .img {background-size: contain;}#a372aa2e06a50c9 [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#a372aa2e06a50c9 [data-item="title"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="items"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#a372aa2e06a50c9 [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#a58bfa243caeec2 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#ae20daa480a8319 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#ae78daff4ba6987 {
  overflow: hidden;
}
#ae78daff4ba6987 , #ae78daff4ba6987 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#ae78daff4ba6987:hover , #ae78daff4ba6987 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f {
  overflow: hidden;
}
#a8164a0362a325f , #a8164a0362a325f > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f:hover , #a8164a0362a325f *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a2709aec29acf0e [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#a372aa2e06a50c9 [data-item*=".abstract"], #a372aa2e06a50c9 [data-item*=".abstract"] a {show: true;}#a372aa2e06a50c9 [data-item*=".subTitle"], #a372aa2e06a50c9 [data-item*=".subTitle"] a {show: true;}#a372aa2e06a50c9 [data-item*=".category"], #a372aa2e06a50c9 [data-item*=".category"] a {show: false;}#a372aa2e06a50c9 [data-item="items"] .img {background-size: contain;}#a372aa2e06a50c9 [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#a372aa2e06a50c9 [data-item="title"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="items"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#a372aa2e06a50c9 [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#a58bfa243caeec2 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#ae20daa480a8319 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#ae78daff4ba6987 {
  overflow: hidden;
}
#ae78daff4ba6987 , #ae78daff4ba6987 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#ae78daff4ba6987:hover , #ae78daff4ba6987 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f {
  overflow: hidden;
}
#a8164a0362a325f , #a8164a0362a325f > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f:hover , #a8164a0362a325f *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a2709aec29acf0e [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#a372aa2e06a50c9 [data-item*=".abstract"], #a372aa2e06a50c9 [data-item*=".abstract"] a {show: true;}#a372aa2e06a50c9 [data-item*=".subTitle"], #a372aa2e06a50c9 [data-item*=".subTitle"] a {show: true;}#a372aa2e06a50c9 [data-item*=".category"], #a372aa2e06a50c9 [data-item*=".category"] a {show: false;}#a372aa2e06a50c9 [data-item="items"] .img {background-size: contain;}#a372aa2e06a50c9 [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#a372aa2e06a50c9 [data-item="title"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="items"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#a372aa2e06a50c9 [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#a58bfa243caeec2 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#ae20daa480a8319 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#ae78daff4ba6987 {
  overflow: hidden;
}
#ae78daff4ba6987 , #ae78daff4ba6987 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#ae78daff4ba6987:hover , #ae78daff4ba6987 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f {
  overflow: hidden;
}
#a8164a0362a325f , #a8164a0362a325f > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f:hover , #a8164a0362a325f *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a2709aec29acf0e [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#a372aa2e06a50c9 [data-item*=".abstract"], #a372aa2e06a50c9 [data-item*=".abstract"] a {show: true;}#a372aa2e06a50c9 [data-item*=".subTitle"], #a372aa2e06a50c9 [data-item*=".subTitle"] a {show: true;}#a372aa2e06a50c9 [data-item*=".category"], #a372aa2e06a50c9 [data-item*=".category"] a {show: false;}#a372aa2e06a50c9 [data-item="items"] .img {background-size: contain;}#a372aa2e06a50c9 [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#a372aa2e06a50c9 [data-item="title"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="items"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#a372aa2e06a50c9 [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#a58bfa243caeec2 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#ae20daa480a8319 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#ae78daff4ba6987 {
  overflow: hidden;
}
#ae78daff4ba6987 , #ae78daff4ba6987 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#ae78daff4ba6987:hover , #ae78daff4ba6987 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f {
  overflow: hidden;
}
#a8164a0362a325f , #a8164a0362a325f > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f:hover , #a8164a0362a325f *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a2709aec29acf0e [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#a372aa2e06a50c9 [data-item*=".abstract"], #a372aa2e06a50c9 [data-item*=".abstract"] a {show: true;}#a372aa2e06a50c9 [data-item*=".subTitle"], #a372aa2e06a50c9 [data-item*=".subTitle"] a {show: true;}#a372aa2e06a50c9 [data-item*=".category"], #a372aa2e06a50c9 [data-item*=".category"] a {show: false;}#a372aa2e06a50c9 [data-item="items"] .img {background-size: contain;}#a372aa2e06a50c9 [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#a372aa2e06a50c9 [data-item="title"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="items"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#a372aa2e06a50c9 [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#a58bfa243caeec2 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#ae20daa480a8319 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#ae78daff4ba6987 {
  overflow: hidden;
}
#ae78daff4ba6987 , #ae78daff4ba6987 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#ae78daff4ba6987:hover , #ae78daff4ba6987 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f {
  overflow: hidden;
}
#a8164a0362a325f , #a8164a0362a325f > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f:hover , #a8164a0362a325f *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a2709aec29acf0e [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#a372aa2e06a50c9 [data-item*=".abstract"], #a372aa2e06a50c9 [data-item*=".abstract"] a {show: true;}#a372aa2e06a50c9 [data-item*=".subTitle"], #a372aa2e06a50c9 [data-item*=".subTitle"] a {show: true;}#a372aa2e06a50c9 [data-item*=".category"], #a372aa2e06a50c9 [data-item*=".category"] a {show: false;}#a372aa2e06a50c9 [data-item="items"] .img {background-size: contain;}#a372aa2e06a50c9 [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#a372aa2e06a50c9 [data-item="title"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="items"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#a372aa2e06a50c9 [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#a58bfa243caeec2 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#ae20daa480a8319 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#ae78daff4ba6987 {
  overflow: hidden;
}
#ae78daff4ba6987 , #ae78daff4ba6987 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#ae78daff4ba6987:hover , #ae78daff4ba6987 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f {
  overflow: hidden;
}
#a8164a0362a325f , #a8164a0362a325f > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f:hover , #a8164a0362a325f *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a2709aec29acf0e [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#a372aa2e06a50c9 [data-item*=".abstract"], #a372aa2e06a50c9 [data-item*=".abstract"] a {show: true;}#a372aa2e06a50c9 [data-item*=".subTitle"], #a372aa2e06a50c9 [data-item*=".subTitle"] a {show: true;}#a372aa2e06a50c9 [data-item*=".category"], #a372aa2e06a50c9 [data-item*=".category"] a {show: false;}#a372aa2e06a50c9 [data-item="items"] .img {background-size: contain;}#a372aa2e06a50c9 [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#a372aa2e06a50c9 [data-item="title"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="items"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#a372aa2e06a50c9 [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#a58bfa243caeec2 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#ae20daa480a8319 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#ae78daff4ba6987 {
  overflow: hidden;
}
#ae78daff4ba6987 , #ae78daff4ba6987 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#ae78daff4ba6987:hover , #ae78daff4ba6987 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f {
  overflow: hidden;
}
#a8164a0362a325f , #a8164a0362a325f > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f:hover , #a8164a0362a325f *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a2709aec29acf0e [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#a372aa2e06a50c9 [data-item*=".abstract"], #a372aa2e06a50c9 [data-item*=".abstract"] a {show: true;}#a372aa2e06a50c9 [data-item*=".subTitle"], #a372aa2e06a50c9 [data-item*=".subTitle"] a {show: true;}#a372aa2e06a50c9 [data-item*=".category"], #a372aa2e06a50c9 [data-item*=".category"] a {show: false;}#a372aa2e06a50c9 [data-item="items"] .img {background-size: contain;}#a372aa2e06a50c9 [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#a372aa2e06a50c9 [data-item="title"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="items"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#a372aa2e06a50c9 [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#a58bfa243caeec2 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#ae20daa480a8319 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#ae78daff4ba6987 {
  overflow: hidden;
}
#ae78daff4ba6987 , #ae78daff4ba6987 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#ae78daff4ba6987:hover , #ae78daff4ba6987 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f {
  overflow: hidden;
}
#a8164a0362a325f , #a8164a0362a325f > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f:hover , #a8164a0362a325f *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a2709aec29acf0e [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#a372aa2e06a50c9 [data-item*=".abstract"], #a372aa2e06a50c9 [data-item*=".abstract"] a {show: true;}#a372aa2e06a50c9 [data-item*=".subTitle"], #a372aa2e06a50c9 [data-item*=".subTitle"] a {show: true;}#a372aa2e06a50c9 [data-item*=".category"], #a372aa2e06a50c9 [data-item*=".category"] a {show: false;}#a372aa2e06a50c9 [data-item="items"] .img {background-size: contain;}#a372aa2e06a50c9 [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#a372aa2e06a50c9 [data-item="title"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="items"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#a372aa2e06a50c9 [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#a58bfa243caeec2 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#ae20daa480a8319 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#ae78daff4ba6987 {
  overflow: hidden;
}
#ae78daff4ba6987 , #ae78daff4ba6987 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#ae78daff4ba6987:hover , #ae78daff4ba6987 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f {
  overflow: hidden;
}
#a8164a0362a325f , #a8164a0362a325f > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f:hover , #a8164a0362a325f *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a2709aec29acf0e [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#a372aa2e06a50c9 [data-item*=".abstract"], #a372aa2e06a50c9 [data-item*=".abstract"] a {show: true;}#a372aa2e06a50c9 [data-item*=".subTitle"], #a372aa2e06a50c9 [data-item*=".subTitle"] a {show: true;}#a372aa2e06a50c9 [data-item*=".category"], #a372aa2e06a50c9 [data-item*=".category"] a {show: false;}#a372aa2e06a50c9 [data-item="items"] .img {background-size: contain;}#a372aa2e06a50c9 [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#a372aa2e06a50c9 [data-item="title"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="items"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#a372aa2e06a50c9 [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#a58bfa243caeec2 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#ae20daa480a8319 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#ae78daff4ba6987 {
  overflow: hidden;
}
#ae78daff4ba6987 , #ae78daff4ba6987 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#ae78daff4ba6987:hover , #ae78daff4ba6987 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f {
  overflow: hidden;
}
#a8164a0362a325f , #a8164a0362a325f > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f:hover , #a8164a0362a325f *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a2709aec29acf0e [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#a372aa2e06a50c9 [data-item*=".abstract"], #a372aa2e06a50c9 [data-item*=".abstract"] a {show: true;}#a372aa2e06a50c9 [data-item*=".subTitle"], #a372aa2e06a50c9 [data-item*=".subTitle"] a {show: true;}#a372aa2e06a50c9 [data-item*=".category"], #a372aa2e06a50c9 [data-item*=".category"] a {show: false;}#a372aa2e06a50c9 [data-item="items"] .img {background-size: contain;}#a372aa2e06a50c9 [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#a372aa2e06a50c9 [data-item="title"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="items"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#a372aa2e06a50c9 [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#a58bfa243caeec2 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#ae20daa480a8319 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#ae78daff4ba6987 {
  overflow: hidden;
}
#ae78daff4ba6987 , #ae78daff4ba6987 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#ae78daff4ba6987:hover , #ae78daff4ba6987 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f {
  overflow: hidden;
}
#a8164a0362a325f , #a8164a0362a325f > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f:hover , #a8164a0362a325f *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a2709aec29acf0e [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#a372aa2e06a50c9 [data-item*=".abstract"], #a372aa2e06a50c9 [data-item*=".abstract"] a {show: true;}#a372aa2e06a50c9 [data-item*=".subTitle"], #a372aa2e06a50c9 [data-item*=".subTitle"] a {show: true;}#a372aa2e06a50c9 [data-item*=".category"], #a372aa2e06a50c9 [data-item*=".category"] a {show: false;}#a372aa2e06a50c9 [data-item="items"] .img {background-size: contain;}#a372aa2e06a50c9 [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#a372aa2e06a50c9 [data-item="title"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="items"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#a372aa2e06a50c9 [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#a58bfa243caeec2 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#ae20daa480a8319 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#ae78daff4ba6987 {
  overflow: hidden;
}
#ae78daff4ba6987 , #ae78daff4ba6987 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#ae78daff4ba6987:hover , #ae78daff4ba6987 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f {
  overflow: hidden;
}
#a8164a0362a325f , #a8164a0362a325f > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f:hover , #a8164a0362a325f *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a2709aec29acf0e [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#a372aa2e06a50c9 [data-item*=".abstract"], #a372aa2e06a50c9 [data-item*=".abstract"] a {show: true;}#a372aa2e06a50c9 [data-item*=".subTitle"], #a372aa2e06a50c9 [data-item*=".subTitle"] a {show: true;}#a372aa2e06a50c9 [data-item*=".category"], #a372aa2e06a50c9 [data-item*=".category"] a {show: false;}#a372aa2e06a50c9 [data-item="items"] .img {background-size: contain;}#a372aa2e06a50c9 [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#a372aa2e06a50c9 [data-item="title"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="items"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#a372aa2e06a50c9 [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#a58bfa243caeec2 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#ae20daa480a8319 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#ae78daff4ba6987 {
  overflow: hidden;
}
#ae78daff4ba6987 , #ae78daff4ba6987 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#ae78daff4ba6987:hover , #ae78daff4ba6987 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f {
  overflow: hidden;
}
#a8164a0362a325f , #a8164a0362a325f > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f:hover , #a8164a0362a325f *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a2709aec29acf0e [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#a372aa2e06a50c9 [data-item*=".abstract"], #a372aa2e06a50c9 [data-item*=".abstract"] a {show: true;}#a372aa2e06a50c9 [data-item*=".subTitle"], #a372aa2e06a50c9 [data-item*=".subTitle"] a {show: true;}#a372aa2e06a50c9 [data-item*=".category"], #a372aa2e06a50c9 [data-item*=".category"] a {show: false;}#a372aa2e06a50c9 [data-item="items"] .img {background-size: contain;}#a372aa2e06a50c9 [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#a372aa2e06a50c9 [data-item="title"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="items"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#a372aa2e06a50c9 [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#a58bfa243caeec2 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#ae20daa480a8319 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#ae78daff4ba6987 {
  overflow: hidden;
}
#ae78daff4ba6987 , #ae78daff4ba6987 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#ae78daff4ba6987:hover , #ae78daff4ba6987 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f {
  overflow: hidden;
}
#a8164a0362a325f , #a8164a0362a325f > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f:hover , #a8164a0362a325f *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a2709aec29acf0e [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#a372aa2e06a50c9 [data-item*=".abstract"], #a372aa2e06a50c9 [data-item*=".abstract"] a {show: true;}#a372aa2e06a50c9 [data-item*=".subTitle"], #a372aa2e06a50c9 [data-item*=".subTitle"] a {show: true;}#a372aa2e06a50c9 [data-item*=".category"], #a372aa2e06a50c9 [data-item*=".category"] a {show: false;}#a372aa2e06a50c9 [data-item="items"] .img {background-size: contain;}#a372aa2e06a50c9 [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#a372aa2e06a50c9 [data-item="title"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="items"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#a372aa2e06a50c9 [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#a58bfa243caeec2 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#ae20daa480a8319 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#ae78daff4ba6987 {
  overflow: hidden;
}
#ae78daff4ba6987 , #ae78daff4ba6987 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#ae78daff4ba6987:hover , #ae78daff4ba6987 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f {
  overflow: hidden;
}
#a8164a0362a325f , #a8164a0362a325f > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f:hover , #a8164a0362a325f *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a2709aec29acf0e [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#a372aa2e06a50c9 [data-item*=".abstract"], #a372aa2e06a50c9 [data-item*=".abstract"] a {show: true;}#a372aa2e06a50c9 [data-item*=".subTitle"], #a372aa2e06a50c9 [data-item*=".subTitle"] a {show: true;}#a372aa2e06a50c9 [data-item*=".category"], #a372aa2e06a50c9 [data-item*=".category"] a {show: false;}#a372aa2e06a50c9 [data-item="items"] .img {background-size: contain;}#a372aa2e06a50c9 [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#a372aa2e06a50c9 [data-item="title"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="items"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#a372aa2e06a50c9 [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#a58bfa243caeec2 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#ae20daa480a8319 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#ae78daff4ba6987 {
  overflow: hidden;
}
#ae78daff4ba6987 , #ae78daff4ba6987 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#ae78daff4ba6987:hover , #ae78daff4ba6987 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f {
  overflow: hidden;
}
#a8164a0362a325f , #a8164a0362a325f > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f:hover , #a8164a0362a325f *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a2709aec29acf0e [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#a372aa2e06a50c9 [data-item*=".abstract"], #a372aa2e06a50c9 [data-item*=".abstract"] a {show: true;}#a372aa2e06a50c9 [data-item*=".subTitle"], #a372aa2e06a50c9 [data-item*=".subTitle"] a {show: true;}#a372aa2e06a50c9 [data-item*=".category"], #a372aa2e06a50c9 [data-item*=".category"] a {show: false;}#a372aa2e06a50c9 [data-item="items"] .img {background-size: contain;}#a372aa2e06a50c9 [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#a372aa2e06a50c9 [data-item="title"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="items"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#a372aa2e06a50c9 [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#a58bfa243caeec2 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#ae20daa480a8319 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#ae78daff4ba6987 {
  overflow: hidden;
}
#ae78daff4ba6987 , #ae78daff4ba6987 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#ae78daff4ba6987:hover , #ae78daff4ba6987 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f {
  overflow: hidden;
}
#a8164a0362a325f , #a8164a0362a325f > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f:hover , #a8164a0362a325f *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a2709aec29acf0e [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#a372aa2e06a50c9 [data-item*=".abstract"], #a372aa2e06a50c9 [data-item*=".abstract"] a {show: true;}#a372aa2e06a50c9 [data-item*=".subTitle"], #a372aa2e06a50c9 [data-item*=".subTitle"] a {show: true;}#a372aa2e06a50c9 [data-item*=".category"], #a372aa2e06a50c9 [data-item*=".category"] a {show: false;}#a372aa2e06a50c9 [data-item="items"] .img {background-size: contain;}#a372aa2e06a50c9 [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#a372aa2e06a50c9 [data-item="title"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="items"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#a372aa2e06a50c9 [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#a58bfa243caeec2 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#ae20daa480a8319 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#ae78daff4ba6987 {
  overflow: hidden;
}
#ae78daff4ba6987 , #ae78daff4ba6987 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#ae78daff4ba6987:hover , #ae78daff4ba6987 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f {
  overflow: hidden;
}
#a8164a0362a325f , #a8164a0362a325f > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f:hover , #a8164a0362a325f *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a2709aec29acf0e [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#a372aa2e06a50c9 [data-item*=".abstract"], #a372aa2e06a50c9 [data-item*=".abstract"] a {show: true;}#a372aa2e06a50c9 [data-item*=".subTitle"], #a372aa2e06a50c9 [data-item*=".subTitle"] a {show: true;}#a372aa2e06a50c9 [data-item*=".category"], #a372aa2e06a50c9 [data-item*=".category"] a {show: false;}#a372aa2e06a50c9 [data-item="items"] .img {background-size: contain;}#a372aa2e06a50c9 [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#a372aa2e06a50c9 [data-item="title"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="items"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#a372aa2e06a50c9 [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#a58bfa243caeec2 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#ae20daa480a8319 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#ae78daff4ba6987 {
  overflow: hidden;
}
#ae78daff4ba6987 , #ae78daff4ba6987 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#ae78daff4ba6987:hover , #ae78daff4ba6987 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f {
  overflow: hidden;
}
#a8164a0362a325f , #a8164a0362a325f > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f:hover , #a8164a0362a325f *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a2709aec29acf0e [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#a372aa2e06a50c9 [data-item*=".abstract"], #a372aa2e06a50c9 [data-item*=".abstract"] a {show: true;}#a372aa2e06a50c9 [data-item*=".subTitle"], #a372aa2e06a50c9 [data-item*=".subTitle"] a {show: true;}#a372aa2e06a50c9 [data-item*=".category"], #a372aa2e06a50c9 [data-item*=".category"] a {show: false;}#a372aa2e06a50c9 [data-item="items"] .img {background-size: contain;}#a372aa2e06a50c9 [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#a372aa2e06a50c9 [data-item="title"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="items"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#a372aa2e06a50c9 [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#a58bfa243caeec2 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#ae20daa480a8319 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#ae78daff4ba6987 {
  overflow: hidden;
}
#ae78daff4ba6987 , #ae78daff4ba6987 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#ae78daff4ba6987:hover , #ae78daff4ba6987 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f {
  overflow: hidden;
}
#a8164a0362a325f , #a8164a0362a325f > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f:hover , #a8164a0362a325f *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a2709aec29acf0e [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#a372aa2e06a50c9 [data-item*=".abstract"], #a372aa2e06a50c9 [data-item*=".abstract"] a {show: true;}#a372aa2e06a50c9 [data-item*=".subTitle"], #a372aa2e06a50c9 [data-item*=".subTitle"] a {show: true;}#a372aa2e06a50c9 [data-item*=".category"], #a372aa2e06a50c9 [data-item*=".category"] a {show: false;}#a372aa2e06a50c9 [data-item="items"] .img {background-size: contain;}#a372aa2e06a50c9 [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#a372aa2e06a50c9 [data-item="title"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="items"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#a372aa2e06a50c9 [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#a58bfa243caeec2 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#ae20daa480a8319 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#ae78daff4ba6987 {
  overflow: hidden;
}
#ae78daff4ba6987 , #ae78daff4ba6987 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#ae78daff4ba6987:hover , #ae78daff4ba6987 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f {
  overflow: hidden;
}
#a8164a0362a325f , #a8164a0362a325f > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f:hover , #a8164a0362a325f *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a2709aec29acf0e [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#a372aa2e06a50c9 [data-item*=".abstract"], #a372aa2e06a50c9 [data-item*=".abstract"] a {show: true;}#a372aa2e06a50c9 [data-item*=".subTitle"], #a372aa2e06a50c9 [data-item*=".subTitle"] a {show: true;}#a372aa2e06a50c9 [data-item*=".category"], #a372aa2e06a50c9 [data-item*=".category"] a {show: false;}#a372aa2e06a50c9 [data-item="items"] .img {background-size: contain;}#a372aa2e06a50c9 [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#a372aa2e06a50c9 [data-item="title"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="items"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#a372aa2e06a50c9 [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#a58bfa243caeec2 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#ae20daa480a8319 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#ae78daff4ba6987 {
  overflow: hidden;
}
#ae78daff4ba6987 , #ae78daff4ba6987 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#ae78daff4ba6987:hover , #ae78daff4ba6987 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f {
  overflow: hidden;
}
#a8164a0362a325f , #a8164a0362a325f > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f:hover , #a8164a0362a325f *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a2709aec29acf0e [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#a372aa2e06a50c9 [data-item*=".abstract"], #a372aa2e06a50c9 [data-item*=".abstract"] a {show: true;}#a372aa2e06a50c9 [data-item*=".subTitle"], #a372aa2e06a50c9 [data-item*=".subTitle"] a {show: true;}#a372aa2e06a50c9 [data-item*=".category"], #a372aa2e06a50c9 [data-item*=".category"] a {show: false;}#a372aa2e06a50c9 [data-item="items"] .img {background-size: contain;}#a372aa2e06a50c9 [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#a372aa2e06a50c9 [data-item="title"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="items"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#a372aa2e06a50c9 [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#a58bfa243caeec2 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#ae20daa480a8319 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#ae78daff4ba6987 {
  overflow: hidden;
}
#ae78daff4ba6987 , #ae78daff4ba6987 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#ae78daff4ba6987:hover , #ae78daff4ba6987 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f {
  overflow: hidden;
}
#a8164a0362a325f , #a8164a0362a325f > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f:hover , #a8164a0362a325f *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a2709aec29acf0e [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#a372aa2e06a50c9 [data-item*=".abstract"], #a372aa2e06a50c9 [data-item*=".abstract"] a {show: true;}#a372aa2e06a50c9 [data-item*=".subTitle"], #a372aa2e06a50c9 [data-item*=".subTitle"] a {show: true;}#a372aa2e06a50c9 [data-item*=".category"], #a372aa2e06a50c9 [data-item*=".category"] a {show: false;}#a372aa2e06a50c9 [data-item="items"] .img {background-size: contain;}#a372aa2e06a50c9 [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#a372aa2e06a50c9 [data-item="title"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="items"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#a372aa2e06a50c9 [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#a58bfa243caeec2 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#ae20daa480a8319 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#ae78daff4ba6987 {
  overflow: hidden;
}
#ae78daff4ba6987 , #ae78daff4ba6987 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#ae78daff4ba6987:hover , #ae78daff4ba6987 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f {
  overflow: hidden;
}
#a8164a0362a325f , #a8164a0362a325f > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f:hover , #a8164a0362a325f *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a2709aec29acf0e [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#a372aa2e06a50c9 [data-item*=".abstract"], #a372aa2e06a50c9 [data-item*=".abstract"] a {show: true;}#a372aa2e06a50c9 [data-item*=".subTitle"], #a372aa2e06a50c9 [data-item*=".subTitle"] a {show: true;}#a372aa2e06a50c9 [data-item*=".category"], #a372aa2e06a50c9 [data-item*=".category"] a {show: false;}#a372aa2e06a50c9 [data-item="items"] .img {background-size: contain;}#a372aa2e06a50c9 [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#a372aa2e06a50c9 [data-item="title"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="items"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#a372aa2e06a50c9 [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#a58bfa243caeec2 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#ae20daa480a8319 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#ae78daff4ba6987 {
  overflow: hidden;
}
#ae78daff4ba6987 , #ae78daff4ba6987 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#ae78daff4ba6987:hover , #ae78daff4ba6987 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f {
  overflow: hidden;
}
#a8164a0362a325f , #a8164a0362a325f > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f:hover , #a8164a0362a325f *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a2709aec29acf0e [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#a372aa2e06a50c9 [data-item*=".abstract"], #a372aa2e06a50c9 [data-item*=".abstract"] a {show: true;}#a372aa2e06a50c9 [data-item*=".subTitle"], #a372aa2e06a50c9 [data-item*=".subTitle"] a {show: true;}#a372aa2e06a50c9 [data-item*=".category"], #a372aa2e06a50c9 [data-item*=".category"] a {show: false;}#a372aa2e06a50c9 [data-item="items"] .img {background-size: contain;}#a372aa2e06a50c9 [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#a372aa2e06a50c9 [data-item="title"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="items"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#a372aa2e06a50c9 [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#a58bfa243caeec2 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#ae20daa480a8319 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#ae78daff4ba6987 {
  overflow: hidden;
}
#ae78daff4ba6987 , #ae78daff4ba6987 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#ae78daff4ba6987:hover , #ae78daff4ba6987 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f {
  overflow: hidden;
}
#a8164a0362a325f , #a8164a0362a325f > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f:hover , #a8164a0362a325f *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a2709aec29acf0e [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#a372aa2e06a50c9 [data-item*=".abstract"], #a372aa2e06a50c9 [data-item*=".abstract"] a {show: true;}#a372aa2e06a50c9 [data-item*=".subTitle"], #a372aa2e06a50c9 [data-item*=".subTitle"] a {show: true;}#a372aa2e06a50c9 [data-item*=".category"], #a372aa2e06a50c9 [data-item*=".category"] a {show: false;}#a372aa2e06a50c9 [data-item="items"] .img {background-size: contain;}#a372aa2e06a50c9 [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#a372aa2e06a50c9 [data-item="title"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="items"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#a372aa2e06a50c9 [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#a58bfa243caeec2 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#ae20daa480a8319 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#ae78daff4ba6987 {
  overflow: hidden;
}
#ae78daff4ba6987 , #ae78daff4ba6987 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#ae78daff4ba6987:hover , #ae78daff4ba6987 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f {
  overflow: hidden;
}
#a8164a0362a325f , #a8164a0362a325f > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f:hover , #a8164a0362a325f *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a2709aec29acf0e [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#a372aa2e06a50c9 [data-item*=".abstract"], #a372aa2e06a50c9 [data-item*=".abstract"] a {show: true;}#a372aa2e06a50c9 [data-item*=".subTitle"], #a372aa2e06a50c9 [data-item*=".subTitle"] a {show: true;}#a372aa2e06a50c9 [data-item*=".category"], #a372aa2e06a50c9 [data-item*=".category"] a {show: false;}#a372aa2e06a50c9 [data-item="items"] .img {background-size: contain;}#a372aa2e06a50c9 [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#a372aa2e06a50c9 [data-item="title"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="items"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#a372aa2e06a50c9 [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#a58bfa243caeec2 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#ae20daa480a8319 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#ae78daff4ba6987 {
  overflow: hidden;
}
#ae78daff4ba6987 , #ae78daff4ba6987 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#ae78daff4ba6987:hover , #ae78daff4ba6987 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f {
  overflow: hidden;
}
#a8164a0362a325f , #a8164a0362a325f > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f:hover , #a8164a0362a325f *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a2709aec29acf0e [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#a372aa2e06a50c9 [data-item*=".abstract"], #a372aa2e06a50c9 [data-item*=".abstract"] a {show: true;}#a372aa2e06a50c9 [data-item*=".subTitle"], #a372aa2e06a50c9 [data-item*=".subTitle"] a {show: true;}#a372aa2e06a50c9 [data-item*=".category"], #a372aa2e06a50c9 [data-item*=".category"] a {show: false;}#a372aa2e06a50c9 [data-item="items"] .img {background-size: contain;}#a372aa2e06a50c9 [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#a372aa2e06a50c9 [data-item="title"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="items"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#a372aa2e06a50c9 [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#a58bfa243caeec2 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#ae20daa480a8319 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#ae78daff4ba6987 {
  overflow: hidden;
}
#ae78daff4ba6987 , #ae78daff4ba6987 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#ae78daff4ba6987:hover , #ae78daff4ba6987 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f {
  overflow: hidden;
}
#a8164a0362a325f , #a8164a0362a325f > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f:hover , #a8164a0362a325f *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a2709aec29acf0e [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#a372aa2e06a50c9 [data-item*=".abstract"], #a372aa2e06a50c9 [data-item*=".abstract"] a {show: true;}#a372aa2e06a50c9 [data-item*=".subTitle"], #a372aa2e06a50c9 [data-item*=".subTitle"] a {show: true;}#a372aa2e06a50c9 [data-item*=".category"], #a372aa2e06a50c9 [data-item*=".category"] a {show: false;}#a372aa2e06a50c9 [data-item="items"] .img {background-size: contain;}#a372aa2e06a50c9 [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#a372aa2e06a50c9 [data-item="title"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="items"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#a372aa2e06a50c9 [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#a58bfa243caeec2 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#ae20daa480a8319 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#ae78daff4ba6987 {
  overflow: hidden;
}
#ae78daff4ba6987 , #ae78daff4ba6987 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#ae78daff4ba6987:hover , #ae78daff4ba6987 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f {
  overflow: hidden;
}
#a8164a0362a325f , #a8164a0362a325f > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f:hover , #a8164a0362a325f *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a2709aec29acf0e [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#a372aa2e06a50c9 [data-item*=".abstract"], #a372aa2e06a50c9 [data-item*=".abstract"] a {show: true;}#a372aa2e06a50c9 [data-item*=".subTitle"], #a372aa2e06a50c9 [data-item*=".subTitle"] a {show: true;}#a372aa2e06a50c9 [data-item*=".category"], #a372aa2e06a50c9 [data-item*=".category"] a {show: false;}#a372aa2e06a50c9 [data-item="items"] .img {background-size: contain;}#a372aa2e06a50c9 [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#a372aa2e06a50c9 [data-item="title"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="items"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#a372aa2e06a50c9 [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#a58bfa243caeec2 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#ae20daa480a8319 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#ae78daff4ba6987 {
  overflow: hidden;
}
#ae78daff4ba6987 , #ae78daff4ba6987 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#ae78daff4ba6987:hover , #ae78daff4ba6987 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f {
  overflow: hidden;
}
#a8164a0362a325f , #a8164a0362a325f > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f:hover , #a8164a0362a325f *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a2709aec29acf0e [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#a372aa2e06a50c9 [data-item*=".abstract"], #a372aa2e06a50c9 [data-item*=".abstract"] a {show: true;}#a372aa2e06a50c9 [data-item*=".subTitle"], #a372aa2e06a50c9 [data-item*=".subTitle"] a {show: true;}#a372aa2e06a50c9 [data-item*=".category"], #a372aa2e06a50c9 [data-item*=".category"] a {show: false;}#a372aa2e06a50c9 [data-item="items"] .img {background-size: contain;}#a372aa2e06a50c9 [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#a372aa2e06a50c9 [data-item="title"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="items"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#a372aa2e06a50c9 [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#a58bfa243caeec2 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#ae20daa480a8319 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#ae78daff4ba6987 {
  overflow: hidden;
}
#ae78daff4ba6987 , #ae78daff4ba6987 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#ae78daff4ba6987:hover , #ae78daff4ba6987 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f {
  overflow: hidden;
}
#a8164a0362a325f , #a8164a0362a325f > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f:hover , #a8164a0362a325f *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a2709aec29acf0e [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#a372aa2e06a50c9 [data-item*=".abstract"], #a372aa2e06a50c9 [data-item*=".abstract"] a {show: true;}#a372aa2e06a50c9 [data-item*=".subTitle"], #a372aa2e06a50c9 [data-item*=".subTitle"] a {show: true;}#a372aa2e06a50c9 [data-item*=".category"], #a372aa2e06a50c9 [data-item*=".category"] a {show: false;}#a372aa2e06a50c9 [data-item="items"] .img {background-size: contain;}#a372aa2e06a50c9 [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#a372aa2e06a50c9 [data-item="title"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="items"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#a372aa2e06a50c9 [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#a58bfa243caeec2 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#ae20daa480a8319 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#ae78daff4ba6987 {
  overflow: hidden;
}
#ae78daff4ba6987 , #ae78daff4ba6987 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#ae78daff4ba6987:hover , #ae78daff4ba6987 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f {
  overflow: hidden;
}
#a8164a0362a325f , #a8164a0362a325f > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f:hover , #a8164a0362a325f *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a2709aec29acf0e [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#a372aa2e06a50c9 [data-item*=".abstract"], #a372aa2e06a50c9 [data-item*=".abstract"] a {show: true;}#a372aa2e06a50c9 [data-item*=".subTitle"], #a372aa2e06a50c9 [data-item*=".subTitle"] a {show: true;}#a372aa2e06a50c9 [data-item*=".category"], #a372aa2e06a50c9 [data-item*=".category"] a {show: false;}#a372aa2e06a50c9 [data-item="items"] .img {background-size: contain;}#a372aa2e06a50c9 [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#a372aa2e06a50c9 [data-item="title"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="items"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#a372aa2e06a50c9 [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#a58bfa243caeec2 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#ae20daa480a8319 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#ae78daff4ba6987 {
  overflow: hidden;
}
#ae78daff4ba6987 , #ae78daff4ba6987 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#ae78daff4ba6987:hover , #ae78daff4ba6987 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f {
  overflow: hidden;
}
#a8164a0362a325f , #a8164a0362a325f > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f:hover , #a8164a0362a325f *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a2709aec29acf0e [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#a372aa2e06a50c9 [data-item*=".abstract"], #a372aa2e06a50c9 [data-item*=".abstract"] a {show: true;}#a372aa2e06a50c9 [data-item*=".subTitle"], #a372aa2e06a50c9 [data-item*=".subTitle"] a {show: true;}#a372aa2e06a50c9 [data-item*=".category"], #a372aa2e06a50c9 [data-item*=".category"] a {show: false;}#a372aa2e06a50c9 [data-item="items"] .img {background-size: contain;}#a372aa2e06a50c9 [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#a372aa2e06a50c9 [data-item="title"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="items"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#a372aa2e06a50c9 [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#a58bfa243caeec2 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#ae20daa480a8319 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#ae78daff4ba6987 {
  overflow: hidden;
}
#ae78daff4ba6987 , #ae78daff4ba6987 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#ae78daff4ba6987:hover , #ae78daff4ba6987 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f {
  overflow: hidden;
}
#a8164a0362a325f , #a8164a0362a325f > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f:hover , #a8164a0362a325f *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a2709aec29acf0e [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#a372aa2e06a50c9 [data-item*=".abstract"], #a372aa2e06a50c9 [data-item*=".abstract"] a {show: true;}#a372aa2e06a50c9 [data-item*=".subTitle"], #a372aa2e06a50c9 [data-item*=".subTitle"] a {show: true;}#a372aa2e06a50c9 [data-item*=".category"], #a372aa2e06a50c9 [data-item*=".category"] a {show: false;}#a372aa2e06a50c9 [data-item="items"] .img {background-size: contain;}#a372aa2e06a50c9 [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#a372aa2e06a50c9 [data-item="title"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="items"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#a372aa2e06a50c9 [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#a58bfa243caeec2 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#ae20daa480a8319 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#ae78daff4ba6987 {
  overflow: hidden;
}
#ae78daff4ba6987 , #ae78daff4ba6987 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#ae78daff4ba6987:hover , #ae78daff4ba6987 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f {
  overflow: hidden;
}
#a8164a0362a325f , #a8164a0362a325f > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f:hover , #a8164a0362a325f *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a2709aec29acf0e [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#a372aa2e06a50c9 [data-item*=".abstract"], #a372aa2e06a50c9 [data-item*=".abstract"] a {show: true;}#a372aa2e06a50c9 [data-item*=".subTitle"], #a372aa2e06a50c9 [data-item*=".subTitle"] a {show: true;}#a372aa2e06a50c9 [data-item*=".category"], #a372aa2e06a50c9 [data-item*=".category"] a {show: false;}#a372aa2e06a50c9 [data-item="items"] .img {background-size: contain;}#a372aa2e06a50c9 [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#a372aa2e06a50c9 [data-item="title"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="items"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#a372aa2e06a50c9 [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#a58bfa243caeec2 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#ae20daa480a8319 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#ae78daff4ba6987 {
  overflow: hidden;
}
#ae78daff4ba6987 , #ae78daff4ba6987 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#ae78daff4ba6987:hover , #ae78daff4ba6987 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f {
  overflow: hidden;
}
#a8164a0362a325f , #a8164a0362a325f > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f:hover , #a8164a0362a325f *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a2709aec29acf0e [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#a372aa2e06a50c9 [data-item*=".abstract"], #a372aa2e06a50c9 [data-item*=".abstract"] a {show: true;}#a372aa2e06a50c9 [data-item*=".subTitle"], #a372aa2e06a50c9 [data-item*=".subTitle"] a {show: true;}#a372aa2e06a50c9 [data-item*=".category"], #a372aa2e06a50c9 [data-item*=".category"] a {show: false;}#a372aa2e06a50c9 [data-item="items"] .img {background-size: contain;}#a372aa2e06a50c9 [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#a372aa2e06a50c9 [data-item="title"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="items"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#a372aa2e06a50c9 [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#a58bfa243caeec2 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#ae20daa480a8319 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#ae78daff4ba6987 {
  overflow: hidden;
}
#ae78daff4ba6987 , #ae78daff4ba6987 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#ae78daff4ba6987:hover , #ae78daff4ba6987 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f {
  overflow: hidden;
}
#a8164a0362a325f , #a8164a0362a325f > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f:hover , #a8164a0362a325f *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a2709aec29acf0e [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#a372aa2e06a50c9 [data-item*=".abstract"], #a372aa2e06a50c9 [data-item*=".abstract"] a {show: true;}#a372aa2e06a50c9 [data-item*=".subTitle"], #a372aa2e06a50c9 [data-item*=".subTitle"] a {show: true;}#a372aa2e06a50c9 [data-item*=".category"], #a372aa2e06a50c9 [data-item*=".category"] a {show: false;}#a372aa2e06a50c9 [data-item="items"] .img {background-size: contain;}#a372aa2e06a50c9 [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#a372aa2e06a50c9 [data-item="title"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="items"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#a372aa2e06a50c9 [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#a58bfa243caeec2 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#ae20daa480a8319 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#ae78daff4ba6987 {
  overflow: hidden;
}
#ae78daff4ba6987 , #ae78daff4ba6987 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#ae78daff4ba6987:hover , #ae78daff4ba6987 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f {
  overflow: hidden;
}
#a8164a0362a325f , #a8164a0362a325f > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a8164a0362a325f:hover , #a8164a0362a325f *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a2709aec29acf0e [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#a372aa2e06a50c9 [data-item*=".abstract"], #a372aa2e06a50c9 [data-item*=".abstract"] a {show: true;}#a372aa2e06a50c9 [data-item*=".subTitle"], #a372aa2e06a50c9 [data-item*=".subTitle"] a {show: true;}#a372aa2e06a50c9 [data-item*=".category"], #a372aa2e06a50c9 [data-item*=".category"] a {show: false;}#a372aa2e06a50c9 [data-item="items"] .img {background-size: contain;}#a372aa2e06a50c9 [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#a372aa2e06a50c9 [data-item="title"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="items"] {left: 0px;top: 1px; position: relative;}#a372aa2e06a50c9 [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#a372aa2e06a50c9 [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#a58bfa243caeec2 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a88cea36fdae308 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#af460a45d0a3f67 {
  min-height: 300px;
}
#a547fa5feca8d78 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#acc8ba6f57aa575 .filter-nav li {
  padding: 0 15px;
  border-right: 1px solid #ececec;
  display: inline-block;
  cursor: pointer;
  line-height: 1;
}
#acc8ba6f57aa575 .filter-nav li.uk-active {
  color: #000;
}
#acc8ba6f57aa575 .filter {
  padding: 20px 0;
  background-color: #fff;
  margin-bottom: 30px;
}
#acc8ba6f57aa575 .filter-items label {
  margin-right: 20px;
  margin-bottom: 15px;
  font-size: 13px;
}
#acc8ba6f57aa575 .filter-items label input {
  margin-right: 8px;
}
#acc8ba6f57aa575 .filter-select-items button {
  line-height: 26px;
  font-size: 14px;
  background-color: #da251d;
  color: #fff;
  margin-right: 15px;
  padding: 0 14px;
}
#acc8ba6f57aa575 .filter-select-items {
  min-height: 35px;
}
#a6351ae04cad086 .icon-wrap {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f7f7f7;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  margin-bottom: 15px;
}
#a6351ae04cad086 .tab-item-title {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 3px solid transparent;
}
#a6351ae04cad086 .uk-active .tab-item-title {
  border-bottom-color: #1e87f0;
}
#a6351ae04cad086 .uk-button {
  line-height: 36px;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 500;
  padding: 0 20px;
}
#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#aa634abbe7a82e6 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#afd0fa2adeab58e {
  overflow: hidden;
}
#afd0fa2adeab58e , #afd0fa2adeab58e > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#afd0fa2adeab58e:hover , #afd0fa2adeab58e *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a3bcfa4570abc27 {
  overflow: hidden;
}
#a3bcfa4570abc27 , #a3bcfa4570abc27 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a3bcfa4570abc27:hover , #a3bcfa4570abc27 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#af460a45d0a3f67 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#acc9ca4bcda7b94 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#acc9ca4bcda7b94 .ele-wrap:hover {background-color: #0483cc;}#a1447a76cca8767 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a1447a76cca8767 .ele-wrap:hover {background-color: #0483cc;}#afc60a215ea4182 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#afc60a215ea4182 .ele-wrap:hover {background-color: #0483cc;}#a9588a0849a2f78 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a9588a0849a2f78 .ele-wrap:hover {background-color: #0483cc;}#ae090ac5abad6b4 , #ae090ac5abad6b4 .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a3deaae0edaefad , #a3deaae0edaefad .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#abfaaa0204a010d , #abfaaa0204a010d .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#ae131a5034ab9c4 , #ae131a5034ab9c4 .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a3508a9b18a0568 {
  overflow: hidden;
  pointer-events: none;
}
#a3508a9b18a0568 > .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;
}
#a3508a9b18a0568 > .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;
}
#a3508a9b18a0568 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3508a9b18a0568 > .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;
}
#a3508a9b18a0568 > .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;
}
#a3508a9b18a0568 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3508a9b18a0568 > .tab-wrap > div > .tab-nav,
#a3508a9b18a0568 > .tab-nav,
#a3508a9b18a0568 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a3508a9b18a0568 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#a3508a9b18a0568 > .tab-wrap > div > .tab-nav-horizontal,
#a3508a9b18a0568 > .tab-nav-horizontal,
#a3508a9b18a0568 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a3508a9b18a0568 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a3508a9b18a0568 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3508a9b18a0568 > .tab-nav-horizontal::-webkit-scrollbar,
#a3508a9b18a0568 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3508a9b18a0568 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a3508a9b18a0568 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3508a9b18a0568 > .tab-nav-horizontal.tagScroll,
#a3508a9b18a0568 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3508a9b18a0568 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a3508a9b18a0568 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3508a9b18a0568 > .tab-nav-horizontal.tagScroll li a,
#a3508a9b18a0568 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3508a9b18a0568 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a3508a9b18a0568 > .tab-wrap > div > .tab-nav a,
#a3508a9b18a0568 > .tab-nav a,
#a3508a9b18a0568 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a3508a9b18a0568 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a3508a9b18a0568 > .tab-wrap > div > .tab-nav li a,
#a3508a9b18a0568 > .tab-nav li a,
#a3508a9b18a0568 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a3508a9b18a0568 > .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;
  background-color: rgba(248, 248, 248, 0.97254902);
}
#a3508a9b18a0568 > .tab-wrap > div > .tab-nav li a svg,
#a3508a9b18a0568 > .tab-nav li a svg,
#a3508a9b18a0568 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a3508a9b18a0568 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a3508a9b18a0568 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3508a9b18a0568 > .tab-nav li a .ap_icon,
#a3508a9b18a0568 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3508a9b18a0568 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a3508a9b18a0568 > .tab-wrap > div > .tab-nav li a:hover,
#a3508a9b18a0568 > .tab-nav li a:hover,
#a3508a9b18a0568 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a3508a9b18a0568 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a3508a9b18a0568 > .tab-wrap > div > .tab-nav li.uk-active a,
#a3508a9b18a0568 > .tab-nav li.uk-active a,
#a3508a9b18a0568 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a3508a9b18a0568 > .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;
}
#a3508a9b18a0568 > .tab-wrap > div > .tab-nav li:last-child a,
#a3508a9b18a0568 > .tab-nav li:last-child a,
#a3508a9b18a0568 > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#a3508a9b18a0568 > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#a3508a9b18a0568 .layout-left li,
#a3508a9b18a0568 .layout-center li,
#a3508a9b18a0568 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a3508a9b18a0568 .layout-left li a,
#a3508a9b18a0568 .layout-center li a,
#a3508a9b18a0568 .layout-right li a {
  height: 100%;
}
#a3508a9b18a0568 > .tab-tabs .layout-left {
  text-align: left;
}
#a3508a9b18a0568 > .tab-tabs .layout-center {
  text-align: center;
}
#a3508a9b18a0568 > .tab-tabs .layout-right {
  text-align: right;
}
#a3508a9b18a0568 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a3508a9b18a0568 .tab-content-wrap {
  background-color: rgba(248, 248, 248, 0.97254902);
}
#a3508a9b18a0568 .tab-contents,
#a3508a9b18a0568 .tab-contents-wrap {
  pointer-events: none;
}
#a3508a9b18a0568 .tab-content,
#a3508a9b18a0568 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a3508a9b18a0568 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a3508a9b18a0568 .tab-wrap .tab-contents {
  height: 100%;
}
#a3508a9b18a0568 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a3508a9b18a0568 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a3508a9b18a0568 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#acc8ba6f57aa575 [data-item*=".abstract"], #acc8ba6f57aa575 [data-item*=".abstract"] a {show: true;}#acc8ba6f57aa575 [data-item*=".subTitle"], #acc8ba6f57aa575 [data-item*=".subTitle"] a {show: true;}#acc8ba6f57aa575 [data-item*=".category"], #acc8ba6f57aa575 [data-item*=".category"] a {show: false;}#acc8ba6f57aa575 [data-item="items"] .img {background-size: contain;}#acc8ba6f57aa575 [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#acc8ba6f57aa575 [data-item="title"] {left: 0px;top: 1px; position: relative;}#acc8ba6f57aa575 [data-item="items"] {left: 0px;top: 1px; position: relative;}#acc8ba6f57aa575 [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#acc8ba6f57aa575 [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#a6351ae04cad086 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#aa634abbe7a82e6 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#afd0fa2adeab58e {
  overflow: hidden;
}
#afd0fa2adeab58e , #afd0fa2adeab58e > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#afd0fa2adeab58e:hover , #afd0fa2adeab58e *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a3bcfa4570abc27 {
  overflow: hidden;
}
#a3bcfa4570abc27 , #a3bcfa4570abc27 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a3bcfa4570abc27:hover , #a3bcfa4570abc27 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#af460a45d0a3f67 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#acc9ca4bcda7b94 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#acc9ca4bcda7b94 .ele-wrap:hover {background-color: #0483cc;}#a1447a76cca8767 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a1447a76cca8767 .ele-wrap:hover {background-color: #0483cc;}#afc60a215ea4182 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#afc60a215ea4182 .ele-wrap:hover {background-color: #0483cc;}#a9588a0849a2f78 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a9588a0849a2f78 .ele-wrap:hover {background-color: #0483cc;}#ae090ac5abad6b4 , #ae090ac5abad6b4 .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a3deaae0edaefad , #a3deaae0edaefad .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#abfaaa0204a010d , #abfaaa0204a010d .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#ae131a5034ab9c4 , #ae131a5034ab9c4 .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a3508a9b18a0568 {
  overflow: hidden;
  pointer-events: none;
}
#a3508a9b18a0568 > .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;
}
#a3508a9b18a0568 > .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;
}
#a3508a9b18a0568 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3508a9b18a0568 > .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;
}
#a3508a9b18a0568 > .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;
}
#a3508a9b18a0568 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3508a9b18a0568 > .tab-wrap > div > .tab-nav,
#a3508a9b18a0568 > .tab-nav,
#a3508a9b18a0568 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a3508a9b18a0568 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#a3508a9b18a0568 > .tab-wrap > div > .tab-nav-horizontal,
#a3508a9b18a0568 > .tab-nav-horizontal,
#a3508a9b18a0568 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a3508a9b18a0568 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a3508a9b18a0568 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3508a9b18a0568 > .tab-nav-horizontal::-webkit-scrollbar,
#a3508a9b18a0568 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3508a9b18a0568 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a3508a9b18a0568 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3508a9b18a0568 > .tab-nav-horizontal.tagScroll,
#a3508a9b18a0568 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3508a9b18a0568 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a3508a9b18a0568 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3508a9b18a0568 > .tab-nav-horizontal.tagScroll li a,
#a3508a9b18a0568 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3508a9b18a0568 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a3508a9b18a0568 > .tab-wrap > div > .tab-nav a,
#a3508a9b18a0568 > .tab-nav a,
#a3508a9b18a0568 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a3508a9b18a0568 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a3508a9b18a0568 > .tab-wrap > div > .tab-nav li a,
#a3508a9b18a0568 > .tab-nav li a,
#a3508a9b18a0568 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a3508a9b18a0568 > .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;
  background-color: rgba(248, 248, 248, 0.97254902);
}
#a3508a9b18a0568 > .tab-wrap > div > .tab-nav li a svg,
#a3508a9b18a0568 > .tab-nav li a svg,
#a3508a9b18a0568 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a3508a9b18a0568 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a3508a9b18a0568 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3508a9b18a0568 > .tab-nav li a .ap_icon,
#a3508a9b18a0568 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3508a9b18a0568 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a3508a9b18a0568 > .tab-wrap > div > .tab-nav li a:hover,
#a3508a9b18a0568 > .tab-nav li a:hover,
#a3508a9b18a0568 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a3508a9b18a0568 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a3508a9b18a0568 > .tab-wrap > div > .tab-nav li.uk-active a,
#a3508a9b18a0568 > .tab-nav li.uk-active a,
#a3508a9b18a0568 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a3508a9b18a0568 > .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;
}
#a3508a9b18a0568 > .tab-wrap > div > .tab-nav li:last-child a,
#a3508a9b18a0568 > .tab-nav li:last-child a,
#a3508a9b18a0568 > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#a3508a9b18a0568 > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#a3508a9b18a0568 .layout-left li,
#a3508a9b18a0568 .layout-center li,
#a3508a9b18a0568 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a3508a9b18a0568 .layout-left li a,
#a3508a9b18a0568 .layout-center li a,
#a3508a9b18a0568 .layout-right li a {
  height: 100%;
}
#a3508a9b18a0568 > .tab-tabs .layout-left {
  text-align: left;
}
#a3508a9b18a0568 > .tab-tabs .layout-center {
  text-align: center;
}
#a3508a9b18a0568 > .tab-tabs .layout-right {
  text-align: right;
}
#a3508a9b18a0568 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a3508a9b18a0568 .tab-content-wrap {
  background-color: rgba(248, 248, 248, 0.97254902);
}
#a3508a9b18a0568 .tab-contents,
#a3508a9b18a0568 .tab-contents-wrap {
  pointer-events: none;
}
#a3508a9b18a0568 .tab-content,
#a3508a9b18a0568 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a3508a9b18a0568 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a3508a9b18a0568 .tab-wrap .tab-contents {
  height: 100%;
}
#a3508a9b18a0568 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a3508a9b18a0568 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a3508a9b18a0568 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#acc8ba6f57aa575 [data-item*=".abstract"], #acc8ba6f57aa575 [data-item*=".abstract"] a {show: true;}#acc8ba6f57aa575 [data-item*=".subTitle"], #acc8ba6f57aa575 [data-item*=".subTitle"] a {show: true;}#acc8ba6f57aa575 [data-item*=".category"], #acc8ba6f57aa575 [data-item*=".category"] a {show: false;}#acc8ba6f57aa575 [data-item="items"] .img {background-size: contain;}#acc8ba6f57aa575 [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#acc8ba6f57aa575 [data-item="title"] {left: 0px;top: 1px; position: relative;}#acc8ba6f57aa575 [data-item="items"] {left: 0px;top: 1px; position: relative;}#acc8ba6f57aa575 [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#acc8ba6f57aa575 [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#a6351ae04cad086 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#aa634abbe7a82e6 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#afd0fa2adeab58e {
  overflow: hidden;
}
#afd0fa2adeab58e , #afd0fa2adeab58e > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#afd0fa2adeab58e:hover , #afd0fa2adeab58e *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a3bcfa4570abc27 {
  overflow: hidden;
}
#a3bcfa4570abc27 , #a3bcfa4570abc27 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a3bcfa4570abc27:hover , #a3bcfa4570abc27 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#af460a45d0a3f67 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#acc9ca4bcda7b94 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#acc9ca4bcda7b94 .ele-wrap:hover {background-color: #0483cc;}#a1447a76cca8767 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a1447a76cca8767 .ele-wrap:hover {background-color: #0483cc;}#afc60a215ea4182 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#afc60a215ea4182 .ele-wrap:hover {background-color: #0483cc;}#a9588a0849a2f78 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a9588a0849a2f78 .ele-wrap:hover {background-color: #0483cc;}#ae090ac5abad6b4 , #ae090ac5abad6b4 .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a3deaae0edaefad , #a3deaae0edaefad .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#abfaaa0204a010d , #abfaaa0204a010d .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#ae131a5034ab9c4 , #ae131a5034ab9c4 .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a3508a9b18a0568 {
  overflow: hidden;
  pointer-events: none;
}
#a3508a9b18a0568 > .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;
}
#a3508a9b18a0568 > .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;
}
#a3508a9b18a0568 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3508a9b18a0568 > .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;
}
#a3508a9b18a0568 > .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;
}
#a3508a9b18a0568 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3508a9b18a0568 > .tab-wrap > div > .tab-nav,
#a3508a9b18a0568 > .tab-nav,
#a3508a9b18a0568 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a3508a9b18a0568 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#a3508a9b18a0568 > .tab-wrap > div > .tab-nav-horizontal,
#a3508a9b18a0568 > .tab-nav-horizontal,
#a3508a9b18a0568 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a3508a9b18a0568 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a3508a9b18a0568 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3508a9b18a0568 > .tab-nav-horizontal::-webkit-scrollbar,
#a3508a9b18a0568 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3508a9b18a0568 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a3508a9b18a0568 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3508a9b18a0568 > .tab-nav-horizontal.tagScroll,
#a3508a9b18a0568 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3508a9b18a0568 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a3508a9b18a0568 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3508a9b18a0568 > .tab-nav-horizontal.tagScroll li a,
#a3508a9b18a0568 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3508a9b18a0568 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a3508a9b18a0568 > .tab-wrap > div > .tab-nav a,
#a3508a9b18a0568 > .tab-nav a,
#a3508a9b18a0568 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a3508a9b18a0568 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a3508a9b18a0568 > .tab-wrap > div > .tab-nav li a,
#a3508a9b18a0568 > .tab-nav li a,
#a3508a9b18a0568 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a3508a9b18a0568 > .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;
  background-color: rgba(248, 248, 248, 0.97254902);
}
#a3508a9b18a0568 > .tab-wrap > div > .tab-nav li a svg,
#a3508a9b18a0568 > .tab-nav li a svg,
#a3508a9b18a0568 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a3508a9b18a0568 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a3508a9b18a0568 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3508a9b18a0568 > .tab-nav li a .ap_icon,
#a3508a9b18a0568 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3508a9b18a0568 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a3508a9b18a0568 > .tab-wrap > div > .tab-nav li a:hover,
#a3508a9b18a0568 > .tab-nav li a:hover,
#a3508a9b18a0568 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a3508a9b18a0568 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a3508a9b18a0568 > .tab-wrap > div > .tab-nav li.uk-active a,
#a3508a9b18a0568 > .tab-nav li.uk-active a,
#a3508a9b18a0568 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a3508a9b18a0568 > .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;
}
#a3508a9b18a0568 > .tab-wrap > div > .tab-nav li:last-child a,
#a3508a9b18a0568 > .tab-nav li:last-child a,
#a3508a9b18a0568 > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#a3508a9b18a0568 > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#a3508a9b18a0568 .layout-left li,
#a3508a9b18a0568 .layout-center li,
#a3508a9b18a0568 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a3508a9b18a0568 .layout-left li a,
#a3508a9b18a0568 .layout-center li a,
#a3508a9b18a0568 .layout-right li a {
  height: 100%;
}
#a3508a9b18a0568 > .tab-tabs .layout-left {
  text-align: left;
}
#a3508a9b18a0568 > .tab-tabs .layout-center {
  text-align: center;
}
#a3508a9b18a0568 > .tab-tabs .layout-right {
  text-align: right;
}
#a3508a9b18a0568 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a3508a9b18a0568 .tab-content-wrap {
  background-color: rgba(248, 248, 248, 0.97254902);
}
#a3508a9b18a0568 .tab-contents,
#a3508a9b18a0568 .tab-contents-wrap {
  pointer-events: none;
}
#a3508a9b18a0568 .tab-content,
#a3508a9b18a0568 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a3508a9b18a0568 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a3508a9b18a0568 .tab-wrap .tab-contents {
  height: 100%;
}
#a3508a9b18a0568 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a3508a9b18a0568 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a3508a9b18a0568 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#acc8ba6f57aa575 [data-item*=".abstract"], #acc8ba6f57aa575 [data-item*=".abstract"] a {show: true;}#acc8ba6f57aa575 [data-item*=".subTitle"], #acc8ba6f57aa575 [data-item*=".subTitle"] a {show: true;}#acc8ba6f57aa575 [data-item*=".category"], #acc8ba6f57aa575 [data-item*=".category"] a {show: false;}#acc8ba6f57aa575 [data-item="items"] .img {background-size: contain;}#acc8ba6f57aa575 [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#acc8ba6f57aa575 [data-item="title"] {left: 0px;top: 1px; position: relative;}#acc8ba6f57aa575 [data-item="items"] {left: 0px;top: 1px; position: relative;}#acc8ba6f57aa575 [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#acc8ba6f57aa575 [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#a6351ae04cad086 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#aa634abbe7a82e6 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#afd0fa2adeab58e {
  overflow: hidden;
}
#afd0fa2adeab58e , #afd0fa2adeab58e > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#afd0fa2adeab58e:hover , #afd0fa2adeab58e *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a3bcfa4570abc27 {
  overflow: hidden;
}
#a3bcfa4570abc27 , #a3bcfa4570abc27 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a3bcfa4570abc27:hover , #a3bcfa4570abc27 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#af460a45d0a3f67 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#acc9ca4bcda7b94 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#acc9ca4bcda7b94 .ele-wrap:hover {background-color: #0483cc;}#a1447a76cca8767 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a1447a76cca8767 .ele-wrap:hover {background-color: #0483cc;}#afc60a215ea4182 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#afc60a215ea4182 .ele-wrap:hover {background-color: #0483cc;}#a9588a0849a2f78 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a9588a0849a2f78 .ele-wrap:hover {background-color: #0483cc;}#ae090ac5abad6b4 , #ae090ac5abad6b4 .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a3deaae0edaefad , #a3deaae0edaefad .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#abfaaa0204a010d , #abfaaa0204a010d .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#ae131a5034ab9c4 , #ae131a5034ab9c4 .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a3508a9b18a0568 {
  overflow: hidden;
  pointer-events: none;
}
#a3508a9b18a0568 > .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;
}
#a3508a9b18a0568 > .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;
}
#a3508a9b18a0568 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3508a9b18a0568 > .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;
}
#a3508a9b18a0568 > .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;
}
#a3508a9b18a0568 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3508a9b18a0568 > .tab-wrap > div > .tab-nav,
#a3508a9b18a0568 > .tab-nav,
#a3508a9b18a0568 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a3508a9b18a0568 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#a3508a9b18a0568 > .tab-wrap > div > .tab-nav-horizontal,
#a3508a9b18a0568 > .tab-nav-horizontal,
#a3508a9b18a0568 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a3508a9b18a0568 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a3508a9b18a0568 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3508a9b18a0568 > .tab-nav-horizontal::-webkit-scrollbar,
#a3508a9b18a0568 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3508a9b18a0568 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a3508a9b18a0568 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3508a9b18a0568 > .tab-nav-horizontal.tagScroll,
#a3508a9b18a0568 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3508a9b18a0568 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a3508a9b18a0568 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3508a9b18a0568 > .tab-nav-horizontal.tagScroll li a,
#a3508a9b18a0568 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3508a9b18a0568 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a3508a9b18a0568 > .tab-wrap > div > .tab-nav a,
#a3508a9b18a0568 > .tab-nav a,
#a3508a9b18a0568 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a3508a9b18a0568 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a3508a9b18a0568 > .tab-wrap > div > .tab-nav li a,
#a3508a9b18a0568 > .tab-nav li a,
#a3508a9b18a0568 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a3508a9b18a0568 > .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;
  background-color: rgba(248, 248, 248, 0.97254902);
}
#a3508a9b18a0568 > .tab-wrap > div > .tab-nav li a svg,
#a3508a9b18a0568 > .tab-nav li a svg,
#a3508a9b18a0568 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a3508a9b18a0568 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a3508a9b18a0568 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3508a9b18a0568 > .tab-nav li a .ap_icon,
#a3508a9b18a0568 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3508a9b18a0568 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a3508a9b18a0568 > .tab-wrap > div > .tab-nav li a:hover,
#a3508a9b18a0568 > .tab-nav li a:hover,
#a3508a9b18a0568 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a3508a9b18a0568 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a3508a9b18a0568 > .tab-wrap > div > .tab-nav li.uk-active a,
#a3508a9b18a0568 > .tab-nav li.uk-active a,
#a3508a9b18a0568 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a3508a9b18a0568 > .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;
}
#a3508a9b18a0568 > .tab-wrap > div > .tab-nav li:last-child a,
#a3508a9b18a0568 > .tab-nav li:last-child a,
#a3508a9b18a0568 > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#a3508a9b18a0568 > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#a3508a9b18a0568 .layout-left li,
#a3508a9b18a0568 .layout-center li,
#a3508a9b18a0568 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a3508a9b18a0568 .layout-left li a,
#a3508a9b18a0568 .layout-center li a,
#a3508a9b18a0568 .layout-right li a {
  height: 100%;
}
#a3508a9b18a0568 > .tab-tabs .layout-left {
  text-align: left;
}
#a3508a9b18a0568 > .tab-tabs .layout-center {
  text-align: center;
}
#a3508a9b18a0568 > .tab-tabs .layout-right {
  text-align: right;
}
#a3508a9b18a0568 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a3508a9b18a0568 .tab-content-wrap {
  background-color: rgba(248, 248, 248, 0.97254902);
}
#a3508a9b18a0568 .tab-contents,
#a3508a9b18a0568 .tab-contents-wrap {
  pointer-events: none;
}
#a3508a9b18a0568 .tab-content,
#a3508a9b18a0568 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a3508a9b18a0568 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a3508a9b18a0568 .tab-wrap .tab-contents {
  height: 100%;
}
#a3508a9b18a0568 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a3508a9b18a0568 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a3508a9b18a0568 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#acc8ba6f57aa575 [data-item*=".abstract"], #acc8ba6f57aa575 [data-item*=".abstract"] a {show: true;}#acc8ba6f57aa575 [data-item*=".subTitle"], #acc8ba6f57aa575 [data-item*=".subTitle"] a {show: true;}#acc8ba6f57aa575 [data-item*=".category"], #acc8ba6f57aa575 [data-item*=".category"] a {show: false;}#acc8ba6f57aa575 [data-item="items"] .img {background-size: contain;}#acc8ba6f57aa575 [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#acc8ba6f57aa575 [data-item="title"] {left: 0px;top: 1px; position: relative;}#acc8ba6f57aa575 [data-item="items"] {left: 0px;top: 1px; position: relative;}#acc8ba6f57aa575 [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#acc8ba6f57aa575 [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#a6351ae04cad086 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a9ab0ae715a0d3d .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a4864a6a36a9bfa {
  min-height: 300px;
}
#acba6aae03a4fec .filter-nav li {
  padding: 0 15px;
  border-right: 1px solid #ececec;
  display: inline-block;
  cursor: pointer;
  line-height: 1;
}
#acba6aae03a4fec .filter-nav li.uk-active {
  color: #000;
}
#acba6aae03a4fec .filter {
  padding: 20px 0;
  background-color: #fff;
  margin-bottom: 30px;
}
#acba6aae03a4fec .filter-items label {
  margin-right: 20px;
  margin-bottom: 15px;
  font-size: 13px;
}
#acba6aae03a4fec .filter-items label input {
  margin-right: 8px;
}
#acba6aae03a4fec .filter-select-items button {
  line-height: 26px;
  font-size: 14px;
  background-color: #da251d;
  color: #fff;
  margin-right: 15px;
  padding: 0 14px;
}
#acba6aae03a4fec .filter-select-items {
  min-height: 35px;
}
#aca89a98e8abcb3 .icon-wrap {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f7f7f7;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  margin-bottom: 15px;
}
#aca89a98e8abcb3 .tab-item-title {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 3px solid transparent;
}
#aca89a98e8abcb3 .uk-active .tab-item-title {
  border-bottom-color: #1e87f0;
}
#aca89a98e8abcb3 .uk-button {
  line-height: 36px;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 500;
  padding: 0 20px;
}
#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a5582a1d1dac938 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#ae698a73e0a0a33 {
  overflow: hidden;
}
#ae698a73e0a0a33 , #ae698a73e0a0a33 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#ae698a73e0a0a33:hover , #ae698a73e0a0a33 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#aef37a7a58af430 {
  overflow: hidden;
}
#aef37a7a58af430 , #aef37a7a58af430 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#aef37a7a58af430:hover , #aef37a7a58af430 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a4864a6a36a9bfa [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#acba6aae03a4fec [data-item*=".abstract"], #acba6aae03a4fec [data-item*=".abstract"] a {show: true;}#acba6aae03a4fec [data-item*=".subTitle"], #acba6aae03a4fec [data-item*=".subTitle"] a {show: true;}#acba6aae03a4fec [data-item*=".category"], #acba6aae03a4fec [data-item*=".category"] a {show: false;}#acba6aae03a4fec [data-item="items"] .img {background-size: contain;}#acba6aae03a4fec [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#acba6aae03a4fec [data-item="title"] {left: 0px;top: 1px; position: relative;}#acba6aae03a4fec [data-item="items"] {left: 0px;top: 1px; position: relative;}#acba6aae03a4fec [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#acba6aae03a4fec [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#aca89a98e8abcb3 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a5582a1d1dac938 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#ae698a73e0a0a33 {
  overflow: hidden;
}
#ae698a73e0a0a33 , #ae698a73e0a0a33 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#ae698a73e0a0a33:hover , #ae698a73e0a0a33 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#aef37a7a58af430 {
  overflow: hidden;
}
#aef37a7a58af430 , #aef37a7a58af430 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#aef37a7a58af430:hover , #aef37a7a58af430 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a4864a6a36a9bfa [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#acba6aae03a4fec [data-item*=".abstract"], #acba6aae03a4fec [data-item*=".abstract"] a {show: true;}#acba6aae03a4fec [data-item*=".subTitle"], #acba6aae03a4fec [data-item*=".subTitle"] a {show: true;}#acba6aae03a4fec [data-item*=".category"], #acba6aae03a4fec [data-item*=".category"] a {show: false;}#acba6aae03a4fec [data-item="items"] .img {background-size: contain;}#acba6aae03a4fec [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#acba6aae03a4fec [data-item="title"] {left: 0px;top: 1px; position: relative;}#acba6aae03a4fec [data-item="items"] {left: 0px;top: 1px; position: relative;}#acba6aae03a4fec [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#acba6aae03a4fec [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#aca89a98e8abcb3 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a5582a1d1dac938 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#ae698a73e0a0a33 {
  overflow: hidden;
}
#ae698a73e0a0a33 , #ae698a73e0a0a33 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#ae698a73e0a0a33:hover , #ae698a73e0a0a33 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#aef37a7a58af430 {
  overflow: hidden;
}
#aef37a7a58af430 , #aef37a7a58af430 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#aef37a7a58af430:hover , #aef37a7a58af430 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a4864a6a36a9bfa [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#acba6aae03a4fec [data-item*=".abstract"], #acba6aae03a4fec [data-item*=".abstract"] a {show: true;}#acba6aae03a4fec [data-item*=".subTitle"], #acba6aae03a4fec [data-item*=".subTitle"] a {show: true;}#acba6aae03a4fec [data-item*=".category"], #acba6aae03a4fec [data-item*=".category"] a {show: false;}#acba6aae03a4fec [data-item="items"] .img {background-size: contain;}#acba6aae03a4fec [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#acba6aae03a4fec [data-item="title"] {left: 0px;top: 1px; position: relative;}#acba6aae03a4fec [data-item="items"] {left: 0px;top: 1px; position: relative;}#acba6aae03a4fec [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#acba6aae03a4fec [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#aca89a98e8abcb3 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a5582a1d1dac938 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#ae698a73e0a0a33 {
  overflow: hidden;
}
#ae698a73e0a0a33 , #ae698a73e0a0a33 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#ae698a73e0a0a33:hover , #ae698a73e0a0a33 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#aef37a7a58af430 {
  overflow: hidden;
}
#aef37a7a58af430 , #aef37a7a58af430 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#aef37a7a58af430:hover , #aef37a7a58af430 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a4864a6a36a9bfa [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#acba6aae03a4fec [data-item*=".abstract"], #acba6aae03a4fec [data-item*=".abstract"] a {show: true;}#acba6aae03a4fec [data-item*=".subTitle"], #acba6aae03a4fec [data-item*=".subTitle"] a {show: true;}#acba6aae03a4fec [data-item*=".category"], #acba6aae03a4fec [data-item*=".category"] a {show: false;}#acba6aae03a4fec [data-item="items"] .img {background-size: contain;}#acba6aae03a4fec [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#acba6aae03a4fec [data-item="title"] {left: 0px;top: 1px; position: relative;}#acba6aae03a4fec [data-item="items"] {left: 0px;top: 1px; position: relative;}#acba6aae03a4fec [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#acba6aae03a4fec [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#aca89a98e8abcb3 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a5582a1d1dac938 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#ae698a73e0a0a33 {
  overflow: hidden;
}
#ae698a73e0a0a33 , #ae698a73e0a0a33 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#ae698a73e0a0a33:hover , #ae698a73e0a0a33 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#aef37a7a58af430 {
  overflow: hidden;
}
#aef37a7a58af430 , #aef37a7a58af430 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#aef37a7a58af430:hover , #aef37a7a58af430 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a4864a6a36a9bfa [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#acba6aae03a4fec [data-item*=".abstract"], #acba6aae03a4fec [data-item*=".abstract"] a {show: true;}#acba6aae03a4fec [data-item*=".subTitle"], #acba6aae03a4fec [data-item*=".subTitle"] a {show: true;}#acba6aae03a4fec [data-item*=".category"], #acba6aae03a4fec [data-item*=".category"] a {show: false;}#acba6aae03a4fec [data-item="items"] .img {background-size: contain;}#acba6aae03a4fec [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#acba6aae03a4fec [data-item="title"] {left: 0px;top: 1px; position: relative;}#acba6aae03a4fec [data-item="items"] {left: 0px;top: 1px; position: relative;}#acba6aae03a4fec [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#acba6aae03a4fec [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#aca89a98e8abcb3 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a5582a1d1dac938 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#ae698a73e0a0a33 {
  overflow: hidden;
}
#ae698a73e0a0a33 , #ae698a73e0a0a33 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#ae698a73e0a0a33:hover , #ae698a73e0a0a33 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#aef37a7a58af430 {
  overflow: hidden;
}
#aef37a7a58af430 , #aef37a7a58af430 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#aef37a7a58af430:hover , #aef37a7a58af430 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a4864a6a36a9bfa [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#acba6aae03a4fec [data-item*=".abstract"], #acba6aae03a4fec [data-item*=".abstract"] a {show: true;}#acba6aae03a4fec [data-item*=".subTitle"], #acba6aae03a4fec [data-item*=".subTitle"] a {show: true;}#acba6aae03a4fec [data-item*=".category"], #acba6aae03a4fec [data-item*=".category"] a {show: false;}#acba6aae03a4fec [data-item="items"] .img {background-size: contain;}#acba6aae03a4fec [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#acba6aae03a4fec [data-item="title"] {left: 0px;top: 1px; position: relative;}#acba6aae03a4fec [data-item="items"] {left: 0px;top: 1px; position: relative;}#acba6aae03a4fec [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#acba6aae03a4fec [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#aca89a98e8abcb3 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a5582a1d1dac938 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#ae698a73e0a0a33 {
  overflow: hidden;
}
#ae698a73e0a0a33 , #ae698a73e0a0a33 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#ae698a73e0a0a33:hover , #ae698a73e0a0a33 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#aef37a7a58af430 {
  overflow: hidden;
}
#aef37a7a58af430 , #aef37a7a58af430 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#aef37a7a58af430:hover , #aef37a7a58af430 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a4864a6a36a9bfa [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#acba6aae03a4fec [data-item*=".abstract"], #acba6aae03a4fec [data-item*=".abstract"] a {show: true;}#acba6aae03a4fec [data-item*=".subTitle"], #acba6aae03a4fec [data-item*=".subTitle"] a {show: true;}#acba6aae03a4fec [data-item*=".category"], #acba6aae03a4fec [data-item*=".category"] a {show: false;}#acba6aae03a4fec [data-item="items"] .img {background-size: contain;}#acba6aae03a4fec [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#acba6aae03a4fec [data-item="title"] {left: 0px;top: 1px; position: relative;}#acba6aae03a4fec [data-item="items"] {left: 0px;top: 1px; position: relative;}#acba6aae03a4fec [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#acba6aae03a4fec [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#aca89a98e8abcb3 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a5582a1d1dac938 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#ae698a73e0a0a33 {
  overflow: hidden;
}
#ae698a73e0a0a33 , #ae698a73e0a0a33 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#ae698a73e0a0a33:hover , #ae698a73e0a0a33 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#aef37a7a58af430 {
  overflow: hidden;
}
#aef37a7a58af430 , #aef37a7a58af430 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#aef37a7a58af430:hover , #aef37a7a58af430 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a4864a6a36a9bfa [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#acba6aae03a4fec [data-item*=".abstract"], #acba6aae03a4fec [data-item*=".abstract"] a {show: true;}#acba6aae03a4fec [data-item*=".subTitle"], #acba6aae03a4fec [data-item*=".subTitle"] a {show: true;}#acba6aae03a4fec [data-item*=".category"], #acba6aae03a4fec [data-item*=".category"] a {show: false;}#acba6aae03a4fec [data-item="items"] .img {background-size: contain;}#acba6aae03a4fec [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#acba6aae03a4fec [data-item="title"] {left: 0px;top: 1px; position: relative;}#acba6aae03a4fec [data-item="items"] {left: 0px;top: 1px; position: relative;}#acba6aae03a4fec [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#acba6aae03a4fec [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#aca89a98e8abcb3 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a5582a1d1dac938 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#ae698a73e0a0a33 {
  overflow: hidden;
}
#ae698a73e0a0a33 , #ae698a73e0a0a33 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#ae698a73e0a0a33:hover , #ae698a73e0a0a33 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#aef37a7a58af430 {
  overflow: hidden;
}
#aef37a7a58af430 , #aef37a7a58af430 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#aef37a7a58af430:hover , #aef37a7a58af430 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a4864a6a36a9bfa [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#acba6aae03a4fec [data-item*=".abstract"], #acba6aae03a4fec [data-item*=".abstract"] a {show: true;}#acba6aae03a4fec [data-item*=".subTitle"], #acba6aae03a4fec [data-item*=".subTitle"] a {show: true;}#acba6aae03a4fec [data-item*=".category"], #acba6aae03a4fec [data-item*=".category"] a {show: false;}#acba6aae03a4fec [data-item="items"] .img {background-size: contain;}#acba6aae03a4fec [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#acba6aae03a4fec [data-item="title"] {left: 0px;top: 1px; position: relative;}#acba6aae03a4fec [data-item="items"] {left: 0px;top: 1px; position: relative;}#acba6aae03a4fec [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#acba6aae03a4fec [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#aca89a98e8abcb3 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a5582a1d1dac938 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#ae698a73e0a0a33 {
  overflow: hidden;
}
#ae698a73e0a0a33 , #ae698a73e0a0a33 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#ae698a73e0a0a33:hover , #ae698a73e0a0a33 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#aef37a7a58af430 {
  overflow: hidden;
}
#aef37a7a58af430 , #aef37a7a58af430 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#aef37a7a58af430:hover , #aef37a7a58af430 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a4864a6a36a9bfa [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#acba6aae03a4fec [data-item*=".abstract"], #acba6aae03a4fec [data-item*=".abstract"] a {show: true;}#acba6aae03a4fec [data-item*=".subTitle"], #acba6aae03a4fec [data-item*=".subTitle"] a {show: true;}#acba6aae03a4fec [data-item*=".category"], #acba6aae03a4fec [data-item*=".category"] a {show: false;}#acba6aae03a4fec [data-item="items"] .img {background-size: contain;}#acba6aae03a4fec [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#acba6aae03a4fec [data-item="title"] {left: 0px;top: 1px; position: relative;}#acba6aae03a4fec [data-item="items"] {left: 0px;top: 1px; position: relative;}#acba6aae03a4fec [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#acba6aae03a4fec [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#aca89a98e8abcb3 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a5582a1d1dac938 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#ae698a73e0a0a33 {
  overflow: hidden;
}
#ae698a73e0a0a33 , #ae698a73e0a0a33 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#ae698a73e0a0a33:hover , #ae698a73e0a0a33 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#aef37a7a58af430 {
  overflow: hidden;
}
#aef37a7a58af430 , #aef37a7a58af430 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#aef37a7a58af430:hover , #aef37a7a58af430 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a4864a6a36a9bfa [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#acba6aae03a4fec [data-item*=".abstract"], #acba6aae03a4fec [data-item*=".abstract"] a {show: true;}#acba6aae03a4fec [data-item*=".subTitle"], #acba6aae03a4fec [data-item*=".subTitle"] a {show: true;}#acba6aae03a4fec [data-item*=".category"], #acba6aae03a4fec [data-item*=".category"] a {show: false;}#acba6aae03a4fec [data-item="items"] .img {background-size: contain;}#acba6aae03a4fec [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#acba6aae03a4fec [data-item="title"] {left: 0px;top: 1px; position: relative;}#acba6aae03a4fec [data-item="items"] {left: 0px;top: 1px; position: relative;}#acba6aae03a4fec [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#acba6aae03a4fec [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#aca89a98e8abcb3 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a5582a1d1dac938 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#ae698a73e0a0a33 {
  overflow: hidden;
}
#ae698a73e0a0a33 , #ae698a73e0a0a33 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#ae698a73e0a0a33:hover , #ae698a73e0a0a33 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#aef37a7a58af430 {
  overflow: hidden;
}
#aef37a7a58af430 , #aef37a7a58af430 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#aef37a7a58af430:hover , #aef37a7a58af430 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a4864a6a36a9bfa [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#acba6aae03a4fec [data-item*=".abstract"], #acba6aae03a4fec [data-item*=".abstract"] a {show: true;}#acba6aae03a4fec [data-item*=".subTitle"], #acba6aae03a4fec [data-item*=".subTitle"] a {show: true;}#acba6aae03a4fec [data-item*=".category"], #acba6aae03a4fec [data-item*=".category"] a {show: false;}#acba6aae03a4fec [data-item="items"] .img {background-size: contain;}#acba6aae03a4fec [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#acba6aae03a4fec [data-item="title"] {left: 0px;top: 1px; position: relative;}#acba6aae03a4fec [data-item="items"] {left: 0px;top: 1px; position: relative;}#acba6aae03a4fec [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#acba6aae03a4fec [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#aca89a98e8abcb3 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a5582a1d1dac938 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#ae698a73e0a0a33 {
  overflow: hidden;
}
#ae698a73e0a0a33 , #ae698a73e0a0a33 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#ae698a73e0a0a33:hover , #ae698a73e0a0a33 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#aef37a7a58af430 {
  overflow: hidden;
}
#aef37a7a58af430 , #aef37a7a58af430 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#aef37a7a58af430:hover , #aef37a7a58af430 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a4864a6a36a9bfa [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#acba6aae03a4fec [data-item*=".abstract"], #acba6aae03a4fec [data-item*=".abstract"] a {show: true;}#acba6aae03a4fec [data-item*=".subTitle"], #acba6aae03a4fec [data-item*=".subTitle"] a {show: true;}#acba6aae03a4fec [data-item*=".category"], #acba6aae03a4fec [data-item*=".category"] a {show: false;}#acba6aae03a4fec [data-item="items"] .img {background-size: contain;}#acba6aae03a4fec [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#acba6aae03a4fec [data-item="title"] {left: 0px;top: 1px; position: relative;}#acba6aae03a4fec [data-item="items"] {left: 0px;top: 1px; position: relative;}#acba6aae03a4fec [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#acba6aae03a4fec [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#aca89a98e8abcb3 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a5582a1d1dac938 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#ae698a73e0a0a33 {
  overflow: hidden;
}
#ae698a73e0a0a33 , #ae698a73e0a0a33 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#ae698a73e0a0a33:hover , #ae698a73e0a0a33 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#aef37a7a58af430 {
  overflow: hidden;
}
#aef37a7a58af430 , #aef37a7a58af430 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#aef37a7a58af430:hover , #aef37a7a58af430 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a4864a6a36a9bfa [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#acba6aae03a4fec [data-item*=".abstract"], #acba6aae03a4fec [data-item*=".abstract"] a {show: true;}#acba6aae03a4fec [data-item*=".subTitle"], #acba6aae03a4fec [data-item*=".subTitle"] a {show: true;}#acba6aae03a4fec [data-item*=".category"], #acba6aae03a4fec [data-item*=".category"] a {show: false;}#acba6aae03a4fec [data-item="items"] .img {background-size: contain;}#acba6aae03a4fec [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#acba6aae03a4fec [data-item="title"] {left: 0px;top: 1px; position: relative;}#acba6aae03a4fec [data-item="items"] {left: 0px;top: 1px; position: relative;}#acba6aae03a4fec [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#acba6aae03a4fec [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#aca89a98e8abcb3 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a5582a1d1dac938 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#ae698a73e0a0a33 {
  overflow: hidden;
}
#ae698a73e0a0a33 , #ae698a73e0a0a33 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#ae698a73e0a0a33:hover , #ae698a73e0a0a33 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#aef37a7a58af430 {
  overflow: hidden;
}
#aef37a7a58af430 , #aef37a7a58af430 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#aef37a7a58af430:hover , #aef37a7a58af430 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a4864a6a36a9bfa [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#acba6aae03a4fec [data-item*=".abstract"], #acba6aae03a4fec [data-item*=".abstract"] a {show: true;}#acba6aae03a4fec [data-item*=".subTitle"], #acba6aae03a4fec [data-item*=".subTitle"] a {show: true;}#acba6aae03a4fec [data-item*=".category"], #acba6aae03a4fec [data-item*=".category"] a {show: false;}#acba6aae03a4fec [data-item="items"] .img {background-size: contain;}#acba6aae03a4fec [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#acba6aae03a4fec [data-item="title"] {left: 0px;top: 1px; position: relative;}#acba6aae03a4fec [data-item="items"] {left: 0px;top: 1px; position: relative;}#acba6aae03a4fec [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#acba6aae03a4fec [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#aca89a98e8abcb3 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a5582a1d1dac938 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#ae698a73e0a0a33 {
  overflow: hidden;
}
#ae698a73e0a0a33 , #ae698a73e0a0a33 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#ae698a73e0a0a33:hover , #ae698a73e0a0a33 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#aef37a7a58af430 {
  overflow: hidden;
}
#aef37a7a58af430 , #aef37a7a58af430 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#aef37a7a58af430:hover , #aef37a7a58af430 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a4864a6a36a9bfa [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#acba6aae03a4fec [data-item*=".abstract"], #acba6aae03a4fec [data-item*=".abstract"] a {show: true;}#acba6aae03a4fec [data-item*=".subTitle"], #acba6aae03a4fec [data-item*=".subTitle"] a {show: true;}#acba6aae03a4fec [data-item*=".category"], #acba6aae03a4fec [data-item*=".category"] a {show: false;}#acba6aae03a4fec [data-item="items"] .img {background-size: contain;}#acba6aae03a4fec [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#acba6aae03a4fec [data-item="title"] {left: 0px;top: 1px; position: relative;}#acba6aae03a4fec [data-item="items"] {left: 0px;top: 1px; position: relative;}#acba6aae03a4fec [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#acba6aae03a4fec [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#aca89a98e8abcb3 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a5582a1d1dac938 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#ae698a73e0a0a33 {
  overflow: hidden;
}
#ae698a73e0a0a33 , #ae698a73e0a0a33 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#ae698a73e0a0a33:hover , #ae698a73e0a0a33 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#aef37a7a58af430 {
  overflow: hidden;
}
#aef37a7a58af430 , #aef37a7a58af430 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#aef37a7a58af430:hover , #aef37a7a58af430 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a4864a6a36a9bfa [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#acba6aae03a4fec [data-item*=".abstract"], #acba6aae03a4fec [data-item*=".abstract"] a {show: true;}#acba6aae03a4fec [data-item*=".subTitle"], #acba6aae03a4fec [data-item*=".subTitle"] a {show: true;}#acba6aae03a4fec [data-item*=".category"], #acba6aae03a4fec [data-item*=".category"] a {show: false;}#acba6aae03a4fec [data-item="items"] .img {background-size: contain;}#acba6aae03a4fec [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#acba6aae03a4fec [data-item="title"] {left: 0px;top: 1px; position: relative;}#acba6aae03a4fec [data-item="items"] {left: 0px;top: 1px; position: relative;}#acba6aae03a4fec [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#acba6aae03a4fec [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#aca89a98e8abcb3 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a5582a1d1dac938 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#ae698a73e0a0a33 {
  overflow: hidden;
}
#ae698a73e0a0a33 , #ae698a73e0a0a33 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#ae698a73e0a0a33:hover , #ae698a73e0a0a33 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#aef37a7a58af430 {
  overflow: hidden;
}
#aef37a7a58af430 , #aef37a7a58af430 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#aef37a7a58af430:hover , #aef37a7a58af430 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a4864a6a36a9bfa [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#acba6aae03a4fec [data-item*=".abstract"], #acba6aae03a4fec [data-item*=".abstract"] a {show: true;}#acba6aae03a4fec [data-item*=".subTitle"], #acba6aae03a4fec [data-item*=".subTitle"] a {show: true;}#acba6aae03a4fec [data-item*=".category"], #acba6aae03a4fec [data-item*=".category"] a {show: false;}#acba6aae03a4fec [data-item="items"] .img {background-size: contain;}#acba6aae03a4fec [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#acba6aae03a4fec [data-item="title"] {left: 0px;top: 1px; position: relative;}#acba6aae03a4fec [data-item="items"] {left: 0px;top: 1px; position: relative;}#acba6aae03a4fec [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#acba6aae03a4fec [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#aca89a98e8abcb3 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a5582a1d1dac938 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#ae698a73e0a0a33 {
  overflow: hidden;
}
#ae698a73e0a0a33 , #ae698a73e0a0a33 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#ae698a73e0a0a33:hover , #ae698a73e0a0a33 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#aef37a7a58af430 {
  overflow: hidden;
}
#aef37a7a58af430 , #aef37a7a58af430 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#aef37a7a58af430:hover , #aef37a7a58af430 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a4864a6a36a9bfa [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#acba6aae03a4fec [data-item*=".abstract"], #acba6aae03a4fec [data-item*=".abstract"] a {show: true;}#acba6aae03a4fec [data-item*=".subTitle"], #acba6aae03a4fec [data-item*=".subTitle"] a {show: true;}#acba6aae03a4fec [data-item*=".category"], #acba6aae03a4fec [data-item*=".category"] a {show: false;}#acba6aae03a4fec [data-item="items"] .img {background-size: contain;}#acba6aae03a4fec [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#acba6aae03a4fec [data-item="title"] {left: 0px;top: 1px; position: relative;}#acba6aae03a4fec [data-item="items"] {left: 0px;top: 1px; position: relative;}#acba6aae03a4fec [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#acba6aae03a4fec [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#aca89a98e8abcb3 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a5582a1d1dac938 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#ae698a73e0a0a33 {
  overflow: hidden;
}
#ae698a73e0a0a33 , #ae698a73e0a0a33 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#ae698a73e0a0a33:hover , #ae698a73e0a0a33 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#aef37a7a58af430 {
  overflow: hidden;
}
#aef37a7a58af430 , #aef37a7a58af430 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#aef37a7a58af430:hover , #aef37a7a58af430 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a4864a6a36a9bfa [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#acba6aae03a4fec [data-item*=".abstract"], #acba6aae03a4fec [data-item*=".abstract"] a {show: true;}#acba6aae03a4fec [data-item*=".subTitle"], #acba6aae03a4fec [data-item*=".subTitle"] a {show: true;}#acba6aae03a4fec [data-item*=".category"], #acba6aae03a4fec [data-item*=".category"] a {show: false;}#acba6aae03a4fec [data-item="items"] .img {background-size: contain;}#acba6aae03a4fec [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#acba6aae03a4fec [data-item="title"] {left: 0px;top: 1px; position: relative;}#acba6aae03a4fec [data-item="items"] {left: 0px;top: 1px; position: relative;}#acba6aae03a4fec [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#acba6aae03a4fec [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#aca89a98e8abcb3 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a5582a1d1dac938 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#ae698a73e0a0a33 {
  overflow: hidden;
}
#ae698a73e0a0a33 , #ae698a73e0a0a33 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#ae698a73e0a0a33:hover , #ae698a73e0a0a33 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#aef37a7a58af430 {
  overflow: hidden;
}
#aef37a7a58af430 , #aef37a7a58af430 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#aef37a7a58af430:hover , #aef37a7a58af430 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a4864a6a36a9bfa [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#acba6aae03a4fec [data-item*=".abstract"], #acba6aae03a4fec [data-item*=".abstract"] a {show: true;}#acba6aae03a4fec [data-item*=".subTitle"], #acba6aae03a4fec [data-item*=".subTitle"] a {show: true;}#acba6aae03a4fec [data-item*=".category"], #acba6aae03a4fec [data-item*=".category"] a {show: false;}#acba6aae03a4fec [data-item="items"] .img {background-size: contain;}#acba6aae03a4fec [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#acba6aae03a4fec [data-item="title"] {left: 0px;top: 1px; position: relative;}#acba6aae03a4fec [data-item="items"] {left: 0px;top: 1px; position: relative;}#acba6aae03a4fec [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#acba6aae03a4fec [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#aca89a98e8abcb3 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a5582a1d1dac938 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#ae698a73e0a0a33 {
  overflow: hidden;
}
#ae698a73e0a0a33 , #ae698a73e0a0a33 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#ae698a73e0a0a33:hover , #ae698a73e0a0a33 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#aef37a7a58af430 {
  overflow: hidden;
}
#aef37a7a58af430 , #aef37a7a58af430 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#aef37a7a58af430:hover , #aef37a7a58af430 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a4864a6a36a9bfa [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#acba6aae03a4fec [data-item*=".abstract"], #acba6aae03a4fec [data-item*=".abstract"] a {show: true;}#acba6aae03a4fec [data-item*=".subTitle"], #acba6aae03a4fec [data-item*=".subTitle"] a {show: true;}#acba6aae03a4fec [data-item*=".category"], #acba6aae03a4fec [data-item*=".category"] a {show: false;}#acba6aae03a4fec [data-item="items"] .img {background-size: contain;}#acba6aae03a4fec [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#acba6aae03a4fec [data-item="title"] {left: 0px;top: 1px; position: relative;}#acba6aae03a4fec [data-item="items"] {left: 0px;top: 1px; position: relative;}#acba6aae03a4fec [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#acba6aae03a4fec [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#aca89a98e8abcb3 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a5582a1d1dac938 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#ae698a73e0a0a33 {
  overflow: hidden;
}
#ae698a73e0a0a33 , #ae698a73e0a0a33 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#ae698a73e0a0a33:hover , #ae698a73e0a0a33 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#aef37a7a58af430 {
  overflow: hidden;
}
#aef37a7a58af430 , #aef37a7a58af430 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#aef37a7a58af430:hover , #aef37a7a58af430 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a4864a6a36a9bfa [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#acba6aae03a4fec [data-item*=".abstract"], #acba6aae03a4fec [data-item*=".abstract"] a {show: true;}#acba6aae03a4fec [data-item*=".subTitle"], #acba6aae03a4fec [data-item*=".subTitle"] a {show: true;}#acba6aae03a4fec [data-item*=".category"], #acba6aae03a4fec [data-item*=".category"] a {show: false;}#acba6aae03a4fec [data-item="items"] .img {background-size: contain;}#acba6aae03a4fec [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#acba6aae03a4fec [data-item="title"] {left: 0px;top: 1px; position: relative;}#acba6aae03a4fec [data-item="items"] {left: 0px;top: 1px; position: relative;}#acba6aae03a4fec [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#acba6aae03a4fec [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#aca89a98e8abcb3 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a5582a1d1dac938 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#ae698a73e0a0a33 {
  overflow: hidden;
}
#ae698a73e0a0a33 , #ae698a73e0a0a33 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#ae698a73e0a0a33:hover , #ae698a73e0a0a33 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#aef37a7a58af430 {
  overflow: hidden;
}
#aef37a7a58af430 , #aef37a7a58af430 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#aef37a7a58af430:hover , #aef37a7a58af430 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a4864a6a36a9bfa [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#acba6aae03a4fec [data-item*=".abstract"], #acba6aae03a4fec [data-item*=".abstract"] a {show: true;}#acba6aae03a4fec [data-item*=".subTitle"], #acba6aae03a4fec [data-item*=".subTitle"] a {show: true;}#acba6aae03a4fec [data-item*=".category"], #acba6aae03a4fec [data-item*=".category"] a {show: false;}#acba6aae03a4fec [data-item="items"] .img {background-size: contain;}#acba6aae03a4fec [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#acba6aae03a4fec [data-item="title"] {left: 0px;top: 1px; position: relative;}#acba6aae03a4fec [data-item="items"] {left: 0px;top: 1px; position: relative;}#acba6aae03a4fec [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#acba6aae03a4fec [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#aca89a98e8abcb3 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a5582a1d1dac938 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#ae698a73e0a0a33 {
  overflow: hidden;
}
#ae698a73e0a0a33 , #ae698a73e0a0a33 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#ae698a73e0a0a33:hover , #ae698a73e0a0a33 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#aef37a7a58af430 {
  overflow: hidden;
}
#aef37a7a58af430 , #aef37a7a58af430 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#aef37a7a58af430:hover , #aef37a7a58af430 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a4864a6a36a9bfa [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#acba6aae03a4fec [data-item*=".abstract"], #acba6aae03a4fec [data-item*=".abstract"] a {show: true;}#acba6aae03a4fec [data-item*=".subTitle"], #acba6aae03a4fec [data-item*=".subTitle"] a {show: true;}#acba6aae03a4fec [data-item*=".category"], #acba6aae03a4fec [data-item*=".category"] a {show: false;}#acba6aae03a4fec [data-item="items"] .img {background-size: contain;}#acba6aae03a4fec [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#acba6aae03a4fec [data-item="title"] {left: 0px;top: 1px; position: relative;}#acba6aae03a4fec [data-item="items"] {left: 0px;top: 1px; position: relative;}#acba6aae03a4fec [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#acba6aae03a4fec [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#aca89a98e8abcb3 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a5582a1d1dac938 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#ae698a73e0a0a33 {
  overflow: hidden;
}
#ae698a73e0a0a33 , #ae698a73e0a0a33 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#ae698a73e0a0a33:hover , #ae698a73e0a0a33 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#aef37a7a58af430 {
  overflow: hidden;
}
#aef37a7a58af430 , #aef37a7a58af430 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#aef37a7a58af430:hover , #aef37a7a58af430 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a4864a6a36a9bfa [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#acba6aae03a4fec [data-item*=".abstract"], #acba6aae03a4fec [data-item*=".abstract"] a {show: true;}#acba6aae03a4fec [data-item*=".subTitle"], #acba6aae03a4fec [data-item*=".subTitle"] a {show: true;}#acba6aae03a4fec [data-item*=".category"], #acba6aae03a4fec [data-item*=".category"] a {show: false;}#acba6aae03a4fec [data-item="items"] .img {background-size: contain;}#acba6aae03a4fec [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#acba6aae03a4fec [data-item="title"] {left: 0px;top: 1px; position: relative;}#acba6aae03a4fec [data-item="items"] {left: 0px;top: 1px; position: relative;}#acba6aae03a4fec [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#acba6aae03a4fec [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#aca89a98e8abcb3 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a5582a1d1dac938 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#ae698a73e0a0a33 {
  overflow: hidden;
}
#ae698a73e0a0a33 , #ae698a73e0a0a33 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#ae698a73e0a0a33:hover , #ae698a73e0a0a33 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#aef37a7a58af430 {
  overflow: hidden;
}
#aef37a7a58af430 , #aef37a7a58af430 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#aef37a7a58af430:hover , #aef37a7a58af430 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a4864a6a36a9bfa [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#acba6aae03a4fec [data-item*=".abstract"], #acba6aae03a4fec [data-item*=".abstract"] a {show: true;}#acba6aae03a4fec [data-item*=".subTitle"], #acba6aae03a4fec [data-item*=".subTitle"] a {show: true;}#acba6aae03a4fec [data-item*=".category"], #acba6aae03a4fec [data-item*=".category"] a {show: false;}#acba6aae03a4fec [data-item="items"] .img {background-size: contain;}#acba6aae03a4fec [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#acba6aae03a4fec [data-item="title"] {left: 0px;top: 1px; position: relative;}#acba6aae03a4fec [data-item="items"] {left: 0px;top: 1px; position: relative;}#acba6aae03a4fec [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#acba6aae03a4fec [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#aca89a98e8abcb3 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a5582a1d1dac938 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#ae698a73e0a0a33 {
  overflow: hidden;
}
#ae698a73e0a0a33 , #ae698a73e0a0a33 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#ae698a73e0a0a33:hover , #ae698a73e0a0a33 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#aef37a7a58af430 {
  overflow: hidden;
}
#aef37a7a58af430 , #aef37a7a58af430 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#aef37a7a58af430:hover , #aef37a7a58af430 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a4864a6a36a9bfa [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#acba6aae03a4fec [data-item*=".abstract"], #acba6aae03a4fec [data-item*=".abstract"] a {show: true;}#acba6aae03a4fec [data-item*=".subTitle"], #acba6aae03a4fec [data-item*=".subTitle"] a {show: true;}#acba6aae03a4fec [data-item*=".category"], #acba6aae03a4fec [data-item*=".category"] a {show: false;}#acba6aae03a4fec [data-item="items"] .img {background-size: contain;}#acba6aae03a4fec [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#acba6aae03a4fec [data-item="title"] {left: 0px;top: 1px; position: relative;}#acba6aae03a4fec [data-item="items"] {left: 0px;top: 1px; position: relative;}#acba6aae03a4fec [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#acba6aae03a4fec [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#aca89a98e8abcb3 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a5582a1d1dac938 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#ae698a73e0a0a33 {
  overflow: hidden;
}
#ae698a73e0a0a33 , #ae698a73e0a0a33 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#ae698a73e0a0a33:hover , #ae698a73e0a0a33 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#aef37a7a58af430 {
  overflow: hidden;
}
#aef37a7a58af430 , #aef37a7a58af430 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#aef37a7a58af430:hover , #aef37a7a58af430 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a4864a6a36a9bfa [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#acba6aae03a4fec [data-item*=".abstract"], #acba6aae03a4fec [data-item*=".abstract"] a {show: true;}#acba6aae03a4fec [data-item*=".subTitle"], #acba6aae03a4fec [data-item*=".subTitle"] a {show: true;}#acba6aae03a4fec [data-item*=".category"], #acba6aae03a4fec [data-item*=".category"] a {show: false;}#acba6aae03a4fec [data-item="items"] .img {background-size: contain;}#acba6aae03a4fec [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#acba6aae03a4fec [data-item="title"] {left: 0px;top: 1px; position: relative;}#acba6aae03a4fec [data-item="items"] {left: 0px;top: 1px; position: relative;}#acba6aae03a4fec [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#acba6aae03a4fec [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#aca89a98e8abcb3 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a5582a1d1dac938 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#ae698a73e0a0a33 {
  overflow: hidden;
}
#ae698a73e0a0a33 , #ae698a73e0a0a33 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#ae698a73e0a0a33:hover , #ae698a73e0a0a33 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#aef37a7a58af430 {
  overflow: hidden;
}
#aef37a7a58af430 , #aef37a7a58af430 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#aef37a7a58af430:hover , #aef37a7a58af430 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a4864a6a36a9bfa [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#acba6aae03a4fec [data-item*=".abstract"], #acba6aae03a4fec [data-item*=".abstract"] a {show: true;}#acba6aae03a4fec [data-item*=".subTitle"], #acba6aae03a4fec [data-item*=".subTitle"] a {show: true;}#acba6aae03a4fec [data-item*=".category"], #acba6aae03a4fec [data-item*=".category"] a {show: false;}#acba6aae03a4fec [data-item="items"] .img {background-size: contain;}#acba6aae03a4fec [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#acba6aae03a4fec [data-item="title"] {left: 0px;top: 1px; position: relative;}#acba6aae03a4fec [data-item="items"] {left: 0px;top: 1px; position: relative;}#acba6aae03a4fec [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#acba6aae03a4fec [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#aca89a98e8abcb3 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a5582a1d1dac938 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#ae698a73e0a0a33 {
  overflow: hidden;
}
#ae698a73e0a0a33 , #ae698a73e0a0a33 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#ae698a73e0a0a33:hover , #ae698a73e0a0a33 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#aef37a7a58af430 {
  overflow: hidden;
}
#aef37a7a58af430 , #aef37a7a58af430 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#aef37a7a58af430:hover , #aef37a7a58af430 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a4864a6a36a9bfa [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#acba6aae03a4fec [data-item*=".abstract"], #acba6aae03a4fec [data-item*=".abstract"] a {show: true;}#acba6aae03a4fec [data-item*=".subTitle"], #acba6aae03a4fec [data-item*=".subTitle"] a {show: true;}#acba6aae03a4fec [data-item*=".category"], #acba6aae03a4fec [data-item*=".category"] a {show: false;}#acba6aae03a4fec [data-item="items"] .img {background-size: contain;}#acba6aae03a4fec [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#acba6aae03a4fec [data-item="title"] {left: 0px;top: 1px; position: relative;}#acba6aae03a4fec [data-item="items"] {left: 0px;top: 1px; position: relative;}#acba6aae03a4fec [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#acba6aae03a4fec [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#aca89a98e8abcb3 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a5582a1d1dac938 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#ae698a73e0a0a33 {
  overflow: hidden;
}
#ae698a73e0a0a33 , #ae698a73e0a0a33 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#ae698a73e0a0a33:hover , #ae698a73e0a0a33 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#aef37a7a58af430 {
  overflow: hidden;
}
#aef37a7a58af430 , #aef37a7a58af430 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#aef37a7a58af430:hover , #aef37a7a58af430 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a4864a6a36a9bfa [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#acba6aae03a4fec [data-item*=".abstract"], #acba6aae03a4fec [data-item*=".abstract"] a {show: true;}#acba6aae03a4fec [data-item*=".subTitle"], #acba6aae03a4fec [data-item*=".subTitle"] a {show: true;}#acba6aae03a4fec [data-item*=".category"], #acba6aae03a4fec [data-item*=".category"] a {show: false;}#acba6aae03a4fec [data-item="items"] .img {background-size: contain;}#acba6aae03a4fec [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#acba6aae03a4fec [data-item="title"] {left: 0px;top: 1px; position: relative;}#acba6aae03a4fec [data-item="items"] {left: 0px;top: 1px; position: relative;}#acba6aae03a4fec [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#acba6aae03a4fec [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#aca89a98e8abcb3 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a5582a1d1dac938 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#ae698a73e0a0a33 {
  overflow: hidden;
}
#ae698a73e0a0a33 , #ae698a73e0a0a33 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#ae698a73e0a0a33:hover , #ae698a73e0a0a33 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#aef37a7a58af430 {
  overflow: hidden;
}
#aef37a7a58af430 , #aef37a7a58af430 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#aef37a7a58af430:hover , #aef37a7a58af430 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a4864a6a36a9bfa [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#acba6aae03a4fec [data-item*=".abstract"], #acba6aae03a4fec [data-item*=".abstract"] a {show: true;}#acba6aae03a4fec [data-item*=".subTitle"], #acba6aae03a4fec [data-item*=".subTitle"] a {show: true;}#acba6aae03a4fec [data-item*=".category"], #acba6aae03a4fec [data-item*=".category"] a {show: false;}#acba6aae03a4fec [data-item="items"] .img {background-size: contain;}#acba6aae03a4fec [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#acba6aae03a4fec [data-item="title"] {left: 0px;top: 1px; position: relative;}#acba6aae03a4fec [data-item="items"] {left: 0px;top: 1px; position: relative;}#acba6aae03a4fec [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#acba6aae03a4fec [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#aca89a98e8abcb3 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a5582a1d1dac938 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#ae698a73e0a0a33 {
  overflow: hidden;
}
#ae698a73e0a0a33 , #ae698a73e0a0a33 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#ae698a73e0a0a33:hover , #ae698a73e0a0a33 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#aef37a7a58af430 {
  overflow: hidden;
}
#aef37a7a58af430 , #aef37a7a58af430 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#aef37a7a58af430:hover , #aef37a7a58af430 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a4864a6a36a9bfa [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#acba6aae03a4fec [data-item*=".abstract"], #acba6aae03a4fec [data-item*=".abstract"] a {show: true;}#acba6aae03a4fec [data-item*=".subTitle"], #acba6aae03a4fec [data-item*=".subTitle"] a {show: true;}#acba6aae03a4fec [data-item*=".category"], #acba6aae03a4fec [data-item*=".category"] a {show: false;}#acba6aae03a4fec [data-item="items"] .img {background-size: contain;}#acba6aae03a4fec [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#acba6aae03a4fec [data-item="title"] {left: 0px;top: 1px; position: relative;}#acba6aae03a4fec [data-item="items"] {left: 0px;top: 1px; position: relative;}#acba6aae03a4fec [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#acba6aae03a4fec [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#aca89a98e8abcb3 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a5582a1d1dac938 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#ae698a73e0a0a33 {
  overflow: hidden;
}
#ae698a73e0a0a33 , #ae698a73e0a0a33 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#ae698a73e0a0a33:hover , #ae698a73e0a0a33 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#aef37a7a58af430 {
  overflow: hidden;
}
#aef37a7a58af430 , #aef37a7a58af430 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#aef37a7a58af430:hover , #aef37a7a58af430 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a4864a6a36a9bfa [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#acba6aae03a4fec [data-item*=".abstract"], #acba6aae03a4fec [data-item*=".abstract"] a {show: true;}#acba6aae03a4fec [data-item*=".subTitle"], #acba6aae03a4fec [data-item*=".subTitle"] a {show: true;}#acba6aae03a4fec [data-item*=".category"], #acba6aae03a4fec [data-item*=".category"] a {show: false;}#acba6aae03a4fec [data-item="items"] .img {background-size: contain;}#acba6aae03a4fec [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#acba6aae03a4fec [data-item="title"] {left: 0px;top: 1px; position: relative;}#acba6aae03a4fec [data-item="items"] {left: 0px;top: 1px; position: relative;}#acba6aae03a4fec [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#acba6aae03a4fec [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#aca89a98e8abcb3 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a5582a1d1dac938 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#ae698a73e0a0a33 {
  overflow: hidden;
}
#ae698a73e0a0a33 , #ae698a73e0a0a33 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#ae698a73e0a0a33:hover , #ae698a73e0a0a33 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#aef37a7a58af430 {
  overflow: hidden;
}
#aef37a7a58af430 , #aef37a7a58af430 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#aef37a7a58af430:hover , #aef37a7a58af430 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a4864a6a36a9bfa [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#acba6aae03a4fec [data-item*=".abstract"], #acba6aae03a4fec [data-item*=".abstract"] a {show: true;}#acba6aae03a4fec [data-item*=".subTitle"], #acba6aae03a4fec [data-item*=".subTitle"] a {show: true;}#acba6aae03a4fec [data-item*=".category"], #acba6aae03a4fec [data-item*=".category"] a {show: false;}#acba6aae03a4fec [data-item="items"] .img {background-size: contain;}#acba6aae03a4fec [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#acba6aae03a4fec [data-item="title"] {left: 0px;top: 1px; position: relative;}#acba6aae03a4fec [data-item="items"] {left: 0px;top: 1px; position: relative;}#acba6aae03a4fec [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#acba6aae03a4fec [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#aca89a98e8abcb3 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a5582a1d1dac938 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#ae698a73e0a0a33 {
  overflow: hidden;
}
#ae698a73e0a0a33 , #ae698a73e0a0a33 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#ae698a73e0a0a33:hover , #ae698a73e0a0a33 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#aef37a7a58af430 {
  overflow: hidden;
}
#aef37a7a58af430 , #aef37a7a58af430 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#aef37a7a58af430:hover , #aef37a7a58af430 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a4864a6a36a9bfa [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#acba6aae03a4fec [data-item*=".abstract"], #acba6aae03a4fec [data-item*=".abstract"] a {show: true;}#acba6aae03a4fec [data-item*=".subTitle"], #acba6aae03a4fec [data-item*=".subTitle"] a {show: true;}#acba6aae03a4fec [data-item*=".category"], #acba6aae03a4fec [data-item*=".category"] a {show: false;}#acba6aae03a4fec [data-item="items"] .img {background-size: contain;}#acba6aae03a4fec [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#acba6aae03a4fec [data-item="title"] {left: 0px;top: 1px; position: relative;}#acba6aae03a4fec [data-item="items"] {left: 0px;top: 1px; position: relative;}#acba6aae03a4fec [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#acba6aae03a4fec [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#aca89a98e8abcb3 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a5582a1d1dac938 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#ae698a73e0a0a33 {
  overflow: hidden;
}
#ae698a73e0a0a33 , #ae698a73e0a0a33 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#ae698a73e0a0a33:hover , #ae698a73e0a0a33 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#aef37a7a58af430 {
  overflow: hidden;
}
#aef37a7a58af430 , #aef37a7a58af430 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#aef37a7a58af430:hover , #aef37a7a58af430 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a4864a6a36a9bfa [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#acba6aae03a4fec [data-item*=".abstract"], #acba6aae03a4fec [data-item*=".abstract"] a {show: true;}#acba6aae03a4fec [data-item*=".subTitle"], #acba6aae03a4fec [data-item*=".subTitle"] a {show: true;}#acba6aae03a4fec [data-item*=".category"], #acba6aae03a4fec [data-item*=".category"] a {show: false;}#acba6aae03a4fec [data-item="items"] .img {background-size: contain;}#acba6aae03a4fec [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#acba6aae03a4fec [data-item="title"] {left: 0px;top: 1px; position: relative;}#acba6aae03a4fec [data-item="items"] {left: 0px;top: 1px; position: relative;}#acba6aae03a4fec [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#acba6aae03a4fec [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#aca89a98e8abcb3 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a5582a1d1dac938 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#ae698a73e0a0a33 {
  overflow: hidden;
}
#ae698a73e0a0a33 , #ae698a73e0a0a33 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#ae698a73e0a0a33:hover , #ae698a73e0a0a33 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#aef37a7a58af430 {
  overflow: hidden;
}
#aef37a7a58af430 , #aef37a7a58af430 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#aef37a7a58af430:hover , #aef37a7a58af430 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a4864a6a36a9bfa [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#acba6aae03a4fec [data-item*=".abstract"], #acba6aae03a4fec [data-item*=".abstract"] a {show: true;}#acba6aae03a4fec [data-item*=".subTitle"], #acba6aae03a4fec [data-item*=".subTitle"] a {show: true;}#acba6aae03a4fec [data-item*=".category"], #acba6aae03a4fec [data-item*=".category"] a {show: false;}#acba6aae03a4fec [data-item="items"] .img {background-size: contain;}#acba6aae03a4fec [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#acba6aae03a4fec [data-item="title"] {left: 0px;top: 1px; position: relative;}#acba6aae03a4fec [data-item="items"] {left: 0px;top: 1px; position: relative;}#acba6aae03a4fec [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#acba6aae03a4fec [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#aca89a98e8abcb3 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a5582a1d1dac938 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#ae698a73e0a0a33 {
  overflow: hidden;
}
#ae698a73e0a0a33 , #ae698a73e0a0a33 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#ae698a73e0a0a33:hover , #ae698a73e0a0a33 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#aef37a7a58af430 {
  overflow: hidden;
}
#aef37a7a58af430 , #aef37a7a58af430 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#aef37a7a58af430:hover , #aef37a7a58af430 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a4864a6a36a9bfa [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#acba6aae03a4fec [data-item*=".abstract"], #acba6aae03a4fec [data-item*=".abstract"] a {show: true;}#acba6aae03a4fec [data-item*=".subTitle"], #acba6aae03a4fec [data-item*=".subTitle"] a {show: true;}#acba6aae03a4fec [data-item*=".category"], #acba6aae03a4fec [data-item*=".category"] a {show: false;}#acba6aae03a4fec [data-item="items"] .img {background-size: contain;}#acba6aae03a4fec [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#acba6aae03a4fec [data-item="title"] {left: 0px;top: 1px; position: relative;}#acba6aae03a4fec [data-item="items"] {left: 0px;top: 1px; position: relative;}#acba6aae03a4fec [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#acba6aae03a4fec [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#aca89a98e8abcb3 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a5582a1d1dac938 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#ae698a73e0a0a33 {
  overflow: hidden;
}
#ae698a73e0a0a33 , #ae698a73e0a0a33 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#ae698a73e0a0a33:hover , #ae698a73e0a0a33 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#aef37a7a58af430 {
  overflow: hidden;
}
#aef37a7a58af430 , #aef37a7a58af430 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#aef37a7a58af430:hover , #aef37a7a58af430 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a4864a6a36a9bfa [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#acba6aae03a4fec [data-item*=".abstract"], #acba6aae03a4fec [data-item*=".abstract"] a {show: true;}#acba6aae03a4fec [data-item*=".subTitle"], #acba6aae03a4fec [data-item*=".subTitle"] a {show: true;}#acba6aae03a4fec [data-item*=".category"], #acba6aae03a4fec [data-item*=".category"] a {show: false;}#acba6aae03a4fec [data-item="items"] .img {background-size: contain;}#acba6aae03a4fec [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#acba6aae03a4fec [data-item="title"] {left: 0px;top: 1px; position: relative;}#acba6aae03a4fec [data-item="items"] {left: 0px;top: 1px; position: relative;}#acba6aae03a4fec [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#acba6aae03a4fec [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#aca89a98e8abcb3 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a5582a1d1dac938 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#ae698a73e0a0a33 {
  overflow: hidden;
}
#ae698a73e0a0a33 , #ae698a73e0a0a33 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#ae698a73e0a0a33:hover , #ae698a73e0a0a33 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#aef37a7a58af430 {
  overflow: hidden;
}
#aef37a7a58af430 , #aef37a7a58af430 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#aef37a7a58af430:hover , #aef37a7a58af430 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a4864a6a36a9bfa [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#acba6aae03a4fec [data-item*=".abstract"], #acba6aae03a4fec [data-item*=".abstract"] a {show: true;}#acba6aae03a4fec [data-item*=".subTitle"], #acba6aae03a4fec [data-item*=".subTitle"] a {show: true;}#acba6aae03a4fec [data-item*=".category"], #acba6aae03a4fec [data-item*=".category"] a {show: false;}#acba6aae03a4fec [data-item="items"] .img {background-size: contain;}#acba6aae03a4fec [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#acba6aae03a4fec [data-item="title"] {left: 0px;top: 1px; position: relative;}#acba6aae03a4fec [data-item="items"] {left: 0px;top: 1px; position: relative;}#acba6aae03a4fec [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#acba6aae03a4fec [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#aca89a98e8abcb3 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a5582a1d1dac938 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#ae698a73e0a0a33 {
  overflow: hidden;
}
#ae698a73e0a0a33 , #ae698a73e0a0a33 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#ae698a73e0a0a33:hover , #ae698a73e0a0a33 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#aef37a7a58af430 {
  overflow: hidden;
}
#aef37a7a58af430 , #aef37a7a58af430 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#aef37a7a58af430:hover , #aef37a7a58af430 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a4864a6a36a9bfa [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#acba6aae03a4fec [data-item*=".abstract"], #acba6aae03a4fec [data-item*=".abstract"] a {show: true;}#acba6aae03a4fec [data-item*=".subTitle"], #acba6aae03a4fec [data-item*=".subTitle"] a {show: true;}#acba6aae03a4fec [data-item*=".category"], #acba6aae03a4fec [data-item*=".category"] a {show: false;}#acba6aae03a4fec [data-item="items"] .img {background-size: contain;}#acba6aae03a4fec [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#acba6aae03a4fec [data-item="title"] {left: 0px;top: 1px; position: relative;}#acba6aae03a4fec [data-item="items"] {left: 0px;top: 1px; position: relative;}#acba6aae03a4fec [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#acba6aae03a4fec [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#aca89a98e8abcb3 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a5582a1d1dac938 .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#ae698a73e0a0a33 {
  overflow: hidden;
}
#ae698a73e0a0a33 , #ae698a73e0a0a33 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#ae698a73e0a0a33:hover , #ae698a73e0a0a33 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#aef37a7a58af430 {
  overflow: hidden;
}
#aef37a7a58af430 , #aef37a7a58af430 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#aef37a7a58af430:hover , #aef37a7a58af430 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a4864a6a36a9bfa [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#acba6aae03a4fec [data-item*=".abstract"], #acba6aae03a4fec [data-item*=".abstract"] a {show: true;}#acba6aae03a4fec [data-item*=".subTitle"], #acba6aae03a4fec [data-item*=".subTitle"] a {show: true;}#acba6aae03a4fec [data-item*=".category"], #acba6aae03a4fec [data-item*=".category"] a {show: false;}#acba6aae03a4fec [data-item="items"] .img {background-size: contain;}#acba6aae03a4fec [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#acba6aae03a4fec [data-item="title"] {left: 0px;top: 1px; position: relative;}#acba6aae03a4fec [data-item="items"] {left: 0px;top: 1px; position: relative;}#acba6aae03a4fec [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#acba6aae03a4fec [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#aca89a98e8abcb3 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a2b5fac711a00d0 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a770aa0554ad1fa {
  min-height: 300px;
}
#a457da5f8fa46da .filter-nav li {
  padding: 0 15px;
  border-right: 1px solid #ececec;
  display: inline-block;
  cursor: pointer;
  line-height: 1;
}
#a457da5f8fa46da .filter-nav li.uk-active {
  color: #000;
}
#a457da5f8fa46da .filter {
  padding: 20px 0;
  background-color: #fff;
  margin-bottom: 30px;
}
#a457da5f8fa46da .filter-items label {
  margin-right: 20px;
  margin-bottom: 15px;
  font-size: 13px;
}
#a457da5f8fa46da .filter-items label input {
  margin-right: 8px;
}
#a457da5f8fa46da .filter-select-items button {
  line-height: 26px;
  font-size: 14px;
  background-color: #da251d;
  color: #fff;
  margin-right: 15px;
  padding: 0 14px;
}
#a457da5f8fa46da .filter-select-items {
  min-height: 35px;
}
#a96eda6a75af424 .icon-wrap {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f7f7f7;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  margin-bottom: 15px;
}
#a96eda6a75af424 .tab-item-title {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 3px solid transparent;
}
#a96eda6a75af424 .uk-active .tab-item-title {
  border-bottom-color: #1e87f0;
}
#a96eda6a75af424 .uk-button {
  line-height: 36px;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 500;
  padding: 0 20px;
}
#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#ab889acb44a055b .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#a52e6ac410a2c18 {
  overflow: hidden;
}
#a52e6ac410a2c18 , #a52e6ac410a2c18 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#a52e6ac410a2c18:hover , #a52e6ac410a2c18 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a64ebaf2f1a7e3d {
  overflow: hidden;
}
#a64ebaf2f1a7e3d , #a64ebaf2f1a7e3d > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a64ebaf2f1a7e3d:hover , #a64ebaf2f1a7e3d *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a770aa0554ad1fa [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#a457da5f8fa46da [data-item*=".abstract"], #a457da5f8fa46da [data-item*=".abstract"] a {show: true;}#a457da5f8fa46da [data-item*=".subTitle"], #a457da5f8fa46da [data-item*=".subTitle"] a {show: true;}#a457da5f8fa46da [data-item*=".category"], #a457da5f8fa46da [data-item*=".category"] a {show: false;}#a457da5f8fa46da [data-item="items"] .img {background-size: contain;}#a457da5f8fa46da [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#a457da5f8fa46da [data-item="title"] {left: 0px;top: 1px; position: relative;}#a457da5f8fa46da [data-item="items"] {left: 0px;top: 1px; position: relative;}#a457da5f8fa46da [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#a457da5f8fa46da [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#a96eda6a75af424 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#ab889acb44a055b .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#a52e6ac410a2c18 {
  overflow: hidden;
}
#a52e6ac410a2c18 , #a52e6ac410a2c18 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#a52e6ac410a2c18:hover , #a52e6ac410a2c18 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a64ebaf2f1a7e3d {
  overflow: hidden;
}
#a64ebaf2f1a7e3d , #a64ebaf2f1a7e3d > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a64ebaf2f1a7e3d:hover , #a64ebaf2f1a7e3d *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a770aa0554ad1fa [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#a457da5f8fa46da [data-item*=".abstract"], #a457da5f8fa46da [data-item*=".abstract"] a {show: true;}#a457da5f8fa46da [data-item*=".subTitle"], #a457da5f8fa46da [data-item*=".subTitle"] a {show: true;}#a457da5f8fa46da [data-item*=".category"], #a457da5f8fa46da [data-item*=".category"] a {show: false;}#a457da5f8fa46da [data-item="items"] .img {background-size: contain;}#a457da5f8fa46da [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#a457da5f8fa46da [data-item="title"] {left: 0px;top: 1px; position: relative;}#a457da5f8fa46da [data-item="items"] {left: 0px;top: 1px; position: relative;}#a457da5f8fa46da [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#a457da5f8fa46da [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#a96eda6a75af424 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#ab889acb44a055b .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#a52e6ac410a2c18 {
  overflow: hidden;
}
#a52e6ac410a2c18 , #a52e6ac410a2c18 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#a52e6ac410a2c18:hover , #a52e6ac410a2c18 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a64ebaf2f1a7e3d {
  overflow: hidden;
}
#a64ebaf2f1a7e3d , #a64ebaf2f1a7e3d > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a64ebaf2f1a7e3d:hover , #a64ebaf2f1a7e3d *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a770aa0554ad1fa [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#a457da5f8fa46da [data-item*=".abstract"], #a457da5f8fa46da [data-item*=".abstract"] a {show: true;}#a457da5f8fa46da [data-item*=".subTitle"], #a457da5f8fa46da [data-item*=".subTitle"] a {show: true;}#a457da5f8fa46da [data-item*=".category"], #a457da5f8fa46da [data-item*=".category"] a {show: false;}#a457da5f8fa46da [data-item="items"] .img {background-size: contain;}#a457da5f8fa46da [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#a457da5f8fa46da [data-item="title"] {left: 0px;top: 1px; position: relative;}#a457da5f8fa46da [data-item="items"] {left: 0px;top: 1px; position: relative;}#a457da5f8fa46da [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#a457da5f8fa46da [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#a96eda6a75af424 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#ab889acb44a055b .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#a52e6ac410a2c18 {
  overflow: hidden;
}
#a52e6ac410a2c18 , #a52e6ac410a2c18 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#a52e6ac410a2c18:hover , #a52e6ac410a2c18 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a64ebaf2f1a7e3d {
  overflow: hidden;
}
#a64ebaf2f1a7e3d , #a64ebaf2f1a7e3d > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a64ebaf2f1a7e3d:hover , #a64ebaf2f1a7e3d *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a770aa0554ad1fa [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#a457da5f8fa46da [data-item*=".abstract"], #a457da5f8fa46da [data-item*=".abstract"] a {show: true;}#a457da5f8fa46da [data-item*=".subTitle"], #a457da5f8fa46da [data-item*=".subTitle"] a {show: true;}#a457da5f8fa46da [data-item*=".category"], #a457da5f8fa46da [data-item*=".category"] a {show: false;}#a457da5f8fa46da [data-item="items"] .img {background-size: contain;}#a457da5f8fa46da [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#a457da5f8fa46da [data-item="title"] {left: 0px;top: 1px; position: relative;}#a457da5f8fa46da [data-item="items"] {left: 0px;top: 1px; position: relative;}#a457da5f8fa46da [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#a457da5f8fa46da [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#a96eda6a75af424 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#ab889acb44a055b .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#a52e6ac410a2c18 {
  overflow: hidden;
}
#a52e6ac410a2c18 , #a52e6ac410a2c18 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#a52e6ac410a2c18:hover , #a52e6ac410a2c18 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a64ebaf2f1a7e3d {
  overflow: hidden;
}
#a64ebaf2f1a7e3d , #a64ebaf2f1a7e3d > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a64ebaf2f1a7e3d:hover , #a64ebaf2f1a7e3d *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a770aa0554ad1fa [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#a457da5f8fa46da [data-item*=".abstract"], #a457da5f8fa46da [data-item*=".abstract"] a {show: true;}#a457da5f8fa46da [data-item*=".subTitle"], #a457da5f8fa46da [data-item*=".subTitle"] a {show: true;}#a457da5f8fa46da [data-item*=".category"], #a457da5f8fa46da [data-item*=".category"] a {show: false;}#a457da5f8fa46da [data-item="items"] .img {background-size: contain;}#a457da5f8fa46da [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#a457da5f8fa46da [data-item="title"] {left: 0px;top: 1px; position: relative;}#a457da5f8fa46da [data-item="items"] {left: 0px;top: 1px; position: relative;}#a457da5f8fa46da [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#a457da5f8fa46da [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#a96eda6a75af424 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#ab889acb44a055b .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#a52e6ac410a2c18 {
  overflow: hidden;
}
#a52e6ac410a2c18 , #a52e6ac410a2c18 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#a52e6ac410a2c18:hover , #a52e6ac410a2c18 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a64ebaf2f1a7e3d {
  overflow: hidden;
}
#a64ebaf2f1a7e3d , #a64ebaf2f1a7e3d > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a64ebaf2f1a7e3d:hover , #a64ebaf2f1a7e3d *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a770aa0554ad1fa [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#a457da5f8fa46da [data-item*=".abstract"], #a457da5f8fa46da [data-item*=".abstract"] a {show: true;}#a457da5f8fa46da [data-item*=".subTitle"], #a457da5f8fa46da [data-item*=".subTitle"] a {show: true;}#a457da5f8fa46da [data-item*=".category"], #a457da5f8fa46da [data-item*=".category"] a {show: false;}#a457da5f8fa46da [data-item="items"] .img {background-size: contain;}#a457da5f8fa46da [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#a457da5f8fa46da [data-item="title"] {left: 0px;top: 1px; position: relative;}#a457da5f8fa46da [data-item="items"] {left: 0px;top: 1px; position: relative;}#a457da5f8fa46da [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#a457da5f8fa46da [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#a96eda6a75af424 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#ab889acb44a055b .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#a52e6ac410a2c18 {
  overflow: hidden;
}
#a52e6ac410a2c18 , #a52e6ac410a2c18 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#a52e6ac410a2c18:hover , #a52e6ac410a2c18 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a64ebaf2f1a7e3d {
  overflow: hidden;
}
#a64ebaf2f1a7e3d , #a64ebaf2f1a7e3d > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a64ebaf2f1a7e3d:hover , #a64ebaf2f1a7e3d *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a770aa0554ad1fa [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#a457da5f8fa46da [data-item*=".abstract"], #a457da5f8fa46da [data-item*=".abstract"] a {show: true;}#a457da5f8fa46da [data-item*=".subTitle"], #a457da5f8fa46da [data-item*=".subTitle"] a {show: true;}#a457da5f8fa46da [data-item*=".category"], #a457da5f8fa46da [data-item*=".category"] a {show: false;}#a457da5f8fa46da [data-item="items"] .img {background-size: contain;}#a457da5f8fa46da [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#a457da5f8fa46da [data-item="title"] {left: 0px;top: 1px; position: relative;}#a457da5f8fa46da [data-item="items"] {left: 0px;top: 1px; position: relative;}#a457da5f8fa46da [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#a457da5f8fa46da [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#a96eda6a75af424 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#ab889acb44a055b .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#a52e6ac410a2c18 {
  overflow: hidden;
}
#a52e6ac410a2c18 , #a52e6ac410a2c18 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#a52e6ac410a2c18:hover , #a52e6ac410a2c18 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a64ebaf2f1a7e3d {
  overflow: hidden;
}
#a64ebaf2f1a7e3d , #a64ebaf2f1a7e3d > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a64ebaf2f1a7e3d:hover , #a64ebaf2f1a7e3d *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a770aa0554ad1fa [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#a457da5f8fa46da [data-item*=".abstract"], #a457da5f8fa46da [data-item*=".abstract"] a {show: true;}#a457da5f8fa46da [data-item*=".subTitle"], #a457da5f8fa46da [data-item*=".subTitle"] a {show: true;}#a457da5f8fa46da [data-item*=".category"], #a457da5f8fa46da [data-item*=".category"] a {show: false;}#a457da5f8fa46da [data-item="items"] .img {background-size: contain;}#a457da5f8fa46da [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#a457da5f8fa46da [data-item="title"] {left: 0px;top: 1px; position: relative;}#a457da5f8fa46da [data-item="items"] {left: 0px;top: 1px; position: relative;}#a457da5f8fa46da [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#a457da5f8fa46da [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#a96eda6a75af424 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#ab889acb44a055b .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#a52e6ac410a2c18 {
  overflow: hidden;
}
#a52e6ac410a2c18 , #a52e6ac410a2c18 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#a52e6ac410a2c18:hover , #a52e6ac410a2c18 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a64ebaf2f1a7e3d {
  overflow: hidden;
}
#a64ebaf2f1a7e3d , #a64ebaf2f1a7e3d > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a64ebaf2f1a7e3d:hover , #a64ebaf2f1a7e3d *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a770aa0554ad1fa [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#a457da5f8fa46da [data-item*=".abstract"], #a457da5f8fa46da [data-item*=".abstract"] a {show: true;}#a457da5f8fa46da [data-item*=".subTitle"], #a457da5f8fa46da [data-item*=".subTitle"] a {show: true;}#a457da5f8fa46da [data-item*=".category"], #a457da5f8fa46da [data-item*=".category"] a {show: false;}#a457da5f8fa46da [data-item="items"] .img {background-size: contain;}#a457da5f8fa46da [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#a457da5f8fa46da [data-item="title"] {left: 0px;top: 1px; position: relative;}#a457da5f8fa46da [data-item="items"] {left: 0px;top: 1px; position: relative;}#a457da5f8fa46da [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#a457da5f8fa46da [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#a96eda6a75af424 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#ab889acb44a055b .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#a52e6ac410a2c18 {
  overflow: hidden;
}
#a52e6ac410a2c18 , #a52e6ac410a2c18 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#a52e6ac410a2c18:hover , #a52e6ac410a2c18 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a64ebaf2f1a7e3d {
  overflow: hidden;
}
#a64ebaf2f1a7e3d , #a64ebaf2f1a7e3d > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a64ebaf2f1a7e3d:hover , #a64ebaf2f1a7e3d *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a770aa0554ad1fa [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#a457da5f8fa46da [data-item*=".abstract"], #a457da5f8fa46da [data-item*=".abstract"] a {show: true;}#a457da5f8fa46da [data-item*=".subTitle"], #a457da5f8fa46da [data-item*=".subTitle"] a {show: true;}#a457da5f8fa46da [data-item*=".category"], #a457da5f8fa46da [data-item*=".category"] a {show: false;}#a457da5f8fa46da [data-item="items"] .img {background-size: contain;}#a457da5f8fa46da [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#a457da5f8fa46da [data-item="title"] {left: 0px;top: 1px; position: relative;}#a457da5f8fa46da [data-item="items"] {left: 0px;top: 1px; position: relative;}#a457da5f8fa46da [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#a457da5f8fa46da [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#a96eda6a75af424 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#ab889acb44a055b .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#a52e6ac410a2c18 {
  overflow: hidden;
}
#a52e6ac410a2c18 , #a52e6ac410a2c18 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#a52e6ac410a2c18:hover , #a52e6ac410a2c18 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a64ebaf2f1a7e3d {
  overflow: hidden;
}
#a64ebaf2f1a7e3d , #a64ebaf2f1a7e3d > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a64ebaf2f1a7e3d:hover , #a64ebaf2f1a7e3d *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a770aa0554ad1fa [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#a457da5f8fa46da [data-item*=".abstract"], #a457da5f8fa46da [data-item*=".abstract"] a {show: true;}#a457da5f8fa46da [data-item*=".subTitle"], #a457da5f8fa46da [data-item*=".subTitle"] a {show: true;}#a457da5f8fa46da [data-item*=".category"], #a457da5f8fa46da [data-item*=".category"] a {show: false;}#a457da5f8fa46da [data-item="items"] .img {background-size: contain;}#a457da5f8fa46da [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#a457da5f8fa46da [data-item="title"] {left: 0px;top: 1px; position: relative;}#a457da5f8fa46da [data-item="items"] {left: 0px;top: 1px; position: relative;}#a457da5f8fa46da [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#a457da5f8fa46da [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#a96eda6a75af424 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#ab889acb44a055b .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#a52e6ac410a2c18 {
  overflow: hidden;
}
#a52e6ac410a2c18 , #a52e6ac410a2c18 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#a52e6ac410a2c18:hover , #a52e6ac410a2c18 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a64ebaf2f1a7e3d {
  overflow: hidden;
}
#a64ebaf2f1a7e3d , #a64ebaf2f1a7e3d > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a64ebaf2f1a7e3d:hover , #a64ebaf2f1a7e3d *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a770aa0554ad1fa [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#a457da5f8fa46da [data-item*=".abstract"], #a457da5f8fa46da [data-item*=".abstract"] a {show: true;}#a457da5f8fa46da [data-item*=".subTitle"], #a457da5f8fa46da [data-item*=".subTitle"] a {show: true;}#a457da5f8fa46da [data-item*=".category"], #a457da5f8fa46da [data-item*=".category"] a {show: false;}#a457da5f8fa46da [data-item="items"] .img {background-size: contain;}#a457da5f8fa46da [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#a457da5f8fa46da [data-item="title"] {left: 0px;top: 1px; position: relative;}#a457da5f8fa46da [data-item="items"] {left: 0px;top: 1px; position: relative;}#a457da5f8fa46da [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#a457da5f8fa46da [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#a96eda6a75af424 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#ab889acb44a055b .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#a52e6ac410a2c18 {
  overflow: hidden;
}
#a52e6ac410a2c18 , #a52e6ac410a2c18 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#a52e6ac410a2c18:hover , #a52e6ac410a2c18 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a64ebaf2f1a7e3d {
  overflow: hidden;
}
#a64ebaf2f1a7e3d , #a64ebaf2f1a7e3d > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a64ebaf2f1a7e3d:hover , #a64ebaf2f1a7e3d *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a770aa0554ad1fa [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#a457da5f8fa46da [data-item*=".abstract"], #a457da5f8fa46da [data-item*=".abstract"] a {show: true;}#a457da5f8fa46da [data-item*=".subTitle"], #a457da5f8fa46da [data-item*=".subTitle"] a {show: true;}#a457da5f8fa46da [data-item*=".category"], #a457da5f8fa46da [data-item*=".category"] a {show: false;}#a457da5f8fa46da [data-item="items"] .img {background-size: contain;}#a457da5f8fa46da [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#a457da5f8fa46da [data-item="title"] {left: 0px;top: 1px; position: relative;}#a457da5f8fa46da [data-item="items"] {left: 0px;top: 1px; position: relative;}#a457da5f8fa46da [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#a457da5f8fa46da [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#a96eda6a75af424 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#ab889acb44a055b .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#a52e6ac410a2c18 {
  overflow: hidden;
}
#a52e6ac410a2c18 , #a52e6ac410a2c18 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#a52e6ac410a2c18:hover , #a52e6ac410a2c18 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a64ebaf2f1a7e3d {
  overflow: hidden;
}
#a64ebaf2f1a7e3d , #a64ebaf2f1a7e3d > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a64ebaf2f1a7e3d:hover , #a64ebaf2f1a7e3d *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a770aa0554ad1fa [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#a457da5f8fa46da [data-item*=".abstract"], #a457da5f8fa46da [data-item*=".abstract"] a {show: true;}#a457da5f8fa46da [data-item*=".subTitle"], #a457da5f8fa46da [data-item*=".subTitle"] a {show: true;}#a457da5f8fa46da [data-item*=".category"], #a457da5f8fa46da [data-item*=".category"] a {show: false;}#a457da5f8fa46da [data-item="items"] .img {background-size: contain;}#a457da5f8fa46da [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#a457da5f8fa46da [data-item="title"] {left: 0px;top: 1px; position: relative;}#a457da5f8fa46da [data-item="items"] {left: 0px;top: 1px; position: relative;}#a457da5f8fa46da [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#a457da5f8fa46da [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#a96eda6a75af424 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#ab889acb44a055b .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#a52e6ac410a2c18 {
  overflow: hidden;
}
#a52e6ac410a2c18 , #a52e6ac410a2c18 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#a52e6ac410a2c18:hover , #a52e6ac410a2c18 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a64ebaf2f1a7e3d {
  overflow: hidden;
}
#a64ebaf2f1a7e3d , #a64ebaf2f1a7e3d > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a64ebaf2f1a7e3d:hover , #a64ebaf2f1a7e3d *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a770aa0554ad1fa [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#a457da5f8fa46da [data-item*=".abstract"], #a457da5f8fa46da [data-item*=".abstract"] a {show: true;}#a457da5f8fa46da [data-item*=".subTitle"], #a457da5f8fa46da [data-item*=".subTitle"] a {show: true;}#a457da5f8fa46da [data-item*=".category"], #a457da5f8fa46da [data-item*=".category"] a {show: false;}#a457da5f8fa46da [data-item="items"] .img {background-size: contain;}#a457da5f8fa46da [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#a457da5f8fa46da [data-item="title"] {left: 0px;top: 1px; position: relative;}#a457da5f8fa46da [data-item="items"] {left: 0px;top: 1px; position: relative;}#a457da5f8fa46da [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#a457da5f8fa46da [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#a96eda6a75af424 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#ab889acb44a055b .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#a52e6ac410a2c18 {
  overflow: hidden;
}
#a52e6ac410a2c18 , #a52e6ac410a2c18 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#a52e6ac410a2c18:hover , #a52e6ac410a2c18 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a64ebaf2f1a7e3d {
  overflow: hidden;
}
#a64ebaf2f1a7e3d , #a64ebaf2f1a7e3d > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a64ebaf2f1a7e3d:hover , #a64ebaf2f1a7e3d *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a770aa0554ad1fa [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#a457da5f8fa46da [data-item*=".abstract"], #a457da5f8fa46da [data-item*=".abstract"] a {show: true;}#a457da5f8fa46da [data-item*=".subTitle"], #a457da5f8fa46da [data-item*=".subTitle"] a {show: true;}#a457da5f8fa46da [data-item*=".category"], #a457da5f8fa46da [data-item*=".category"] a {show: false;}#a457da5f8fa46da [data-item="items"] .img {background-size: contain;}#a457da5f8fa46da [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#a457da5f8fa46da [data-item="title"] {left: 0px;top: 1px; position: relative;}#a457da5f8fa46da [data-item="items"] {left: 0px;top: 1px; position: relative;}#a457da5f8fa46da [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#a457da5f8fa46da [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#a96eda6a75af424 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#ab889acb44a055b .img-wrap {
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
}
#a52e6ac410a2c18 {
  overflow: hidden;
}
#a52e6ac410a2c18 , #a52e6ac410a2c18 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(43, 44, 52, 1);letter-spacing: 1px;}#a52e6ac410a2c18:hover , #a52e6ac410a2c18 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a64ebaf2f1a7e3d {
  overflow: hidden;
}
#a64ebaf2f1a7e3d , #a64ebaf2f1a7e3d > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a64ebaf2f1a7e3d:hover , #a64ebaf2f1a7e3d *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(43, 44, 52, 1);}#a770aa0554ad1fa [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: inherit;}#a457da5f8fa46da [data-item*=".abstract"], #a457da5f8fa46da [data-item*=".abstract"] a {show: true;}#a457da5f8fa46da [data-item*=".subTitle"], #a457da5f8fa46da [data-item*=".subTitle"] a {show: true;}#a457da5f8fa46da [data-item*=".category"], #a457da5f8fa46da [data-item*=".category"] a {show: false;}#a457da5f8fa46da [data-item="items"] .img {background-size: contain;}#a457da5f8fa46da [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#a457da5f8fa46da [data-item="title"] {left: 0px;top: 1px; position: relative;}#a457da5f8fa46da [data-item="items"] {left: 0px;top: 1px; position: relative;}#a457da5f8fa46da [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#a457da5f8fa46da [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#a96eda6a75af424 [data-item="undefined"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#aa05ba3b53ab9ed .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a93eaae31baf8e1 .uk-card {
  float: left;
  transition: all 0.2s linear;
}
#a93eaae31baf8e1 .items {
  width: 100%;
  overflow: hidden;
}
#a93eaae31baf8e1 .uk-button {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 2px;
}
#a93eaae31baf8e1 .uk-card .item {
  background-size: cover;
  height: 524px;
  width: 100%;
}
#a93eaae31baf8e1 .uk-card .item .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  pointer-events: none;
}
#a93eaae31baf8e1 .uk-card .item .zindex {
  padding: 54px 0;
  z-index: 3;
  position: relative;
  height: 100%;
}
#a93eaae31baf8e1 .uk-card .icon {
  display: block;
  width: 50px;
  margin: 0 auto 20px;
}
#a93eaae31baf8e1 .uk-card .item .title {
  display: block;
  font-size: 20px;
  width: 24px;
  margin: 0 auto;
  color: #fff;
  font-weight: bolder;
  line-height: 2;
}
#a93eaae31baf8e1 .uk-card .item-expand {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  width: 75.5%;
  height: 524px;
}
#a93eaae31baf8e1 .uk-card .item-expand .title {
  font-size: 18px;
  color: #fff;
  padding: 0 15px;
}
#a93eaae31baf8e1 .uk-card .item-expand .pic {
  width: 64%;
  border-radius: 50%;
  margin: 0 auto 25px;
  overflow: hidden;
}
#a93eaae31baf8e1 .uk-card.on .item {
  width: 24.5%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#a93eaae31baf8e1 .uk-card.on .item .mask {
  background-color: rgba(30, 135, 240, 0.8);
}
#a93eaae31baf8e1 .uk-card .item-expand .arrow {
  display: block;
  width: 34px;
  margin: 36px auto 0;
}
#a93eaae31baf8e1 .uk-card.on .item-expand {
  display: flex;
}
#a93eaae31baf8e1 .uk-card.on .item .icon {
  display: none;
}
#a93eaae31baf8e1 .uk-card .item i {
  position: absolute;
  width: 1px;
  height: 38px;
  left: 50%;
  bottom: 60px;
  background: #fff;
}
@media (max-width: 640px) {
  #a93eaae31baf8e1 .uk-card.on .item-expand {
    display: none;
  }
  #a93eaae31baf8e1 .items {
    padding: 0 15px;
  }
  #a93eaae31baf8e1 .uk-card.on .item {
    width: 100%;
  }
  #a93eaae31baf8e1 .uk-card .item-expand,
  #a93eaae31baf8e1 .uk-card .item {
    height: 320px;
  }
  #a93eaae31baf8e1 .uk-card .icon {
    width: 60%;
  }
  #a93eaae31baf8e1 .uk-card .item .title {
    font-size: 16px;
    font-weight: normal;
  }
}
#adb9eaae60ad39c .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 14px;
  margin: 0 10px 4px 0;
  border: 1px solid #1e87f0;
  color: #1e87f0;
  display: inline-block;
  cursor: pointer;
  font-weight: 500;
}
#adb9eaae60ad39c .filter-nav li.uk-active {
  color: #fff;
  background-color: #1e87f0;
}
#adb9eaae60ad39c .uk-card {
  background: #fff;
  font-size: 13px;
}
#adb9eaae60ad39c .img {
  background-position: center center;
}
#adb9eaae60ad39c .title {
  font-size: 14px;
  line-height: 18px;
  font-weight: bolder;
  color: #333;
  margin-bottom: 6px;
}
#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a93eaae31baf8e1 [data-item="buttons[0]"] {left: 0px;top: 1px; position: relative;}#a93eaae31baf8e1 [data-item="abstract"] {left: 0px;top: 1px; position: relative;}#a7491a6221a89a0 .img-wrap {
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
#af737a1457ac9b2 .img-wrap {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
#a6652a256eafa03 .img-wrap {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
#a8c14a4f8ea5cb8 {
  overflow: hidden;
  pointer-events: none;
}
#a8c14a4f8ea5cb8 > .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;
}
#a8c14a4f8ea5cb8 > .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;
}
#a8c14a4f8ea5cb8 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8c14a4f8ea5cb8 > .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;
}
#a8c14a4f8ea5cb8 > .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;
}
#a8c14a4f8ea5cb8 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8c14a4f8ea5cb8 > .tab-wrap > div > .tab-nav,
#a8c14a4f8ea5cb8 > .tab-nav,
#a8c14a4f8ea5cb8 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a8c14a4f8ea5cb8 > .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: solid;
}
#a8c14a4f8ea5cb8 > .tab-wrap > div > .tab-nav-horizontal,
#a8c14a4f8ea5cb8 > .tab-nav-horizontal,
#a8c14a4f8ea5cb8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a8c14a4f8ea5cb8 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a8c14a4f8ea5cb8 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8c14a4f8ea5cb8 > .tab-nav-horizontal::-webkit-scrollbar,
#a8c14a4f8ea5cb8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8c14a4f8ea5cb8 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a8c14a4f8ea5cb8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8c14a4f8ea5cb8 > .tab-nav-horizontal.tagScroll,
#a8c14a4f8ea5cb8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8c14a4f8ea5cb8 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a8c14a4f8ea5cb8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8c14a4f8ea5cb8 > .tab-nav-horizontal.tagScroll li a,
#a8c14a4f8ea5cb8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8c14a4f8ea5cb8 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a8c14a4f8ea5cb8 > .tab-wrap > div > .tab-nav a,
#a8c14a4f8ea5cb8 > .tab-nav a,
#a8c14a4f8ea5cb8 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a8c14a4f8ea5cb8 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a8c14a4f8ea5cb8 > .tab-wrap > div > .tab-nav li a,
#a8c14a4f8ea5cb8 > .tab-nav li a,
#a8c14a4f8ea5cb8 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a8c14a4f8ea5cb8 > .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;
}
#a8c14a4f8ea5cb8 > .tab-wrap > div > .tab-nav li a svg,
#a8c14a4f8ea5cb8 > .tab-nav li a svg,
#a8c14a4f8ea5cb8 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a8c14a4f8ea5cb8 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a8c14a4f8ea5cb8 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8c14a4f8ea5cb8 > .tab-nav li a .ap_icon,
#a8c14a4f8ea5cb8 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8c14a4f8ea5cb8 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a8c14a4f8ea5cb8 > .tab-wrap > div > .tab-nav li a:hover,
#a8c14a4f8ea5cb8 > .tab-nav li a:hover,
#a8c14a4f8ea5cb8 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a8c14a4f8ea5cb8 > .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;
}
#a8c14a4f8ea5cb8 > .tab-wrap > div > .tab-nav li.uk-active a,
#a8c14a4f8ea5cb8 > .tab-nav li.uk-active a,
#a8c14a4f8ea5cb8 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a8c14a4f8ea5cb8 > .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;
}
#a8c14a4f8ea5cb8 .layout-left li,
#a8c14a4f8ea5cb8 .layout-center li,
#a8c14a4f8ea5cb8 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a8c14a4f8ea5cb8 .layout-left li a,
#a8c14a4f8ea5cb8 .layout-center li a,
#a8c14a4f8ea5cb8 .layout-right li a {
  height: 100%;
}
#a8c14a4f8ea5cb8 > .tab-tabs .layout-left {
  text-align: left;
}
#a8c14a4f8ea5cb8 > .tab-tabs .layout-center {
  text-align: center;
}
#a8c14a4f8ea5cb8 > .tab-tabs .layout-right {
  text-align: right;
}
#a8c14a4f8ea5cb8 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a8c14a4f8ea5cb8 .tab-content-wrap {
  background-color: transparent;
}
#a8c14a4f8ea5cb8 .tab-contents,
#a8c14a4f8ea5cb8 .tab-contents-wrap {
  pointer-events: none;
}
#a8c14a4f8ea5cb8 .tab-content,
#a8c14a4f8ea5cb8 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a8c14a4f8ea5cb8 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a8c14a4f8ea5cb8 .tab-wrap .tab-contents {
  height: 100%;
}
#a8c14a4f8ea5cb8 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a8c14a4f8ea5cb8 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a8c14a4f8ea5cb8 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a0963ad1fca3841 .img-wrap {
  box-shadow: 0px 0px 0px 0px undefined;
}
#adb9eaae60ad39c [data-item="items"] .uk-card {
                border-radius: 10px !important; overflow: hidden;
            } #adb9eaae60ad39c .dynamic-pagination li,#adb9eaae60ad39c .uk-pagination li {
                border-color: #5cc8ff; color: #5cc8ff;}#adb9eaae60ad39c .dynamic-pagination li a, #adb9eaae60ad39c .uk-pagination a {
                color: #5cc8ff
            }#adb9eaae60ad39c [data-item*=".title"], #adb9eaae60ad39c [data-item*=".title"] a {max-words: 200;}#adb9eaae60ad39c [data-item*=".abstract"], #adb9eaae60ad39c [data-item*=".abstract"] a {show: true;max-line: 2;}#adb9eaae60ad39c [data-item*=".subTitle"], #adb9eaae60ad39c [data-item*=".subTitle"] a {show: true;}#adb9eaae60ad39c [data-item*=".category"], #adb9eaae60ad39c [data-item*=".category"] a {show: true;color: rgba(92, 200, 255, 1);}#adb9eaae60ad39c [data-item="items"] .img {background-size: contain;}#adb9eaae60ad39c [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#adb9eaae60ad39c [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#adfbaa5f03a258d .ele-wrap {color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(51, 75, 141, 1);border-radius: 25px;justify-content: center;border-style: solid;font-family: NotoSansSC-Medium;}#adfbaa5f03a258d .ele-wrap:hover {background-color: #509c49;background-color: rgba(9, 113, 206, 1);}#aa620ab124a1f66 [data-item="abstract"] {left: 250px;top: -22px; position: relative;}#aa620ab124a1f66 [data-item="title"] {left: 247px;top: -32px; position: relative;}#aa620ab124a1f66 [data-item="feature.image"] {left: 59px;top: -41px; position: relative;}#a74daa8326ae60e .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #000000;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;width: 100px;height: 30px;}#a74daa8326ae60e .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #ffffff;background-color: rgba(112, 170, 216, 1);}#a8d9da665daf34a .img-wrap {
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
#aebedacb68ae4a5 > .ele-wrap {background-image: url(../../resources/upload/a1e70a4778acac8/1712555616088.png);}#aebedacb68ae4a5 .hover-content-wrap:nth-child(1)
                            {}#a3ed1a6034afe90 > .ele-wrap {background-image: url(../../resources/upload/a1e70a4778acac8/1712555617319.png);}#a587ca7d2fa0893 > .ele-wrap {background-image: url(../../resources/upload/a1e70a4778acac8/1712555614465.png);}#a587ca7d2fa0893 .hover-content-wrap:nth-child(1)
                            {}#a76f8a386eac195 > .ele-wrap {background-image: url(../../resources/upload/a1e70a4778acac8/1713341491980.png);}#a9537aaecfa2083 > .ele-wrap {background-image: url(../../resources/upload/a1e70a4778acac8/1712560672177.png);}#a9537aaecfa2083 .hover-content-wrap:nth-child(1)
                            {}#ae403a5d89acc39 > .ele-wrap {background-image: url(../../resources/upload/a1e70a4778acac8/1712569234250.png);}#ac4ffaeed9a7483 > .ele-wrap {background-image: url(../../resources/upload/a1e70a4778acac8/1712560670934.png);}#a2b52ab92caa134 > .ele-wrap {background-image: url(../../resources/upload/a1e70a4778acac8/1713341475568.png);}#a2b52ab92caa134 .hover-content-wrap:nth-child(1)
                            {}#a4355a18bda962d > .ele-wrap {background-color: rgba(255, 255, 255, 0.25);border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#abfa7a20caa26a9 > .ele-wrap {background-color: rgba(255, 255, 255, 0.25);border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a641da7f8ca4dd0 > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aa10ea92a8ab03f > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#addb2a99ceaa69d > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a4565ab39da8ae9 > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a6ae5a7a27a6f12 > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a84fcad344a9d6f > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a4d9ca6ad3a2624 > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a8772ac62ea4993 > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a04bba7de3a034f > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#afd7fa1fbda16b6 > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a0025a6791afe2c > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ac994ac28fa5250 > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#afbf3adb31a62c4 > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aa869a6c7fa3e0e > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a0a75a5499afce9 > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#abb9aac3ffa190c > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a2fb6a0839a52cd > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a1feaa2b12aec98 > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a5dc7a9bedad4ee > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a5e44a0b0da5459 > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a6bfba404ba036c > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ae97aa2c0ca8571 > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a7e9da8669a8cc1 > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ae850afedeac319 > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a1017a1304ac3f3 > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a6a45a8ab2a368d > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a6ceca4de7ab814 > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a3faeadcc7a4907 > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a0e99aee0aa3596 > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a19eda30b6a4bf6 > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ac8fca20eea4b0b > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a40ada0f5cae9e1 > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a990ea2b6baeb9e > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a5d16abf3da1e74 > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a5f3aad831abcd3 > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#afa7faa1f1ae76b > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a3413a5575a7b8d > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#abdd6a855aa5f0f > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a98e7ad931acdd3 > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ab181af325accb6 > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a4637ac4aaac785 > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a490aa42e1a8096 > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a2cbca9813a4723 > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aa380a98e0af8e1 > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a3e77aef7aabf6c > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a2f13ace94a6073 > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ae4eba2e94a1d74 > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a9e04a4698adc31 > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ab500a2e80a4b64 > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a5919af59eaf1d0 > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a4b39a9782aa76f > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a3cc8aa8dcaae98 > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a9fd8ac4a8abe24 > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a4431a6825a1bd1 > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ac37eabff9a41e1 > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a358ea1a1da819d > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a8ee0af0e6a6803 > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a3672a9290adec1 > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aaf98a8910ae9f6 > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a196da4fd5a0ea1 > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aed26ab1d1a6035 > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a9a93a2aefae5b0 > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a01a0a9bcba18f4 > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a2bd7ae104ae637 > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a3ad4a52f3a709c > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ab5b2ad535a1abb > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a2fb1afae6aee55 > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a0430a8cd2a6988 > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a698cafd04a8db0 > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a43e5a139fa0e90 > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a2e56ad95aa8697 > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ab19ba19a1a0ea9 > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ae916a1b28a8fe3 > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aff07a6de3a1e2f > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a08cdab88aaddef > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a1f1ba2b21a22bf > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a086daa496ad24f > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a496fa185da78f3 > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a93e8ac573a1c9e > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a5f25a32eeaac51 > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a6e26abb40adc05 > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ac053a03e3a8dab > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a30ddaf94ca223a > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ac008a2714a108b > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a961ba1aaaabd04 > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a104da68aea2a62 > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a5913a644aa340c > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a8d4ba705ea750e > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ab6c0ac4e9af73e > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ae3b0af166a574a > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#abb34aededa4ee0 {
  overflow: hidden;
  pointer-events: none;
}
#abb34aededa4ee0 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 38px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#abb34aededa4ee0 > .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;
}
#abb34aededa4ee0 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#abb34aededa4ee0 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 38px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#abb34aededa4ee0 > .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;
}
#abb34aededa4ee0 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#abb34aededa4ee0 > .tab-wrap > div > .tab-nav,
#abb34aededa4ee0 > .tab-nav,
#abb34aededa4ee0 > .tab-tabs > .tab-wrap > div > .tab-nav,
#abb34aededa4ee0 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#abb34aededa4ee0 > .tab-wrap > div > .tab-nav-horizontal,
#abb34aededa4ee0 > .tab-nav-horizontal,
#abb34aededa4ee0 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#abb34aededa4ee0 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#abb34aededa4ee0 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#abb34aededa4ee0 > .tab-nav-horizontal::-webkit-scrollbar,
#abb34aededa4ee0 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#abb34aededa4ee0 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#abb34aededa4ee0 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#abb34aededa4ee0 > .tab-nav-horizontal.tagScroll,
#abb34aededa4ee0 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#abb34aededa4ee0 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 38px;
  overflow-x: auto;
}
#abb34aededa4ee0 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#abb34aededa4ee0 > .tab-nav-horizontal.tagScroll li a,
#abb34aededa4ee0 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#abb34aededa4ee0 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#abb34aededa4ee0 > .tab-wrap > div > .tab-nav a,
#abb34aededa4ee0 > .tab-nav a,
#abb34aededa4ee0 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#abb34aededa4ee0 > .tab-tabs > .tab-nav a {
  padding: 0 70px;
}
#abb34aededa4ee0 > .tab-wrap > div > .tab-nav li a,
#abb34aededa4ee0 > .tab-nav li a,
#abb34aededa4ee0 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#abb34aededa4ee0 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 37px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 38px;
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #000000;
  margin-top: 10px;
  padding: 0 70px;
}
#abb34aededa4ee0 > .tab-wrap > div > .tab-nav li a svg,
#abb34aededa4ee0 > .tab-nav li a svg,
#abb34aededa4ee0 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#abb34aededa4ee0 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#abb34aededa4ee0 > .tab-wrap > div > .tab-nav li a .ap_icon,
#abb34aededa4ee0 > .tab-nav li a .ap_icon,
#abb34aededa4ee0 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#abb34aededa4ee0 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#abb34aededa4ee0 > .tab-wrap > div > .tab-nav li a:hover,
#abb34aededa4ee0 > .tab-nav li a:hover,
#abb34aededa4ee0 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#abb34aededa4ee0 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #f8f8f8;
}
#abb34aededa4ee0 > .tab-wrap > div > .tab-nav li.uk-active a,
#abb34aededa4ee0 > .tab-nav li.uk-active a,
#abb34aededa4ee0 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#abb34aededa4ee0 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #0971ce;
}
#abb34aededa4ee0 .layout-left li,
#abb34aededa4ee0 .layout-center li,
#abb34aededa4ee0 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#abb34aededa4ee0 .layout-left li a,
#abb34aededa4ee0 .layout-center li a,
#abb34aededa4ee0 .layout-right li a {
  height: 100%;
}
#abb34aededa4ee0 > .tab-tabs .layout-left {
  text-align: left;
}
#abb34aededa4ee0 > .tab-tabs .layout-center {
  text-align: center;
}
#abb34aededa4ee0 > .tab-tabs .layout-right {
  text-align: right;
}
#abb34aededa4ee0 .tab-contents {
  height: 100%;
  height: calc(100% - 38px);
}
#abb34aededa4ee0 .tab-content-wrap {
  background-color: transparent;
}
#abb34aededa4ee0 .tab-contents,
#abb34aededa4ee0 .tab-contents-wrap {
  pointer-events: none;
}
#abb34aededa4ee0 .tab-content,
#abb34aededa4ee0 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#abb34aededa4ee0 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#abb34aededa4ee0 .tab-wrap .tab-contents {
  height: 100%;
}
#abb34aededa4ee0 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#abb34aededa4ee0 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#abb34aededa4ee0 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#acfa5a314ca21d4 .uk-grid>.uk-grid-margin {margin-top: 15px;}@media (min-width: 1200px) {
                    #acfa5a314ca21d4 .uk-grid>.uk-grid-margin {margin-top: 15px;}
                }@media (max-width: 640) {
                    #acfa5a314ca21d4 .uk-grid>.uk-grid-margin {margin-top: 15px;}
                }#acfa5a314ca21d4 [data-item="items"] .uk-card-body {padding: 20px}@media (min-width: 1200px) {
                #acfa5a314ca21d4 [data-item="items"] .uk-card-body {padding: 20px}
            }@media (max-width: 640px) {
                #acfa5a314ca21d4 [data-item="items"] .uk-card-body {padding: 20px}
            }#acfa5a314ca21d4 [data-item="items"] .uk-card {
                border-radius: 10px !important; overflow: hidden;
            } #acfa5a314ca21d4 [data-item*=".abstract"], #acfa5a314ca21d4 [data-item*=".abstract"] a {show: false;}#acfa5a314ca21d4 [data-item*=".subTitle"], #acfa5a314ca21d4 [data-item*=".subTitle"] a {show: true;}#acfa5a314ca21d4 [data-item*=".category"], #acfa5a314ca21d4 [data-item*=".category"] a {show: true;}#acfa5a314ca21d4 [data-item="items"] .img {background-size: contain;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#aa05ba3b53ab9ed .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a6519a55eaab397 .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 14px;
  margin: 0 10px 4px 0;
  border: 1px solid #1e87f0;
  color: #1e87f0;
  display: inline-block;
  cursor: pointer;
  font-weight: 500;
}
#a6519a55eaab397 .filter-nav li.uk-active {
  color: #fff;
  background-color: #1e87f0;
}
#a6519a55eaab397 .uk-card {
  background: #fff;
  font-size: 13px;
}
#a6519a55eaab397 .img {
  background-position: center center;
}
#a6519a55eaab397 .title {
  font-size: 14px;
  line-height: 18px;
  font-weight: bolder;
  color: #333;
  margin-bottom: 6px;
}
#a5d71a8e29a9994 .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 14px;
  margin: 0 10px 4px 0;
  border: 1px solid #1e87f0;
  color: #1e87f0;
  display: inline-block;
  cursor: pointer;
  font-weight: 500;
}
#a5d71a8e29a9994 .filter-nav li.uk-active {
  color: #fff;
  background-color: #1e87f0;
}
#a5d71a8e29a9994 .uk-card {
  background: #fff;
  font-size: 13px;
}
#a5d71a8e29a9994 .img {
  background-position: center center;
}
#a5d71a8e29a9994 .title {
  font-size: 14px;
  line-height: 18px;
  font-weight: bolder;
  color: #333;
  margin-bottom: 6px;
}
#ad031a40e8ae168 .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 14px;
  margin: 0 10px 4px 0;
  border: 1px solid #1e87f0;
  color: #1e87f0;
  display: inline-block;
  cursor: pointer;
  font-weight: 500;
}
#ad031a40e8ae168 .filter-nav li.uk-active {
  color: #fff;
  background-color: #1e87f0;
}
#ad031a40e8ae168 .uk-card {
  background: #fff;
  font-size: 13px;
}
#ad031a40e8ae168 .img {
  background-position: center center;
}
#ad031a40e8ae168 .title {
  font-size: 14px;
  line-height: 18px;
  font-weight: bolder;
  color: #333;
  margin-bottom: 6px;
}
#aaef1aa3e2a6afb .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 14px;
  margin: 0 10px 4px 0;
  border: 1px solid #1e87f0;
  color: #1e87f0;
  display: inline-block;
  cursor: pointer;
  font-weight: 500;
}
#aaef1aa3e2a6afb .filter-nav li.uk-active {
  color: #fff;
  background-color: #1e87f0;
}
#aaef1aa3e2a6afb .uk-card {
  background: #fff;
  font-size: 13px;
}
#aaef1aa3e2a6afb .img {
  background-position: center center;
}
#aaef1aa3e2a6afb .title {
  font-size: 14px;
  line-height: 18px;
  font-weight: bolder;
  color: #333;
  margin-bottom: 6px;
}
#a7110af2a2a63fa .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 14px;
  margin: 0 10px 4px 0;
  border: 1px solid #1e87f0;
  color: #1e87f0;
  display: inline-block;
  cursor: pointer;
  font-weight: 500;
}
#a7110af2a2a63fa .filter-nav li.uk-active {
  color: #fff;
  background-color: #1e87f0;
}
#a7110af2a2a63fa .uk-card {
  background: #fff;
  font-size: 13px;
}
#a7110af2a2a63fa .img {
  background-position: center center;
}
#a7110af2a2a63fa .title {
  font-size: 14px;
  line-height: 18px;
  font-weight: bolder;
  color: #333;
  margin-bottom: 6px;
}
#a6e89afe5da5cae .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 14px;
  margin: 0 10px 4px 0;
  border: 1px solid #1e87f0;
  color: #1e87f0;
  display: inline-block;
  cursor: pointer;
  font-weight: 500;
}
#a6e89afe5da5cae .filter-nav li.uk-active {
  color: #fff;
  background-color: #1e87f0;
}
#a6e89afe5da5cae .uk-card {
  background: #fff;
  font-size: 13px;
}
#a6e89afe5da5cae .img {
  background-position: center center;
}
#a6e89afe5da5cae .title {
  font-size: 14px;
  line-height: 18px;
  font-weight: bolder;
  color: #333;
  margin-bottom: 6px;
}
#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a6519a55eaab397 .uk-container {max-width: 300px;}#a6519a55eaab397 [data-item*=".abstract"], #a6519a55eaab397 [data-item*=".abstract"] a {show: true;}#a6519a55eaab397 [data-item*=".subTitle"], #a6519a55eaab397 [data-item*=".subTitle"] a {show: true;}#a6519a55eaab397 [data-item*=".category"], #a6519a55eaab397 [data-item*=".category"] a {show: true;}#a6519a55eaab397 [data-item="items"] .img {background-size: contain;}#a5d71a8e29a9994 [data-item="items"] .uk-card {
                border-radius: 10px !important; overflow: hidden;
            } #a5d71a8e29a9994 [data-item*=".abstract"], #a5d71a8e29a9994 [data-item*=".abstract"] a {show: true;}#a5d71a8e29a9994 [data-item*=".subTitle"], #a5d71a8e29a9994 [data-item*=".subTitle"] a {show: true;}#a5d71a8e29a9994 [data-item*=".category"], #a5d71a8e29a9994 [data-item*=".category"] a {show: true;}#a5d71a8e29a9994 [data-item="items"] .img {background-size: contain;}#a5d71a8e29a9994 [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#a5d71a8e29a9994 [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#ad031a40e8ae168 [data-item="items"] .uk-card {
                border-radius: 10px !important; overflow: hidden;
            } #ad031a40e8ae168 [data-item*=".abstract"], #ad031a40e8ae168 [data-item*=".abstract"] a {show: true;}#ad031a40e8ae168 [data-item*=".subTitle"], #ad031a40e8ae168 [data-item*=".subTitle"] a {show: true;}#ad031a40e8ae168 [data-item*=".category"], #ad031a40e8ae168 [data-item*=".category"] a {show: true;}#ad031a40e8ae168 [data-item="items"] .img {background-size: contain;}#ad031a40e8ae168 [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#ad031a40e8ae168 [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#aaef1aa3e2a6afb [data-item="items"] .uk-card {
                border-radius: 10px !important; overflow: hidden;
            } #aaef1aa3e2a6afb [data-item*=".abstract"], #aaef1aa3e2a6afb [data-item*=".abstract"] a {show: true;}#aaef1aa3e2a6afb [data-item*=".subTitle"], #aaef1aa3e2a6afb [data-item*=".subTitle"] a {show: true;}#aaef1aa3e2a6afb [data-item*=".category"], #aaef1aa3e2a6afb [data-item*=".category"] a {show: true;}#aaef1aa3e2a6afb [data-item="items"] .img {background-size: contain;}#aaef1aa3e2a6afb [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#aaef1aa3e2a6afb [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#a7110af2a2a63fa [data-item="items"] .uk-card {
                border-radius: 10px !important; overflow: hidden;
            } #a7110af2a2a63fa [data-item*=".abstract"], #a7110af2a2a63fa [data-item*=".abstract"] a {show: true;}#a7110af2a2a63fa [data-item*=".subTitle"], #a7110af2a2a63fa [data-item*=".subTitle"] a {show: true;}#a7110af2a2a63fa [data-item*=".category"], #a7110af2a2a63fa [data-item*=".category"] a {show: true;}#a7110af2a2a63fa [data-item="items"] .img {background-size: contain;}#a7110af2a2a63fa [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#a7110af2a2a63fa [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#a6e89afe5da5cae [data-item="items"] .uk-card {
                border-radius: 10px !important; overflow: hidden;
            } #a6e89afe5da5cae [data-item*=".abstract"], #a6e89afe5da5cae [data-item*=".abstract"] a {show: true;}#a6e89afe5da5cae [data-item*=".subTitle"], #a6e89afe5da5cae [data-item*=".subTitle"] a {show: true;}#a6e89afe5da5cae [data-item*=".category"], #a6e89afe5da5cae [data-item*=".category"] a {show: true;}#a6e89afe5da5cae [data-item="items"] .img {background-size: contain;}#a6e89afe5da5cae [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#a6e89afe5da5cae [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#ae4aaa3ee3a5040 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a253cab6bdab13c .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#a253cab6bdab13c .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a253cab6bdab13c .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
  background-color: #ffffff;
}
#a253cab6bdab13c .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a253cab6bdab13c .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a253cab6bdab13c .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a253cab6bdab13c .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;
}
#a253cab6bdab13c .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a253cab6bdab13c .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a253cab6bdab13c .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a253cab6bdab13c .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a253cab6bdab13c .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a253cab6bdab13c .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a253cab6bdab13c .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a253cab6bdab13c .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
  background-color: #ffffff;
}
#a253cab6bdab13c .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a253cab6bdab13c .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a253cab6bdab13c .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a253cab6bdab13c .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a253cab6bdab13c .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;
  }
}
#a253cab6bdab13c .ele-article-list .pic-article {
  padding: 15px 15px;
  border-bottom: 1px solid #ececec;
}
#a253cab6bdab13c .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a253cab6bdab13c .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a253cab6bdab13c .ele-article-list .pic-article:hover {
  background-color: #ffffff;
  border-bottom-color: #f6f6f6;
}
#a253cab6bdab13c .ele-article-list .pic-article:hover .info h3 a {
  color: #0971ce;
}
#a253cab6bdab13c .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a253cab6bdab13c .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a253cab6bdab13c .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a253cab6bdab13c .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#a253cab6bdab13c .ele-article-list .text-article:hover {
  background-color: #ffffff;
  border-bottom-color: #f6f6f6;
}
#a253cab6bdab13c .ele-article-list .text-article:hover .info h3 a {
  color: #0971ce;
}
#a253cab6bdab13c .ele-article-list .text-article:hover .time {
  color: auto;
}
#abbbfabcf5a8c30 .title {
  font-size: 16px;
}
#a9d28a1e25a9b7e .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#a9d28a1e25a9b7e .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a9d28a1e25a9b7e .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
  background-color: #ffffff;
}
#a9d28a1e25a9b7e .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a9d28a1e25a9b7e .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a9d28a1e25a9b7e .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a9d28a1e25a9b7e .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;
}
#a9d28a1e25a9b7e .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a9d28a1e25a9b7e .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a9d28a1e25a9b7e .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a9d28a1e25a9b7e .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a9d28a1e25a9b7e .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a9d28a1e25a9b7e .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a9d28a1e25a9b7e .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a9d28a1e25a9b7e .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
  background-color: #ffffff;
}
#a9d28a1e25a9b7e .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a9d28a1e25a9b7e .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a9d28a1e25a9b7e .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a9d28a1e25a9b7e .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a9d28a1e25a9b7e .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;
  }
}
#a9d28a1e25a9b7e .ele-article-list .pic-article {
  padding: 8px 0px;
  border-bottom: 1px none #ececec;
}
#a9d28a1e25a9b7e .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a9d28a1e25a9b7e .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a9d28a1e25a9b7e .ele-article-list .pic-article:hover {
  background-color: #ffffff;
  border-bottom-color: #f6f6f6;
}
#a9d28a1e25a9b7e .ele-article-list .pic-article:hover .info h3 a {
  color: #0971ce;
}
#a9d28a1e25a9b7e .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a9d28a1e25a9b7e .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a9d28a1e25a9b7e .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a9d28a1e25a9b7e .ele-article-list .text-article {
  border-bottom: 1px none #ececec;
}
#a9d28a1e25a9b7e .ele-article-list .text-article:hover {
  background-color: #ffffff;
  border-bottom-color: #f6f6f6;
}
#a9d28a1e25a9b7e .ele-article-list .text-article:hover .info h3 a {
  color: #0971ce;
}
#a9d28a1e25a9b7e .ele-article-list .text-article:hover .time {
  color: auto;
}
#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#ab898a7ca7ab8a1 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a6e71ae81aa0826 .ap-counter {
  position: relative;
}
#a6e71ae81aa0826 .ap-counter + .el-mark {
  font-size: 20px;
  font-weight: 600;
}
#a6e71ae81aa0826 .ap-counter:not(.is-mark)::after {
  content: "+";
}
#a6e71ae81aa0826 .uk-first-column {
  float: left;
  padding-right: 10px;
}
#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a4543a5f20af23c [data-item="abstract"] {left: 335px;top: -66px; position: relative;}#a4543a5f20af23c [data-item="title"] {left: 0px;top: -1px; position: relative;}#a4543a5f20af23c [data-item="feature.image"] {left: -3px;top: 73px; position: relative;}#a4c05a5f13a373a > .ele-wrap {background-color: rgba(87, 113, 148, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a0b89ae3d9a4674 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#aa05ba3b53ab9ed .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a67bea645da0ddc .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a67bea645da0ddc .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a84b2ade03a3e04 [data-item="undefined"] {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a84b2ade03a3e04 [data-item="undefined"]:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a91f1ac709ab529 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a91f1ac709ab529 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a3b58a1670a3b8c .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a3b58a1670a3b8c .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a0a4eaae6ca2401 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a0a4eaae6ca2401 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a9842a513aa7140 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a9842a513aa7140 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a2a14a9226a9e21 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a2a14a9226a9e21 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#abbcead409a6f1c .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#abbcead409a6f1c .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#ab884a4203a2b33 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#ab884a4203a2b33 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#ad161ac28ea8a54 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#ad161ac28ea8a54 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a3018a0d9da81df .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a3018a0d9da81df .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a17abac15cac5a8 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a17abac15cac5a8 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#aa08aa2331a5a13 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#aa08aa2331a5a13 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a5671a7463adb9d .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a5671a7463adb9d .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a6cd9abc95a143f .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a6cd9abc95a143f .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#ab0a4a9524a1dd3 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#ab0a4a9524a1dd3 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#aceeda1e36a7298 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#ad8c1a8e06a2e13 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#ad8c1a8e06a2e13 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#aa03fabd7aacf1f .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#aa03fabd7aacf1f .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a77c3af89aa6462 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a77c3af89aa6462 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a8918a51aaac324 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a8918a51aaac324 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a3959a2ab5afd27 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a3959a2ab5afd27 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a8b26adc63a74a5 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a8b26adc63a74a5 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a24a4a2605a2954 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a24a4a2605a2954 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a94a0a473aab13a .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a74fbaa35ea6bf1 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a74fbaa35ea6bf1 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#aa96aa4fa3a7d23 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#aa96aa4fa3a7d23 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a9e19acb74a54b7 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a9e19acb74a54b7 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#ab1d1ad3aeae375 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#ab1d1ad3aeae375 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#af8e7aabe7abd18 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#af8e7aabe7abd18 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a236da2a30a6715 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a236da2a30a6715 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#ad4e7aba8da999b .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#ad4e7aba8da999b .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#abe4ba8bf6a7228 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a1634a9cb7a3851 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a1634a9cb7a3851 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#acd8aaa40ea1f5a .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#acd8aaa40ea1f5a .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a229ca0ea3aad64 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a229ca0ea3aad64 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#aafada3132a2b9e .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#aafada3132a2b9e .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#ada6aa14f4a42dc .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#ada6aa14f4a42dc .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#aa36ba0bd0ad88e .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#aa36ba0bd0ad88e .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a9884a9f47a7d01 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a9884a9f47a7d01 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#afc87a472ea5d83 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#afc87a472ea5d83 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#ad86aa242ba0443 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#ad86aa242ba0443 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#aa05ba3b53ab9ed .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a1c8aa1621aea96 .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 14px;
  margin: 0 10px 4px 0;
  border: 1px solid #1e87f0;
  color: #1e87f0;
  display: inline-block;
  cursor: pointer;
  font-weight: 500;
}
#a1c8aa1621aea96 .filter-nav li.uk-active {
  color: #fff;
  background-color: #1e87f0;
}
#a1c8aa1621aea96 .uk-card {
  background: #fff;
  font-size: 13px;
}
#a1c8aa1621aea96 .img {
  background-position: center center;
}
#a1c8aa1621aea96 .title {
  font-size: 14px;
  line-height: 18px;
  font-weight: bolder;
  color: #333;
  margin-bottom: 6px;
}
#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#ac70cab3dfae660 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#ac70cab3dfae660 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a538fa9140a42cf [data-item="undefined"] {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a538fa9140a42cf [data-item="undefined"]:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a33cfa1a36a00a1 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a33cfa1a36a00a1 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a4737a9f48ae0a7 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a4737a9f48ae0a7 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a9e16ac56da1f7e .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a9e16ac56da1f7e .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#aefcaa386caabe1 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#aefcaa386caabe1 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a1fdfa0417a118a .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a1d78afd74a7fce .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 14px;
  margin: 0 10px 4px 0;
  border: 1px solid #1e87f0;
  color: #1e87f0;
  display: inline-block;
  cursor: pointer;
  font-weight: 500;
}
#a1d78afd74a7fce .filter-nav li.uk-active {
  color: #fff;
  background-color: #1e87f0;
}
#a1d78afd74a7fce .uk-card {
  background: #fff;
  font-size: 13px;
}
#a1d78afd74a7fce .img {
  background-position: center center;
}
#a1d78afd74a7fce .title {
  font-size: 14px;
  line-height: 18px;
  font-weight: bolder;
  color: #333;
  margin-bottom: 6px;
}
#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a51a6a360daafbb .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a51a6a360daafbb .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#aac8ba30f4a2886 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#aac8ba30f4a2886 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#ae8a6acfa1a8157 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#ae8a6acfa1a8157 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a991caa6a8a64d1 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a991caa6a8a64d1 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a4d90a7150ae61d .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a4d90a7150ae61d .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a9ae5af4f5a265e .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a9ae5af4f5a265e .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a9de7a866ea6ec7 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a9de7a866ea6ec7 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a930ba2081a03ed .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a930ba2081a03ed .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a39fdaa2e6a0e62 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a39fdaa2e6a0e62 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#aee8ea22f4a908a .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#aee8ea22f4a908a .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#aa05ba3b53ab9ed .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a8628a81baa2e25 .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 14px;
  margin: 0 10px 4px 0;
  border: 1px solid #1e87f0;
  color: #1e87f0;
  display: inline-block;
  cursor: pointer;
  font-weight: 500;
}
#a8628a81baa2e25 .filter-nav li.uk-active {
  color: #fff;
  background-color: #1e87f0;
}
#a8628a81baa2e25 .uk-card {
  background: #fff;
  font-size: 13px;
}
#a8628a81baa2e25 .img {
  background-position: center center;
}
#a8628a81baa2e25 .title {
  font-size: 14px;
  line-height: 18px;
  font-weight: bolder;
  color: #333;
  margin-bottom: 6px;
}
#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#af564a961ca0d4f .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#af564a961ca0d4f .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a92c6a0b1ea9211 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a92c6a0b1ea9211 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#aa881a3131ac1b4 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#aa881a3131ac1b4 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#ae6a6ab8e1a9500 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#ae6a6ab8e1a9500 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a3950a0e0ea4fcc .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a3950a0e0ea4fcc .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a2550a10a8aba46 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a2550a10a8aba46 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#abe0caaebdad8ac .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#abe0caaebdad8ac .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a64f1a2dd7a7483 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a64f1a2dd7a7483 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a8628a81baa2e25 [data-item*=".abstract"], #a8628a81baa2e25 [data-item*=".abstract"] a {show: true;}#a8628a81baa2e25 [data-item*=".subTitle"], #a8628a81baa2e25 [data-item*=".subTitle"] a {show: true;}#a8628a81baa2e25 [data-item*=".category"], #a8628a81baa2e25 [data-item*=".category"] a {show: true;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#aa05ba3b53ab9ed .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a2c36aaa49a8e48 .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 14px;
  margin: 0 10px 4px 0;
  border: 1px solid #1e87f0;
  color: #1e87f0;
  display: inline-block;
  cursor: pointer;
  font-weight: 500;
}
#a2c36aaa49a8e48 .filter-nav li.uk-active {
  color: #fff;
  background-color: #1e87f0;
}
#a2c36aaa49a8e48 .uk-card {
  background: #fff;
  font-size: 13px;
}
#a2c36aaa49a8e48 .img {
  background-position: center center;
}
#a2c36aaa49a8e48 .title {
  font-size: 14px;
  line-height: 18px;
  font-weight: bolder;
  color: #333;
  margin-bottom: 6px;
}
#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a7051ab201a84a2 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a7051ab201a84a2 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a543fae513af0a9 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a543fae513af0a9 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#ac6f6a352eac194 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#ac6f6a352eac194 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#af41ca7bfba7168 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#af41ca7bfba7168 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a1a33a541facfed .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a1a33a541facfed .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#afc23ad71baa6ed .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#afc23ad71baa6ed .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a37d5ac2baa56dc .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a37d5ac2baa56dc .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a2c36aaa49a8e48 [data-item*=".abstract"], #a2c36aaa49a8e48 [data-item*=".abstract"] a {show: true;}#a2c36aaa49a8e48 [data-item*=".subTitle"], #a2c36aaa49a8e48 [data-item*=".subTitle"] a {show: true;}#a2c36aaa49a8e48 [data-item*=".category"], #a2c36aaa49a8e48 [data-item*=".category"] a {show: true;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#aa05ba3b53ab9ed .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#abee0ada56a6ca3 .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 14px;
  margin: 0 10px 4px 0;
  border: 1px solid #1e87f0;
  color: #1e87f0;
  display: inline-block;
  cursor: pointer;
  font-weight: 500;
}
#abee0ada56a6ca3 .filter-nav li.uk-active {
  color: #fff;
  background-color: #1e87f0;
}
#abee0ada56a6ca3 .uk-card {
  background: #fff;
  font-size: 13px;
}
#abee0ada56a6ca3 .img {
  background-position: center center;
}
#abee0ada56a6ca3 .title {
  font-size: 14px;
  line-height: 18px;
  font-weight: bolder;
  color: #333;
  margin-bottom: 6px;
}
#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a33c9af5d6a5631 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a33c9af5d6a5631 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a9798ae04aa1390 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a9798ae04aa1390 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a2ad5a6b2ea7150 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a2ad5a6b2ea7150 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a55b1acb9eaa67a .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a55b1acb9eaa67a .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#acb09a88b0aa089 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#acb09a88b0aa089 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#ad92fa9509acd6e .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#ad92fa9509acd6e .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#aa54aa16a8a90d3 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#aa54aa16a8a90d3 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#ae2aaa96c5aac25 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#ae2aaa96c5aac25 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#ad6bfa758aa3e00 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#ad6bfa758aa3e00 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a2b59a9d26a02db .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a2b59a9d26a02db .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a8eafa3d8dae67e .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a8eafa3d8dae67e .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a9e88a6394a32d5 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a9e88a6394a32d5 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#aaccdab35dace1f .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#aaccdab35dace1f .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a86adab293a3292 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a86adab293a3292 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#abee0ada56a6ca3 [data-item*=".abstract"], #abee0ada56a6ca3 [data-item*=".abstract"] a {show: true;}#abee0ada56a6ca3 [data-item*=".subTitle"], #abee0ada56a6ca3 [data-item*=".subTitle"] a {show: true;}#abee0ada56a6ca3 [data-item*=".category"], #abee0ada56a6ca3 [data-item*=".category"] a {show: true;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#aa05ba3b53ab9ed .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ade7aab15aa6f8d .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 14px;
  margin: 0 10px 4px 0;
  border: 1px solid #1e87f0;
  color: #1e87f0;
  display: inline-block;
  cursor: pointer;
  font-weight: 500;
}
#ade7aab15aa6f8d .filter-nav li.uk-active {
  color: #fff;
  background-color: #1e87f0;
}
#ade7aab15aa6f8d .uk-card {
  background: #fff;
  font-size: 13px;
}
#ade7aab15aa6f8d .img {
  background-position: center center;
}
#ade7aab15aa6f8d .title {
  font-size: 14px;
  line-height: 18px;
  font-weight: bolder;
  color: #333;
  margin-bottom: 6px;
}
#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a5884a17c1a9cf8 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a5884a17c1a9cf8 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a9b66ad042a3830 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a9b66ad042a3830 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#aa126a9a6da5489 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#aa126a9a6da5489 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#af2c2a8e51a1b22 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#af2c2a8e51a1b22 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#ade7aab15aa6f8d [data-item*=".abstract"], #ade7aab15aa6f8d [data-item*=".abstract"] a {show: true;}#ade7aab15aa6f8d [data-item*=".subTitle"], #ade7aab15aa6f8d [data-item*=".subTitle"] a {show: true;}#ade7aab15aa6f8d [data-item*=".category"], #ade7aab15aa6f8d [data-item*=".category"] a {show: true;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#aa05ba3b53ab9ed .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a326daec2ba0e6a .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 14px;
  margin: 0 10px 4px 0;
  border: 1px solid #1e87f0;
  color: #1e87f0;
  display: inline-block;
  cursor: pointer;
  font-weight: 500;
}
#a326daec2ba0e6a .filter-nav li.uk-active {
  color: #fff;
  background-color: #1e87f0;
}
#a326daec2ba0e6a .uk-card {
  background: #fff;
  font-size: 13px;
}
#a326daec2ba0e6a .img {
  background-position: center center;
}
#a326daec2ba0e6a .title {
  font-size: 14px;
  line-height: 18px;
  font-weight: bolder;
  color: #333;
  margin-bottom: 6px;
}
#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#aaf7fa5e36ac3f1 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#aaf7fa5e36ac3f1 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#ac335a7303aa6a3 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#ac335a7303aa6a3 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a904fa0e2ca2760 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a904fa0e2ca2760 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a0960a708dade48 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a0960a708dade48 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#aec02ad8bbaa32b .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#aec02ad8bbaa32b .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a23b3a4817a742b .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a23b3a4817a742b .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a549aacc3da6286 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a549aacc3da6286 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a76e9a8bc6ae6bc .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a76e9a8bc6ae6bc .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a4b22a651ca5a8a .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a4b22a651ca5a8a .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a4167acd4dad4a9 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a4167acd4dad4a9 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a326daec2ba0e6a [data-item*=".abstract"], #a326daec2ba0e6a [data-item*=".abstract"] a {show: true;}#a326daec2ba0e6a [data-item*=".subTitle"], #a326daec2ba0e6a [data-item*=".subTitle"] a {show: true;}#a326daec2ba0e6a [data-item*=".category"], #a326daec2ba0e6a [data-item*=".category"] a {show: true;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#aa05ba3b53ab9ed .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5b35a7a9da72f4 .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 14px;
  margin: 0 10px 4px 0;
  border: 1px solid #1e87f0;
  color: #1e87f0;
  display: inline-block;
  cursor: pointer;
  font-weight: 500;
}
#a5b35a7a9da72f4 .filter-nav li.uk-active {
  color: #fff;
  background-color: #1e87f0;
}
#a5b35a7a9da72f4 .uk-card {
  background: #fff;
  font-size: 13px;
}
#a5b35a7a9da72f4 .img {
  background-position: center center;
}
#a5b35a7a9da72f4 .title {
  font-size: 14px;
  line-height: 18px;
  font-weight: bolder;
  color: #333;
  margin-bottom: 6px;
}
#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a285ea3e4ca51f9 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a285ea3e4ca51f9 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a052cae21aac35d .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a052cae21aac35d .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a6a8aaa252abed7 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a6a8aaa252abed7 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a252ba60d4a211d .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a252ba60d4a211d .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#ab073a152bac073 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#ab073a152bac073 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#afa70a45f8acbf9 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#afa70a45f8acbf9 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a88c4afd4ea5a91 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a88c4afd4ea5a91 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a4d68a6467a0ea8 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a4d68a6467a0ea8 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a2048aff1aa3794 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a2048aff1aa3794 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a5b35a7a9da72f4 [data-item*=".abstract"], #a5b35a7a9da72f4 [data-item*=".abstract"] a {show: true;}#a5b35a7a9da72f4 [data-item*=".subTitle"], #a5b35a7a9da72f4 [data-item*=".subTitle"] a {show: true;}#a5b35a7a9da72f4 [data-item*=".category"], #a5b35a7a9da72f4 [data-item*=".category"] a {show: true;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#aa05ba3b53ab9ed .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aab25ae816a4511 .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 14px;
  margin: 0 10px 4px 0;
  border: 1px solid #1e87f0;
  color: #1e87f0;
  display: inline-block;
  cursor: pointer;
  font-weight: 500;
}
#aab25ae816a4511 .filter-nav li.uk-active {
  color: #fff;
  background-color: #1e87f0;
}
#aab25ae816a4511 .uk-card {
  background: #fff;
  font-size: 13px;
}
#aab25ae816a4511 .img {
  background-position: center center;
}
#aab25ae816a4511 .title {
  font-size: 14px;
  line-height: 18px;
  font-weight: bolder;
  color: #333;
  margin-bottom: 6px;
}
#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a8440ac95ea6389 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a8440ac95ea6389 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#aa058ab430ac251 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#aa058ab430ac251 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#aac31ac1c7ab0a3 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#aac31ac1c7ab0a3 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#af5cca576fa88e1 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#af5cca576fa88e1 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a6169a7a10a17b6 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a6169a7a10a17b6 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#aca6fad055ae822 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#aca6fad055ae822 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a96ecae702ad8f9 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a96ecae702ad8f9 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#aab25ae816a4511 [data-item*=".abstract"], #aab25ae816a4511 [data-item*=".abstract"] a {show: true;}#aab25ae816a4511 [data-item*=".subTitle"], #aab25ae816a4511 [data-item*=".subTitle"] a {show: true;}#aab25ae816a4511 [data-item*=".category"], #aab25ae816a4511 [data-item*=".category"] a {show: true;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#aa05ba3b53ab9ed .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a03cda5a00ad656 .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 14px;
  margin: 0 10px 4px 0;
  border: 1px solid #1e87f0;
  color: #1e87f0;
  display: inline-block;
  cursor: pointer;
  font-weight: 500;
}
#a03cda5a00ad656 .filter-nav li.uk-active {
  color: #fff;
  background-color: #1e87f0;
}
#a03cda5a00ad656 .uk-card {
  background: #fff;
  font-size: 13px;
}
#a03cda5a00ad656 .img {
  background-position: center center;
}
#a03cda5a00ad656 .title {
  font-size: 14px;
  line-height: 18px;
  font-weight: bolder;
  color: #333;
  margin-bottom: 6px;
}
#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a4899a6afeab8f8 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a4899a6afeab8f8 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a4481a02e6a66c1 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a4481a02e6a66c1 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a38c7a5ce9a14ba .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a38c7a5ce9a14ba .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#aaec1ae379aae19 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#aaec1ae379aae19 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#ac1b9aba01a96ee .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#ac1b9aba01a96ee .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#aede1ad391a6cb4 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#aede1ad391a6cb4 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#ab5dda8375a7bfb .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#ab5dda8375a7bfb .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a693baa971a28ff .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a693baa971a28ff .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#af58ba5072a7ab1 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#af58ba5072a7ab1 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#afdb6aafe6a652c .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#afdb6aafe6a652c .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a2c46a86deaa1b0 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a2c46a86deaa1b0 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a61acab16aaeabf .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a61acab16aaeabf .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a3344a3fd3a3e14 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a3344a3fd3a3e14 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a4ddda2515a3453 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a4ddda2515a3453 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#ad9eda1964a1033 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#ad9eda1964a1033 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a02cca2153a9a5c .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a02cca2153a9a5c .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a03cda5a00ad656 [data-item*=".abstract"], #a03cda5a00ad656 [data-item*=".abstract"] a {show: true;}#a03cda5a00ad656 [data-item*=".subTitle"], #a03cda5a00ad656 [data-item*=".subTitle"] a {show: true;}#a03cda5a00ad656 [data-item*=".category"], #a03cda5a00ad656 [data-item*=".category"] a {show: true;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#aa05ba3b53ab9ed .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ac1d2af53faa45f .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 14px;
  margin: 0 10px 4px 0;
  border: 1px solid #1e87f0;
  color: #1e87f0;
  display: inline-block;
  cursor: pointer;
  font-weight: 500;
}
#ac1d2af53faa45f .filter-nav li.uk-active {
  color: #fff;
  background-color: #1e87f0;
}
#ac1d2af53faa45f .uk-card {
  background: #fff;
  font-size: 13px;
}
#ac1d2af53faa45f .img {
  background-position: center center;
}
#ac1d2af53faa45f .title {
  font-size: 14px;
  line-height: 18px;
  font-weight: bolder;
  color: #333;
  margin-bottom: 6px;
}
#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a0c9dab8d5a6a79 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a0c9dab8d5a6a79 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#ae6eda3291ae2e5 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#ae6eda3291ae2e5 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a62b5a9fb6a1877 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a62b5a9fb6a1877 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a28ceaebf0a217b .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a28ceaebf0a217b .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a5097a3bb7a7775 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a5097a3bb7a7775 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a5a17af93baee82 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a5a17af93baee82 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a0f80a620ca621f .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a0f80a620ca621f .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a7ffeabbd7ad986 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a7ffeabbd7ad986 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#abd78a6cc6a5a1a .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#abd78a6cc6a5a1a .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#afd4eae257a2ce0 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#afd4eae257a2ce0 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#af467a64d2a371f .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#af467a64d2a371f .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#ac1d2af53faa45f [data-item*=".abstract"], #ac1d2af53faa45f [data-item*=".abstract"] a {show: true;}#ac1d2af53faa45f [data-item*=".subTitle"], #ac1d2af53faa45f [data-item*=".subTitle"] a {show: true;}#ac1d2af53faa45f [data-item*=".category"], #ac1d2af53faa45f [data-item*=".category"] a {show: true;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#aa996ab510ac455 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a39f3a6d4da5d9d .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 14px;
  margin: 0 10px 4px 0;
  border: 1px solid #1e87f0;
  color: #1e87f0;
  display: inline-block;
  cursor: pointer;
  font-weight: 500;
}
#a39f3a6d4da5d9d .filter-nav li.uk-active {
  color: #fff;
  background-color: #1e87f0;
}
#a39f3a6d4da5d9d .uk-card {
  background: #fff;
  font-size: 13px;
}
#a39f3a6d4da5d9d .img {
  background-position: center center;
}
#a39f3a6d4da5d9d .title {
  font-size: 14px;
  line-height: 18px;
  font-weight: bolder;
  color: #333;
  margin-bottom: 6px;
}
#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a7cd7ab3f4a504b .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a7cd7ab3f4a504b .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#ac326a9c19a3ad3 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#ac326a9c19a3ad3 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a5b87aeec8aac0c .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a5b87aeec8aac0c .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a7395a7ec1a177f .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a7395a7ec1a177f .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a28dda18aba7def .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a28dda18aba7def .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#adb8ea8201a4859 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#adb8ea8201a4859 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#ad2fbacb07a5afd .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#ad2fbacb07a5afd .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#abbafaf34eacc4d .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#abbafaf34eacc4d .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#af258a0b7fa96f8 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#af258a0b7fa96f8 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a4195a9ec2ae082 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a4195a9ec2ae082 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a39f3a6d4da5d9d [data-item*=".abstract"], #a39f3a6d4da5d9d [data-item*=".abstract"] a {show: true;}#a39f3a6d4da5d9d [data-item*=".subTitle"], #a39f3a6d4da5d9d [data-item*=".subTitle"] a {show: true;}#a39f3a6d4da5d9d [data-item*=".category"], #a39f3a6d4da5d9d [data-item*=".category"] a {show: true;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a25b6a076da308b .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a8035a14a8a1b12 .feature-image,
#a8035a14a8a1b12 feature-image-wrap {
  height: 500px;
}
#a8035a14a8a1b12 .feature-image {
  bottom: -20px;
}
#a36d7a3a56a1b4b .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 14px;
  margin: 0 10px 4px 0;
  border: 1px solid #1e87f0;
  color: #1e87f0;
  display: inline-block;
  cursor: pointer;
  font-weight: 500;
}
#a36d7a3a56a1b4b .filter-nav li.uk-active {
  color: #fff;
  background-color: #1e87f0;
}
#a36d7a3a56a1b4b .uk-card {
  background: #fff;
  font-size: 13px;
}
#a36d7a3a56a1b4b .img {
  background-position: center center;
}
#a36d7a3a56a1b4b .title {
  font-size: 14px;
  line-height: 18px;
  font-weight: bolder;
  color: #333;
  margin-bottom: 6px;
}
#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a2fcbac4f9a6580 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a2fcbac4f9a6580 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a754da4bfca2994 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a754da4bfca2994 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#aa50fa75e5a49be .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#aa50fa75e5a49be .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a6b50a69c3a4a9c .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a6b50a69c3a4a9c .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a36d7a3a56a1b4b [data-item*=".abstract"], #a36d7a3a56a1b4b [data-item*=".abstract"] a {show: true;}#a36d7a3a56a1b4b [data-item*=".subTitle"], #a36d7a3a56a1b4b [data-item*=".subTitle"] a {show: true;}#a36d7a3a56a1b4b [data-item*=".category"], #a36d7a3a56a1b4b [data-item*=".category"] a {show: true;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#aa05ba3b53ab9ed .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a8ddfac006a4ac8 .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 14px;
  margin: 0 10px 4px 0;
  border: 1px solid #1e87f0;
  color: #1e87f0;
  display: inline-block;
  cursor: pointer;
  font-weight: 500;
}
#a8ddfac006a4ac8 .filter-nav li.uk-active {
  color: #fff;
  background-color: #1e87f0;
}
#a8ddfac006a4ac8 .uk-card {
  background: #fff;
  font-size: 13px;
}
#a8ddfac006a4ac8 .img {
  background-position: center center;
}
#a8ddfac006a4ac8 .title {
  font-size: 14px;
  line-height: 18px;
  font-weight: bolder;
  color: #333;
  margin-bottom: 6px;
}
#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a4266aaf3dab73c .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a4266aaf3dab73c .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a9d70a5947ae7b1 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a9d70a5947ae7b1 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a6892acea7ad1c9 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a6892acea7ad1c9 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a61f8a76efa69a6 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a61f8a76efa69a6 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a7d3fa9141ae734 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a7d3fa9141ae734 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a8ddfac006a4ac8 [data-item*=".abstract"], #a8ddfac006a4ac8 [data-item*=".abstract"] a {show: true;}#a8ddfac006a4ac8 [data-item*=".subTitle"], #a8ddfac006a4ac8 [data-item*=".subTitle"] a {show: true;}#a8ddfac006a4ac8 [data-item*=".category"], #a8ddfac006a4ac8 [data-item*=".category"] a {show: true;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#aa05ba3b53ab9ed .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5bbbae121afd9e .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 14px;
  margin: 0 10px 4px 0;
  border: 1px solid #1e87f0;
  color: #1e87f0;
  display: inline-block;
  cursor: pointer;
  font-weight: 500;
}
#a5bbbae121afd9e .filter-nav li.uk-active {
  color: #fff;
  background-color: #1e87f0;
}
#a5bbbae121afd9e .uk-card {
  background: #fff;
  font-size: 13px;
}
#a5bbbae121afd9e .img {
  background-position: center center;
}
#a5bbbae121afd9e .title {
  font-size: 14px;
  line-height: 18px;
  font-weight: bolder;
  color: #333;
  margin-bottom: 6px;
}
#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#ad430ab481a7c09 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#ad430ab481a7c09 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#ad58ba0cf2a13e2 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#ad58ba0cf2a13e2 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a3623ad186a2a93 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a3623ad186a2a93 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#ac10fad7f6ae7ae .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#ac10fad7f6ae7ae .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#ae8a2a18dea2feb .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#ae8a2a18dea2feb .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a00eea5732ae199 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a00eea5732ae199 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#ad478af04cae9eb .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#ad478af04cae9eb .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a62d6a9791a5ba9 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a62d6a9791a5ba9 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#abb9fac79ea2be8 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#abb9fac79ea2be8 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a5bbbae121afd9e [data-item*=".abstract"], #a5bbbae121afd9e [data-item*=".abstract"] a {show: true;}#a5bbbae121afd9e [data-item*=".subTitle"], #a5bbbae121afd9e [data-item*=".subTitle"] a {show: true;}#a5bbbae121afd9e [data-item*=".category"], #a5bbbae121afd9e [data-item*=".category"] a {show: true;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a1f74aac73a11c1 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a4e30a6547a590d .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 14px;
  margin: 0 10px 4px 0;
  border: 1px solid #1e87f0;
  color: #1e87f0;
  display: inline-block;
  cursor: pointer;
  font-weight: 500;
}
#a4e30a6547a590d .filter-nav li.uk-active {
  color: #fff;
  background-color: #1e87f0;
}
#a4e30a6547a590d .uk-card {
  background: #fff;
  font-size: 13px;
}
#a4e30a6547a590d .img {
  background-position: center center;
}
#a4e30a6547a590d .title {
  font-size: 14px;
  line-height: 18px;
  font-weight: bolder;
  color: #333;
  margin-bottom: 6px;
}
#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#aa05faca97a35bd .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#aa05faca97a35bd .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#adb6da312bacb7f .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#adb6da312bacb7f .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#ac77ba6cd8a8557 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#ac77ba6cd8a8557 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a87b8aca11a07ff .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a87b8aca11a07ff .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#af0c1a6582ae014 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#af0c1a6582ae014 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#afc11af5f8ac86b .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#afc11af5f8ac86b .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a467fa2a83aa510 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a467fa2a83aa510 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a3f9da8c43ae288 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a3f9da8c43ae288 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a54ceaf55da0dd9 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a54ceaf55da0dd9 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#ab996ae712a3c25 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#ab996ae712a3c25 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a4e30a6547a590d [data-item*=".abstract"], #a4e30a6547a590d [data-item*=".abstract"] a {show: true;}#a4e30a6547a590d [data-item*=".subTitle"], #a4e30a6547a590d [data-item*=".subTitle"] a {show: true;}#a4e30a6547a590d [data-item*=".category"], #a4e30a6547a590d [data-item*=".category"] a {show: true;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#aa05ba3b53ab9ed .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a3ab6a2603a2e68 .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 14px;
  margin: 0 10px 4px 0;
  border: 1px solid #1e87f0;
  color: #1e87f0;
  display: inline-block;
  cursor: pointer;
  font-weight: 500;
}
#a3ab6a2603a2e68 .filter-nav li.uk-active {
  color: #fff;
  background-color: #1e87f0;
}
#a3ab6a2603a2e68 .uk-card {
  background: #fff;
  font-size: 13px;
}
#a3ab6a2603a2e68 .img {
  background-position: center center;
}
#a3ab6a2603a2e68 .title {
  font-size: 14px;
  line-height: 18px;
  font-weight: bolder;
  color: #333;
  margin-bottom: 6px;
}
#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a68f2a339cae541 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a68f2a339cae541 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#ad347a742babb4e .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#ad347a742babb4e .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#af6d2aa6c2a48b2 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#af6d2aa6c2a48b2 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a4523ab7f9a52d7 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a4523ab7f9a52d7 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#ac7bda9b45ad7b7 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#ac7bda9b45ad7b7 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#aadc6a4e33a7f09 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#aadc6a4e33a7f09 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a9157a9aa7a2e90 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a9157a9aa7a2e90 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#ae854a125ca42ae .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#ae854a125ca42ae .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#ad641a6d91a0ad7 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#ad641a6d91a0ad7 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#afe60a9bfca19b9 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#afe60a9bfca19b9 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a6243ad1eea37df .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a6243ad1eea37df .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a8b84a1735a710d .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a8b84a1735a710d .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a16cca0ebda2843 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a16cca0ebda2843 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a7132ab8d5a0762 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a7132ab8d5a0762 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#aa75aa2d12a0456 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#aa75aa2d12a0456 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#abeb4a6ee8a293c .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#abeb4a6ee8a293c .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#add95ac5c1a3be5 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#add95ac5c1a3be5 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#ae560af0a9a9db0 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#ae560af0a9a9db0 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#af163aec69aa2cc .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#af163aec69aa2cc .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a8f29aaee2adcd0 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a8f29aaee2adcd0 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#aea81ad02caf5af .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#aea81ad02caf5af .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a4daca183ea8b69 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a4daca183ea8b69 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#ad294a2251af290 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#ad294a2251af290 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a3cb8a9f42a0b8a .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a3cb8a9f42a0b8a .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a671badd5aae24b .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a671badd5aae24b .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a441ca4b0ea0ac5 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a441ca4b0ea0ac5 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a564ba9d47ad891 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a564ba9d47ad891 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#adde1a5dbeac382 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#adde1a5dbeac382 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a892fa43cdab86f .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a892fa43cdab86f .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a10faa7573a1ec7 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a10faa7573a1ec7 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a3ab6a2603a2e68 [data-item*=".abstract"], #a3ab6a2603a2e68 [data-item*=".abstract"] a {show: true;}#a3ab6a2603a2e68 [data-item*=".subTitle"], #a3ab6a2603a2e68 [data-item*=".subTitle"] a {show: true;}#a3ab6a2603a2e68 [data-item*=".category"], #a3ab6a2603a2e68 [data-item*=".category"] a {show: true;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#aa05ba3b53ab9ed .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ac396a6ff7a5266 .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 14px;
  margin: 0 10px 4px 0;
  border: 1px solid #1e87f0;
  color: #1e87f0;
  display: inline-block;
  cursor: pointer;
  font-weight: 500;
}
#ac396a6ff7a5266 .filter-nav li.uk-active {
  color: #fff;
  background-color: #1e87f0;
}
#ac396a6ff7a5266 .uk-card {
  background: #fff;
  font-size: 13px;
}
#ac396a6ff7a5266 .img {
  background-position: center center;
}
#ac396a6ff7a5266 .title {
  font-size: 14px;
  line-height: 18px;
  font-weight: bolder;
  color: #333;
  margin-bottom: 6px;
}
#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a6761ae561aef17 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a6761ae561aef17 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a6d3fa0786a5eb8 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a6d3fa0786a5eb8 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a899eabb55ab159 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a899eabb55ab159 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#ab177a5f84a2291 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#ab177a5f84a2291 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#ac396a6ff7a5266 [data-item*=".abstract"], #ac396a6ff7a5266 [data-item*=".abstract"] a {show: true;}#ac396a6ff7a5266 [data-item*=".subTitle"], #ac396a6ff7a5266 [data-item*=".subTitle"] a {show: true;}#ac396a6ff7a5266 [data-item*=".category"], #ac396a6ff7a5266 [data-item*=".category"] a {show: true;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#aa05ba3b53ab9ed .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a23bdad2eaa4759 .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 14px;
  margin: 0 10px 4px 0;
  border: 1px solid #1e87f0;
  color: #1e87f0;
  display: inline-block;
  cursor: pointer;
  font-weight: 500;
}
#a23bdad2eaa4759 .filter-nav li.uk-active {
  color: #fff;
  background-color: #1e87f0;
}
#a23bdad2eaa4759 .uk-card {
  background: #fff;
  font-size: 13px;
}
#a23bdad2eaa4759 .img {
  background-position: center center;
}
#a23bdad2eaa4759 .title {
  font-size: 14px;
  line-height: 18px;
  font-weight: bolder;
  color: #333;
  margin-bottom: 6px;
}
#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a58c1a9175ad171 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a58c1a9175ad171 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a8fa8a1579a666c .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a8fa8a1579a666c .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a51efa914faff6c .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a51efa914faff6c .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a7cd2ae480a7bbc .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a7cd2ae480a7bbc .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#ae40baebbaacc84 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#ae40baebbaacc84 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a3b72ac27ba262e .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a3b72ac27ba262e .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#afed2a4d61a9416 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#afed2a4d61a9416 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a769dab0a1aefa0 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a769dab0a1aefa0 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a009ca8853a441d .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a009ca8853a441d .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#ad016a25e3a2006 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#ad016a25e3a2006 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a24eaacfcaae4ca .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a24eaacfcaae4ca .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a2cc2a413ca15ec .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a2cc2a413ca15ec .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a5fd1a0fa2a544a .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a5fd1a0fa2a544a .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a7131aeeb1a31eb .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a7131aeeb1a31eb .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a23bdad2eaa4759 [data-item*=".abstract"], #a23bdad2eaa4759 [data-item*=".abstract"] a {show: true;}#a23bdad2eaa4759 [data-item*=".subTitle"], #a23bdad2eaa4759 [data-item*=".subTitle"] a {show: true;}#a23bdad2eaa4759 [data-item*=".category"], #a23bdad2eaa4759 [data-item*=".category"] a {show: true;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#aa05ba3b53ab9ed .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a4eeca2fa8ad9ce .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 14px;
  margin: 0 10px 4px 0;
  border: 1px solid #1e87f0;
  color: #1e87f0;
  display: inline-block;
  cursor: pointer;
  font-weight: 500;
}
#a4eeca2fa8ad9ce .filter-nav li.uk-active {
  color: #fff;
  background-color: #1e87f0;
}
#a4eeca2fa8ad9ce .uk-card {
  background: #fff;
  font-size: 13px;
}
#a4eeca2fa8ad9ce .img {
  background-position: center center;
}
#a4eeca2fa8ad9ce .title {
  font-size: 14px;
  line-height: 18px;
  font-weight: bolder;
  color: #333;
  margin-bottom: 6px;
}
#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#aa2d7aa3d2acf52 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#aa2d7aa3d2acf52 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#ae54ea28bdac071 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#ae54ea28bdac071 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a8b1fa0bd2aa843 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a8b1fa0bd2aa843 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a7235a6308a98f1 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a7235a6308a98f1 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#ae5cca1006ada86 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#ae5cca1006ada86 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a72d4aa182a5674 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a72d4aa182a5674 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a04a7a1054afc8a .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(51, 75, 141, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a04a7a1054afc8a .ele-wrap:hover {background-color: #0483cc;background-color: rgba(9, 113, 206, 1);}#a4eeca2fa8ad9ce [data-item*=".abstract"], #a4eeca2fa8ad9ce [data-item*=".abstract"] a {show: true;}#a4eeca2fa8ad9ce [data-item*=".subTitle"], #a4eeca2fa8ad9ce [data-item*=".subTitle"] a {show: true;}#a4eeca2fa8ad9ce [data-item*=".category"], #a4eeca2fa8ad9ce [data-item*=".category"] a {show: true;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#aa05ba3b53ab9ed .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#adda4afb9caff5e .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#aa05ba3b53ab9ed .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a0354a8847a4971 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#aebb7a96a2a8e2d .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a477ca190fa525c .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#aed98a29ebaf196 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#af242a7633a755f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a6359abf92ab67c .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8878a3ad4ad828 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a95a2ae95ba0e40 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#aa05ba3b53ab9ed .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a0376ae226a001d .uk-position-cover {
  background-color: #1e87f0;
  opacity: 0.7;
}
#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a1ab8a3875a3304 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aca5aaaa85aa364 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;width: 120px;height: 40px;}#aca5aaaa85aa364 .ele-wrap:hover {border-color: rgba(9, 113, 206, 1);background-color: #fff;color: #444;}#a2faca1292ac3c2 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a15baae0b8ac6a0 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;width: 120px;height: 40px;}#a15baae0b8ac6a0 .ele-wrap:hover {border-color: rgba(9, 113, 206, 1);background-color: #fff;color: #444;}#afd59a2bfca91c2 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#adc8daa578a9e1d .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;width: 120px;height: 40px;}#adc8daa578a9e1d .ele-wrap:hover {border-color: rgba(9, 113, 206, 1);background-color: #fff;color: #444;}#ac152a09e0ae890 {
  overflow: hidden;
  pointer-events: none;
}
#ac152a09e0ae890 > .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;
}
#ac152a09e0ae890 > .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;
}
#ac152a09e0ae890 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac152a09e0ae890 > .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;
}
#ac152a09e0ae890 > .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;
}
#ac152a09e0ae890 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac152a09e0ae890 > .tab-wrap > div > .tab-nav,
#ac152a09e0ae890 > .tab-nav,
#ac152a09e0ae890 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac152a09e0ae890 > .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: solid;
}
#ac152a09e0ae890 > .tab-wrap > div > .tab-nav-horizontal,
#ac152a09e0ae890 > .tab-nav-horizontal,
#ac152a09e0ae890 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac152a09e0ae890 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac152a09e0ae890 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac152a09e0ae890 > .tab-nav-horizontal::-webkit-scrollbar,
#ac152a09e0ae890 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac152a09e0ae890 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac152a09e0ae890 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac152a09e0ae890 > .tab-nav-horizontal.tagScroll,
#ac152a09e0ae890 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac152a09e0ae890 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#ac152a09e0ae890 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac152a09e0ae890 > .tab-nav-horizontal.tagScroll li a,
#ac152a09e0ae890 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac152a09e0ae890 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac152a09e0ae890 > .tab-wrap > div > .tab-nav a,
#ac152a09e0ae890 > .tab-nav a,
#ac152a09e0ae890 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac152a09e0ae890 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ac152a09e0ae890 > .tab-wrap > div > .tab-nav li a,
#ac152a09e0ae890 > .tab-nav li a,
#ac152a09e0ae890 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac152a09e0ae890 > .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: 28px;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
}
#ac152a09e0ae890 > .tab-wrap > div > .tab-nav li a svg,
#ac152a09e0ae890 > .tab-nav li a svg,
#ac152a09e0ae890 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac152a09e0ae890 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac152a09e0ae890 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac152a09e0ae890 > .tab-nav li a .ap_icon,
#ac152a09e0ae890 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac152a09e0ae890 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac152a09e0ae890 > .tab-wrap > div > .tab-nav li a:hover,
#ac152a09e0ae890 > .tab-nav li a:hover,
#ac152a09e0ae890 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac152a09e0ae890 > .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;
}
#ac152a09e0ae890 > .tab-wrap > div > .tab-nav li.uk-active a,
#ac152a09e0ae890 > .tab-nav li.uk-active a,
#ac152a09e0ae890 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac152a09e0ae890 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #0971ce;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#ac152a09e0ae890 .layout-left li,
#ac152a09e0ae890 .layout-center li,
#ac152a09e0ae890 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac152a09e0ae890 .layout-left li a,
#ac152a09e0ae890 .layout-center li a,
#ac152a09e0ae890 .layout-right li a {
  height: 100%;
}
#ac152a09e0ae890 > .tab-tabs .layout-left {
  text-align: left;
}
#ac152a09e0ae890 > .tab-tabs .layout-center {
  text-align: center;
}
#ac152a09e0ae890 > .tab-tabs .layout-right {
  text-align: right;
}
#ac152a09e0ae890 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#ac152a09e0ae890 .tab-content-wrap {
  background-color: transparent;
}
#ac152a09e0ae890 .tab-contents,
#ac152a09e0ae890 .tab-contents-wrap {
  pointer-events: none;
}
#ac152a09e0ae890 .tab-content,
#ac152a09e0ae890 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac152a09e0ae890 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac152a09e0ae890 .tab-wrap .tab-contents {
  height: 100%;
}
#ac152a09e0ae890 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac152a09e0ae890 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac152a09e0ae890 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#af6b8a15edad369 > .ele-wrap {background-color: rgba(255, 255, 255, 0);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;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#abc75afbd4a6c01 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a8dc2a6ef4a5093 .uk-position-cover {
  background-color: #1e87f0;
  opacity: 0.7;
}
#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a2e78afe24a7a3f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a694fa254bae373 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;width: 120px;height: 40px;}#a694fa254bae373 .ele-wrap:hover {border-color: rgba(9, 113, 206, 1);background-color: #fff;color: #444;}#a0449aa780a349b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a86c2a4fd7aa082 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;width: 120px;height: 40px;}#a86c2a4fd7aa082 .ele-wrap:hover {border-color: rgba(9, 113, 206, 1);background-color: #fff;color: #444;}#a0b73acb8ba0e74 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8807ade45ac01c .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;width: 120px;height: 40px;}#a8807ade45ac01c .ele-wrap:hover {border-color: rgba(9, 113, 206, 1);background-color: #fff;color: #444;}#aca47a7e20aa675 {
  overflow: hidden;
  pointer-events: none;
}
#aca47a7e20aa675 > .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;
}
#aca47a7e20aa675 > .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;
}
#aca47a7e20aa675 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aca47a7e20aa675 > .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;
}
#aca47a7e20aa675 > .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;
}
#aca47a7e20aa675 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aca47a7e20aa675 > .tab-wrap > div > .tab-nav,
#aca47a7e20aa675 > .tab-nav,
#aca47a7e20aa675 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aca47a7e20aa675 > .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: solid;
}
#aca47a7e20aa675 > .tab-wrap > div > .tab-nav-horizontal,
#aca47a7e20aa675 > .tab-nav-horizontal,
#aca47a7e20aa675 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aca47a7e20aa675 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aca47a7e20aa675 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aca47a7e20aa675 > .tab-nav-horizontal::-webkit-scrollbar,
#aca47a7e20aa675 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aca47a7e20aa675 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aca47a7e20aa675 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aca47a7e20aa675 > .tab-nav-horizontal.tagScroll,
#aca47a7e20aa675 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aca47a7e20aa675 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#aca47a7e20aa675 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aca47a7e20aa675 > .tab-nav-horizontal.tagScroll li a,
#aca47a7e20aa675 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aca47a7e20aa675 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aca47a7e20aa675 > .tab-wrap > div > .tab-nav a,
#aca47a7e20aa675 > .tab-nav a,
#aca47a7e20aa675 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aca47a7e20aa675 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#aca47a7e20aa675 > .tab-wrap > div > .tab-nav li a,
#aca47a7e20aa675 > .tab-nav li a,
#aca47a7e20aa675 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aca47a7e20aa675 > .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: 28px;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
}
#aca47a7e20aa675 > .tab-wrap > div > .tab-nav li a svg,
#aca47a7e20aa675 > .tab-nav li a svg,
#aca47a7e20aa675 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aca47a7e20aa675 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aca47a7e20aa675 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aca47a7e20aa675 > .tab-nav li a .ap_icon,
#aca47a7e20aa675 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aca47a7e20aa675 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aca47a7e20aa675 > .tab-wrap > div > .tab-nav li a:hover,
#aca47a7e20aa675 > .tab-nav li a:hover,
#aca47a7e20aa675 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aca47a7e20aa675 > .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;
}
#aca47a7e20aa675 > .tab-wrap > div > .tab-nav li.uk-active a,
#aca47a7e20aa675 > .tab-nav li.uk-active a,
#aca47a7e20aa675 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aca47a7e20aa675 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #0971ce;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#aca47a7e20aa675 .layout-left li,
#aca47a7e20aa675 .layout-center li,
#aca47a7e20aa675 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aca47a7e20aa675 .layout-left li a,
#aca47a7e20aa675 .layout-center li a,
#aca47a7e20aa675 .layout-right li a {
  height: 100%;
}
#aca47a7e20aa675 > .tab-tabs .layout-left {
  text-align: left;
}
#aca47a7e20aa675 > .tab-tabs .layout-center {
  text-align: center;
}
#aca47a7e20aa675 > .tab-tabs .layout-right {
  text-align: right;
}
#aca47a7e20aa675 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#aca47a7e20aa675 .tab-content-wrap {
  background-color: transparent;
}
#aca47a7e20aa675 .tab-contents,
#aca47a7e20aa675 .tab-contents-wrap {
  pointer-events: none;
}
#aca47a7e20aa675 .tab-content,
#aca47a7e20aa675 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aca47a7e20aa675 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aca47a7e20aa675 .tab-wrap .tab-contents {
  height: 100%;
}
#aca47a7e20aa675 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aca47a7e20aa675 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aca47a7e20aa675 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a2c14ad0a4a5012 > .ele-wrap {background-color: rgba(255, 255, 255, 0);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;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a241ca8e61ae254 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a09f0a212da5be5 .uk-position-cover {
  background-color: #1e87f0;
  opacity: 0.7;
}
#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a21a4ae849a0b29 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0188a986ea8eac .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;width: 120px;height: 40px;}#a0188a986ea8eac .ele-wrap:hover {border-color: rgba(9, 113, 206, 1);background-color: #fff;color: #444;}#a5b27af2fea0e18 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a92efa334eaedb1 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;width: 120px;height: 40px;}#a92efa334eaedb1 .ele-wrap:hover {border-color: rgba(9, 113, 206, 1);background-color: #fff;color: #444;}#a39d5ad710a2908 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af9ceabf1da4420 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;width: 120px;height: 40px;}#af9ceabf1da4420 .ele-wrap:hover {border-color: rgba(9, 113, 206, 1);background-color: #fff;color: #444;}#aa937a41c5ae208 > .ele-wrap {background-color: rgba(255, 255, 255, 0);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;}#a25e8a0830a6489 {
  overflow: hidden;
  pointer-events: none;
}
#a25e8a0830a6489 > .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;
}
#a25e8a0830a6489 > .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;
}
#a25e8a0830a6489 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a25e8a0830a6489 > .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;
}
#a25e8a0830a6489 > .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;
}
#a25e8a0830a6489 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a25e8a0830a6489 > .tab-wrap > div > .tab-nav,
#a25e8a0830a6489 > .tab-nav,
#a25e8a0830a6489 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a25e8a0830a6489 > .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: solid;
}
#a25e8a0830a6489 > .tab-wrap > div > .tab-nav-horizontal,
#a25e8a0830a6489 > .tab-nav-horizontal,
#a25e8a0830a6489 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a25e8a0830a6489 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a25e8a0830a6489 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a25e8a0830a6489 > .tab-nav-horizontal::-webkit-scrollbar,
#a25e8a0830a6489 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a25e8a0830a6489 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a25e8a0830a6489 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a25e8a0830a6489 > .tab-nav-horizontal.tagScroll,
#a25e8a0830a6489 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a25e8a0830a6489 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a25e8a0830a6489 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a25e8a0830a6489 > .tab-nav-horizontal.tagScroll li a,
#a25e8a0830a6489 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a25e8a0830a6489 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a25e8a0830a6489 > .tab-wrap > div > .tab-nav a,
#a25e8a0830a6489 > .tab-nav a,
#a25e8a0830a6489 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a25e8a0830a6489 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a25e8a0830a6489 > .tab-wrap > div > .tab-nav li a,
#a25e8a0830a6489 > .tab-nav li a,
#a25e8a0830a6489 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a25e8a0830a6489 > .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: 28px;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
}
#a25e8a0830a6489 > .tab-wrap > div > .tab-nav li a svg,
#a25e8a0830a6489 > .tab-nav li a svg,
#a25e8a0830a6489 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a25e8a0830a6489 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a25e8a0830a6489 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a25e8a0830a6489 > .tab-nav li a .ap_icon,
#a25e8a0830a6489 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a25e8a0830a6489 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a25e8a0830a6489 > .tab-wrap > div > .tab-nav li a:hover,
#a25e8a0830a6489 > .tab-nav li a:hover,
#a25e8a0830a6489 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a25e8a0830a6489 > .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;
}
#a25e8a0830a6489 > .tab-wrap > div > .tab-nav li.uk-active a,
#a25e8a0830a6489 > .tab-nav li.uk-active a,
#a25e8a0830a6489 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a25e8a0830a6489 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #0971ce;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a25e8a0830a6489 .layout-left li,
#a25e8a0830a6489 .layout-center li,
#a25e8a0830a6489 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a25e8a0830a6489 .layout-left li a,
#a25e8a0830a6489 .layout-center li a,
#a25e8a0830a6489 .layout-right li a {
  height: 100%;
}
#a25e8a0830a6489 > .tab-tabs .layout-left {
  text-align: left;
}
#a25e8a0830a6489 > .tab-tabs .layout-center {
  text-align: center;
}
#a25e8a0830a6489 > .tab-tabs .layout-right {
  text-align: right;
}
#a25e8a0830a6489 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a25e8a0830a6489 .tab-content-wrap {
  background-color: transparent;
}
#a25e8a0830a6489 .tab-contents,
#a25e8a0830a6489 .tab-contents-wrap {
  pointer-events: none;
}
#a25e8a0830a6489 .tab-content,
#a25e8a0830a6489 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a25e8a0830a6489 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a25e8a0830a6489 .tab-wrap .tab-contents {
  height: 100%;
}
#a25e8a0830a6489 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a25e8a0830a6489 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a25e8a0830a6489 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#ae077ac34da50f0 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aa2a7a681caccd2 .uk-position-cover {
  background-color: #1e87f0;
  opacity: 0.7;
}
#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#ae9eba5400ab98e > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad9f7a028aadb24 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;width: 120px;height: 40px;}#ad9f7a028aadb24 .ele-wrap:hover {border-color: rgba(9, 113, 206, 1);background-color: #fff;color: #444;}#a8865a48bfa04d6 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7da9abf3ea4ded .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;width: 120px;height: 40px;}#a7da9abf3ea4ded .ele-wrap:hover {border-color: rgba(9, 113, 206, 1);background-color: #fff;color: #444;}#a1f14aeca1a9bde > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5f1ca6071a1f60 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;width: 120px;height: 40px;}#a5f1ca6071a1f60 .ele-wrap:hover {border-color: rgba(9, 113, 206, 1);background-color: #fff;color: #444;}#ae988ab17dae8f1 > .ele-wrap {background-color: rgba(255, 255, 255, 0);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;}#ac5c1ac8d6a6ba3 {
  overflow: hidden;
  pointer-events: none;
}
#ac5c1ac8d6a6ba3 > .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;
}
#ac5c1ac8d6a6ba3 > .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;
}
#ac5c1ac8d6a6ba3 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac5c1ac8d6a6ba3 > .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;
}
#ac5c1ac8d6a6ba3 > .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;
}
#ac5c1ac8d6a6ba3 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac5c1ac8d6a6ba3 > .tab-wrap > div > .tab-nav,
#ac5c1ac8d6a6ba3 > .tab-nav,
#ac5c1ac8d6a6ba3 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac5c1ac8d6a6ba3 > .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: solid;
}
#ac5c1ac8d6a6ba3 > .tab-wrap > div > .tab-nav-horizontal,
#ac5c1ac8d6a6ba3 > .tab-nav-horizontal,
#ac5c1ac8d6a6ba3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac5c1ac8d6a6ba3 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac5c1ac8d6a6ba3 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac5c1ac8d6a6ba3 > .tab-nav-horizontal::-webkit-scrollbar,
#ac5c1ac8d6a6ba3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac5c1ac8d6a6ba3 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac5c1ac8d6a6ba3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac5c1ac8d6a6ba3 > .tab-nav-horizontal.tagScroll,
#ac5c1ac8d6a6ba3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac5c1ac8d6a6ba3 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#ac5c1ac8d6a6ba3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac5c1ac8d6a6ba3 > .tab-nav-horizontal.tagScroll li a,
#ac5c1ac8d6a6ba3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac5c1ac8d6a6ba3 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac5c1ac8d6a6ba3 > .tab-wrap > div > .tab-nav a,
#ac5c1ac8d6a6ba3 > .tab-nav a,
#ac5c1ac8d6a6ba3 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac5c1ac8d6a6ba3 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ac5c1ac8d6a6ba3 > .tab-wrap > div > .tab-nav li a,
#ac5c1ac8d6a6ba3 > .tab-nav li a,
#ac5c1ac8d6a6ba3 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac5c1ac8d6a6ba3 > .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: 28px;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
}
#ac5c1ac8d6a6ba3 > .tab-wrap > div > .tab-nav li a svg,
#ac5c1ac8d6a6ba3 > .tab-nav li a svg,
#ac5c1ac8d6a6ba3 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac5c1ac8d6a6ba3 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac5c1ac8d6a6ba3 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac5c1ac8d6a6ba3 > .tab-nav li a .ap_icon,
#ac5c1ac8d6a6ba3 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac5c1ac8d6a6ba3 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac5c1ac8d6a6ba3 > .tab-wrap > div > .tab-nav li a:hover,
#ac5c1ac8d6a6ba3 > .tab-nav li a:hover,
#ac5c1ac8d6a6ba3 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac5c1ac8d6a6ba3 > .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;
}
#ac5c1ac8d6a6ba3 > .tab-wrap > div > .tab-nav li.uk-active a,
#ac5c1ac8d6a6ba3 > .tab-nav li.uk-active a,
#ac5c1ac8d6a6ba3 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac5c1ac8d6a6ba3 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #0971ce;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#ac5c1ac8d6a6ba3 .layout-left li,
#ac5c1ac8d6a6ba3 .layout-center li,
#ac5c1ac8d6a6ba3 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac5c1ac8d6a6ba3 .layout-left li a,
#ac5c1ac8d6a6ba3 .layout-center li a,
#ac5c1ac8d6a6ba3 .layout-right li a {
  height: 100%;
}
#ac5c1ac8d6a6ba3 > .tab-tabs .layout-left {
  text-align: left;
}
#ac5c1ac8d6a6ba3 > .tab-tabs .layout-center {
  text-align: center;
}
#ac5c1ac8d6a6ba3 > .tab-tabs .layout-right {
  text-align: right;
}
#ac5c1ac8d6a6ba3 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#ac5c1ac8d6a6ba3 .tab-content-wrap {
  background-color: transparent;
}
#ac5c1ac8d6a6ba3 .tab-contents,
#ac5c1ac8d6a6ba3 .tab-contents-wrap {
  pointer-events: none;
}
#ac5c1ac8d6a6ba3 .tab-content,
#ac5c1ac8d6a6ba3 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac5c1ac8d6a6ba3 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac5c1ac8d6a6ba3 .tab-wrap .tab-contents {
  height: 100%;
}
#ac5c1ac8d6a6ba3 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac5c1ac8d6a6ba3 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac5c1ac8d6a6ba3 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a9598a10d0ae9d5 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a7dc1ac42aa4041 .uk-position-cover {
  background-color: #1e87f0;
  opacity: 0.7;
}
#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a611ca3406ad567 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4ee5a440aad404 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;width: 120px;height: 40px;}#a4ee5a440aad404 .ele-wrap:hover {border-color: rgba(9, 113, 206, 1);background-color: #fff;color: #444;}#aa8b3a599fa3ac3 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab5a0ae05fa734b .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;width: 120px;height: 40px;}#ab5a0ae05fa734b .ele-wrap:hover {border-color: rgba(9, 113, 206, 1);background-color: #fff;color: #444;}#af273acac4ae157 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa977aba21a4034 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;width: 120px;height: 40px;}#aa977aba21a4034 .ele-wrap:hover {border-color: rgba(9, 113, 206, 1);background-color: #fff;color: #444;}#a5997a07bfa79dd > .ele-wrap {background-color: rgba(255, 255, 255, 0);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;}#ab263ada98a9039 {
  overflow: hidden;
  pointer-events: none;
}
#ab263ada98a9039 > .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;
}
#ab263ada98a9039 > .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;
}
#ab263ada98a9039 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab263ada98a9039 > .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;
}
#ab263ada98a9039 > .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;
}
#ab263ada98a9039 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab263ada98a9039 > .tab-wrap > div > .tab-nav,
#ab263ada98a9039 > .tab-nav,
#ab263ada98a9039 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ab263ada98a9039 > .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: solid;
}
#ab263ada98a9039 > .tab-wrap > div > .tab-nav-horizontal,
#ab263ada98a9039 > .tab-nav-horizontal,
#ab263ada98a9039 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ab263ada98a9039 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ab263ada98a9039 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab263ada98a9039 > .tab-nav-horizontal::-webkit-scrollbar,
#ab263ada98a9039 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab263ada98a9039 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ab263ada98a9039 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab263ada98a9039 > .tab-nav-horizontal.tagScroll,
#ab263ada98a9039 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab263ada98a9039 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#ab263ada98a9039 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab263ada98a9039 > .tab-nav-horizontal.tagScroll li a,
#ab263ada98a9039 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab263ada98a9039 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ab263ada98a9039 > .tab-wrap > div > .tab-nav a,
#ab263ada98a9039 > .tab-nav a,
#ab263ada98a9039 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ab263ada98a9039 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ab263ada98a9039 > .tab-wrap > div > .tab-nav li a,
#ab263ada98a9039 > .tab-nav li a,
#ab263ada98a9039 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ab263ada98a9039 > .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: 28px;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
}
#ab263ada98a9039 > .tab-wrap > div > .tab-nav li a svg,
#ab263ada98a9039 > .tab-nav li a svg,
#ab263ada98a9039 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ab263ada98a9039 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ab263ada98a9039 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab263ada98a9039 > .tab-nav li a .ap_icon,
#ab263ada98a9039 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab263ada98a9039 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ab263ada98a9039 > .tab-wrap > div > .tab-nav li a:hover,
#ab263ada98a9039 > .tab-nav li a:hover,
#ab263ada98a9039 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ab263ada98a9039 > .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;
}
#ab263ada98a9039 > .tab-wrap > div > .tab-nav li.uk-active a,
#ab263ada98a9039 > .tab-nav li.uk-active a,
#ab263ada98a9039 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ab263ada98a9039 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #0971ce;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#ab263ada98a9039 .layout-left li,
#ab263ada98a9039 .layout-center li,
#ab263ada98a9039 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ab263ada98a9039 .layout-left li a,
#ab263ada98a9039 .layout-center li a,
#ab263ada98a9039 .layout-right li a {
  height: 100%;
}
#ab263ada98a9039 > .tab-tabs .layout-left {
  text-align: left;
}
#ab263ada98a9039 > .tab-tabs .layout-center {
  text-align: center;
}
#ab263ada98a9039 > .tab-tabs .layout-right {
  text-align: right;
}
#ab263ada98a9039 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#ab263ada98a9039 .tab-content-wrap {
  background-color: transparent;
}
#ab263ada98a9039 .tab-contents,
#ab263ada98a9039 .tab-contents-wrap {
  pointer-events: none;
}
#ab263ada98a9039 .tab-content,
#ab263ada98a9039 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ab263ada98a9039 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ab263ada98a9039 .tab-wrap .tab-contents {
  height: 100%;
}
#ab263ada98a9039 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ab263ada98a9039 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ab263ada98a9039 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#aa05ba3b53ab9ed .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a18efa5ba5a3385 .post-cate {
  position: absolute;
  margin-left: 0;
  left: 0;
  bottom: 0;
  padding: 4px 15px 0 20px;
  z-index: 100;
  background: #007bff;
  color: #fff;
  line-height: 24px;
}
#a18efa5ba5a3385 .uk-slider {
  padding-top: 30px;
}
#a18efa5ba5a3385 .uk-slider-nav {
  position: absolute;
  right: 0;
  top: 10px;
}
#a18efa5ba5a3385 .uk-card {
  background-color: #007bff;
}
#a18efa5ba5a3385 .uk-card-media-top {
  overflow: hidden;
}
#a18efa5ba5a3385 .list-item:nth-child(4n+1) .uk-card {
  background-color: #ff5575;
}
#a18efa5ba5a3385 .list-item:nth-child(4n+1) .uk-card .post-cate {
  background-color: #ff5575;
}
#a18efa5ba5a3385 .list-item:nth-child(4n+1) .uk-card .post-cate::before {
  border-left-color: #ff5575;
}
#a18efa5ba5a3385 .list-item:nth-child(4n+2) .uk-card {
  background-color: #ffaf31;
}
#a18efa5ba5a3385 .list-item:nth-child(4n+2) .uk-card .post-cate {
  background-color: #ffaf31;
}
#a18efa5ba5a3385 .list-item:nth-child(4n+2) .uk-card .post-cate::before {
  border-left-color: #ffaf31;
}
#a18efa5ba5a3385 .img-wrap {
  overflow: hidden;
  transition: all 0.2s ease-in;
}
#a18efa5ba5a3385 .uk-card:hover .img-wrap {
  transform: scale(1.2);
}
#a18efa5ba5a3385 .list-item:nth-child(4n+3) .uk-card {
  background-color: #4ab106;
}
#a18efa5ba5a3385 .list-item:nth-child(4n+3) .uk-card .post-cate {
  background-color: #4ab106;
}
#a18efa5ba5a3385 .list-item:nth-child(4n+3) .uk-card .post-cate::before {
  border-left-color: #4ab106;
}
#a18efa5ba5a3385 .uk-dotnav > * {
  padding-left: 6px;
}
#a18efa5ba5a3385 .uk-dotnav > * > * {
  width: 6px;
  height: 6px;
  border: none;
  transform: all .2s ease;
  background-color: #add3fa;
}
#a18efa5ba5a3385 .uk-dotnav > .uk-active > * {
  width: 10px;
  height: 10px;
  margin-top: -2px;
  background-color: #1e87f0;
}
#a18efa5ba5a3385 .post-cate::before {
  border-style: solid;
  border-width: 28px 0 0 20px;
  border-color: transparent transparent transparent #007bff;
  position: absolute;
  right: -20px;
  top: 0;
  content: '';
}
#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a18efa5ba5a3385 .uk-grid {margin-left: -10px;}@media (min-width: 1200px) {
                    #a18efa5ba5a3385 .uk-grid { margin-left: -10px;}
                }@media (max-width: 640) {
                    #a18efa5ba5a3385 .uk-grid { margin-left: -10px;}
                }#a18efa5ba5a3385 .uk-grid>* {padding-left: 10px;}@media (min-width: 1200px) {
                    #a18efa5ba5a3385 .uk-grid>* { padding-left: 10px;}
                }@media (max-width: 640) {#a18efa5ba5a3385 .uk-grid>* {
                    padding-left: 10px;}
                }#a18efa5ba5a3385 .uk-grid>.uk-grid-margin {margin-top: 10px;}@media (min-width: 1200px) {
                    #a18efa5ba5a3385 .uk-grid>.uk-grid-margin {margin-top: 10px;}
                }@media (max-width: 640) {
                    #a18efa5ba5a3385 .uk-grid>.uk-grid-margin {margin-top: 10px;}
                }#a18efa5ba5a3385 [data-item="items"] .uk-card {
                border-radius: 10px !important; overflow: hidden;
            } #a18efa5ba5a3385 [data-item*=".title"], #a18efa5ba5a3385 [data-item*=".title"] a {font-size: 24px;max-line: 1;}#a18efa5ba5a3385 [data-item*=".abstract"], #a18efa5ba5a3385 [data-item*=".abstract"] a {show: false;}#a18efa5ba5a3385 [data-item*=".subTitle"], #a18efa5ba5a3385 [data-item*=".subTitle"] a {show: false;}#a18efa5ba5a3385 [data-item*=".category"], #a18efa5ba5a3385 [data-item*=".category"] a {show: false;}#a18efa5ba5a3385 [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#a18efa5ba5a3385 [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#aa05ba3b53ab9ed .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a4c9aa1f0da95eb .form-agree {
  display: flex;
  align-items: center;
}
#a4c9aa1f0da95eb .submit-wrap {
  text-align: left;
}
#a4c9aa1f0da95eb .submit-wrap button:hover {
  background-color: #1e87f0;
}
#a4c9aa1f0da95eb .submit-wrap button {
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#a4c9aa1f0da95eb form {
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#a4c9aa1f0da95eb form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a4c9aa1f0da95eb .form-item .uk-input,
#a4c9aa1f0da95eb .form-item .uk-select,
#a4c9aa1f0da95eb .form-item .uk-textarea {
  width: autopx;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#a4c9aa1f0da95eb .form-item .auto-height {
  height: auto;
}
#a5efea9561ada2d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a0b89ae3d9a4674 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ae18ba2a2ea68b9 {
  min-height: 90vh;
  /* mobile */
}
#ae18ba2a2ea68b9 .search-highlight {
  background: yellow;
}
#ae18ba2a2ea68b9 .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#ae18ba2a2ea68b9 .el-title {
  margin-bottom: 20px;
}
#ae18ba2a2ea68b9 .el-item:hover .el-title {
  color: #0f6ecd;
}
#ae18ba2a2ea68b9 .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#ae18ba2a2ea68b9 .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#ae18ba2a2ea68b9 .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#ae18ba2a2ea68b9 .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#ae18ba2a2ea68b9 .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#ae18ba2a2ea68b9 .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #ae18ba2a2ea68b9 .el-title {
    margin-bottom: 0;
  }
  #ae18ba2a2ea68b9 .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #ae18ba2a2ea68b9 .category {
    font-size: 12px;
  }
  #ae18ba2a2ea68b9 .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#ab898a7ca7ab8a1 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a1c3cac08ea50ac {
  /* 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------------------------*/
}
#a1c3cac08ea50ac * {
  font-family: 'PT Sans Caption', sans-serif, 'arial', 'Times New Roman';
}
#a1c3cac08ea50ac .error .clip .shadow {
  height: 180px;
  /*Contrall*/
}
#a1c3cac08ea50ac .error .clip:nth-of-type(2) .shadow {
  width: 130px;
  /*Contrall play with javascript*/
}
#a1c3cac08ea50ac .error .clip:nth-of-type(1) .shadow,
#a1c3cac08ea50ac .error .clip:nth-of-type(3) .shadow {
  width: 250px;
  /*Contrall*/
}
#a1c3cac08ea50ac .error .digit {
  width: 150px;
  /*Contrall*/
  height: 150px;
  /*Contrall*/
  line-height: 150px;
  /*Contrall*/
  font-size: 120px;
  font-weight: bold;
}
#a1c3cac08ea50ac .error h2 {
  font-size: 32px;
}
#a1c3cac08ea50ac .error .msg {
  top: -190px;
  left: 30%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 32px;
}
#a1c3cac08ea50ac .error span.triangle {
  top: 70%;
  right: 0%;
  border-left: 20px solid #535353;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
#a1c3cac08ea50ac .error .container-error-404 {
  margin-top: 10%;
  position: relative;
  height: 250px;
  padding-top: 40px;
  text-align: center;
}
#a1c3cac08ea50ac .error .container-error-404 .clip {
  display: inline-block;
  transform: skew(-45deg);
}
#a1c3cac08ea50ac .error .clip .shadow {
  overflow: hidden;
}
#a1c3cac08ea50ac .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);
}
#a1c3cac08ea50ac .error .clip:nth-of-type(3) .shadow:after,
#a1c3cac08ea50ac .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%;
}
#a1c3cac08ea50ac .error .clip:nth-of-type(3) .shadow:after {
  left: -8px;
}
#a1c3cac08ea50ac .error .digit {
  position: relative;
  top: 8%;
  color: white;
  background: #07B3F9;
  border-radius: 50%;
  display: inline-block;
  transform: skew(45deg);
}
#a1c3cac08ea50ac .error .clip:nth-of-type(2) .digit {
  left: -10%;
}
#a1c3cac08ea50ac .error .clip:nth-of-type(1) .digit {
  right: -20%;
}
#a1c3cac08ea50ac .error .clip:nth-of-type(3) .digit {
  left: -20%;
}
#a1c3cac08ea50ac .error h2 {
  color: #A2A2A2;
  font-weight: bold;
  padding-bottom: 20px;
}
#a1c3cac08ea50ac .error .msg {
  position: relative;
  z-index: 9999;
  display: block;
  background: #535353;
  color: #A2A2A2;
  border-radius: 50%;
  font-style: italic;
}
#a1c3cac08ea50ac .error .triangle {
  position: absolute;
  z-index: 999;
  transform: rotate(45deg);
  content: "";
  width: 0;
  height: 0;
}
@media (max-width: 767px) {
  #a1c3cac08ea50ac {
    /* Error Page */
    /* Error Page */
  }
  #a1c3cac08ea50ac .error .clip .shadow {
    height: 100px;
    /*Contrall*/
  }
  #a1c3cac08ea50ac .error .clip:nth-of-type(2) .shadow {
    width: 80px;
    /*Contrall play with javascript*/
  }
  #a1c3cac08ea50ac .error .clip:nth-of-type(1) .shadow,
  #a1c3cac08ea50ac .error .clip:nth-of-type(3) .shadow {
    width: 100px;
    /*Contrall*/
  }
  #a1c3cac08ea50ac .error .digit {
    width: 80px;
    /*Contrall*/
    height: 80px;
    /*Contrall*/
    line-height: 80px;
    /*Contrall*/
    font-size: 52px;
  }
  #a1c3cac08ea50ac .error h2 {
    font-size: 24px;
  }
  #a1c3cac08ea50ac .error .msg {
    top: -110px;
    left: 15%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  #a1c3cac08ea50ac .error span.triangle {
    top: 70%;
    right: -3%;
    border-left: 10px solid #535353;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
  #a1c3cac08ea50ac .error .container-error-404 {
    height: 150px;
  }
}
#a1c3cac08ea50ac .overlay {
  position: relative;
  z-index: 20;
}
#a1c3cac08ea50ac .ground-color {
  background: white;
}
#a1c3cac08ea50ac .item-bg-color {
  background: #EAEAEA;
}
#a1c3cac08ea50ac .padding-top {
  padding-top: 10px;
}
#a1c3cac08ea50ac .padding-bottom {
  padding-bottom: 10px;
}
#a1c3cac08ea50ac .padding-vertical {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a1c3cac08ea50ac .padding-horizontal {
  padding-left: 10px;
  padding-right: 10px;
}
#a1c3cac08ea50ac .padding-all {
  padding: 10px;
}
#a1c3cac08ea50ac .no-padding-left {
  padding-left: 0px;
}
#a1c3cac08ea50ac .no-padding-right {
  padding-right: 0px;
}
#a1c3cac08ea50ac .no-vertical-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}
#a1c3cac08ea50ac .no-horizontal-padding {
  padding-left: 0px;
  padding-right: 0px;
}
#a1c3cac08ea50ac .no-padding {
  padding: 0px;
}
#a1c3cac08ea50ac .margin-top {
  margin-top: 10px;
}
#a1c3cac08ea50ac .margin-bottom {
  margin-bottom: 10px;
}
#a1c3cac08ea50ac .margin-right {
  margin-right: 10px;
}
#a1c3cac08ea50ac .margin-left {
  margin-left: 10px;
}
#a1c3cac08ea50ac .margin-horizontal {
  margin-left: 10px;
  margin-right: 10px;
}
#a1c3cac08ea50ac .margin-vertical {
  margin-top: 10px;
  margin-bottom: 10px;
}
#a1c3cac08ea50ac .margin-all {
  margin: 10px;
}
#a1c3cac08ea50ac .no-margin {
  margin: 0px;
}
#a1c3cac08ea50ac .no-vertical-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}
#a1c3cac08ea50ac .no-horizontal-margin {
  margin-left: 0px;
  margin-right: 0px;
}
#a1c3cac08ea50ac .inside-col-shrink {
  margin: 0px 20px;
}
#a1c3cac08ea50ac hr {
  margin: 0px;
  padding: 0px;
  border-top: 1px dashed #999;
}
#ace31acaaea298e {
  /* 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------------------------*/
}
#ace31acaaea298e * {
  font-family: 'PT Sans Caption', sans-serif, 'arial', 'Times New Roman';
}
#ace31acaaea298e .error .clip .shadow {
  height: 180px;
  /*Contrall*/
}
#ace31acaaea298e .error .clip:nth-of-type(2) .shadow {
  width: 130px;
  /*Contrall play with javascript*/
}
#ace31acaaea298e .error .clip:nth-of-type(1) .shadow,
#ace31acaaea298e .error .clip:nth-of-type(3) .shadow {
  width: 250px;
  /*Contrall*/
}
#ace31acaaea298e .error .digit {
  width: 150px;
  /*Contrall*/
  height: 150px;
  /*Contrall*/
  line-height: 150px;
  /*Contrall*/
  font-size: 120px;
  font-weight: bold;
}
#ace31acaaea298e .error h2 {
  font-size: 32px;
}
#ace31acaaea298e .error .msg {
  top: -190px;
  left: 30%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 32px;
}
#ace31acaaea298e .error span.triangle {
  top: 70%;
  right: 0%;
  border-left: 20px solid #535353;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
#ace31acaaea298e .error .container-error-404 {
  margin-top: 10%;
  position: relative;
  height: 250px;
  padding-top: 40px;
  text-align: center;
}
#ace31acaaea298e .error .container-error-404 .clip {
  display: inline-block;
  transform: skew(-45deg);
}
#ace31acaaea298e .error .clip .shadow {
  overflow: hidden;
}
#ace31acaaea298e .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);
}
#ace31acaaea298e .error .clip:nth-of-type(3) .shadow:after,
#ace31acaaea298e .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%;
}
#ace31acaaea298e .error .clip:nth-of-type(3) .shadow:after {
  left: -8px;
}
#ace31acaaea298e .error .digit {
  position: relative;
  top: 8%;
  color: white;
  background: #07B3F9;
  border-radius: 50%;
  display: inline-block;
  transform: skew(45deg);
}
#ace31acaaea298e .error .clip:nth-of-type(2) .digit {
  left: -10%;
}
#ace31acaaea298e .error .clip:nth-of-type(1) .digit {
  right: -20%;
}
#ace31acaaea298e .error .clip:nth-of-type(3) .digit {
  left: -20%;
}
#ace31acaaea298e .error h2 {
  color: #A2A2A2;
  font-weight: bold;
  padding-bottom: 20px;
}
#ace31acaaea298e .error .msg {
  position: relative;
  z-index: 9999;
  display: block;
  background: #535353;
  color: #A2A2A2;
  border-radius: 50%;
  font-style: italic;
}
#ace31acaaea298e .error .triangle {
  position: absolute;
  z-index: 999;
  transform: rotate(45deg);
  content: "";
  width: 0;
  height: 0;
}
@media (max-width: 767px) {
  #ace31acaaea298e {
    /* Error Page */
    /* Error Page */
  }
  #ace31acaaea298e .error .clip .shadow {
    height: 100px;
    /*Contrall*/
  }
  #ace31acaaea298e .error .clip:nth-of-type(2) .shadow {
    width: 80px;
    /*Contrall play with javascript*/
  }
  #ace31acaaea298e .error .clip:nth-of-type(1) .shadow,
  #ace31acaaea298e .error .clip:nth-of-type(3) .shadow {
    width: 100px;
    /*Contrall*/
  }
  #ace31acaaea298e .error .digit {
    width: 80px;
    /*Contrall*/
    height: 80px;
    /*Contrall*/
    line-height: 80px;
    /*Contrall*/
    font-size: 52px;
  }
  #ace31acaaea298e .error h2 {
    font-size: 24px;
  }
  #ace31acaaea298e .error .msg {
    top: -110px;
    left: 15%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  #ace31acaaea298e .error span.triangle {
    top: 70%;
    right: -3%;
    border-left: 10px solid #535353;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
  #ace31acaaea298e .error .container-error-404 {
    height: 150px;
  }
}
#ace31acaaea298e .overlay {
  position: relative;
  z-index: 20;
}
#ace31acaaea298e .ground-color {
  background: white;
}
#ace31acaaea298e .item-bg-color {
  background: #EAEAEA;
}
#ace31acaaea298e .padding-top {
  padding-top: 10px;
}
#ace31acaaea298e .padding-bottom {
  padding-bottom: 10px;
}
#ace31acaaea298e .padding-vertical {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ace31acaaea298e .padding-horizontal {
  padding-left: 10px;
  padding-right: 10px;
}
#ace31acaaea298e .padding-all {
  padding: 10px;
}
#ace31acaaea298e .no-padding-left {
  padding-left: 0px;
}
#ace31acaaea298e .no-padding-right {
  padding-right: 0px;
}
#ace31acaaea298e .no-vertical-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}
#ace31acaaea298e .no-horizontal-padding {
  padding-left: 0px;
  padding-right: 0px;
}
#ace31acaaea298e .no-padding {
  padding: 0px;
}
#ace31acaaea298e .margin-top {
  margin-top: 10px;
}
#ace31acaaea298e .margin-bottom {
  margin-bottom: 10px;
}
#ace31acaaea298e .margin-right {
  margin-right: 10px;
}
#ace31acaaea298e .margin-left {
  margin-left: 10px;
}
#ace31acaaea298e .margin-horizontal {
  margin-left: 10px;
  margin-right: 10px;
}
#ace31acaaea298e .margin-vertical {
  margin-top: 10px;
  margin-bottom: 10px;
}
#ace31acaaea298e .margin-all {
  margin: 10px;
}
#ace31acaaea298e .no-margin {
  margin: 0px;
}
#ace31acaaea298e .no-vertical-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}
#ace31acaaea298e .no-horizontal-margin {
  margin-left: 0px;
  margin-right: 0px;
}
#ace31acaaea298e .inside-col-shrink {
  margin: 0px 20px;
}
#ace31acaaea298e hr {
  margin: 0px;
  padding: 0px;
  border-top: 1px dashed #999;
}
#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#aa05ba3b53ab9ed .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#afc78ad6b3a1154 .login-main {
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(12, 1, 4, 0.05);
}
#afc78ad6b3a1154 .switch_item {
  margin-right: 10px;
}
#afc78ad6b3a1154 a.switch_item:hover {
  text-decoration: underline;
}
#afc78ad6b3a1154 .slider {
  width: 420px;
  height: 600px;
}
#afc78ad6b3a1154 .uk-slideshow-items {
  height: 100%;
}
#afc78ad6b3a1154 .uk-slideshow-items a {
  width: 100%;
  height: 100%;
  display: block;
}
#afc78ad6b3a1154 .login-wrap {
  width: 100%;
  height: 100%;
}
#afc78ad6b3a1154 .uk-dotnav > * > * {
  background: #fff;
  border-color: #fff;
  opacity: .5;
}
#afc78ad6b3a1154 .uk-dotnav > .uk-active > * {
  border-color: #0076fe;
  background: #0076fe;
}
#afc78ad6b3a1154 .phone-login-box {
  margin: 40px auto 40px;
}
#afc78ad6b3a1154 .login-header {
  margin-bottom: 24px;
}
#afc78ad6b3a1154 .login-header h4 {
  font-size: 22px;
  font-weight: bolder;
  line-height: 1;
  padding-left: 20px;
  border-left: 4px solid #0076fe;
}
#afc78ad6b3a1154 .input-item {
  width: 330px;
  height: 45px;
  background-color: #f0f2f7;
  border-radius: 22px;
  border: solid 1px #e3e8f0;
  position: relative;
  overflow: hidden;
}
#afc78ad6b3a1154 .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;
}
#afc78ad6b3a1154 .forget_password {
  cursor: pointer;
}
#afc78ad6b3a1154 .forget_password:hover {
  color: #1e87f0;
}
#afc78ad6b3a1154 .input-item input.error,
#afc78ad6b3a1154 .input-item input.error::placeholder {
  color: #fc4343;
}
#afc78ad6b3a1154 .input-item input::placeholder {
  color: #999;
}
#afc78ad6b3a1154 .input-item .icon {
  position: absolute;
  left: 10px;
  top: 12px;
  fill: #ccc;
  width: 20px;
}
#afc78ad6b3a1154 .form-item {
  margin: 24px 0;
}
#afc78ad6b3a1154 .verifycode-input .input-item {
  width: 200px;
  float: left;
}
#afc78ad6b3a1154 .send-code {
  float: left;
  margin-left: 20px;
}
#afc78ad6b3a1154 .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;
}
#afc78ad6b3a1154 .submit {
  width: 330px;
  height: 45px;
  background-color: #0076fe;
  border-radius: 22px;
  font-size: 18px;
  line-height: 45px;
  color: #fff;
  cursor: pointer;
}
#afc78ad6b3a1154 .error {
  color: #fc4343;
  font-size: 12px;
  padding-left: 10px;
  display: block;
  max-width: 300px;
}
#afc78ad6b3a1154 .login_btn_wrap {
  text-align: center;
}
#afc78ad6b3a1154 .login_btn_wrap .submit {
  display: block;
  margin-bottom: 10px;
}
#afc78ad6b3a1154 .input-item .pwd-toggle {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  font-size: 16px;
  color: #999;
  cursor: pointer;
}
#afc78ad6b3a1154 .input-item .pwd-toggle:hover {
  color: currentColor;
}
#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a73d5a16d1a74be .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ac511a6243a659f .sidebar {
  width: 150px;
  max-width: 150px;
  height: 100%;
}
#ac511a6243a659f .nav-items {
  background: #fafafa;
  min-height: 200px;
}
#ac511a6243a659f .phone-info {
  background: #fafafa;
  margin-top: 10px;
  font-size: 12px;
  padding: 22px 4px 20px 16px;
  line-height: 1.5;
  color: #666;
}
#ac511a6243a659f .phone-info .phone {
  line-height: 1.5;
  color: #333;
  font-size: 18px;
  font-family: Arial;
}
#ac511a6243a659f .nav-type {
  line-height: 37px;
  padding-left: 20px;
  cursor: pointer;
}
#ac511a6243a659f .nav-type.active {
  color: #FFF;
  cursor: default;
  background: #ff658c;
}
#ac511a6243a659f .content {
  padding-bottom: 60px;
  color: #666;
  border: 1px solid #f0f0f0;
  min-height: 400px;
}
#ac511a6243a659f .nav-list {
  padding: 0 20px;
}
#ac511a6243a659f .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;
}
#ac511a6243a659f .nav-list .nav-item.active {
  background-color: #ff5c89;
  color: #fff;
  cursor: default;
}
#ac511a6243a659f .order-item {
  margin-top: 10px;
  background: #fff;
  padding: 0 20px;
}
#ac511a6243a659f .order-item:hover {
  background: #f7f7f7;
}
#ac511a6243a659f .del-order {
  cursor: pointer;
}
#ac511a6243a659f .order-item .order-title {
  line-height: 40px;
  color: #666;
  font-size: 13px;
  border-bottom: 1px solid #f7f7f7;
}
#ac511a6243a659f .goods-item {
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
  cursor: pointer;
}
#ac511a6243a659f .order-goods-list .goods-item:last-child {
  border-bottom: none;
}
#ac511a6243a659f .goods-item img {
  width: 100px;
  height: 100px;
  background: #f4f4f4;
}
#ac511a6243a659f .goods-item .goods-info {
  padding: 0 15px;
}
#ac511a6243a659f .appoint-time span {
  color: #e4393c;
  background-color: #f9eeee;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 2px;
  line-height: 1;
}
#ac511a6243a659f .appoint-time {
  margin-bottom: 4px;
}
#ac511a6243a659f .appoint-name {
  color: #333;
  font-size: 14px;
}
#ac511a6243a659f .appoint-info {
  padding: 0 15px;
  font-size: 12px;
  color: #888;
}
#ac511a6243a659f .goods-item .goods-name {
  color: #333;
}
#ac511a6243a659f .goods-item .sku-name {
  color: #999;
  font-size: 12px;
}
#ac511a6243a659f .order-total-info {
  padding-bottom: 10px;
  color: #999;
  font-size: 12px;
}
#ac511a6243a659f .order-total-info .total-price {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
}
#ac511a6243a659f .load-more {
  font-size: 12px;
  padding-bottom: 15px;
  color: #999;
}
#ac511a6243a659f .order-btns {
  padding: 10px 0;
  border-top: 1px solid #f7f7f7;
}
#ac511a6243a659f .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;
}
#ac511a6243a659f .order-btns .btn-warn {
  color: #fff;
  background: #eb3c3c;
  border-color: #eb3c3c;
  cursor: pointer;
}
#ac511a6243a659f .appoint-info .title {
  font-weight: bold;
  color: #333;
}
#ac511a6243a659f .coupon-item {
  margin: 10px 30px;
  display: inline-flex;
  width: 42%;
}
#ac511a6243a659f .setting-form {
  padding: 30px 20px;
}
#ac511a6243a659f .setting-item {
  margin-bottom: 20px;
  font-size: 13px;
  color: #666;
  line-height: 18px;
}
#ac511a6243a659f .setting-item .label {
  display: inline-block;
  margin-right: 6px;
  text-align: right;
  min-width: 120px;
}
#ac511a6243a659f .setting-item .input-text {
  border: 1px solid #ccc;
  line-height: 28px;
  padding: 0 10px;
  min-width: 200px;
  font-size: 13px;
}
#ac511a6243a659f .setting-form .setting-btns {
  margin-left: 130px;
}
#ac511a6243a659f .setting-form .uk-button {
  height: 30px;
  line-height: 30px;
  margin-right: 8px;
}
#ac511a6243a659f .setting-wrap {
  position: relative;
}
#ac511a6243a659f .user-info {
  border: 1px solid #ccc;
  width: 300px;
  position: absolute;
  right: 80px;
  top: 30px;
  color: #666;
  padding: 10px;
  font-size: 13px;
  background: #f9f9f9;
}
#ac511a6243a659f .user-info .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
#ac511a6243a659f .user-info .levels {
  color: #888;
  font-size: 12px;
}
#ac511a6243a659f .address-wrap {
  padding: 30px 20px;
}
#ac511a6243a659f .addr-header {
  font-size: 18px;
  color: #333;
  margin: 0;
}
#ac511a6243a659f .addr-detail {
  border-bottom: 1px solid #ececec;
  margin-bottom: 10px;
}
#ac511a6243a659f .addr-list {
  min-height: 200px;
}
#ac511a6243a659f .addr-detail .addr-item-name,
#ac511a6243a659f .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;
}
#ac511a6243a659f .addr-detail .addr-name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
#ac511a6243a659f .addr-detail .addr-item-name {
  color: #e93b3d;
  border-color: #e93b3d;
}
#ac511a6243a659f .addr-detail {
  padding: 12px 0;
  flex: 1;
}
#ac511a6243a659f .op-btns a {
  font-size: 12px;
  color: #e93b3d;
  margin-left: 6px;
}
#ac511a6243a659f .add-addr {
  height: 32px;
  line-height: 30px;
}
#ac511a6243a659f .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;
}
#ac511a6243a659f .publish-item {
  cursor: default;
  min-height: 120px;
}
#ac511a6243a659f .publish-item .status-0 {
  background-image: url(../../resources/sys/img/icons/info-unread.png);
}
#ac511a6243a659f .publish-item .status-1 {
  background-image: url(../../resources/sys/img/icons/info-fail.png);
}
#ac511a6243a659f .publish-item .btns a {
  display: inline-block;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 2px;
  color: #fff;
  background: #1e87f0;
}
#ac511a6243a659f .publish-item .btns .del-info {
  background: #ccc;
  color: #999;
}
#a5086ab4e2ac13c .sidebar {
  width: 150px;
  max-width: 150px;
  height: 100%;
}
#a5086ab4e2ac13c .nav-items {
  background: #fafafa;
  min-height: 200px;
}
#a5086ab4e2ac13c .phone-info {
  background: #fafafa;
  margin-top: 10px;
  font-size: 12px;
  padding: 22px 4px 20px 16px;
  line-height: 1.5;
  color: #666;
}
#a5086ab4e2ac13c .phone-info .phone {
  line-height: 1.5;
  color: #333;
  font-size: 18px;
  font-family: Arial;
}
#a5086ab4e2ac13c .nav-type {
  line-height: 37px;
  padding-left: 20px;
  cursor: pointer;
}
#a5086ab4e2ac13c .nav-type.active {
  color: #FFF;
  cursor: default;
  background: #ff658c;
}
#a5086ab4e2ac13c .content {
  padding-bottom: 60px;
  color: #666;
  border: 1px solid #f0f0f0;
  min-height: 400px;
}
#a5086ab4e2ac13c .nav-list {
  padding: 0 20px;
}
#a5086ab4e2ac13c .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;
}
#a5086ab4e2ac13c .nav-list .nav-item.active {
  background-color: #ff5c89;
  color: #fff;
  cursor: default;
}
#a5086ab4e2ac13c .order-item {
  margin-top: 10px;
  background: #fff;
  padding: 0 20px;
}
#a5086ab4e2ac13c .order-item:hover {
  background: #f7f7f7;
}
#a5086ab4e2ac13c .del-order {
  cursor: pointer;
}
#a5086ab4e2ac13c .order-item .order-title {
  line-height: 40px;
  color: #666;
  font-size: 13px;
  border-bottom: 1px solid #f7f7f7;
}
#a5086ab4e2ac13c .goods-item {
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
  cursor: pointer;
}
#a5086ab4e2ac13c .order-goods-list .goods-item:last-child {
  border-bottom: none;
}
#a5086ab4e2ac13c .goods-item img {
  width: 100px;
  height: 100px;
  background: #f4f4f4;
}
#a5086ab4e2ac13c .goods-item .goods-info {
  padding: 0 15px;
}
#a5086ab4e2ac13c .appoint-time span {
  color: #e4393c;
  background-color: #f9eeee;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 2px;
  line-height: 1;
}
#a5086ab4e2ac13c .appoint-time {
  margin-bottom: 4px;
}
#a5086ab4e2ac13c .appoint-name {
  color: #333;
  font-size: 14px;
}
#a5086ab4e2ac13c .appoint-info {
  padding: 0 15px;
  font-size: 12px;
  color: #888;
}
#a5086ab4e2ac13c .goods-item .goods-name {
  color: #333;
}
#a5086ab4e2ac13c .goods-item .sku-name {
  color: #999;
  font-size: 12px;
}
#a5086ab4e2ac13c .order-total-info {
  padding-bottom: 10px;
  color: #999;
  font-size: 12px;
}
#a5086ab4e2ac13c .order-total-info .total-price {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
}
#a5086ab4e2ac13c .load-more {
  font-size: 12px;
  padding-bottom: 15px;
  color: #999;
}
#a5086ab4e2ac13c .order-btns {
  padding: 10px 0;
  border-top: 1px solid #f7f7f7;
}
#a5086ab4e2ac13c .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;
}
#a5086ab4e2ac13c .order-btns .btn-warn {
  color: #fff;
  background: #eb3c3c;
  border-color: #eb3c3c;
  cursor: pointer;
}
#a5086ab4e2ac13c .appoint-info .title {
  font-weight: bold;
  color: #333;
}
#a5086ab4e2ac13c .coupon-item {
  margin: 10px 30px;
  display: inline-flex;
  width: 42%;
}
#a5086ab4e2ac13c .setting-form {
  padding: 30px 20px;
}
#a5086ab4e2ac13c .setting-item {
  margin-bottom: 20px;
  font-size: 13px;
  color: #666;
  line-height: 18px;
}
#a5086ab4e2ac13c .setting-item .label {
  display: inline-block;
  margin-right: 6px;
  text-align: right;
  min-width: 120px;
}
#a5086ab4e2ac13c .setting-item .input-text {
  border: 1px solid #ccc;
  line-height: 28px;
  padding: 0 10px;
  min-width: 200px;
  font-size: 13px;
}
#a5086ab4e2ac13c .setting-form .setting-btns {
  margin-left: 130px;
}
#a5086ab4e2ac13c .setting-form .uk-button {
  height: 30px;
  line-height: 30px;
  margin-right: 8px;
}
#a5086ab4e2ac13c .setting-wrap {
  position: relative;
}
#a5086ab4e2ac13c .user-info {
  border: 1px solid #ccc;
  width: 300px;
  position: absolute;
  right: 80px;
  top: 30px;
  color: #666;
  padding: 10px;
  font-size: 13px;
  background: #f9f9f9;
}
#a5086ab4e2ac13c .user-info .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
#a5086ab4e2ac13c .user-info .levels {
  color: #888;
  font-size: 12px;
}
#a5086ab4e2ac13c .address-wrap {
  padding: 30px 20px;
}
#a5086ab4e2ac13c .addr-header {
  font-size: 18px;
  color: #333;
  margin: 0;
}
#a5086ab4e2ac13c .addr-detail {
  border-bottom: 1px solid #ececec;
  margin-bottom: 10px;
}
#a5086ab4e2ac13c .addr-list {
  min-height: 200px;
}
#a5086ab4e2ac13c .addr-detail .addr-item-name,
#a5086ab4e2ac13c .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;
}
#a5086ab4e2ac13c .addr-detail .addr-name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
#a5086ab4e2ac13c .addr-detail .addr-item-name {
  color: #e93b3d;
  border-color: #e93b3d;
}
#a5086ab4e2ac13c .addr-detail {
  padding: 12px 0;
  flex: 1;
}
#a5086ab4e2ac13c .op-btns a {
  font-size: 12px;
  color: #e93b3d;
  margin-left: 6px;
}
#a5086ab4e2ac13c .add-addr {
  height: 32px;
  line-height: 30px;
}
#a5086ab4e2ac13c .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;
}
#a5086ab4e2ac13c .publish-item {
  cursor: default;
  min-height: 120px;
}
#a5086ab4e2ac13c .publish-item .status-0 {
  background-image: url(../../resources/sys/img/icons/info-unread.png);
}
#a5086ab4e2ac13c .publish-item .status-1 {
  background-image: url(../../resources/sys/img/icons/info-fail.png);
}
#a5086ab4e2ac13c .publish-item .btns a {
  display: inline-block;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 2px;
  color: #fff;
  background: #1e87f0;
}
#a5086ab4e2ac13c .publish-item .btns .del-info {
  background: #ccc;
  color: #999;
}
#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#aa05ba3b53ab9ed .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a55c6a717ba4065 {
  min-height: 90vh;
  /* mobile */
}
#a55c6a717ba4065 .search-highlight {
  background: yellow;
}
#a55c6a717ba4065 .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#a55c6a717ba4065 .el-title {
  margin-bottom: 20px;
}
#a55c6a717ba4065 .el-item:hover .el-title {
  color: #0f6ecd;
}
#a55c6a717ba4065 .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a55c6a717ba4065 .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a55c6a717ba4065 .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a55c6a717ba4065 .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a55c6a717ba4065 .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a55c6a717ba4065 .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a55c6a717ba4065 .el-title {
    margin-bottom: 0;
  }
  #a55c6a717ba4065 .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a55c6a717ba4065 .category {
    font-size: 12px;
  }
  #a55c6a717ba4065 .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#aa05ba3b53ab9ed .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a8bd5a317ca1f1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8bd5a317ca1f1d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8bd5a317ca1f1d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #d3dbea;
  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;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  padding: 0 30px;
}
#a8bd5a317ca1f1d .menu-list > li:hover:before {
  height: 100%;
}
#a8bd5a317ca1f1d .menu-list > li:hover:after {
  color: auto;
}
#a8bd5a317ca1f1d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #334b8d;
  font-weight: 400;
  content: "|";
}
#a8bd5a317ca1f1d .menu-list > li:first-child:after {
  content: "";
}
#a8bd5a317ca1f1d .menu-list > li ul {
  padding: 0;
  background-color: #0971ce;
  -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);
}
#a8bd5a317ca1f1d .menu-list > li ul li {
  position: relative;
}
#a8bd5a317ca1f1d .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: 240px;
  background-color: #0971ce;
}
#a8bd5a317ca1f1d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  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: 16px;
  text-align: center;
  font-family: inherit;
  color: #334b8d;
}
#a8bd5a317ca1f1d .menu-list > li:hover > a {
  background-color: #d3dbea;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8bd5a317ca1f1d li ul li:hover > a {
  background-color: #334b8d;
}
#a8bd5a317ca1f1d li ul,
#a8bd5a317ca1f1d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8bd5a317ca1f1d li:hover > ul {
  left: auto;
}
#a8bd5a317ca1f1d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9d3aaf06eac478 form {
  width: 100%;
  height: 100%;
}
#a9d3aaf06eac478 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9d3aaf06eac478 .search-box .search-type.show {
  display: block;
}
#a9d3aaf06eac478 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.07);
  cursor: pointer;
  padding: 0 18px;
}
#a9d3aaf06eac478 .search-box .search-type li:hover {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .search-box .search-type li.active {
  color: #5cc8ff;
}
#a9d3aaf06eac478 .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: 10px;
  background-color: rgba(155, 155, 155, 0.07);
  overflow: hidden;
}
#a9d3aaf06eac478 .inner-form .input-field {
  height: 100%;
}
#a9d3aaf06eac478 .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;
}
#a9d3aaf06eac478 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9d3aaf06eac478 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9d3aaf06eac478 .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: rgba(155, 155, 155, 0.07);
  position: relative;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9d3aaf06eac478 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9d3aaf06eac478 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a9d3aaf06eac478 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #0971ce;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#a9d3aaf06eac478 .btn-search:hover {
  background: #5cc8ff;
}
#a9d3aaf06eac478 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9990a9801a987c > .ele-wrap {background-color: rgba(204, 204, 204, 1);}#a0607a4c2aa1644 > .ele-wrap {background-color: rgba(51, 75, 141, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0607a4c2aa1644  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}