.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.6;
  /* 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: #f5f7f9;
}
/* 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: #e90505;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
.uk-link:hover {
  color: #e90505;
}
/* 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: #e90505;
}
/* 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: #4a90e2;
  text-shadow: none;
}
::selection {
  background: #4a90e2;
  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 #4a90e2;
}
/* Small
   ========================================================================== */
/*
   * Reset child height, caused by `inline-block`
   */
.uk-divider-small {
  line-height: 0;
}
.uk-divider-small::after {
  border-top: 2px solid #4a90e2;
}
/* ========================================================================
     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: #4a90e2;
  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: #4a90e2;
  outline: none;
}
/* OnClick + Active */
.uk-icon-button:active,
.uk-active > .uk-icon-button {
  background-color: #4a90e2;
  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: #4a90e2;
  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: #4a90e2;
}
/* OnClick + Active */
.uk-button-default:active,
.uk-button-default.uk-active {
  background-color: #4a90e2;
  color: #ffffff;
}
/*
   * Primary
   */
.uk-button-primary {
  background-color: #4a90e2;
  color: #ffffff;
}
/* Hover + Focus */
.uk-button-primary:hover,
.uk-button-primary:focus {
  background-color: #dc001a;
  color: #ffffff;
}
/* OnClick + Active */
.uk-button-primary:active,
.uk-button-primary.uk-active {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-button-secondary {
  color: #666;
  border: 1px solid #dc001a;
}
/* OnClick + Active */
.uk-button-secondary:active,
.uk-button-secondary.uk-active {
  background-color: #4a90e2;
  color: #ffffff;
  border-color: #4a90e2;
}
/*
   * 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.6;
  background: none;
  /* 2 */
  position: relative;
}
/* Hover + Focus */
.uk-button-text:hover,
.uk-button-text:focus {
  color: #4a90e2;
}
/* Disabled */
.uk-button-text:disabled {
  color: #999999;
}
/*
   * Link
   * 1. Reset
   * 2. Style
   */
.uk-button-link {
  /* 1 */
  padding: 0;
  line-height: 1.6;
  background: none;
  /* 2 */
  color: #e90505;
}
/* Hover + Focus */
.uk-button-link:hover,
.uk-button-link:focus {
  color: #e90505;
}
/* 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: #4a90e2;
}
/*
   * Secondary
   */
.uk-section-secondary,
.ap-container-secondary .uk-container {
  background: #dc001a;
}
.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: #4a90e2;
}
/*
   * Secondary
   */
.uk-tile-secondary {
  background: #dc001a;
}
/* ========================================================================
     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: #4a90e2;
  color: #ffffff;
}
.uk-card-primary .uk-card-title {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-card-secondary {
  background: #dc001a;
  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: #4a90e2;
  background-color: transparent;
}
/* ========================================================================
     Component: Marker
   ========================================================================== */
/*
   * Addopts `uk-icon`
   */
.uk-marker {
  padding: 5px;
  background: #dc001a;
  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: #4a90e2;
}
/*
   * 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: #4a90e2;
  color: #ffffff;
}
/*
   * Required for `a`
   */
.uk-badge:hover,
.uk-badge:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
/* ========================================================================
     Component: Label
   ========================================================================== */
.uk-label {
  background: #4a90e2;
  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.6 em;
  height: 1.6 em;
}
/*
   * Items
   */
.uk-nav-default > li > a {
  color: #999999;
}
/* Hover + Focus */
.uk-nav-default > li > a:hover,
.uk-nav-default > li > a:focus {
  color: #4a90e2;
  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.6;
  color: #999999;
}
/* Hover + Focus */
.uk-nav-primary > li > a:hover,
.uk-nav-primary > li > a:focus {
  color: #4a90e2;
}
/* 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: #4a90e2;
  outline: none;
}
.uk-navbar-nav > li > a:hover::before {
  background-color: currentColor;
}
/* OnClick */
.uk-navbar-nav > li.uk-active > a::before {
  background-color: #4a90e2;
}
/* Item
   ========================================================================== */
.uk-navbar-item {
  color: #666;
}
/* Toggle
   ========================================================================== */
.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus,
.uk-navbar-toggle.uk-open {
  color: #4a90e2;
}
/* 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: #4a90e2;
  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: #4a90e2;
  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: #4a90e2;
  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: #4a90e2;
}
/* 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: #4a90e2;
  border-color: transparent;
}
/* Active */
.uk-dotnav > .uk-active > * {
  background-color: #4a90e2;
  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: #4a90e2;
}
/*
   * 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: #4a90e2;
}
/* 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: #4a90e2;
}
/*
   * 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: #4a90e2;
  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: #4a90e2;
}
.uk-progress::-moz-progress-bar {
  background-color: #4a90e2;
}
.uk-progress::-ms-fill {
  background-color: #4a90e2;
}
/* ========================================================================
     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: #4a90e2 !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: #4a90e2 !important;
}
@supports (-webkit-background-clip: text) {
  .uk-text-background {
    background-color: #4a90e2;
  }
}
/* ========================================================================
     Component: Background
   ========================================================================== */
/* Color
   ========================================================================== */
.uk-background-default {
  background-color: #ffffff;
}
.uk-background-muted {
  background-color: #f8f8f8;
}
.uk-background-primary {
  background-color: #4a90e2;
}
.uk-background-secondary {
  background-color: #dc001a;
}
/* ========================================================================
     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: #4a90e2;
  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: #4a90e2;
  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: #4a90e2;
  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: #4a90e2;
}
.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(220, 0, 26, 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: #4a90e2;
}
.uk-section-muted .uk-navbar-container.uk-navbar-sticky {
  background-color: #f8f8f8;
}
.uk-section-primary .uk-navbar-container.uk-navbar-sticky {
  background-color: #4a90e2;
}
.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: #4a90e2;
  border-color: #4a90e2;
}
.category .uk-pagination li:hover,
.ap-pagination li:hover,
.dynamic-pagination li:hover {
  border-color: #4a90e2;
}
/* ========================================================================
   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: #2275d7;
}
.ap-list-filter dd a.active {
  background-color: #4a90e2;
  color: #fff;
  border-radius: 2px;
}
.ap-filter-dropdown .filter-item-wrap.open,
.ap-filter-dropdown .filter-item.active {
  color: #4a90e2;
}
.category li a.active {
  color: #4a90e2;
}
.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: #4a90e2;
}
.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: #4a90e2;
  border: 1px solid rgba(74, 144, 226, 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: #4a90e2;
}
form .step .ui-step.active .ui-step-title {
  color: #4a90e2;
}
/**************** 自定义版块样式 ********************/
.btn-effect-1 {
  border-color: #4a90e2;
  background-color: #4a90e2;
  color: #fff;
}
.header-effect-6 [data-item='title']::before {
  background-color: #4a90e2;
}
.header-effect-7 [data-item='subTitle'] {
  display: inline-block;
  padding: 2px 8px;
  font-size: 12px;
  background-color: #4a90e2;
  color: #fff !important;
}
.btn-effect-2 {
  background-color: transparent;
  border: 1px solid #4a90e2;
  color: #4a90e2;
}
.btn-effect-2:hover {
  background-color: #4a90e2;
}
.uk-button.btn-effect-5 {
  background-color: #4a90e2;
  box-shadow: 0 0 15px rgba(74, 144, 226, 0.8);
}
.header-effect-3 [data-item='title']::after {
  background: #4a90e2;
}
.header-effect-6 [data-item='title']::before {
  background-color: #4a90e2;
}
#a6c5cae6f5a047d .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a0fd6a77f1a3321 .sidebar {
  width: 300px;
  margin-left: 20px;
}
#a0fd6a77f1a3321 .datetime {
  flex-shrink: 0;
  margin-left: 20px;
}
#a0fd6a77f1a3321 .data-list .uk-card {
  border-bottom: 1px dashed #ececec;
}
#a0fd6a77f1a3321 .content-header .category {
  border-left: 3px solid #4a90e2;
  padding-left: 10px;
  line-height: 1;
}
#a0fd6a77f1a3321 .post-item {
  overflow: hidden;
}
#a0fd6a77f1a3321 .post-item .uk-button {
  color: #fff;
  background: #4a90e2;
  border-radius: 14px;
  line-height: 28px;
  padding: 0 25px;
}
#a0fd6a77f1a3321 .post-item {
  height: 100%;
  width: 100%;
}
#a0fd6a77f1a3321 .post-title {
  margin-bottom: 20px;
}
#a0fd6a77f1a3321 .date {
  font-size: 28px;
  font-weight: bolder;
}
#a0fd6a77f1a3321 .sidebar.left {
  margin-left: 0;
  margin-right: 20px;
}
@media (max-width: 640px) {
  #a0fd6a77f1a3321 .sidebar {
    width: 100%;
    margin: 0 0 15px;
  }
  #a0fd6a77f1a3321 .data-list .uk-card {
    padding: 10px 0;
  }
  #a0fd6a77f1a3321 .post-title {
    margin-bottom: 6px;
  }
  #a0fd6a77f1a3321 .mobile-date {
    color: #999;
    font-size: 12px;
  }
}
#a0fd6a77f1a3321 .data-list .uk-card {
  cursor: pointer !important;
}
#a0fd6a77f1a3321 .data-list .uk-card img {
  max-height: 300px;
}
#a0fd6a77f1a3321 .data-list .uk-card:hover {
  background: #fafafa;
}
#a0fd6a77f1a3321 .data-list .uk-card:hover .uk-h4 {
  color: #e90505;
}
#a0fd6a77f1a3321 .data-list .uk-card .uk-card-media-left img {
  transition: all .3s ease;
}
#a0fd6a77f1a3321 .data-list .uk-card .uk-card-media-left:hover img {
  transform: scale(1.05);
}
#a0fd6a77f1a3321 .data-list .uk-card-media-left {
  border-radius: 4px;
  overflow: hidden;
}
#a0fd6a77f1a3321 .search-form {
  position: relative;
  overflow: hidden;
  background: #fff;
  display: block;
}
#a0fd6a77f1a3321 .search-form input.search-input {
  width: 100%;
  height: 34px;
  padding: 5px 52px 5px 10px;
  font-size: 14px;
  color: #333;
  border: 1px solid #efefef;
}
#a0fd6a77f1a3321 .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: #4a90e2;
  cursor: pointer;
}
#a0fd6a77f1a3321 .uk-card .category {
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 5px 6px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  background-color: #000;
  filter: alpha(opacity=60);
  background: rgba(0, 0, 0, 0.6);
  border-radius: 2px;
  transition: all .3s ease;
}
#a0fd6a77f1a3321 .uk-card .category:hover {
  background: #4a90e2;
}
#a0fd6a77f1a3321 .accordion-menu {
  width: 100%;
}
#a0fd6a77f1a3321 .accordion-menu ul ul.submenu,
#a0fd6a77f1a3321 .accordion-menu ul ul.submenu li ul.submenu {
  background: transparent;
}
#a0fd6a77f1a3321 .accordion-menu-header {
  padding: 10px 10px 0;
  border-bottom: 1px solid #ececec;
}
#a0fd6a77f1a3321 .accordion-menu ul li a {
  margin-bottom: 1px;
  color: #555;
  display: block;
  width: 100%;
  padding: 0 40px;
  line-height: 40px;
  background: #ececec;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  transition: color .2s linear,background .2s linear;
  font-size: 13px;
  border: none;
}
#a0fd6a77f1a3321 .accordion-menu > ul > li > a {
  background: #fff;
  font-size: 14px;
  border-bottom: 1px solid #ececec;
}
#a0fd6a77f1a3321 .accordion-menu .menu-item.active > a {
  background: #4a90e2;
  color: #fff;
}
#a0fd6a77f1a3321 .accordion-menu li a:hover {
  background-color: #4a90e2;
  color: #fff;
  border: none;
}
#a0fd6a77f1a3321 .accordion-menu .submenu-indicator {
  cursor: pointer;
  position: absolute;
  font-size: 20px;
  line-height: 40px;
  padding: 0 20px;
  right: 0;
}
#a0fd6a77f1a3321 .phone {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
#a0fd6a77f1a3321 .hot-list,
#a0fd6a77f1a3321 .new-list {
  padding: 12px;
}
#a0fd6a77f1a3321 .new-list a:hover,
#a0fd6a77f1a3321 .hot-list a:hover {
  color: #e90505;
}
#a0fd6a77f1a3321 .hot-item .thumb {
  display: inline-block;
  width: 100px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 2px;
  flex-shrink: 0;
}
#a0fd6a77f1a3321 .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#a0fd6a77f1a3321 .hot-item:hover a {
  color: #e90505;
}
#a0fd6a77f1a3321 .panel-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#a0fd6a77f1a3321 .panel-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #4a90e2;
  content: "";
}
#a0fd6a77f1a3321 .content-header {
  padding: 10px 0 0;
}
#a0fd6a77f1a3321 .item-title {
  color: #333;
}
#a0fd6a77f1a3321 input::placeholder {
  color: #999;
}
#a0fd6a77f1a3321 .datetime {
  color: #999;
}
#a0fd6a77f1a3321 .new-item a {
  padding-left: 25px;
}
#a0fd6a77f1a3321 .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;
}
#ae164a10aba17ca .uk-container {
  line-height: 2;
  color: #999;
}
#a9c72a8d32ad1f0 form {
  width: 100%;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a9c72a8d32ad1f0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9c72a8d32ad1f0 .search-box .search-type.show {
  display: block;
}
#a9c72a8d32ad1f0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f0ed;
  cursor: pointer;
  padding: 0 18px;
}
#a9c72a8d32ad1f0 .search-box .search-type li:hover {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .search-box .search-type li.active {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f1f0ed;
  overflow: hidden;
}
#a9c72a8d32ad1f0 .inner-form .input-field {
  height: 100%;
}
#a9c72a8d32ad1f0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #9b9b9b;
}
#a9c72a8d32ad1f0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f1f0ed;
  position: relative;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #9b9b9b;
  margin: 0 15px;
}
#a9c72a8d32ad1f0 .inner-form .input-field.second-wrap {
  min-width: 65px;
}
#a9c72a8d32ad1f0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  font-size: 14px;
}
#a9c72a8d32ad1f0 .btn-search:hover {
  background: #e77e27;
}
#a9c72a8d32ad1f0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9d1aa9c59ada02 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d1aa9c59ada02 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a9d1aa9c59ada02 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d1aa9c59ada02 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #e67b13;
}
#a9d1aa9c59ada02 .menu-list > li.active > a:before,
#a9d1aa9c59ada02 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d1aa9c59ada02 .menu-list > li ul li {
  position: relative;
}
#a9d1aa9c59ada02 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #e27914;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover > a {
  background-color: #f5a623;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list li ul li a:active,
#a9d1aa9c59ada02 .menu-list li ul li a.active,
#a9d1aa9c59ada02 .menu-list li ul li.active > a {
  background-color: #f5a623;
}
#a9d1aa9c59ada02 .menu-list li ul,
#a9d1aa9c59ada02 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #e27914;
}
#a9d1aa9c59ada02 .menu-list li ul.menu-b > li,
#a9d1aa9c59ada02 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d1aa9c59ada02 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d1aa9c59ada02 .menu-list li:hover > ul {
  display: block;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7eb0a9fc0ae13b .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(34, 25, 77, 0);
  overflow: hidden;
  transition: all .3s ease;
}
#a7eb0a9fc0ae13b .marquee-wrap > .str_move {
  cursor: text;
}
#a7eb0a9fc0ae13b .marquee-wrap:hover {
  background: rgba(34, 25, 77, 0);
}
#a7eb0a9fc0ae13b .marquee-wrap .content {
  position: absolute;
}
#a7eb0a9fc0ae13b .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#a7eb0a9fc0ae13b .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#abd9ba8d6eab8d4 > .ele-wrap {background-color: rgba(43, 43, 43, 1);}#a19f5afb74af891 a, #a19f5afb74af891 {
        font-weight: bold;
        font-style: normal;
    font-size: 39px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a19f5afb74af891 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 39px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2eafa764fa1018 a, #a2eafa764fa1018 {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0fd6a77f1a3321 [data-item*=".abstract"], #a0fd6a77f1a3321 [data-item*=".abstract"] a {show: true;}#a0fd6a77f1a3321 [data-item*=".subTitle"], #a0fd6a77f1a3321 [data-item*=".subTitle"] a {show: true;}#a0fd6a77f1a3321 [data-item*=".category"], #a0fd6a77f1a3321 [data-item*=".category"] a {show: true;}#a9bd1a4d33ac796 > .ele-wrap {background-color: rgba(17, 17, 17, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8e1fa5769a17c4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8e1fa5769a17c4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#aaad6a5895a173f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa46da2048a17e0 , #aa46da2048a17e0 a{color: rgba(155, 155, 155, 1);}#a6893aa643a9daf , #a6893aa643a9daf a{color: rgba(155, 155, 155, 1);}#a7a7aa47fda7f42 , #a7a7aa47fda7f42 a{color: rgba(155, 155, 155, 1);}#a0b1ba2f48a4e5c , #a0b1ba2f48a4e5c a{color: rgba(155, 155, 155, 1);}#ae73eafb55ac6a7 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a52c0a7483a2a03 .sidebar {
  width: 300px;
  margin-left: 20px;
}
#a52c0a7483a2a03 .sidebar.left {
  margin-left: 0;
  margin-right: 20px;
}
#a52c0a7483a2a03 .abstract {
  white-space: pre-wrap;
}
@media (max-width: 640px) {
  #a52c0a7483a2a03 .sidebar {
    width: 100%;
    margin: 0 0 15px;
  }
  #a52c0a7483a2a03 .uk-container {
    padding: 0;
  }
  #a52c0a7483a2a03 .sidebar {
    padding: 10px;
  }
}
#a52c0a7483a2a03 .search-form {
  position: relative;
  overflow: hidden;
  background: #fff;
  display: block;
}
#a52c0a7483a2a03 .search-form .search-input {
  width: 100%;
  height: 34px;
  padding: 5px 52px 5px 10px;
  font-size: 14px;
  color: #333;
  border: 1px solid #efefef;
}
#a52c0a7483a2a03 .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: #4a90e2;
  cursor: pointer;
}
#a52c0a7483a2a03 .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;
}
#a52c0a7483a2a03 .content-tags a:hover {
  background: #4a90e2;
  color: #fff;
  border-color: #4a90e2;
}
#a52c0a7483a2a03 .abstract,
#a52c0a7483a2a03 .copyright {
  margin: 15px 0;
  font-size: 14px;
  line-height: 1.6;
  color: #999;
  border: 1px solid #efefef;
  background: #fbfbfb;
  border-radius: 3px;
}
#a52c0a7483a2a03 .copyright a {
  color: #999;
  word-break: break-all;
}
#a52c0a7483a2a03 .detail-content {
  font-size: 16px;
  color: #444;
}
#a52c0a7483a2a03 .detail-content img {
  margin-bottom: 10px;
}
#a52c0a7483a2a03 .detail-content table {
  font-size: 13px;
}
#a52c0a7483a2a03 .phone {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
#a52c0a7483a2a03 .hot-list,
#a52c0a7483a2a03 .new-list {
  padding: 12px;
}
#a52c0a7483a2a03 .new-list a:hover,
#a52c0a7483a2a03 .hot-list a:hover {
  color: #e90505;
}
#a52c0a7483a2a03 .hot-item .thumb {
  display: inline-block;
  width: 100px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 2px;
  flex-shrink: 0;
}
#a52c0a7483a2a03 .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#a52c0a7483a2a03 .hot-item:hover a {
  color: #e90505;
}
#a52c0a7483a2a03 .panel-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#a52c0a7483a2a03 .panel-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #4a90e2;
  content: "";
}
#a52c0a7483a2a03 .content-header {
  padding-bottom: 10px;
}
#a52c0a7483a2a03 .item-title {
  color: #333;
}
#a52c0a7483a2a03 input::placeholder {
  color: #999;
}
#a52c0a7483a2a03 .datetime {
  color: #999;
}
#a52c0a7483a2a03 .new-item a {
  padding-left: 25px;
}
#a52c0a7483a2a03 .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;
}
#a52c0a7483a2a03 .siblings a {
  color: #444;
  line-height: 2;
}
#a52c0a7483a2a03 .siblings a:hover {
  color: #e90505;
}
#aede0a2608aab2b .uk-container {
  line-height: 2;
  color: #999;
}
#a9c72a8d32ad1f0 form {
  width: 100%;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a9c72a8d32ad1f0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9c72a8d32ad1f0 .search-box .search-type.show {
  display: block;
}
#a9c72a8d32ad1f0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f0ed;
  cursor: pointer;
  padding: 0 18px;
}
#a9c72a8d32ad1f0 .search-box .search-type li:hover {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .search-box .search-type li.active {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f1f0ed;
  overflow: hidden;
}
#a9c72a8d32ad1f0 .inner-form .input-field {
  height: 100%;
}
#a9c72a8d32ad1f0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #9b9b9b;
}
#a9c72a8d32ad1f0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f1f0ed;
  position: relative;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #9b9b9b;
  margin: 0 15px;
}
#a9c72a8d32ad1f0 .inner-form .input-field.second-wrap {
  min-width: 65px;
}
#a9c72a8d32ad1f0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  font-size: 14px;
}
#a9c72a8d32ad1f0 .btn-search:hover {
  background: #e77e27;
}
#a9c72a8d32ad1f0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9d1aa9c59ada02 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d1aa9c59ada02 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a9d1aa9c59ada02 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d1aa9c59ada02 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #e67b13;
}
#a9d1aa9c59ada02 .menu-list > li.active > a:before,
#a9d1aa9c59ada02 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d1aa9c59ada02 .menu-list > li ul li {
  position: relative;
}
#a9d1aa9c59ada02 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #e27914;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover > a {
  background-color: #f5a623;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list li ul li a:active,
#a9d1aa9c59ada02 .menu-list li ul li a.active,
#a9d1aa9c59ada02 .menu-list li ul li.active > a {
  background-color: #f5a623;
}
#a9d1aa9c59ada02 .menu-list li ul,
#a9d1aa9c59ada02 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #e27914;
}
#a9d1aa9c59ada02 .menu-list li ul.menu-b > li,
#a9d1aa9c59ada02 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d1aa9c59ada02 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d1aa9c59ada02 .menu-list li:hover > ul {
  display: block;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7eb0a9fc0ae13b .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(34, 25, 77, 0);
  overflow: hidden;
  transition: all .3s ease;
}
#a7eb0a9fc0ae13b .marquee-wrap > .str_move {
  cursor: text;
}
#a7eb0a9fc0ae13b .marquee-wrap:hover {
  background: rgba(34, 25, 77, 0);
}
#a7eb0a9fc0ae13b .marquee-wrap .content {
  position: absolute;
}
#a7eb0a9fc0ae13b .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#a7eb0a9fc0ae13b .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#abd9ba8d6eab8d4 > .ele-wrap {background-color: rgba(43, 43, 43, 1);}#ab41bad0a5a6c93 a, #ab41bad0a5a6c93 {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a677fa80d5a1903 {
  overflow: hidden;
}
#a677fa80d5a1903 , #a677fa80d5a1903 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 39px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3bb4a485aae093  {flex: 1;}#a9bd1a4d33ac796 > .ele-wrap {background-color: rgba(17, 17, 17, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8e1fa5769a17c4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8e1fa5769a17c4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#aaad6a5895a173f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa46da2048a17e0 , #aa46da2048a17e0 a{color: rgba(155, 155, 155, 1);}#a6893aa643a9daf , #a6893aa643a9daf a{color: rgba(155, 155, 155, 1);}#a7a7aa47fda7f42 , #a7a7aa47fda7f42 a{color: rgba(155, 155, 155, 1);}#a0b1ba2f48a4e5c , #a0b1ba2f48a4e5c a{color: rgba(155, 155, 155, 1);}#a0d1ca5a0ca045f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ac2bfadde8a3eee {
  /* mobile */
}
#ac2bfadde8a3eee .category-list {
  background: #fff;
  padding: 20px 40px;
}
#ac2bfadde8a3eee .goods-sort {
  padding: 30px 0 25px;
}
#ac2bfadde8a3eee .goods {
  padding-bottom: 40px;
}
#ac2bfadde8a3eee .goods-sort .category {
  border-bottom: 1px dashed #dedede;
  position: relative;
}
#ac2bfadde8a3eee .goods-sort .name {
  flex-shrink: 0;
  margin-right: 12px;
}
#ac2bfadde8a3eee .goods-sort .category-items {
  overflow: hidden;
  margin-bottom: 4px;
}
#ac2bfadde8a3eee .goods-sort .category-item {
  float: left;
  color: #333;
  margin-right: 30px;
  margin-bottom: 16px;
  font-size: 14px;
}
#ac2bfadde8a3eee .goods-sort .category-item.active {
  color: red;
}
#ac2bfadde8a3eee .sorts {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
  line-height: 1;
  border-bottom: 1px solid #dedede;
}
#ac2bfadde8a3eee .sorts .name {
  font-size: 14px;
  color: #999;
  margin-right: 28px;
}
#ac2bfadde8a3eee .sorts .sort {
  display: inline-block;
  margin-right: 30px;
  font-size: 14px;
  color: #333;
}
#ac2bfadde8a3eee .sorts .sort.active span {
  color: #e4393c;
}
#ac2bfadde8a3eee .sorts .fa {
  color: #999;
}
#ac2bfadde8a3eee .sorts .fa.active {
  color: #e4393c;
}
#ac2bfadde8a3eee .sorts .sort-icon {
  display: inline-block;
  margin-left: 6px;
}
#ac2bfadde8a3eee .sorts .sort-icon i {
  display: block;
  font-size: 12px;
  line-height: 1;
  height: 2px;
}
#ac2bfadde8a3eee .goods .item {
  color: #333;
  font-weight: 400;
}
#ac2bfadde8a3eee .img-alter {
  display: none;
}
#ac2bfadde8a3eee .goods .item:hover .img-main {
  display: none;
}
#ac2bfadde8a3eee .goods .item:hover .img-alter {
  display: block;
}
#ac2bfadde8a3eee .goods .item .title {
  padding: 0 10px;
  margin-bottom: 4px;
  line-height: 20px;
  font-weight: bolder;
  transition: all .1s ease;
}
#ac2bfadde8a3eee .goods .item .title:hover {
  color: #d4282d;
}
#ac2bfadde8a3eee .goods .item .price {
  color: #d4282d;
  line-height: 22px;
  font-size: 13px;
  font-weight: bold;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#ac2bfadde8a3eee .goods .item hr {
  width: 60%;
  display: block;
  height: 1px;
  padding: 0;
  margin: 6px auto 14px;
  border: 0;
  border-top: 1px solid #e8e8e8;
}
#ac2bfadde8a3eee .goods .item .subTitle {
  padding: 0 10px;
  line-height: 18px;
  color: #999;
}
#ac2bfadde8a3eee .goods .origin-price {
  display: inline-block;
  margin-left: 6px;
  font-size: 12px;
  color: #999;
  text-decoration: line-through;
}
#ac2bfadde8a3eee .uk-card .uk-card-media {
  background: #fff;
}
#ac2bfadde8a3eee .uk-card:hover {
  background-color: #f4f0e9;
}
#ac2bfadde8a3eee .sort-time.active .fa {
  color: #e4393c;
}
#ac2bfadde8a3eee * + .uk-grid-margin-small,
#ac2bfadde8a3eee .uk-grid + .uk-grid-small,
#ac2bfadde8a3eee .uk-grid-small > .uk-grid-margin {
  margin-top: 50px;
}
@media (max-width: 640px) {
  #ac2bfadde8a3eee .category-list,
  #ac2bfadde8a3eee .goods-sort {
    padding: 10px 0;
  }
  #ac2bfadde8a3eee .goods-sort .category-item {
    margin-bottom: 8px;
  }
}
#a63cda5000aadb0 .uk-container {
  line-height: 2;
  color: #999;
}
#a9c72a8d32ad1f0 form {
  width: 100%;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a9c72a8d32ad1f0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9c72a8d32ad1f0 .search-box .search-type.show {
  display: block;
}
#a9c72a8d32ad1f0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f0ed;
  cursor: pointer;
  padding: 0 18px;
}
#a9c72a8d32ad1f0 .search-box .search-type li:hover {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .search-box .search-type li.active {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f1f0ed;
  overflow: hidden;
}
#a9c72a8d32ad1f0 .inner-form .input-field {
  height: 100%;
}
#a9c72a8d32ad1f0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #9b9b9b;
}
#a9c72a8d32ad1f0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f1f0ed;
  position: relative;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #9b9b9b;
  margin: 0 15px;
}
#a9c72a8d32ad1f0 .inner-form .input-field.second-wrap {
  min-width: 65px;
}
#a9c72a8d32ad1f0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  font-size: 14px;
}
#a9c72a8d32ad1f0 .btn-search:hover {
  background: #e77e27;
}
#a9c72a8d32ad1f0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9d1aa9c59ada02 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d1aa9c59ada02 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a9d1aa9c59ada02 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d1aa9c59ada02 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #e67b13;
}
#a9d1aa9c59ada02 .menu-list > li.active > a:before,
#a9d1aa9c59ada02 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d1aa9c59ada02 .menu-list > li ul li {
  position: relative;
}
#a9d1aa9c59ada02 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #e27914;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover > a {
  background-color: #f5a623;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list li ul li a:active,
#a9d1aa9c59ada02 .menu-list li ul li a.active,
#a9d1aa9c59ada02 .menu-list li ul li.active > a {
  background-color: #f5a623;
}
#a9d1aa9c59ada02 .menu-list li ul,
#a9d1aa9c59ada02 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #e27914;
}
#a9d1aa9c59ada02 .menu-list li ul.menu-b > li,
#a9d1aa9c59ada02 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d1aa9c59ada02 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d1aa9c59ada02 .menu-list li:hover > ul {
  display: block;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7eb0a9fc0ae13b .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(34, 25, 77, 0);
  overflow: hidden;
  transition: all .3s ease;
}
#a7eb0a9fc0ae13b .marquee-wrap > .str_move {
  cursor: text;
}
#a7eb0a9fc0ae13b .marquee-wrap:hover {
  background: rgba(34, 25, 77, 0);
}
#a7eb0a9fc0ae13b .marquee-wrap .content {
  position: absolute;
}
#a7eb0a9fc0ae13b .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#a7eb0a9fc0ae13b .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#abd9ba8d6eab8d4 > .ele-wrap {background-color: rgba(43, 43, 43, 1);}#a9bd1a4d33ac796 > .ele-wrap {background-color: rgba(17, 17, 17, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8e1fa5769a17c4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8e1fa5769a17c4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#aaad6a5895a173f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa46da2048a17e0 , #aa46da2048a17e0 a{color: rgba(155, 155, 155, 1);}#a6893aa643a9daf , #a6893aa643a9daf a{color: rgba(155, 155, 155, 1);}#a7a7aa47fda7f42 , #a7a7aa47fda7f42 a{color: rgba(155, 155, 155, 1);}#a0b1ba2f48a4e5c , #a0b1ba2f48a4e5c a{color: rgba(155, 155, 155, 1);}#a0d1ca5a0ca045f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a9a4ba4985a89cd .video-box,
#a9a4ba4985a89cd .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#a9a4ba4985a89cd .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#a9a4ba4985a89cd .goods-slider {
  width: 430px;
  max-width: 100%;
}
#a9a4ba4985a89cd .preview-box img {
  width: 100%;
}
#a9a4ba4985a89cd .preview-box .zoom-hover {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 180px;
  height: 180px;
  border: 1px solid #aaa;
  background: #0099ff;
  background-color: rgba(133, 111, 41, 0.3);
  opacity: .5;
  cursor: move;
}
#a9a4ba4985a89cd .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#a9a4ba4985a89cd .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#a9a4ba4985a89cd .thumb-box {
  width: 100%;
  position: relative;
}
#a9a4ba4985a89cd .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#a9a4ba4985a89cd .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#a9a4ba4985a89cd .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#a9a4ba4985a89cd .thumb-list {
  overflow: hidden;
}
#a9a4ba4985a89cd .thumb-list ul {
  width: 100000px;
}
#a9a4ba4985a89cd .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#a9a4ba4985a89cd .thumb-list ul li img {
  width: 68px;
  border: 2px solid #fff;
}
#a9a4ba4985a89cd .thumb-list ul li.active img {
  border-color: #df3033;
}
#a9a4ba4985a89cd .zoom-box {
  display: none;
  overflow: hidden;
  position: absolute;
  left: 440px;
  top: 0;
  width: 500px;
  height: 500px;
  border: 1px solid #e4e4e4;
  z-index: 400;
  background: #fff;
}
#a9a4ba4985a89cd .zoom-box img {
  max-width: initial;
}
#a9a4ba4985a89cd .thumb-list ul li.thumb-video::after {
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  background: url(/resources/sys/img/play-light.svg) center center no-repeat;
  background-size: 30px;
  position: absolute;
  opacity: .8;
  transition: all .2s ease;
}
#a9a4ba4985a89cd .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#a9a4ba4985a89cd .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#a9a4ba4985a89cd .goods-intro .desc {
  font-size: 14px;
  line-height: 20px;
  color: #999;
}
#a9a4ba4985a89cd .goods-intro .price {
  margin-top: 20px;
  background-color: #f5f3ef;
  border-top: 1px dotted #dedede;
  border-bottom: 1px dotted #dedede;
  padding: 16px 10px 13px;
  line-height: 24px;
  font-size: 13px;
  position: relative;
}
#a9a4ba4985a89cd .goods-intro .price span {
  line-height: 30px;
}
#a9a4ba4985a89cd .goods-intro .price .label {
  width: 55px;
  font-size: 13px;
  float: left;
  color: #666;
}
#a9a4ba4985a89cd .price .present-price {
  display: inline-block;
  font-weight: 700;
  margin-right: 1px;
  height: 30px;
  font-size: 28px;
  line-height: 30px;
  margin-left: 2px;
  color: #df3033;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#a9a4ba4985a89cd .price .present-price .rmb {
  margin-left: 0;
  line-height: 30px;
  color: #df3033;
  font-size: 18px;
  float: left;
}
#a9a4ba4985a89cd .price .origin-price {
  display: inline-block;
  font-size: 13px;
  color: #999;
  line-height: 24px;
}
#a9a4ba4985a89cd .line-through {
  text-decoration: line-through;
}
#a9a4ba4985a89cd .price hr {
  margin: 10px 20px 10px 0;
  overflow: hidden;
  border: none;
  height: 1px;
  border-bottom: 1px dashed #d2d2d2;
}
#a9a4ba4985a89cd .price .policy-info {
  margin-left: 65px;
  padding-top: 2px;
  line-height: 20px;
  color: #666;
  display: block;
}
#a9a4ba4985a89cd .price .policy-info li {
  display: inline-block;
  position: relative;
  margin-right: 30px;
  line-height: 24px;
}
#a9a4ba4985a89cd .price .policy-info li::before {
  content: '･ ';
  position: absolute;
  left: -10px;
  top: 0;
}
#a9a4ba4985a89cd .number {
  margin-top: 20px;
  margin-left: 10px;
}
#a9a4ba4985a89cd .number .name {
  line-height: 30px;
  width: 54px;
}
#a9a4ba4985a89cd .number .select-num {
  display: inline-block;
  border: 1px solid #ddd;
  overflow: hidden;
  line-height: 30px;
}
#a9a4ba4985a89cd .select-num .btn {
  position: relative;
  width: 36px;
  height: 30px;
  line-height: 28px;
  background: #fff;
  text-align: center;
  color: #888;
  cursor: pointer;
}
#a9a4ba4985a89cd .select-num .btn.disable {
  cursor: not-allowed;
  color: #ececec;
}
#a9a4ba4985a89cd .select-num i {
  line-height: 30px;
}
#a9a4ba4985a89cd .select-num .less {
  float: left;
  border-right: 1px solid #ddd;
}
#a9a4ba4985a89cd .select-num .more {
  float: right;
  border-left: 1px solid #ddd;
}
#a9a4ba4985a89cd .select-num input {
  border: none;
  text-align: center;
  font-size: 12px;
  color: #333;
  width: 60px;
  height: 28px;
}
#a9a4ba4985a89cd .buttons {
  margin: 30px 0 0 12px;
}
#a9a4ba4985a89cd .buttons .button {
  display: inline-block;
  margin-right: 8px;
  width: 168px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #df3033;
  border: 1px solid #df3033;
  background-color: #fdf1f3;
  text-align: center;
  border-radius: 2px;
}
#a9a4ba4985a89cd .buttons .button.disable {
  opacity: .3;
}
#a9a4ba4985a89cd .buttons .button-cart {
  color: #fff;
  border: 1px solid #df3033;
  background-color: #df3033;
}
#a9a4ba4985a89cd .promote-goods {
  margin-top: 40px;
  border: 1px solid #e8e8e8;
}
#a9a4ba4985a89cd .promote-goods .price {
  color: #d62525;
  line-height: 22px;
}
#a9a4ba4985a89cd .promote-goods .promote-title {
  height: 44px;
  line-height: 44px;
  padding-left: 15px;
  font-size: 17px;
  position: relative;
  background-color: #f5f5f5;
}
#a9a4ba4985a89cd .promote-goods .uk-slider {
  padding: 10px 50px;
}
#a9a4ba4985a89cd .hot-list .img-wrap {
  display: block;
}
#a9a4ba4985a89cd .right {
  width: 298px;
  border: 1px solid #e8e8e8;
}
#a9a4ba4985a89cd .right .title {
  line-height: 40px;
  background-color: #f5f5f5;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  border-bottom: 1px solid #e8e8e8;
}
#a9a4ba4985a89cd .left .nav-wrap {
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  height: 44px;
}
#a9a4ba4985a89cd .left .detail-nav-tab .item {
  min-width: 120px;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  border-right: 1px solid #e8e8e8;
  padding: 0 30px;
  text-align: center;
  float: left;
}
#a9a4ba4985a89cd .left .detail-nav-tab .item a {
  color: #555;
  font-weight: 500;
  display: block;
}
#a9a4ba4985a89cd .left .detail-nav-tab .item.uk-active {
  background: #fff;
  border-top: 3px solid #df3033;
  background-color: #fff;
  border-bottom: 1px solid #fff;
  line-height: 40px;
}
#a9a4ba4985a89cd .left .detail-nav-tab .item.uk-active a {
  color: #df3033;
  cursor: default;
}
#a9a4ba4985a89cd .hot-list .item {
  margin: 24px 24px 0;
  border-bottom: 1px solid #e8e8e8;
}
#a9a4ba4985a89cd .hot-list .item:last-child {
  border-bottom: none;
}
#a9a4ba4985a89cd .hot-list .item .goods-title {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  max-width: 156px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #333;
  margin: 8px auto 6px;
}
#a9a4ba4985a89cd .hot-list .item .goods-title:hover {
  color: #df3033;
}
#a9a4ba4985a89cd .hot-list .item .price {
  font-size: 14px;
  line-height: 1;
  color: #df3033;
  text-align: center;
  font-weight: bolder;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#a9a4ba4985a89cd .hot-list .item .origin-price {
  text-decoration: line-through;
  color: #666;
}
#a9a4ba4985a89cd .hot-list .item .goods-info {
  padding: 0 5px 18px;
}
@media (max-width: 640px) {
  #a9a4ba4985a89cd .right {
    width: 100%;
  }
  #a9a4ba4985a89cd .zoom-indicator {
    display: none;
  }
  #a9a4ba4985a89cd .goods-intro .buttons {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 0;
    z-index: 900;
    margin: 0;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e8e8e8;
  }
  #a9a4ba4985a89cd .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #a9a4ba4985a89cd .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#a9a4ba4985a89cd .sku {
  padding: 20px 0 0 10px;
}
#a9a4ba4985a89cd .sku .sku-items .name {
  width: 54px;
  line-height: 32px;
  float: left;
}
#a9a4ba4985a89cd .sku .sku-item {
  float: left;
  position: relative;
  margin-right: 10px;
  margin-bottom: 15px;
  vertical-align: middle;
  line-height: 28px;
  border: 1px solid #ddd;
  font-size: 13px;
  color: #444;
  cursor: pointer;
  user-select: none;
}
#a9a4ba4985a89cd .coupons {
  margin-left: 55px;
}
#a9a4ba4985a89cd .sku .sku-item.disable {
  border: 1px dashed #ccc;
  opacity: .7;
  cursor: not-allowed;
}
#a9a4ba4985a89cd .sku .sku-item img {
  width: 40px;
  height: 40px;
}
#a9a4ba4985a89cd .sku .sku-item::before {
  content: '';
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 10;
}
#a9a4ba4985a89cd .sku .sku-item span {
  padding: 0 10px;
}
#a9a4ba4985a89cd .sku .sku-item.active::before {
  border: 2px solid #FF0036;
}
#a9a4ba4985a89cd .sku .sku-item.active i {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 12px;
  height: 12px;
  overflow: hidden;
  text-indent: -99em;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAMAAABhq6zVAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAJUExURUxpcf8AN////7f4NBoAAAABdFJOUwBA5thmAAAAMUlEQVQI103MAQ4AMAQEQev/j66i6YrEXIKIX9jY2NjYyDmhZnlCo5rdyWvebfYDVAcSmABbA7WD+QAAAABJRU5ErkJggg==);
  color: black;
}
#a9a4ba4985a89cd .goods-stock {
  line-height: 30px;
}
#a9a4ba4985a89cd .close {
  width: 20px;
  height: 20px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAAoFJREFUaAXt2jtOw0AQANAYmigtBRItBYKGqyRNiiQKkuWKggMgQQHkBiAkBOmcIk1OALcACpRrpEmImTE2sqJ4vfbOzBppXcSfeHfnjT/SjtxouMVlwGXAZcBlwGXg/2RgOBzu9Xq9qyiKvLpGDfFdBkGwrxPfjuokxC6Xy1fA3kCnz3VE9/v9B4hrtFgs3nTQSvBqtTqHhJwmSfHrhkbser3GGBuAPgH0RRJr7koJDsPwDlqOM61rg85iMT7P88J2u32diXXrZuFzibcxXllo7Wd6GE8mkwAGiTLHxDZzsGfdbve7KIhCMHZQJ7QJFi1a4LqgTbGlwLbRFNjSYFtoKmwlsDSaElsZLIWmxhqBudEcWGMwF5oLSwKmRnNiycBUaG4sKdgULYElB1dFS2FZwGXRklg2sC5aGssKLkIPBoP7dPIeB/I7n9Wa4uH5VRft2VLVAXKmlp/Q33HaZzJ5Z8fieOxgHCQHjX+llQoRbDxePKrAT4J+h6H+rixszzudzpFOpYIqRGVNi2oQ7AefWVhlsXj4cDabPWEycEdiEQFvvo0BNs/gRAuD7OBNLL6g8DYGsJVqKCt4GxZKqfELCqueNtBsz44Km97OOW9v1hIwC1gHawtNDi6DtYEmBVfBSqPJwCZYSTQJmAIrhTYGU2Il0EZgDiw3ujKYE8uJrgSWwHKhS4MlsRzoUmAbWGq0NtgmlhKtBa4DlgpdCK4TlgKtnA/jF242SqkpLG+NXw9tm0/DxbnJa5MeV4JbrdYLdP6BJ0uWUtPgVOtNNOx/NZvNR1Ubrf/wcz640qPpdLqr1UD4pKSIcOv7/oHw0G44lwGXAZcBlwGXAZeBkhn4AcrY4LAgdyEWAAAAAElFTkSuQmCC) no-repeat 50%;
  background-size: 100% 100%;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
#a9a4ba4985a89cd .quan-item {
  position: relative;
  display: inline-block;
  margin-right: 5px;
  padding: 0 9px 0 12px;
  border-top: 1px solid #e4393c;
  border-bottom: 1px solid #e4393c;
  height: 18px;
  line-height: 16px;
  color: #e4393c;
  font-size: 10px;
  background: #fff;
  margin-bottom: 4px;
}
#a9a4ba4985a89cd .quan-item:after,
#a9a4ba4985a89cd .quan-item:before {
  content: "";
  position: absolute;
  top: -1px;
  height: 18px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAkCAMAAACpD3pbAAAAPFBMVEUAAAD////kOTzqaGr+9vb4zc32vL3sdXfnTE/mRUfxmpz87O3yn6HqZ2npXWDlQEP97e33xsf3xsbxl5nHV2NIAAAAAXRSTlMAQObYZgAAAJpJREFUOMvllEsSwiAQRMnjF8g/3v+uKhIrjhHK0l16B4+C7hlALS07qSyS2kVlKnHmCpqdNvwYwTdY6yKGX7AeKtb+jmN3jLuYMMEd5XYBUMZ6cO/BHHhr7ut6wizxHOhvM+kUT5S5I77ZsGWU1kbsExsmiSdMBVc3l9a0tJaDdR+CVcryWtRBFLXYkku1oae955Xnv5Y+j/UKs1MGwyraxf4AAAAASUVORK5CYII=);
  background-size: 15px 18px;
  background-repeat: no-repeat;
}
#a9a4ba4985a89cd .quan-item:before {
  left: 0;
  width: 7px;
}
#a9a4ba4985a89cd .quan-item:after {
  right: 0;
  width: 4px;
  background-position: -11px 0;
}
#a9a4ba4985a89cd .price-wrap {
  margin-left: 55px;
}
#a9a4ba4985a89cd .member-price-wrap svg {
  display: inline-block;
  margin-right: 6px;
}
#a9a4ba4985a89cd .member-price-wrap .num {
  color: #333;
}
#a9a4ba4985a89cd .member-price-wrap a {
  color: #555;
}
#a8a96a9853ac4b5 .uk-container {
  line-height: 2;
  color: #999;
}
#a9c72a8d32ad1f0 form {
  width: 100%;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a9c72a8d32ad1f0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9c72a8d32ad1f0 .search-box .search-type.show {
  display: block;
}
#a9c72a8d32ad1f0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f0ed;
  cursor: pointer;
  padding: 0 18px;
}
#a9c72a8d32ad1f0 .search-box .search-type li:hover {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .search-box .search-type li.active {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f1f0ed;
  overflow: hidden;
}
#a9c72a8d32ad1f0 .inner-form .input-field {
  height: 100%;
}
#a9c72a8d32ad1f0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #9b9b9b;
}
#a9c72a8d32ad1f0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f1f0ed;
  position: relative;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #9b9b9b;
  margin: 0 15px;
}
#a9c72a8d32ad1f0 .inner-form .input-field.second-wrap {
  min-width: 65px;
}
#a9c72a8d32ad1f0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  font-size: 14px;
}
#a9c72a8d32ad1f0 .btn-search:hover {
  background: #e77e27;
}
#a9c72a8d32ad1f0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9d1aa9c59ada02 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d1aa9c59ada02 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a9d1aa9c59ada02 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d1aa9c59ada02 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #e67b13;
}
#a9d1aa9c59ada02 .menu-list > li.active > a:before,
#a9d1aa9c59ada02 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d1aa9c59ada02 .menu-list > li ul li {
  position: relative;
}
#a9d1aa9c59ada02 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #e27914;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover > a {
  background-color: #f5a623;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list li ul li a:active,
#a9d1aa9c59ada02 .menu-list li ul li a.active,
#a9d1aa9c59ada02 .menu-list li ul li.active > a {
  background-color: #f5a623;
}
#a9d1aa9c59ada02 .menu-list li ul,
#a9d1aa9c59ada02 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #e27914;
}
#a9d1aa9c59ada02 .menu-list li ul.menu-b > li,
#a9d1aa9c59ada02 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d1aa9c59ada02 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d1aa9c59ada02 .menu-list li:hover > ul {
  display: block;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7eb0a9fc0ae13b .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(34, 25, 77, 0);
  overflow: hidden;
  transition: all .3s ease;
}
#a7eb0a9fc0ae13b .marquee-wrap > .str_move {
  cursor: text;
}
#a7eb0a9fc0ae13b .marquee-wrap:hover {
  background: rgba(34, 25, 77, 0);
}
#a7eb0a9fc0ae13b .marquee-wrap .content {
  position: absolute;
}
#a7eb0a9fc0ae13b .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#a7eb0a9fc0ae13b .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#abd9ba8d6eab8d4 > .ele-wrap {background-color: rgba(43, 43, 43, 1);}#a9bd1a4d33ac796 > .ele-wrap {background-color: rgba(17, 17, 17, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8e1fa5769a17c4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8e1fa5769a17c4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#aaad6a5895a173f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa46da2048a17e0 , #aa46da2048a17e0 a{color: rgba(155, 155, 155, 1);}#a6893aa643a9daf , #a6893aa643a9daf a{color: rgba(155, 155, 155, 1);}#a7a7aa47fda7f42 , #a7a7aa47fda7f42 a{color: rgba(155, 155, 155, 1);}#a0b1ba2f48a4e5c , #a0b1ba2f48a4e5c a{color: rgba(155, 155, 155, 1);}#a0d1ca5a0ca045f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ac5edaef83a5a55 .sidebar {
  width: 320px;
}
@media (max-width: 640px) {
  #ac5edaef83a5a55 .sidebar {
    width: 100%;
  }
}
#ac5edaef83a5a55 .menu-header h4 {
  color: #fff;
  font-weight: 500;
  line-height: 70px;
  padding-left: 20px;
}
#ac5edaef83a5a55 .menu-header h4 span {
  font-size: 12px;
}
#ac5edaef83a5a55 .menu-level-1 {
  border: 1px solid #ECECEC;
  margin-bottom: 15px;
}
#ac5edaef83a5a55 .menu-item a {
  color: #666;
  display: block;
  padding: 0 20px;
  line-height: 50px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  transition: color .2s linear,background .2s linear;
  font-size: 14px;
  border-bottom: 1px solid #ECECEC;
}
#ac5edaef83a5a55 .menu-item a .indicator {
  position: absolute;
  right: 20px;
  top: 15px;
  width: 25px;
  height: 25px;
  background: url(/resources/sys/img/icons/menu_icon.png) center center no-repeat;
}
#ac5edaef83a5a55 .menu-item a:hover {
  color: #e90505;
}
#ac5edaef83a5a55 .menu-item a:hover > .indicator {
  background-image: url(/resources/sys/img/icons/menu_icon_hover.png);
}
#ac5edaef83a5a55 .menu-level-1 > a {
  color: #333;
  font-size: 18px;
  position: relative;
  background: #eaeaea;
}
#ac5edaef83a5a55 .menu-level-3 {
  padding-left: 15px;
}
#ac5edaef83a5a55 .accordion-menu > ul > li > a {
  background: #ddd;
  font-size: 16px;
}
#ac5edaef83a5a55 .accordion-menu li a:hover {
  background-color: #4a90e2;
  color: #fff;
  border: none;
}
#ac5edaef83a5a55 .accordion-menu .submenu-indicator {
  cursor: pointer;
  position: absolute;
  font-size: 20px;
  line-height: 50px;
  padding: 0 20px;
  right: 0;
}
#ac5edaef83a5a55 .contact-phone {
  padding: 15px 0 15px 70px;
  color: #333;
}
#ac5edaef83a5a55 .contact-icon {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  font-size: 20px;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
}
#ac5edaef83a5a55 .contact-info {
  border-top: 1px solid #ECECEC;
}
#ac5edaef83a5a55 .contact-info p {
  margin: 0;
}
#ac5edaef83a5a55 .phone {
  font-size: 24px;
  font-family: arial;
  line-height: 1;
}
#ac5edaef83a5a55 .hot-list {
  padding: 15px;
}
#ac5edaef83a5a55 .hot-list a {
  color: #777;
}
#ac5edaef83a5a55 .hot-list a:hover {
  color: #e90505;
}
#ac5edaef83a5a55 .hot-item .thumb {
  display: block;
  overflow: hidden;
}
#ac5edaef83a5a55 .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#ac5edaef83a5a55 .hot-item:hover a {
  color: #e90505;
}
#ac5edaef83a5a55 .hot-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#ac5edaef83a5a55 .hot-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #4a90e2;
  content: "";
}
#ac5edaef83a5a55 .content-header {
  padding-bottom: 10px;
}
#ac5edaef83a5a55 .uk-button-group .uk-button {
  font-size: 12px;
  height: 30px;
  padding: 0 15px;
  line-height: 30px;
}
#ac5edaef83a5a55 .uk-button-group .uk-button:first-child {
  border-radius: 15px 0 0 15px;
}
#ac5edaef83a5a55 .uk-button-group .uk-button:last-child {
  border-radius: 0 15px 15px 0;
}
@media (max-width: 640px) {
  #ac5edaef83a5a55 .uk-padding-small {
    padding: 0;
  }
}
#aab32a7574aeb94 .uk-container {
  line-height: 2;
  color: #999;
}
#a9c72a8d32ad1f0 form {
  width: 100%;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a9c72a8d32ad1f0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9c72a8d32ad1f0 .search-box .search-type.show {
  display: block;
}
#a9c72a8d32ad1f0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f0ed;
  cursor: pointer;
  padding: 0 18px;
}
#a9c72a8d32ad1f0 .search-box .search-type li:hover {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .search-box .search-type li.active {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f1f0ed;
  overflow: hidden;
}
#a9c72a8d32ad1f0 .inner-form .input-field {
  height: 100%;
}
#a9c72a8d32ad1f0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #9b9b9b;
}
#a9c72a8d32ad1f0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f1f0ed;
  position: relative;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #9b9b9b;
  margin: 0 15px;
}
#a9c72a8d32ad1f0 .inner-form .input-field.second-wrap {
  min-width: 65px;
}
#a9c72a8d32ad1f0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  font-size: 14px;
}
#a9c72a8d32ad1f0 .btn-search:hover {
  background: #e77e27;
}
#a9c72a8d32ad1f0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9d1aa9c59ada02 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d1aa9c59ada02 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a9d1aa9c59ada02 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d1aa9c59ada02 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #e67b13;
}
#a9d1aa9c59ada02 .menu-list > li.active > a:before,
#a9d1aa9c59ada02 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d1aa9c59ada02 .menu-list > li ul li {
  position: relative;
}
#a9d1aa9c59ada02 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #e27914;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover > a {
  background-color: #f5a623;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list li ul li a:active,
#a9d1aa9c59ada02 .menu-list li ul li a.active,
#a9d1aa9c59ada02 .menu-list li ul li.active > a {
  background-color: #f5a623;
}
#a9d1aa9c59ada02 .menu-list li ul,
#a9d1aa9c59ada02 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #e27914;
}
#a9d1aa9c59ada02 .menu-list li ul.menu-b > li,
#a9d1aa9c59ada02 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d1aa9c59ada02 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d1aa9c59ada02 .menu-list li:hover > ul {
  display: block;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7eb0a9fc0ae13b .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(34, 25, 77, 0);
  overflow: hidden;
  transition: all .3s ease;
}
#a7eb0a9fc0ae13b .marquee-wrap > .str_move {
  cursor: text;
}
#a7eb0a9fc0ae13b .marquee-wrap:hover {
  background: rgba(34, 25, 77, 0);
}
#a7eb0a9fc0ae13b .marquee-wrap .content {
  position: absolute;
}
#a7eb0a9fc0ae13b .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#a7eb0a9fc0ae13b .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#abd9ba8d6eab8d4 > .ele-wrap {background-color: rgba(43, 43, 43, 1);}#a8a32a090fa5f77 a, #a8a32a090fa5f77 {
        font-weight: bold;
        font-style: normal;
    font-size: 39px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8a32a090fa5f77 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 39px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a1cfba619dae5c6 a, #a1cfba619dae5c6 {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac5edaef83a5a55 [data-item*=".abstract"], #ac5edaef83a5a55 [data-item*=".abstract"] a {show: true;max-line: 2;}#ac5edaef83a5a55 [data-item*=".subTitle"], #ac5edaef83a5a55 [data-item*=".subTitle"] a {show: true;}#ac5edaef83a5a55 [data-item*=".category"], #ac5edaef83a5a55 [data-item*=".category"] a {show: true;}#a9bd1a4d33ac796 > .ele-wrap {background-color: rgba(17, 17, 17, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8e1fa5769a17c4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8e1fa5769a17c4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#aaad6a5895a173f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa46da2048a17e0 , #aa46da2048a17e0 a{color: rgba(155, 155, 155, 1);}#a6893aa643a9daf , #a6893aa643a9daf a{color: rgba(155, 155, 155, 1);}#a7a7aa47fda7f42 , #a7a7aa47fda7f42 a{color: rgba(155, 155, 155, 1);}#a0b1ba2f48a4e5c , #a0b1ba2f48a4e5c a{color: rgba(155, 155, 155, 1);}#abd6ea5296ae260 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ab419a3acea4ddc .detail-content .goods-params div {
  margin: 4px 0;
}
#ab419a3acea4ddc .desc {
  white-space: pre-wrap;
}
#ab419a3acea4ddc .video-box,
#ab419a3acea4ddc .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#ab419a3acea4ddc .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#ab419a3acea4ddc .goods-slider {
  width: 430px;
  max-width: 100%;
}
#ab419a3acea4ddc .preview-box img {
  width: 100%;
}
#ab419a3acea4ddc .preview-box .zoom-hover {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 180px;
  height: 180px;
  border: 1px solid #aaa;
  background: #0099ff;
  background-color: rgba(133, 111, 41, 0.3);
  opacity: .5;
  cursor: move;
}
#ab419a3acea4ddc .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#ab419a3acea4ddc .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#ab419a3acea4ddc .thumb-box {
  width: 100%;
  position: relative;
}
#ab419a3acea4ddc .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#ab419a3acea4ddc .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#ab419a3acea4ddc .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#ab419a3acea4ddc .thumb-list {
  overflow: hidden;
}
#ab419a3acea4ddc .thumb-list ul {
  width: 100000px;
}
#ab419a3acea4ddc .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#ab419a3acea4ddc .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#ab419a3acea4ddc .thumb-list ul li.thumb-video::after {
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  background: url(/resources/sys/img/play-light.svg) center center no-repeat;
  background-size: 30px;
  position: absolute;
  opacity: .8;
  transition: all .2s ease;
}
#ab419a3acea4ddc .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#ab419a3acea4ddc .thumb-list ul li.active img {
  border-color: #4a90e2;
}
#ab419a3acea4ddc .zoom-box {
  display: none;
  overflow: hidden;
  position: absolute;
  left: 440px;
  top: 0;
  width: 500px;
  height: 500px;
  border: 1px solid #e4e4e4;
  z-index: 400;
  background: #fff;
}
#ab419a3acea4ddc .zoom-box img {
  max-width: initial;
}
#ab419a3acea4ddc .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#ab419a3acea4ddc .goods-intro .desc {
  font-size: 14px;
  line-height: 20px;
  color: #999;
}
#ab419a3acea4ddc .goods-intro .price {
  margin-top: 20px;
  background-color: #f5f3ef;
  border-top: 1px dotted #dedede;
  border-bottom: 1px dotted #dedede;
  padding: 16px 10px 13px;
  line-height: 24px;
  font-size: 13px;
  position: relative;
}
#ab419a3acea4ddc .goods-intro .price span {
  line-height: 30px;
}
#ab419a3acea4ddc .goods-intro .price .label {
  min-width: 55px;
  font-size: 13px;
  float: left;
  color: #666;
}
#ab419a3acea4ddc .price .present-price {
  display: inline-block;
  font-weight: 700;
  margin-right: 1px;
  height: 30px;
  font-size: 28px;
  line-height: 30px;
  margin-left: 2px;
  color: #4a90e2;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#ab419a3acea4ddc .price .present-price .rmb {
  margin-left: 0;
  line-height: 30px;
  color: #4a90e2;
  font-size: 18px;
}
#ab419a3acea4ddc .price .origin-price {
  display: inline-block;
  font-size: 13px;
  color: #999;
  line-height: 24px;
}
#ab419a3acea4ddc .line-through {
  text-decoration: line-through;
}
#ab419a3acea4ddc .price hr {
  margin: 10px 20px 10px 0;
  overflow: hidden;
  border: none;
  height: 1px;
  border-bottom: 1px dashed #d2d2d2;
}
#ab419a3acea4ddc .price .policy-info {
  margin-left: 65px;
  padding-top: 2px;
  line-height: 20px;
  color: #666;
  display: block;
}
#ab419a3acea4ddc .price .policy-info li {
  display: inline-block;
  position: relative;
  margin-right: 30px;
  line-height: 24px;
}
#ab419a3acea4ddc .price .policy-info li::before {
  content: '･ ';
  position: absolute;
  left: -10px;
  top: 0;
}
#ab419a3acea4ddc .number {
  margin-top: 20px;
  margin-left: 10px;
}
#ab419a3acea4ddc .number .name {
  line-height: 30px;
  width: 54px;
}
#ab419a3acea4ddc .number .select-num {
  display: inline-block;
  border: 1px solid #ddd;
  overflow: hidden;
  line-height: 30px;
}
#ab419a3acea4ddc .select-num .btn {
  position: relative;
  width: 36px;
  height: 30px;
  line-height: 28px;
  background: #fff;
  text-align: center;
  color: #888;
  cursor: pointer;
}
#ab419a3acea4ddc .select-num .btn.disable {
  cursor: not-allowed;
  color: #ececec;
}
#ab419a3acea4ddc .select-num i {
  line-height: 30px;
}
#ab419a3acea4ddc .select-num .less {
  float: left;
  border-right: 1px solid #ddd;
}
#ab419a3acea4ddc .select-num .more {
  float: right;
  border-left: 1px solid #ddd;
}
#ab419a3acea4ddc .select-num input {
  border: none;
  text-align: center;
  font-size: 12px;
  color: #333;
  width: 60px;
  height: 28px;
}
#ab419a3acea4ddc .buttons {
  margin: 30px 0 0 12px;
}
#ab419a3acea4ddc .buttons .button {
  display: inline-block;
  margin-right: 8px;
  width: 168px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  background-color: #4a90e2;
  text-align: center;
  border-radius: 2px;
}
#ab419a3acea4ddc .promote-goods {
  margin-top: 40px;
  border: 1px solid #e8e8e8;
}
#ab419a3acea4ddc .promote-goods .price {
  color: #d62525;
  line-height: 22px;
}
#ab419a3acea4ddc .promote-goods .promote-title {
  height: 44px;
  line-height: 44px;
  padding-left: 15px;
  font-size: 17px;
  position: relative;
  background-color: #f5f5f5;
}
#ab419a3acea4ddc .promote-goods .uk-slider {
  padding: 10px 50px;
}
#ab419a3acea4ddc .hot-list .img-wrap {
  display: block;
}
#ab419a3acea4ddc .right {
  width: 298px;
  border: 1px solid #e8e8e8;
}
#ab419a3acea4ddc .right .title {
  line-height: 40px;
  background-color: #f5f5f5;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  border-bottom: 1px solid #e8e8e8;
}
#ab419a3acea4ddc .left .nav-wrap {
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  height: 44px;
}
#ab419a3acea4ddc .left .detail-nav-tab .item {
  min-width: 120px;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  border-right: 1px solid #e8e8e8;
  padding: 0 30px;
  text-align: center;
  float: left;
}
#ab419a3acea4ddc .detail-nav-tab ul {
  display: flex;
  overflow: scroll;
  scrollbar-width: 0;
}
#ab419a3acea4ddc ::-webkit-scrollbar {
  display: none;
}
#ab419a3acea4ddc .left .detail-nav-tab .item a {
  color: #555;
  font-weight: 500;
  display: block;
}
#ab419a3acea4ddc .left .detail-nav-tab .item.uk-active,
#ab419a3acea4ddc .left .detail-nav-tab .item:hover {
  background: #fff;
  border-top: 3px solid #4a90e2;
  background-color: #fff;
  border-bottom: 1px solid #fff;
  line-height: 40px;
}
#ab419a3acea4ddc .left .detail-nav-tab .item.uk-active a {
  color: #4a90e2;
  cursor: default;
}
#ab419a3acea4ddc .hot-list .item {
  margin: 24px 24px 0;
  border-bottom: 1px solid #e8e8e8;
}
#ab419a3acea4ddc .hot-list .item:last-child {
  border-bottom: none;
}
#ab419a3acea4ddc .hot-list .item .goods-title {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  max-width: 156px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #333;
  margin: 8px auto 6px;
}
#ab419a3acea4ddc .hot-list .item .goods-title:hover {
  color: #4a90e2;
}
#ab419a3acea4ddc .hot-list .item .price {
  font-size: 14px;
  line-height: 1;
  color: #4a90e2;
  text-align: center;
  font-weight: bolder;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#ab419a3acea4ddc .hot-list .item .origin-price {
  text-decoration: line-through;
  color: #666;
}
#ab419a3acea4ddc .hot-list .item .goods-info {
  padding: 0 5px 18px;
}
#ab419a3acea4ddc .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
@media (max-width: 640px) {
  #ab419a3acea4ddc .right {
    width: 100%;
  }
  #ab419a3acea4ddc .preview-box img {
    height: 340px;
  }
  #ab419a3acea4ddc .goods-intro .buttons {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 0;
    z-index: 900;
    margin: 0;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e8e8e8;
  }
  #ab419a3acea4ddc .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #ab419a3acea4ddc .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#adc12a7e1baa35a .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #4a90e2;
  color: #4a90e2;
  display: inline-block;
  cursor: pointer;
}
#adc12a7e1baa35a .filter-nav li.uk-active {
  color: #fff;
  background-color: #4a90e2;
}
#adc12a7e1baa35a .text-style figure {
  background: transparent;
}
#adc12a7e1baa35a .text-style:hover figure {
  background: #4a90e2;
}
#adc12a7e1baa35a .text-style.text-style-7 img {
  opacity: .9;
}
#ac4c4ae0bea3b6b .filter-nav li {
  padding: 0 15px;
  border-right: 1px solid #ececec;
  display: inline-block;
  cursor: pointer;
  line-height: 1;
}
#ac4c4ae0bea3b6b .filter-nav li.uk-active {
  color: #000;
}
#ac4c4ae0bea3b6b .filter {
  padding: 20px 0;
  background-color: #fff;
  margin-bottom: 30px;
}
#ac4c4ae0bea3b6b .filter-items label {
  margin-right: 20px;
  margin-bottom: 15px;
  font-size: 13px;
}
#ac4c4ae0bea3b6b .filter-items label input {
  margin-right: 8px;
}
#ac4c4ae0bea3b6b .filter-select-items button {
  line-height: 26px;
  font-size: 14px;
  background-color: #da251d;
  color: #fff;
  margin-right: 15px;
  padding: 0 14px;
}
#ac4c4ae0bea3b6b .filter-select-items {
  min-height: 35px;
}
#ab8d1a80d1a5423 .uk-container {
  line-height: 2;
  color: #999;
}
#a9c72a8d32ad1f0 form {
  width: 100%;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a9c72a8d32ad1f0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9c72a8d32ad1f0 .search-box .search-type.show {
  display: block;
}
#a9c72a8d32ad1f0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f0ed;
  cursor: pointer;
  padding: 0 18px;
}
#a9c72a8d32ad1f0 .search-box .search-type li:hover {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .search-box .search-type li.active {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f1f0ed;
  overflow: hidden;
}
#a9c72a8d32ad1f0 .inner-form .input-field {
  height: 100%;
}
#a9c72a8d32ad1f0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #9b9b9b;
}
#a9c72a8d32ad1f0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f1f0ed;
  position: relative;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #9b9b9b;
  margin: 0 15px;
}
#a9c72a8d32ad1f0 .inner-form .input-field.second-wrap {
  min-width: 65px;
}
#a9c72a8d32ad1f0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  font-size: 14px;
}
#a9c72a8d32ad1f0 .btn-search:hover {
  background: #e77e27;
}
#a9c72a8d32ad1f0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9d1aa9c59ada02 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d1aa9c59ada02 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a9d1aa9c59ada02 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d1aa9c59ada02 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #e67b13;
}
#a9d1aa9c59ada02 .menu-list > li.active > a:before,
#a9d1aa9c59ada02 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d1aa9c59ada02 .menu-list > li ul li {
  position: relative;
}
#a9d1aa9c59ada02 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #e27914;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover > a {
  background-color: #f5a623;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list li ul li a:active,
#a9d1aa9c59ada02 .menu-list li ul li a.active,
#a9d1aa9c59ada02 .menu-list li ul li.active > a {
  background-color: #f5a623;
}
#a9d1aa9c59ada02 .menu-list li ul,
#a9d1aa9c59ada02 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #e27914;
}
#a9d1aa9c59ada02 .menu-list li ul.menu-b > li,
#a9d1aa9c59ada02 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d1aa9c59ada02 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d1aa9c59ada02 .menu-list li:hover > ul {
  display: block;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7eb0a9fc0ae13b .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(34, 25, 77, 0);
  overflow: hidden;
  transition: all .3s ease;
}
#a7eb0a9fc0ae13b .marquee-wrap > .str_move {
  cursor: text;
}
#a7eb0a9fc0ae13b .marquee-wrap:hover {
  background: rgba(34, 25, 77, 0);
}
#a7eb0a9fc0ae13b .marquee-wrap .content {
  position: absolute;
}
#a7eb0a9fc0ae13b .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#a7eb0a9fc0ae13b .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#abd9ba8d6eab8d4 > .ele-wrap {background-color: rgba(43, 43, 43, 1);}#a339ea294aa00dc {
  overflow: hidden;
  pointer-events: none;
}
#a339ea294aa00dc > .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;
}
#a339ea294aa00dc > .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;
}
#a339ea294aa00dc > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a339ea294aa00dc > .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;
}
#a339ea294aa00dc > .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;
}
#a339ea294aa00dc > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a339ea294aa00dc > .tab-wrap > div > .tab-nav,
#a339ea294aa00dc > .tab-nav,
#a339ea294aa00dc > .tab-tabs > .tab-wrap > div > .tab-nav,
#a339ea294aa00dc > .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;
}
#a339ea294aa00dc > .tab-wrap > div > .tab-nav-horizontal,
#a339ea294aa00dc > .tab-nav-horizontal,
#a339ea294aa00dc > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a339ea294aa00dc > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a339ea294aa00dc > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a339ea294aa00dc > .tab-nav-horizontal::-webkit-scrollbar,
#a339ea294aa00dc > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a339ea294aa00dc > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a339ea294aa00dc > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a339ea294aa00dc > .tab-nav-horizontal.tagScroll,
#a339ea294aa00dc > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a339ea294aa00dc > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a339ea294aa00dc > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a339ea294aa00dc > .tab-nav-horizontal.tagScroll li a,
#a339ea294aa00dc > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a339ea294aa00dc > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a339ea294aa00dc > .tab-wrap > div > .tab-nav a,
#a339ea294aa00dc > .tab-nav a,
#a339ea294aa00dc > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a339ea294aa00dc > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a339ea294aa00dc > .tab-wrap > div > .tab-nav li a,
#a339ea294aa00dc > .tab-nav li a,
#a339ea294aa00dc > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a339ea294aa00dc > .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;
}
#a339ea294aa00dc > .tab-wrap > div > .tab-nav li a svg,
#a339ea294aa00dc > .tab-nav li a svg,
#a339ea294aa00dc > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a339ea294aa00dc > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a339ea294aa00dc > .tab-wrap > div > .tab-nav li a .ap_icon,
#a339ea294aa00dc > .tab-nav li a .ap_icon,
#a339ea294aa00dc > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a339ea294aa00dc > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a339ea294aa00dc > .tab-wrap > div > .tab-nav li a:hover,
#a339ea294aa00dc > .tab-nav li a:hover,
#a339ea294aa00dc > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a339ea294aa00dc > .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;
}
#a339ea294aa00dc > .tab-wrap > div > .tab-nav li.uk-active a,
#a339ea294aa00dc > .tab-nav li.uk-active a,
#a339ea294aa00dc > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a339ea294aa00dc > .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;
}
#a339ea294aa00dc .layout-left li,
#a339ea294aa00dc .layout-center li,
#a339ea294aa00dc .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a339ea294aa00dc .layout-left li a,
#a339ea294aa00dc .layout-center li a,
#a339ea294aa00dc .layout-right li a {
  height: 100%;
}
#a339ea294aa00dc > .tab-tabs .layout-left {
  text-align: left;
}
#a339ea294aa00dc > .tab-tabs .layout-center {
  text-align: center;
}
#a339ea294aa00dc > .tab-tabs .layout-right {
  text-align: right;
}
#a339ea294aa00dc .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a339ea294aa00dc .tab-content-wrap {
  background-color: #ffffff;
}
#a339ea294aa00dc .tab-contents,
#a339ea294aa00dc .tab-contents-wrap {
  pointer-events: none;
}
#a339ea294aa00dc .tab-content,
#a339ea294aa00dc .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a339ea294aa00dc .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a339ea294aa00dc .tab-wrap .tab-contents {
  height: 100%;
}
#a339ea294aa00dc .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a339ea294aa00dc .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a339ea294aa00dc .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a84d2a1ec3ade85 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a3167a4419a18cd .form-agree {
  display: flex;
  align-items: center;
}
#a3167a4419a18cd .uk-form .form-submit-btn {
  width: 120px;
}
#a3167a4419a18cd .submit-wrap {
  text-align: center;
}
#a3167a4419a18cd .submit-wrap button {
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
}
#a3167a4419a18cd form {
  border-top-left-radius: 0;
}
#a3167a4419a18cd form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a3167a4419a18cd .form-item .uk-input,
#a3167a4419a18cd .form-item .uk-select,
#a3167a4419a18cd .form-item .uk-textarea {
  width: 400px;
  background-color: #f4f4f4;
}
#a3167a4419a18cd .form-item .auto-height {
  height: auto;
}
#a2dbdaff2aa623a .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(30, 135, 240, 1);border-radius: 25px;justify-content: center;border-style: solid;}#a2dbdaff2aa623a .ele-wrap:hover {background-color: #509c49;}#ac4c4ae0bea3b6b [data-item*=".abstract"], #ac4c4ae0bea3b6b [data-item*=".abstract"] a {show: true;}#ac4c4ae0bea3b6b [data-item*=".subTitle"], #ac4c4ae0bea3b6b [data-item*=".subTitle"] a {show: true;}#ac4c4ae0bea3b6b [data-item*=".category"], #ac4c4ae0bea3b6b [data-item*=".category"] a {show: true;}#a9bd1a4d33ac796 > .ele-wrap {background-color: rgba(17, 17, 17, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8e1fa5769a17c4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8e1fa5769a17c4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#aaad6a5895a173f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa46da2048a17e0 , #aa46da2048a17e0 a{color: rgba(155, 155, 155, 1);}#a6893aa643a9daf , #a6893aa643a9daf a{color: rgba(155, 155, 155, 1);}#a7a7aa47fda7f42 , #a7a7aa47fda7f42 a{color: rgba(155, 155, 155, 1);}#a0b1ba2f48a4e5c , #a0b1ba2f48a4e5c a{color: rgba(155, 155, 155, 1);}#a1f99ab387a0a4d .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a9463a0fddacabb {
  min-height: 300px;
}
#a566faea85aa6d7 .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #4a90e2;
  color: #4a90e2;
  display: inline-block;
  cursor: pointer;
}
#a566faea85aa6d7 .filter-nav li.uk-active {
  color: #fff;
  background-color: #4a90e2;
}
#a566faea85aa6d7 .text-style figure {
  background: transparent;
}
#a566faea85aa6d7 .text-style:hover figure {
  background: #4a90e2;
}
#a566faea85aa6d7 .text-style.text-style-7 img {
  opacity: .9;
}
#a9479aabb2acfea .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #4a90e2;
  color: #4a90e2;
  display: inline-block;
  cursor: pointer;
}
#a9479aabb2acfea .filter-nav li.uk-active {
  color: #fff;
  background-color: #4a90e2;
}
#a9479aabb2acfea .text-style figure {
  background: transparent;
}
#a9479aabb2acfea .text-style:hover figure {
  background: #4a90e2;
}
#a9479aabb2acfea .text-style.text-style-7 img {
  opacity: .9;
}
#ac9eea85c4a940d .uk-container {
  line-height: 2;
  color: #999;
}
#a9c72a8d32ad1f0 form {
  width: 100%;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a9c72a8d32ad1f0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9c72a8d32ad1f0 .search-box .search-type.show {
  display: block;
}
#a9c72a8d32ad1f0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f0ed;
  cursor: pointer;
  padding: 0 18px;
}
#a9c72a8d32ad1f0 .search-box .search-type li:hover {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .search-box .search-type li.active {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f1f0ed;
  overflow: hidden;
}
#a9c72a8d32ad1f0 .inner-form .input-field {
  height: 100%;
}
#a9c72a8d32ad1f0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #9b9b9b;
}
#a9c72a8d32ad1f0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f1f0ed;
  position: relative;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #9b9b9b;
  margin: 0 15px;
}
#a9c72a8d32ad1f0 .inner-form .input-field.second-wrap {
  min-width: 65px;
}
#a9c72a8d32ad1f0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  font-size: 14px;
}
#a9c72a8d32ad1f0 .btn-search:hover {
  background: #e77e27;
}
#a9c72a8d32ad1f0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9d1aa9c59ada02 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d1aa9c59ada02 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a9d1aa9c59ada02 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d1aa9c59ada02 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #e67b13;
}
#a9d1aa9c59ada02 .menu-list > li.active > a:before,
#a9d1aa9c59ada02 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d1aa9c59ada02 .menu-list > li ul li {
  position: relative;
}
#a9d1aa9c59ada02 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #e27914;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover > a {
  background-color: #f5a623;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list li ul li a:active,
#a9d1aa9c59ada02 .menu-list li ul li a.active,
#a9d1aa9c59ada02 .menu-list li ul li.active > a {
  background-color: #f5a623;
}
#a9d1aa9c59ada02 .menu-list li ul,
#a9d1aa9c59ada02 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #e27914;
}
#a9d1aa9c59ada02 .menu-list li ul.menu-b > li,
#a9d1aa9c59ada02 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d1aa9c59ada02 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d1aa9c59ada02 .menu-list li:hover > ul {
  display: block;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7eb0a9fc0ae13b .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(34, 25, 77, 0);
  overflow: hidden;
  transition: all .3s ease;
}
#a7eb0a9fc0ae13b .marquee-wrap > .str_move {
  cursor: text;
}
#a7eb0a9fc0ae13b .marquee-wrap:hover {
  background: rgba(34, 25, 77, 0);
}
#a7eb0a9fc0ae13b .marquee-wrap .content {
  position: absolute;
}
#a7eb0a9fc0ae13b .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#a7eb0a9fc0ae13b .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#abd9ba8d6eab8d4 > .ele-wrap {background-color: rgba(43, 43, 43, 1);}#a41c7a565eab3eb > .ele-wrap {background-color: rgba(43, 43, 43, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 35px;}#a0b48a1ef4a6950 {
  overflow: hidden;
}
#a0b48a1ef4a6950 , #a0b48a1ef4a6950 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;}#af8f7a2596ae704 {
  overflow: hidden;
}
#a3f51ac408a0230 a, #a3f51ac408a0230 span {border-top-width: 1px;border-top-color: rgba(240, 131, 0, 1);border-top-style: solid;border-right-color: rgba(240, 131, 0, 1);border-left-color: rgba(240, 131, 0, 1);border-bottom-color: rgba(240, 131, 0, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;padding-right: 6px;padding-left: 6px;padding-top: 1px;padding-bottom: 1px;
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(240, 131, 0, 1);}#a70b7a4ac0a1f02 .param-label {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #f08300;
  letter-spacing: 1px;
  line-height: 7px;
  border-left-width: 4px;
  border-left-color: #f08300;
  border-right-color: #4a90e2;
  border-bottom-color: #4a90e2;
  border-top-color: #4a90e2;
  border-right-width: 6px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
  margin-left: 0;
}
#a70b7a4ac0a1f02 .param-value {
  margin-left: 0;
  border-left-width: 4px;
  border-left-style: none;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  letter-spacing: 1px;
  line-height: 7px;
}
#ac143aee02aa8ef {
  overflow: hidden;
}
#ac143aee02aa8ef , #ac143aee02aa8ef > * {
        font-weight: bold;
        font-style: normal;
    font-size: 30px;font-family: FZHei-B01S;color: rgba(208, 2, 27, 1);}#a57c7a2e82a1b12 .video-box,
#a57c7a2e82a1b12 .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#a57c7a2e82a1b12 .ap-detail-slider {
  width: 100%;
  max-width: 100%;
}
#a57c7a2e82a1b12 .video-box video,
#a57c7a2e82a1b12 .video-box img .preview-box img {
  width: 100%;
  max-height: 500px;
}
#a57c7a2e82a1b12 .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#a57c7a2e82a1b12 .preview-box .zoom-hover {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 180px;
  height: 180px;
  border: 1px solid #aaa;
  background: #0099ff;
  background-color: rgba(133, 111, 41, 0.3);
  opacity: .5;
  cursor: move;
}
#a57c7a2e82a1b12 .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#a57c7a2e82a1b12 .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#a57c7a2e82a1b12 .thumb-box {
  width: 100%;
  position: relative;
}
#a57c7a2e82a1b12 .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#a57c7a2e82a1b12 .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#a57c7a2e82a1b12 .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#a57c7a2e82a1b12 .thumb-list {
  overflow: hidden;
}
#a57c7a2e82a1b12 .thumb-list ul {
  width: 100000px;
}
#a57c7a2e82a1b12 .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#a57c7a2e82a1b12 .thumb-list ul li.thumb-video::after {
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  background: url(/resources/sys/img/play-light.svg) center center no-repeat;
  background-size: 30px;
  position: absolute;
  opacity: .8;
  transition: all .2s ease;
}
#a57c7a2e82a1b12 .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#a57c7a2e82a1b12 .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#a57c7a2e82a1b12 .thumb-list ul li.active img {
  border-color: #df3033;
}
#a57c7a2e82a1b12 .zoom-box {
  display: none;
  overflow: hidden;
  position: absolute;
  left: 100%;
  top: 0;
  width: 500px;
  height: 500px;
  border: 1px solid #e4e4e4;
  z-index: 400;
  background: #fff;
}
#a57c7a2e82a1b12 .zoom-box img {
  max-width: initial;
}
#a57c7a2e82a1b12 .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#a57c7a2e82a1b12 .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
#a57c7a2e82a1b12 .simple .slider-nav {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: inline-block;
  background-color: rgba(100, 100, 100, 0.6);
  border-radius: 10px;
  padding: 0 10px;
  line-height: 20px;
  height: 20px;
  color: #fff;
}
#a57c7a2e82a1b12 .simple .slider-nav li {
  display: none;
  font-size: 12px;
}
#a57c7a2e82a1b12 .simple .slider-nav li.uk-active {
  display: inline-block;
}
@media (max-width: 640px) {
  #a57c7a2e82a1b12 .right {
    width: 100%;
  }
  #a57c7a2e82a1b12 .goods-intro .buttons {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 0;
    z-index: 900;
    margin: 0;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e8e8e8;
  }
  #a57c7a2e82a1b12 .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #a57c7a2e82a1b12 .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#adf34a96cbad487 .ele-wrap {color: #fff;font-size: 14px;background-color: #0095eb;border-radius: 5px;}#a13ccacb13a1fea .ele-wrap {color: #fff;font-size: 14px;background-color: rgba(240, 131, 0, 1);border-radius: 5px;justify-content: center;border-style: solid;}#ac497a3b02a958f > .ele-wrap {background-color: rgba(245, 247, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abfc5adf6ca2780 .ap-category-filter ul li.active {
  border-color: #4a90e2;
  color: #4a90e2;
}
#abfc5adf6ca2780 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#abfc5adf6ca2780 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#abfc5adf6ca2780 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#abfc5adf6ca2780 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#abfc5adf6ca2780 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#abfc5adf6ca2780 .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;
}
#abfc5adf6ca2780 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#abfc5adf6ca2780 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#abfc5adf6ca2780 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#abfc5adf6ca2780 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#abfc5adf6ca2780 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#abfc5adf6ca2780 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#abfc5adf6ca2780 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#abfc5adf6ca2780 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#abfc5adf6ca2780 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#abfc5adf6ca2780 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#abfc5adf6ca2780 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#abfc5adf6ca2780 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#abfc5adf6ca2780 .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;
  }
}
#abfc5adf6ca2780 .ele-article-list .pic-article {
  padding: 15px 0px;
  border-bottom: 1px solid #ececec;
}
#abfc5adf6ca2780 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#abfc5adf6ca2780 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#abfc5adf6ca2780 .ele-article-list .pic-article .category {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #9b9b9b;
}
#abfc5adf6ca2780 .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#abfc5adf6ca2780 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#abfc5adf6ca2780 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#abfc5adf6ca2780 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#abfc5adf6ca2780 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#abfc5adf6ca2780 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#abfc5adf6ca2780 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#abfc5adf6ca2780 .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#abfc5adf6ca2780 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#abfc5adf6ca2780 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#abfc5adf6ca2780 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a8e25a2178a4248 .ap-category-filter ul li.active {
  border-color: #4a90e2;
  color: #4a90e2;
}
#a8e25a2178a4248 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a8e25a2178a4248 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a8e25a2178a4248 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a8e25a2178a4248 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a8e25a2178a4248 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a8e25a2178a4248 .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;
}
#a8e25a2178a4248 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a8e25a2178a4248 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a8e25a2178a4248 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a8e25a2178a4248 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a8e25a2178a4248 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a8e25a2178a4248 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a8e25a2178a4248 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a8e25a2178a4248 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a8e25a2178a4248 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a8e25a2178a4248 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a8e25a2178a4248 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a8e25a2178a4248 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a8e25a2178a4248 .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;
  }
}
#a8e25a2178a4248 .ele-article-list .pic-article {
  padding: 15px 0px;
  border-bottom: 1px solid #ececec;
}
#a8e25a2178a4248 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a8e25a2178a4248 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a8e25a2178a4248 .ele-article-list .pic-article .category {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #9b9b9b;
}
#a8e25a2178a4248 .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a8e25a2178a4248 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a8e25a2178a4248 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a8e25a2178a4248 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a8e25a2178a4248 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a8e25a2178a4248 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a8e25a2178a4248 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#a8e25a2178a4248 .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a8e25a2178a4248 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a8e25a2178a4248 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a8e25a2178a4248 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a2d0ba6baeaa8b7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#af6f6a6d45af96e .form-agree {
  display: flex;
  align-items: center;
}
#af6f6a6d45af96e .uk-form .form-submit-btn {
  width: 120px;
}
#af6f6a6d45af96e .submit-wrap {
  text-align: center;
}
#af6f6a6d45af96e .submit-wrap button {
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
}
#af6f6a6d45af96e form {
  border-top-left-radius: 0;
}
#af6f6a6d45af96e form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#af6f6a6d45af96e .form-item .uk-input,
#af6f6a6d45af96e .form-item .uk-select,
#af6f6a6d45af96e .form-item .uk-textarea {
  width: 400px;
  background-color: #f4f4f4;
}
#af6f6a6d45af96e .form-item .auto-height {
  height: auto;
}
#a9660aaed1af5bb .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(30, 135, 240, 1);border-radius: 25px;justify-content: center;border-style: solid;}#a9660aaed1af5bb .ele-wrap:hover {background-color: #509c49;}#a566faea85aa6d7 [data-item*=".title"], #a566faea85aa6d7 [data-item*=".title"] a {font-size: 14px;}#a9479aabb2acfea [data-item*=".title"], #a9479aabb2acfea [data-item*=".title"] a {font-size: 14px;}#a9bd1a4d33ac796 > .ele-wrap {background-color: rgba(17, 17, 17, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8e1fa5769a17c4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8e1fa5769a17c4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#aaad6a5895a173f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa46da2048a17e0 , #aa46da2048a17e0 a{color: rgba(155, 155, 155, 1);}#a6893aa643a9daf , #a6893aa643a9daf a{color: rgba(155, 155, 155, 1);}#a7a7aa47fda7f42 , #a7a7aa47fda7f42 a{color: rgba(155, 155, 155, 1);}#a0b1ba2f48a4e5c , #a0b1ba2f48a4e5c a{color: rgba(155, 155, 155, 1);}#a0d1ca5a0ca045f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a93b7a9cf4a7fcc .post-cate {
  position: absolute;
  margin-left: 0;
  left: 30px;
  top: 0;
  padding: 0 10px;
  line-height: 20px;
  font-size: 12px;
  z-index: 100;
  background: #007bff;
  color: #fff;
}
#a93b7a9cf4a7fcc .new-list .uk-card {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 15px;
}
#a93b7a9cf4a7fcc .new-list .uk-cover-container {
  min-height: 80px;
}
#a93b7a9cf4a7fcc .new-list .uk-card:first-of-type {
  padding-top: 0;
}
#a93b7a9cf4a7fcc .new-list .uk-card:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
#a93b7a9cf4a7fcc .main-item::before {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.95)));
  /* background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.95) 100%); */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.95) 100%);
  /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.95) 100%); */
}
#a93b7a9cf4a7fcc .main-item::after {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  content: '';
  -webkit-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms;
}
#a93b7a9cf4a7fcc .main-item:hover::after {
  opacity: 1;
}
#a93b7a9cf4a7fcc .main-info {
  z-index: 100;
}
#ad1f0afd67aa149 .card-metas li {
  color: #999;
  position: relative;
  font-size: 12px;
  border-right: 1px solid #ececec;
  padding-right: 30px;
  margin-right: 15px;
}
#ad1f0afd67aa149 .card-metas li:last-child {
  border-right: none;
  margin-right: 0;
}
#ad1f0afd67aa149 .card-metas li h6 {
  margin-bottom: 4px;
}
#ad1f0afd67aa149 .price {
  line-height: 32px;
  color: #fff;
  padding: 0 15px;
  position: absolute;
  right: -7px;
  top: -17px;
  background: #4a90e2;
  font-size: 17px;
}
#ad1f0afd67aa149 .price::before,
#ad1f0afd67aa149 .price::after {
  content: '';
  width: 0;
  height: 0;
  top: 0;
  right: 0;
  border-top: 7px solid transparent !important;
  border-left: 7px solid #428bdc;
  position: absolute;
  transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -o-transform: translateY(-100%);
}
#ad1f0afd67aa149 .price::after {
  border-color: #000;
  opacity: 0.2;
}
#ad1f0afd67aa149 .ap-rating {
  height: 14px;
  font-size: 14px;
  line-height: 1;
}
#ad1f0afd67aa149 .ap-rating i {
  display: inline-block;
  margin-right: 2px;
}
#a91f6a4f9fa246c .time {
  font-size: 14px;
}
#a91f6a4f9fa246c .title {
  font-size: 24px;
}
#a91f6a4f9fa246c .btn {
  width: 124px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f7f8f9;
  border-radius: 40px;
  position: relative;
  font-size: 14px;
}
#a91f6a4f9fa246c .btn-text {
  position: relative;
  z-index: 2;
  color: #666;
}
#a91f6a4f9fa246c .btn .ap-icon {
  position: relative;
  z-index: 3;
}
#a91f6a4f9fa246c .btn::before {
  background: #f39419;
  width: 0;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transition: all .36s;
  border-radius: 40px;
}
#a91f6a4f9fa246c .img,
#a91f6a4f9fa246c .img-wrap {
  width: 330px;
  height: 240px;
  margin-top: 24px;
  transition: all ease-in-out 0.5s;
  margin-top: 0;
}
#a91f6a4f9fa246c .img-wrap {
  overflow: hidden;
  margin-top: 24px;
}
#a91f6a4f9fa246c .header-title {
  font-size: 40px;
}
#a91f6a4f9fa246c .header-sub-title {
  font-size: 18px;
}
#a91f6a4f9fa246c .header-sub-abstract {
  font-size: 14px;
}
#a91f6a4f9fa246c .border-top {
  border-top: 1px solid #e5e5e5;
}
#a91f6a4f9fa246c .uk-slider-items li {
  padding: 30px;
}
#a91f6a4f9fa246c .uk-slider-items li:last-child {
  border-right: none;
}
#a91f6a4f9fa246c .uk-slider-items li:hover .btn-text {
  color: #fff;
}
#a91f6a4f9fa246c .uk-slider-items li:hover .btn::before {
  width: 100%;
}
#a91f6a4f9fa246c .uk-slider-items li:hover .img {
  transform: scale(1.2);
}
#a91f6a4f9fa246c .btn-prev,
#a91f6a4f9fa246c .btn-next {
  width: 56px;
  height: 56px;
  top: 76px;
  border-radius: 100%;
  border: 1px solid #e5e5e5;
  display: flex;
  justify-content: center;
  align-items: center;
  left: auto;
}
#a91f6a4f9fa246c .btn-next {
  right: 100px;
}
#a91f6a4f9fa246c .btn-prev {
  right: 200px;
}
@media screen and (max-width: 1200px) {
  #a91f6a4f9fa246c .btn-prev,
  #a91f6a4f9fa246c .btn-next {
    display: none;
  }
}
#a417ea8007ac233 .news {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.12);
}
#a417ea8007ac233 a {
  color: inherit;
}
@media (min-width: 960px) {
  #a417ea8007ac233 .news-main {
    width: 32%;
  }
}
#a417ea8007ac233 .news-main {
  overflow: hidden;
}
#a417ea8007ac233 .news-main .main-info {
  padding: 0 40px 20px;
  margin-top: 300px;
}
#a417ea8007ac233 .news-main .uk-button {
  border: 1px solid #fff;
  padding: 0px 15px;
  line-height: 28px;
  border-radius: 2px;
}
#a417ea8007ac233 .news-main .main-bg {
  transition: all 0.3s ease-in;
}
#a417ea8007ac233 .news-main:hover .main-bg {
  transform: scale(1.1);
}
#a417ea8007ac233 .news-list {
  width: 100%;
}
#a417ea8007ac233 .news-list .uk-h4 {
  font-weight: bold;
}
#a417ea8007ac233 .news-list li {
  width: 33.3%;
  float: left;
  height: 270px;
  position: relative;
  cursor: pointer;
}
#a417ea8007ac233 .news-list li:hover .more {
  opacity: 1;
}
#a417ea8007ac233 .news-list li h4,
#a417ea8007ac233 .news-list li p {
  transition: all 0.3s ease-in;
}
#a417ea8007ac233 .news-list li:hover h4,
#a417ea8007ac233 .news-list li:hover p {
  transform: translate(0, -26px);
}
#a417ea8007ac233 .news-list li .uk-card,
#a417ea8007ac233 .news-list li .uk-card-body {
  height: 100%;
}
#a417ea8007ac233 .news-list > li:nth-child(1) .uk-card,
#a417ea8007ac233 .news-list > li:nth-child(5) .uk-card-body {
  background-color: #f66f6a;
  color: #fff !important;
}
#a417ea8007ac233 .news-list > li:nth-child(4) {
  width: 66.6%;
}
#a417ea8007ac233 .news-list > li:nth-child(2) .uk-card-body {
  background-color: rgba(0, 0, 0, 0.6);
}
#a417ea8007ac233 .news-list > li:nth-child(1) .uk-h4,
#a417ea8007ac233 .news-list > li:nth-child(5) .uk-h4 {
  color: #fff;
}
#a417ea8007ac233 .more {
  position: absolute;
  bottom: 30px;
  opacity: 0;
  transition: opacity 0.2s;
}
#ae29da5e12abbe6 .ap-form-register .uk-card-head {
  position: relative;
  background-color: #4a90e2;
  padding: 52px 0px 69px 0px;
  overflow: hidden;
  z-index: 0;
}
#ae29da5e12abbe6 .ap-form-register .uk-card-head .uk-card-title {
  color: #fff;
  font-size: 30px;
  line-height: 36px;
}
#ae29da5e12abbe6 .ap-form-register .uk-card-head .uk-card-title .triangle::after {
  position: absolute;
  bottom: 0;
  right: 50%;
  content: "";
  transform: translateX(50%);
  border-left: 1500px solid white;
  border-right: 1500px solid white;
  border-top: 300px solid #4a90e2;
  /*宽高比为10:1，即（1500+1500）: 300*/
  /*定位（-x,-y）*/
  margin-top: -300px;
  margin-left: -1500px;
  z-index: -1;
}
#ae29da5e12abbe6 .ap-form-register .form-submit-btn {
  display: block;
  margin: 0 auto;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.2em;
  padding: 0 45px;
  color: #fff;
  background: #4a90e2;
}
#ae29da5e12abbe6 .ap-form-register .form-submit-btn::before {
  position: absolute;
  left: 3px;
  top: 3px;
  content: "";
  z-index: -1;
  width: 102%;
  height: 108%;
}
#ae29da5e12abbe6 .ap-form-register .count-number {
  position: relative;
  font-size: 48px;
  line-height: 48px;
  color: #22272b;
  font-weight: 700;
  display: inline-block;
}
#ae29da5e12abbe6 .ap-form-register .count-number::after {
  position: absolute;
  left: 100%;
  content: attr(data-unit);
  font-size: 14px;
  color: #bfc5ca;
  font-weight: 700;
  margin-left: 5px;
  line-height: 1;
  margin-top: -5px;
  bottom: 5px;
}
#ae29da5e12abbe6 .ap-form-register .count-number::before {
  font-size: 14px;
  color: #bfc5ca;
  line-height: 1;
  position: absolute;
  content: "/";
  left: 100%;
  bottom: 5px;
}
#a1177a2ea3a866b .icon-box {
  width: 4.5rem;
  height: 4.5rem;
  line-height: 4.5rem;
  color: #fff;
  margin: 0 auto;
  border-radius: 100%;
  background-color: #4a90e2;
}
#a1177a2ea3a866b .icon-box i {
  color: #fff;
}
#a138aa3585af348 .uk-container {
  line-height: 2;
  color: #999;
}
#a9c72a8d32ad1f0 form {
  width: 100%;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a9c72a8d32ad1f0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9c72a8d32ad1f0 .search-box .search-type.show {
  display: block;
}
#a9c72a8d32ad1f0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f0ed;
  cursor: pointer;
  padding: 0 18px;
}
#a9c72a8d32ad1f0 .search-box .search-type li:hover {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .search-box .search-type li.active {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f1f0ed;
  overflow: hidden;
}
#a9c72a8d32ad1f0 .inner-form .input-field {
  height: 100%;
}
#a9c72a8d32ad1f0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #9b9b9b;
}
#a9c72a8d32ad1f0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f1f0ed;
  position: relative;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #9b9b9b;
  margin: 0 15px;
}
#a9c72a8d32ad1f0 .inner-form .input-field.second-wrap {
  min-width: 65px;
}
#a9c72a8d32ad1f0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  font-size: 14px;
}
#a9c72a8d32ad1f0 .btn-search:hover {
  background: #e77e27;
}
#a9c72a8d32ad1f0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9d1aa9c59ada02 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d1aa9c59ada02 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a9d1aa9c59ada02 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d1aa9c59ada02 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #e67b13;
}
#a9d1aa9c59ada02 .menu-list > li.active > a:before,
#a9d1aa9c59ada02 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d1aa9c59ada02 .menu-list > li ul li {
  position: relative;
}
#a9d1aa9c59ada02 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #e27914;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover > a {
  background-color: #f5a623;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list li ul li a:active,
#a9d1aa9c59ada02 .menu-list li ul li a.active,
#a9d1aa9c59ada02 .menu-list li ul li.active > a {
  background-color: #f5a623;
}
#a9d1aa9c59ada02 .menu-list li ul,
#a9d1aa9c59ada02 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #e27914;
}
#a9d1aa9c59ada02 .menu-list li ul.menu-b > li,
#a9d1aa9c59ada02 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d1aa9c59ada02 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d1aa9c59ada02 .menu-list li:hover > ul {
  display: block;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7eb0a9fc0ae13b .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(34, 25, 77, 0);
  overflow: hidden;
  transition: all .3s ease;
}
#a7eb0a9fc0ae13b .marquee-wrap > .str_move {
  cursor: text;
}
#a7eb0a9fc0ae13b .marquee-wrap:hover {
  background: rgba(34, 25, 77, 0);
}
#a7eb0a9fc0ae13b .marquee-wrap .content {
  position: absolute;
}
#a7eb0a9fc0ae13b .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#a7eb0a9fc0ae13b .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#abd9ba8d6eab8d4 > .ele-wrap {background-color: rgba(43, 43, 43, 1);}#a4dbda91f2a07d9 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #ffffff;background-color: rgba(109, 171, 36, 1);border-radius: 4px;font-size: 13px;justify-content: center;font-weight: 400;}#a4dbda91f2a07d9 .ele-wrap:hover {background-color: #fff;background-color: rgba(101, 162, 31, 1);}#a657ba98d2a7a24 .ele-wrap {color: #fff;font-size: 16px;background-color: rgba(208, 2, 27, 1);border-radius: 5px;justify-content: center;border-style: solid;font-weight: 400;}#addf0ac5bdac2de .ele-wrap {color: #fff;font-size: 16px;background-color: rgba(74, 144, 226, 1);border-radius: 5px;justify-content: center;border-style: solid;font-weight: 400;}#a982fa65bca28ea .ele-wrap {color: #fff;font-size: 16px;background-color: rgba(19, 84, 254, 1);border-radius: 5px;justify-content: center;border-style: solid;font-weight: 400;}#a724ba894dac979 .ele-wrap {color: #fff;font-size: 16px;background-color: #0095eb;border-radius: 5px;justify-content: center;border-style: solid;font-weight: 400;}#a167ea9bdea3a55 > .ele-wrap {border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-color: rgba(204, 204, 204, 1);border-right-style: dashed;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a1780ac588a9be6 .form-agree {
  display: flex;
  align-items: center;
}
#a1780ac588a9be6 .uk-form .form-submit-btn {
  width: 340px;
}
#a1780ac588a9be6 .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#a1780ac588a9be6 .submit-wrap {
  text-align: center;
}
#a1780ac588a9be6 .submit-wrap button {
  background-color: #f32c56;
}
#a1780ac588a9be6 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a1780ac588a9be6 form {
  padding-top: 0px;
  padding-bottom: 0px;
}
#a1780ac588a9be6 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a1780ac588a9be6 .form-item {
  margin-top: 8px !important;
  margin-bottom: 15px !important;
}
#a1780ac588a9be6 .form-item .uk-input,
#a1780ac588a9be6 .form-item .uk-select,
#a1780ac588a9be6 .form-item .uk-textarea {
  width: autopx;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(206, 206, 206, 0.68);
  border-bottom-style: solid;
  border-right-color: rgba(206, 206, 206, 0.68);
  border-left-color: rgba(206, 206, 206, 0.68);
  border-top-color: rgba(206, 206, 206, 0.68);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  margin-top: 8px;
}
#a1780ac588a9be6 .form-item .auto-height {
  height: auto;
}
#a1780ac588a9be6 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#a1780ac588a9be6 .form-item .send-code {
  bottom: 0px;
}
#a1780ac588a9be6 .form-item .uk-textarea {
  height: 80px;
  line-height: 1.5;
}
#a1780ac588a9be6 .uk-form-label,
#a1780ac588a9be6 .form-agree,
#a1780ac588a9be6 .uk-h3,
#a1780ac588a9be6 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #777777;
}
#a9c50a1e07adf71 > .ele-wrap {background-color: rgba(246, 239, 236, 1);border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;border-top-left-radius: 20px;border-top-right-radius: 20px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a72b1a9f4aae254 > .ele-wrap {
                background-image: linear-gradient(90deg,
                rgba(254, 116, 38, 1),
                rgba(255, 34, 61, 1));
            border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#ac7f1abddfa73df .ap-category-filter ul li.active {
  border-color: #4a90e2;
  color: #4a90e2;
}
#ac7f1abddfa73df .uk-grid {
  margin-left: -4px;
}
#ac7f1abddfa73df .uk-grid > * {
  padding-left: 4px;
}
#ac7f1abddfa73df .uk-card {
  background-color: #ffffff;
  padding: 30px;
}
#ac7f1abddfa73df .uk-button {
  border: 1px solid #ececec;
}
#ac7f1abddfa73df .uk-card:hover {
  background-color: #333333;
}
#ac7f1abddfa73df .uk-card:hover .title {
  color: #fff;
}
#ac7f1abddfa73df .uk-card:hover hr {
  color: #ccc;
}
#ac7f1abddfa73df .uk-card:hover .abstract {
  color: #fff;
}
#ac7f1abddfa73df .uk-card:hover .datetime {
  color: #d3b267;
}
#ac7f1abddfa73df .uk-card:hover .category {
  color: #d3b267;
}
#ac7f1abddfa73df .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#a93b7a9cf4a7fcc [data-item*=".abstract"], #a93b7a9cf4a7fcc [data-item*=".abstract"] a {show: true;max-line: 0;max-words: 20;}#a93b7a9cf4a7fcc [data-item*=".subTitle"], #a93b7a9cf4a7fcc [data-item*=".subTitle"] a {show: true;}#a93b7a9cf4a7fcc [data-item*=".category"], #a93b7a9cf4a7fcc [data-item*=".category"] a {show: true;}#a93b7a9cf4a7fcc [data-item="buttons[0]"] {color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(240, 130, 0, 1);border-radius: 25px;justify-content: center;border-style: solid;}#a93b7a9cf4a7fcc [data-item="buttons[0]"]:hover {background-color: #509c49;background-color: rgba(177, 0, 21, 1);}#ad1f0afd67aa149 [data-item*=".abstract"], #ad1f0afd67aa149 [data-item*=".abstract"] a {show: true;}#ad1f0afd67aa149 [data-item*=".subTitle"], #ad1f0afd67aa149 [data-item*=".subTitle"] a {show: true;}#ad1f0afd67aa149 [data-item*=".category"], #ad1f0afd67aa149 [data-item*=".category"] a {show: true;}#ad1f0afd67aa149 [data-item="buttons[0]"] {color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(240, 130, 0, 1);border-radius: 25px;justify-content: center;border-style: solid;}#ad1f0afd67aa149 [data-item="buttons[0]"]:hover {background-color: #509c49;background-color: rgba(208, 2, 27, 1);}#a0ca4afe78af0ae .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(240, 130, 0, 1);border-radius: 25px;justify-content: center;border-style: solid;}#a0ca4afe78af0ae .ele-wrap:hover {background-color: #509c49;}#a91f6a4f9fa246c [data-item*=".title"], #a91f6a4f9fa246c [data-item*=".title"] a {max-line: 2;}#a91f6a4f9fa246c [data-item*=".abstract"], #a91f6a4f9fa246c [data-item*=".abstract"] a {show: true;max-line: 2;}#a91f6a4f9fa246c [data-item*=".subTitle"], #a91f6a4f9fa246c [data-item*=".subTitle"] a {show: false;}#a417ea8007ac233 [data-item*=".abstract"], #a417ea8007ac233 [data-item*=".abstract"] a {show: true;}#a417ea8007ac233 [data-item*=".subTitle"], #a417ea8007ac233 [data-item*=".subTitle"] a {show: true;}#a417ea8007ac233 [data-item*=".category"], #a417ea8007ac233 [data-item*=".category"] a {show: true;}#a417ea8007ac233 [data-item="buttons[0]"] {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(240, 130, 0, 1);border-radius: 25px;justify-content: center;border-style: solid;}#a417ea8007ac233 [data-item="buttons[0]"]:hover {background-color: #509c49;}#a5e01abc87a3f89 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a09a0a979ba2a38 .form-agree {
  display: flex;
  align-items: center;
}
#a09a0a979ba2a38 .uk-form .form-submit-btn {
  width: 120px;
}
#a09a0a979ba2a38 .submit-wrap {
  text-align: center;
}
#a09a0a979ba2a38 .submit-wrap button {
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
}
#a09a0a979ba2a38 form {
  border-top-left-radius: 0;
}
#a09a0a979ba2a38 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a09a0a979ba2a38 .form-item .uk-input,
#a09a0a979ba2a38 .form-item .uk-select,
#a09a0a979ba2a38 .form-item .uk-textarea {
  width: 400px;
  background-color: #f4f4f4;
}
#a09a0a979ba2a38 .form-item .auto-height {
  height: auto;
}
#a933ea3c6ba9264 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(30, 135, 240, 1);border-radius: 25px;justify-content: center;border-style: solid;}#a933ea3c6ba9264 .ele-wrap:hover {background-color: #509c49;}#a9eebaef03a34ca .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(30, 135, 240, 1);border-radius: 25px;justify-content: center;border-style: solid;}#a9eebaef03a34ca .ele-wrap:hover {background-color: #509c49;}#aecc7a38e0abe86 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;}#a063ca3dddade4a > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a6850afc37a0e1f > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a0f22a6031ac22b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;}#a0348a3d46a634c > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#ab807a9008a469c > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a36d5af684a80a3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;}#a5419a66bcaaf79 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a000da9445ad18e > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a4da0a5836a84c6 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;color: #f5a623;}#a4da0a5836a84c6 [data-item="buttons[0]"]:hover {color: #b8e986;}#a9bd1a4d33ac796 > .ele-wrap {background-color: rgba(17, 17, 17, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8e1fa5769a17c4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8e1fa5769a17c4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#aaad6a5895a173f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa46da2048a17e0 , #aa46da2048a17e0 a{color: rgba(155, 155, 155, 1);}#a6893aa643a9daf , #a6893aa643a9daf a{color: rgba(155, 155, 155, 1);}#a7a7aa47fda7f42 , #a7a7aa47fda7f42 a{color: rgba(155, 155, 155, 1);}#a0b1ba2f48a4e5c , #a0b1ba2f48a4e5c a{color: rgba(155, 155, 155, 1);}#afc2dade3ba4433 > .lightbox-content {background-image: url(/resources/upload/qianhu2/t/1622009159358.png);background-repeat: no-repeat;background-size: cover;background-position: center center;}#a51d6a9edaa9815 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;border-radius: 5px;border-style: solid;background-color: rgba(242, 182, 42, 1);}#a51d6a9edaa9815 .ele-wrap:hover {background-color: #0483cc;}#affd2ae1beac5f8 .form-agree {
  display: flex;
  align-items: center;
}
#affd2ae1beac5f8 .uk-form .form-submit-btn {
  width: 116px;
}
#affd2ae1beac5f8 .uk-form .form-submit-btn {
  height: 38px;
  line-height: 38px;
  padding-top: 0;
  padding-bottom: 0;
}
#affd2ae1beac5f8 .submit-wrap button {
  background-color: #eb5934;
}
#affd2ae1beac5f8 .submit-wrap button {
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
#affd2ae1beac5f8 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#affd2ae1beac5f8 .form-item .uk-input,
#affd2ae1beac5f8 .form-item .uk-select,
#affd2ae1beac5f8 .form-item .uk-textarea {
  width: 232px;
  height: 38px;
  line-height: 38px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
#affd2ae1beac5f8 .form-item .uk-input::-webkit-input-placeholder,
#affd2ae1beac5f8 .form-item .uk-select::-webkit-input-placeholder,
#affd2ae1beac5f8 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #b7b5bf;
}
#affd2ae1beac5f8 .form-item .uk-input:-ms-input-placeholder,
#affd2ae1beac5f8 .form-item .uk-select:-ms-input-placeholder,
#affd2ae1beac5f8 .form-item .uk-textarea:-ms-input-placeholder {
  color: #b7b5bf;
}
#affd2ae1beac5f8 .form-item .uk-input::-moz-placeholder,
#affd2ae1beac5f8 .form-item .uk-select::-moz-placeholder,
#affd2ae1beac5f8 .form-item .uk-textarea::-moz-placeholder {
  color: #b7b5bf;
}
#affd2ae1beac5f8 .form-item .uk-input::placeholder,
#affd2ae1beac5f8 .form-item .uk-select::placeholder,
#affd2ae1beac5f8 .form-item .uk-textarea::placeholder {
  color: #b7b5bf;
}
#affd2ae1beac5f8 .form-item .auto-height {
  height: auto;
}
#affd2ae1beac5f8 .form-item .send-code {
  bottom: -1px;
}
#affd2ae1beac5f8 .form-item .uk-textarea {
  height: 76px;
  line-height: 1.5;
}
#a7f6fac8c8a5e97 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aa42ea4d03a13db .card-metas li {
  color: #999;
  position: relative;
  font-size: 12px;
  border-right: 1px solid #ececec;
  padding-right: 30px;
  margin-right: 15px;
}
#aa42ea4d03a13db .card-metas li:last-child {
  border-right: none;
  margin-right: 0;
}
#aa42ea4d03a13db .card-metas li h6 {
  margin-bottom: 4px;
}
#aa42ea4d03a13db .price {
  line-height: 32px;
  color: #fff;
  padding: 0 15px;
  position: absolute;
  right: -7px;
  top: -17px;
  background: #4a90e2;
  font-size: 17px;
}
#aa42ea4d03a13db .price::before,
#aa42ea4d03a13db .price::after {
  content: '';
  width: 0;
  height: 0;
  top: 0;
  right: 0;
  border-top: 7px solid transparent !important;
  border-left: 7px solid #428bdc;
  position: absolute;
  transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -o-transform: translateY(-100%);
}
#aa42ea4d03a13db .price::after {
  border-color: #000;
  opacity: 0.2;
}
#aa42ea4d03a13db .ap-rating {
  height: 14px;
  font-size: 14px;
  line-height: 1;
}
#aa42ea4d03a13db .ap-rating i {
  display: inline-block;
  margin-right: 2px;
}
#a890daed03acb32 .uk-accordion-content a {
  color: #777;
}
#a890daed03acb32 .uk-accordion-title {
  cursor: pointer;
}
#a890daed03acb32 .uk-accordion-content a:hover {
  color: #e90505;
}
#a890daed03acb32 .uk-heading-bullet > * {
  display: inline;
}
#a2433a91a9a4bf6 .card-content {
  padding-left: 70px;
}
#a2433a91a9a4bf6 .title {
  color: #777;
  font-size: 16px;
  font-weight: bolder;
  margin-bottom: 10px;
  display: block;
}
#a2433a91a9a4bf6 .date-post {
  float: left;
  border: 2px solid #4a90e2;
  padding: 12px 10px 9px;
  text-align: center;
}
#a2433a91a9a4bf6 .date-post span {
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: #4a90e2;
  text-transform: uppercase;
}
#a2433a91a9a4bf6 .card-metas li {
  display: block;
  list-style: none;
  line-height: 2;
}
#adf93a7bb1a4015 .event-list {
  margin-bottom: 20px;
}
#adf93a7bb1a4015 .event-list .event-date {
  margin: 14px 30px 0 0;
  width: 54px;
  height: 54px;
  text-align: center;
  color: #4a90e2;
  border: 1px solid #4a90e2;
  padding: 0;
}
#adf93a7bb1a4015 .event-list .number-mon {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  padding-top: 6px;
}
#adf93a7bb1a4015 .event-list p {
  margin: 0;
  padding: 0;
}
#adf93a7bb1a4015 .event-list .text-mon {
  font-size: 12px;
}
#adf93a7bb1a4015 .event-list .event-meta .detail {
  font-size: 14px;
  color: #b0b0b0;
  line-height: 2;
}
#adf93a7bb1a4015 .item-title {
  font-size: 16px;
  color: #333;
  position: relative;
  line-height: 36px;
  margin-bottom: 6px;
  display: block;
}
#adf93a7bb1a4015 .uk-card:hover .event-date {
  background-color: #4a90e2;
  color: #fff;
}
#adf93a7bb1a4015 .event-meta h4 a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 30px;
  border-bottom: 1px solid #4a90e2;
}
#a4747a1583acb21 .icon-box {
  width: 4.5rem;
  height: 4.5rem;
  line-height: 4.5rem;
  color: #fff;
  margin: 0 auto;
  border-radius: 100%;
  background-color: #4a90e2;
}
#a4747a1583acb21 .icon-box i {
  color: #fff;
}
#afa34a6903ade3a .uk-container {
  line-height: 2;
  color: #999;
}
#a9c72a8d32ad1f0 form {
  width: 100%;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a9c72a8d32ad1f0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9c72a8d32ad1f0 .search-box .search-type.show {
  display: block;
}
#a9c72a8d32ad1f0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f0ed;
  cursor: pointer;
  padding: 0 18px;
}
#a9c72a8d32ad1f0 .search-box .search-type li:hover {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .search-box .search-type li.active {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f1f0ed;
  overflow: hidden;
}
#a9c72a8d32ad1f0 .inner-form .input-field {
  height: 100%;
}
#a9c72a8d32ad1f0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #9b9b9b;
}
#a9c72a8d32ad1f0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f1f0ed;
  position: relative;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #9b9b9b;
  margin: 0 15px;
}
#a9c72a8d32ad1f0 .inner-form .input-field.second-wrap {
  min-width: 65px;
}
#a9c72a8d32ad1f0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  font-size: 14px;
}
#a9c72a8d32ad1f0 .btn-search:hover {
  background: #e77e27;
}
#a9c72a8d32ad1f0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9d1aa9c59ada02 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d1aa9c59ada02 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a9d1aa9c59ada02 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d1aa9c59ada02 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #e67b13;
}
#a9d1aa9c59ada02 .menu-list > li.active > a:before,
#a9d1aa9c59ada02 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d1aa9c59ada02 .menu-list > li ul li {
  position: relative;
}
#a9d1aa9c59ada02 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #e27914;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover > a {
  background-color: #f5a623;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list li ul li a:active,
#a9d1aa9c59ada02 .menu-list li ul li a.active,
#a9d1aa9c59ada02 .menu-list li ul li.active > a {
  background-color: #f5a623;
}
#a9d1aa9c59ada02 .menu-list li ul,
#a9d1aa9c59ada02 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #e27914;
}
#a9d1aa9c59ada02 .menu-list li ul.menu-b > li,
#a9d1aa9c59ada02 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d1aa9c59ada02 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d1aa9c59ada02 .menu-list li:hover > ul {
  display: block;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7eb0a9fc0ae13b .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(34, 25, 77, 0);
  overflow: hidden;
  transition: all .3s ease;
}
#a7eb0a9fc0ae13b .marquee-wrap > .str_move {
  cursor: text;
}
#a7eb0a9fc0ae13b .marquee-wrap:hover {
  background: rgba(34, 25, 77, 0);
}
#a7eb0a9fc0ae13b .marquee-wrap .content {
  position: absolute;
}
#a7eb0a9fc0ae13b .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#a7eb0a9fc0ae13b .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#abd9ba8d6eab8d4 > .ele-wrap {background-color: rgba(43, 43, 43, 1);}#aa42ea4d03a13db [data-item*=".title"], #aa42ea4d03a13db [data-item*=".title"] a {max-line: 1;text-align: center;font-weight: bold;}#aa42ea4d03a13db [data-item*=".abstract"], #aa42ea4d03a13db [data-item*=".abstract"] a {show: true;max-line: 1;text-align: center;color: rgba(151, 151, 151, 1);}#aa42ea4d03a13db [data-item*=".subTitle"], #aa42ea4d03a13db [data-item*=".subTitle"] a {show: true;}#aa42ea4d03a13db [data-item*=".category"], #aa42ea4d03a13db [data-item*=".category"] a {show: true;}#a51aea65eaa4cfb [data-item*=".title"], #a51aea65eaa4cfb [data-item*=".title"] a {max-line: 1;font-size: 16px;font-weight: bold;}#a51aea65eaa4cfb [data-item*=".abstract"], #a51aea65eaa4cfb [data-item*=".abstract"] a {show: false;}#a51aea65eaa4cfb [data-item*=".subTitle"], #a51aea65eaa4cfb [data-item*=".subTitle"] a {show: true;}#a51aea65eaa4cfb [data-item*=".category"], #a51aea65eaa4cfb [data-item*=".category"] a {show: true;}#aa501aa9c3a03e0 {
  overflow: hidden;
  pointer-events: none;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #d8d8d8;
  border-right-color: #d8d8d8;
  border-left-color: #d8d8d8;
  border-bottom-color: #d8d8d8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aa501aa9c3a03e0 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 46px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aa501aa9c3a03e0 > .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;
}
#aa501aa9c3a03e0 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa501aa9c3a03e0 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 46px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aa501aa9c3a03e0 > .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;
}
#aa501aa9c3a03e0 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa501aa9c3a03e0 > .tab-wrap > div > .tab-nav,
#aa501aa9c3a03e0 > .tab-nav,
#aa501aa9c3a03e0 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa501aa9c3a03e0 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#aa501aa9c3a03e0 > .tab-wrap > div > .tab-nav-horizontal,
#aa501aa9c3a03e0 > .tab-nav-horizontal,
#aa501aa9c3a03e0 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa501aa9c3a03e0 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa501aa9c3a03e0 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa501aa9c3a03e0 > .tab-nav-horizontal::-webkit-scrollbar,
#aa501aa9c3a03e0 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa501aa9c3a03e0 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa501aa9c3a03e0 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa501aa9c3a03e0 > .tab-nav-horizontal.tagScroll,
#aa501aa9c3a03e0 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa501aa9c3a03e0 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 46px;
  overflow-x: auto;
}
#aa501aa9c3a03e0 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa501aa9c3a03e0 > .tab-nav-horizontal.tagScroll li a,
#aa501aa9c3a03e0 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa501aa9c3a03e0 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa501aa9c3a03e0 > .tab-wrap > div > .tab-nav a,
#aa501aa9c3a03e0 > .tab-nav a,
#aa501aa9c3a03e0 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa501aa9c3a03e0 > .tab-tabs > .tab-nav a {
  padding: 0 46px;
}
#aa501aa9c3a03e0 > .tab-wrap > div > .tab-nav li a,
#aa501aa9c3a03e0 > .tab-nav li a,
#aa501aa9c3a03e0 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa501aa9c3a03e0 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 45px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 46px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  margin-top: 10px;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #d8d8d8;
  padding: 0 46px;
}
#aa501aa9c3a03e0 > .tab-wrap > div > .tab-nav li a svg,
#aa501aa9c3a03e0 > .tab-nav li a svg,
#aa501aa9c3a03e0 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa501aa9c3a03e0 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa501aa9c3a03e0 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa501aa9c3a03e0 > .tab-nav li a .ap_icon,
#aa501aa9c3a03e0 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa501aa9c3a03e0 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa501aa9c3a03e0 > .tab-wrap > div > .tab-nav li a:hover,
#aa501aa9c3a03e0 > .tab-nav li a:hover,
#aa501aa9c3a03e0 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa501aa9c3a03e0 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#aa501aa9c3a03e0 > .tab-wrap > div > .tab-nav li.uk-active a,
#aa501aa9c3a03e0 > .tab-nav li.uk-active a,
#aa501aa9c3a03e0 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa501aa9c3a03e0 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aa501aa9c3a03e0 .layout-left li,
#aa501aa9c3a03e0 .layout-center li,
#aa501aa9c3a03e0 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa501aa9c3a03e0 .layout-left li a,
#aa501aa9c3a03e0 .layout-center li a,
#aa501aa9c3a03e0 .layout-right li a {
  height: 100%;
}
#aa501aa9c3a03e0 > .tab-tabs .layout-left {
  text-align: left;
}
#aa501aa9c3a03e0 > .tab-tabs .layout-center {
  text-align: center;
}
#aa501aa9c3a03e0 > .tab-tabs .layout-right {
  text-align: right;
}
#aa501aa9c3a03e0 .tab-contents {
  height: 100%;
  height: calc(100% - 46px);
}
#aa501aa9c3a03e0 .tab-content-wrap {
  background-color: transparent;
  border-left-style: none;
  border-left-width: 1px;
}
#aa501aa9c3a03e0 .tab-contents,
#aa501aa9c3a03e0 .tab-contents-wrap {
  pointer-events: none;
}
#aa501aa9c3a03e0 .tab-content,
#aa501aa9c3a03e0 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa501aa9c3a03e0 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa501aa9c3a03e0 .tab-wrap .tab-contents {
  height: 100%;
}
#aa501aa9c3a03e0 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa501aa9c3a03e0 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aa501aa9c3a03e0 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a22b7af452a15f4 {
  overflow: hidden;
  pointer-events: none;
}
#a22b7af452a15f4 > .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;
}
#a22b7af452a15f4 > .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;
}
#a22b7af452a15f4 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a22b7af452a15f4 > .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;
}
#a22b7af452a15f4 > .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;
}
#a22b7af452a15f4 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a22b7af452a15f4 > .tab-wrap > div > .tab-nav,
#a22b7af452a15f4 > .tab-nav,
#a22b7af452a15f4 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a22b7af452a15f4 > .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;
}
#a22b7af452a15f4 > .tab-wrap > div > .tab-nav-horizontal,
#a22b7af452a15f4 > .tab-nav-horizontal,
#a22b7af452a15f4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a22b7af452a15f4 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a22b7af452a15f4 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a22b7af452a15f4 > .tab-nav-horizontal::-webkit-scrollbar,
#a22b7af452a15f4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a22b7af452a15f4 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a22b7af452a15f4 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a22b7af452a15f4 > .tab-nav-horizontal.tagScroll,
#a22b7af452a15f4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a22b7af452a15f4 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a22b7af452a15f4 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a22b7af452a15f4 > .tab-nav-horizontal.tagScroll li a,
#a22b7af452a15f4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a22b7af452a15f4 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a22b7af452a15f4 > .tab-wrap > div > .tab-nav a,
#a22b7af452a15f4 > .tab-nav a,
#a22b7af452a15f4 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a22b7af452a15f4 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a22b7af452a15f4 > .tab-wrap > div > .tab-nav li a,
#a22b7af452a15f4 > .tab-nav li a,
#a22b7af452a15f4 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a22b7af452a15f4 > .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;
}
#a22b7af452a15f4 > .tab-wrap > div > .tab-nav li a svg,
#a22b7af452a15f4 > .tab-nav li a svg,
#a22b7af452a15f4 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a22b7af452a15f4 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a22b7af452a15f4 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a22b7af452a15f4 > .tab-nav li a .ap_icon,
#a22b7af452a15f4 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a22b7af452a15f4 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a22b7af452a15f4 > .tab-wrap > div > .tab-nav li a:hover,
#a22b7af452a15f4 > .tab-nav li a:hover,
#a22b7af452a15f4 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a22b7af452a15f4 > .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;
}
#a22b7af452a15f4 > .tab-wrap > div > .tab-nav li.uk-active a,
#a22b7af452a15f4 > .tab-nav li.uk-active a,
#a22b7af452a15f4 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a22b7af452a15f4 > .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;
}
#a22b7af452a15f4 .layout-left li,
#a22b7af452a15f4 .layout-center li,
#a22b7af452a15f4 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a22b7af452a15f4 .layout-left li a,
#a22b7af452a15f4 .layout-center li a,
#a22b7af452a15f4 .layout-right li a {
  height: 100%;
}
#a22b7af452a15f4 > .tab-tabs .layout-left {
  text-align: left;
}
#a22b7af452a15f4 > .tab-tabs .layout-center {
  text-align: center;
}
#a22b7af452a15f4 > .tab-tabs .layout-right {
  text-align: right;
}
#a22b7af452a15f4 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a22b7af452a15f4 .tab-content-wrap {
  background-color: transparent;
}
#a22b7af452a15f4 .tab-contents,
#a22b7af452a15f4 .tab-contents-wrap {
  pointer-events: none;
}
#a22b7af452a15f4 .tab-content,
#a22b7af452a15f4 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a22b7af452a15f4 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a22b7af452a15f4 .tab-wrap .tab-contents {
  height: 100%;
}
#a22b7af452a15f4 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a22b7af452a15f4 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a22b7af452a15f4 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a2433a91a9a4bf6 [data-item*=".abstract"], #a2433a91a9a4bf6 [data-item*=".abstract"] a {show: true;}#a2433a91a9a4bf6 [data-item*=".subTitle"], #a2433a91a9a4bf6 [data-item*=".subTitle"] a {show: false;}#a2433a91a9a4bf6 [data-item*=".category"], #a2433a91a9a4bf6 [data-item*=".category"] a {show: false;}#adf93a7bb1a4015 [data-item*=".abstract"], #adf93a7bb1a4015 [data-item*=".abstract"] a {show: true;}#adf93a7bb1a4015 [data-item*=".subTitle"], #adf93a7bb1a4015 [data-item*=".subTitle"] a {show: true;}#adf93a7bb1a4015 [data-item*=".category"], #adf93a7bb1a4015 [data-item*=".category"] a {show: true;}#a5e01abc87a3f89 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a09a0a979ba2a38 .form-agree {
  display: flex;
  align-items: center;
}
#a09a0a979ba2a38 .uk-form .form-submit-btn {
  width: 120px;
}
#a09a0a979ba2a38 .submit-wrap {
  text-align: center;
}
#a09a0a979ba2a38 .submit-wrap button {
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
}
#a09a0a979ba2a38 form {
  border-top-left-radius: 0;
}
#a09a0a979ba2a38 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a09a0a979ba2a38 .form-item .uk-input,
#a09a0a979ba2a38 .form-item .uk-select,
#a09a0a979ba2a38 .form-item .uk-textarea {
  width: 400px;
  background-color: #f4f4f4;
}
#a09a0a979ba2a38 .form-item .auto-height {
  height: auto;
}
#a933ea3c6ba9264 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(30, 135, 240, 1);border-radius: 25px;justify-content: center;border-style: solid;}#a933ea3c6ba9264 .ele-wrap:hover {background-color: #509c49;}#a0d29a59bba296d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;}#a688da9555a8449 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a36daa1f24a2946 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a1e72a74b9ac0f8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;}#af160a3e1fa03fa > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a6ab0a6b55aefeb > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#ac8a2aa5bea10e6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;}#a040fad75aaf6c5 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a3927a72e6a8600 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a6002a9937a476c [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;color: #f5a623;}#a6002a9937a476c [data-item="buttons[0]"]:hover {color: #b8e986;}#a9bd1a4d33ac796 > .ele-wrap {background-color: rgba(17, 17, 17, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8e1fa5769a17c4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8e1fa5769a17c4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#aaad6a5895a173f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa46da2048a17e0 , #aa46da2048a17e0 a{color: rgba(155, 155, 155, 1);}#a6893aa643a9daf , #a6893aa643a9daf a{color: rgba(155, 155, 155, 1);}#a7a7aa47fda7f42 , #a7a7aa47fda7f42 a{color: rgba(155, 155, 155, 1);}#a0b1ba2f48a4e5c , #a0b1ba2f48a4e5c a{color: rgba(155, 155, 155, 1);}#a9e42a0a11ac1e7 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a4b74ab660ab56e .uk-accordion-content a {
  color: #777;
}
#a4b74ab660ab56e .uk-accordion-title {
  cursor: pointer;
}
#a4b74ab660ab56e .uk-accordion-content a:hover {
  color: #e90505;
}
#a4b74ab660ab56e .uk-heading-bullet > * {
  display: inline;
}
#a83f2ad3d0a1c33 .card-content {
  padding-left: 70px;
}
#a83f2ad3d0a1c33 .title {
  color: #777;
  font-size: 16px;
  font-weight: bolder;
  margin-bottom: 10px;
  display: block;
}
#a83f2ad3d0a1c33 .date-post {
  float: left;
  border: 2px solid #4a90e2;
  padding: 12px 10px 9px;
  text-align: center;
}
#a83f2ad3d0a1c33 .date-post span {
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: #4a90e2;
  text-transform: uppercase;
}
#a83f2ad3d0a1c33 .card-metas li {
  display: block;
  list-style: none;
  line-height: 2;
}
#a70dea1da1acd7f .event-list {
  margin-bottom: 20px;
}
#a70dea1da1acd7f .event-list .event-date {
  margin: 14px 30px 0 0;
  width: 54px;
  height: 54px;
  text-align: center;
  color: #4a90e2;
  border: 1px solid #4a90e2;
  padding: 0;
}
#a70dea1da1acd7f .event-list .number-mon {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  padding-top: 6px;
}
#a70dea1da1acd7f .event-list p {
  margin: 0;
  padding: 0;
}
#a70dea1da1acd7f .event-list .text-mon {
  font-size: 12px;
}
#a70dea1da1acd7f .event-list .event-meta .detail {
  font-size: 14px;
  color: #b0b0b0;
  line-height: 2;
}
#a70dea1da1acd7f .item-title {
  font-size: 16px;
  color: #333;
  position: relative;
  line-height: 36px;
  margin-bottom: 6px;
  display: block;
}
#a70dea1da1acd7f .uk-card:hover .event-date {
  background-color: #4a90e2;
  color: #fff;
}
#a70dea1da1acd7f .event-meta h4 a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 30px;
  border-bottom: 1px solid #4a90e2;
}
#aa2c0a3c99ab495 .icon-box {
  width: 4.5rem;
  height: 4.5rem;
  line-height: 4.5rem;
  color: #fff;
  margin: 0 auto;
  border-radius: 100%;
  background-color: #4a90e2;
}
#aa2c0a3c99ab495 .icon-box i {
  color: #fff;
}
#a60f7aeaeaaac5b .uk-container {
  line-height: 2;
  color: #999;
}
#a9c72a8d32ad1f0 form {
  width: 100%;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a9c72a8d32ad1f0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9c72a8d32ad1f0 .search-box .search-type.show {
  display: block;
}
#a9c72a8d32ad1f0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f0ed;
  cursor: pointer;
  padding: 0 18px;
}
#a9c72a8d32ad1f0 .search-box .search-type li:hover {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .search-box .search-type li.active {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f1f0ed;
  overflow: hidden;
}
#a9c72a8d32ad1f0 .inner-form .input-field {
  height: 100%;
}
#a9c72a8d32ad1f0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #9b9b9b;
}
#a9c72a8d32ad1f0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f1f0ed;
  position: relative;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #9b9b9b;
  margin: 0 15px;
}
#a9c72a8d32ad1f0 .inner-form .input-field.second-wrap {
  min-width: 65px;
}
#a9c72a8d32ad1f0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  font-size: 14px;
}
#a9c72a8d32ad1f0 .btn-search:hover {
  background: #e77e27;
}
#a9c72a8d32ad1f0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9d1aa9c59ada02 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d1aa9c59ada02 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a9d1aa9c59ada02 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d1aa9c59ada02 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #e67b13;
}
#a9d1aa9c59ada02 .menu-list > li.active > a:before,
#a9d1aa9c59ada02 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d1aa9c59ada02 .menu-list > li ul li {
  position: relative;
}
#a9d1aa9c59ada02 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #e27914;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover > a {
  background-color: #f5a623;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list li ul li a:active,
#a9d1aa9c59ada02 .menu-list li ul li a.active,
#a9d1aa9c59ada02 .menu-list li ul li.active > a {
  background-color: #f5a623;
}
#a9d1aa9c59ada02 .menu-list li ul,
#a9d1aa9c59ada02 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #e27914;
}
#a9d1aa9c59ada02 .menu-list li ul.menu-b > li,
#a9d1aa9c59ada02 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d1aa9c59ada02 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d1aa9c59ada02 .menu-list li:hover > ul {
  display: block;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7eb0a9fc0ae13b .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(34, 25, 77, 0);
  overflow: hidden;
  transition: all .3s ease;
}
#a7eb0a9fc0ae13b .marquee-wrap > .str_move {
  cursor: text;
}
#a7eb0a9fc0ae13b .marquee-wrap:hover {
  background: rgba(34, 25, 77, 0);
}
#a7eb0a9fc0ae13b .marquee-wrap .content {
  position: absolute;
}
#a7eb0a9fc0ae13b .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#a7eb0a9fc0ae13b .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#abd9ba8d6eab8d4 > .ele-wrap {background-color: rgba(43, 43, 43, 1);}#a2640a10a0aa05f [data-item*=".abstract"], #a2640a10a0aa05f [data-item*=".abstract"] a {show: true;}#a2640a10a0aa05f [data-item*=".subTitle"], #a2640a10a0aa05f [data-item*=".subTitle"] a {show: true;}#a2640a10a0aa05f [data-item*=".category"], #a2640a10a0aa05f [data-item*=".category"] a {show: true;}#a5b0fa4fcaa6f54 {
  overflow: hidden;
  pointer-events: none;
}
#a5b0fa4fcaa6f54 > .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;
}
#a5b0fa4fcaa6f54 > .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;
}
#a5b0fa4fcaa6f54 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5b0fa4fcaa6f54 > .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;
}
#a5b0fa4fcaa6f54 > .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;
}
#a5b0fa4fcaa6f54 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5b0fa4fcaa6f54 > .tab-wrap > div > .tab-nav,
#a5b0fa4fcaa6f54 > .tab-nav,
#a5b0fa4fcaa6f54 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a5b0fa4fcaa6f54 > .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;
}
#a5b0fa4fcaa6f54 > .tab-wrap > div > .tab-nav-horizontal,
#a5b0fa4fcaa6f54 > .tab-nav-horizontal,
#a5b0fa4fcaa6f54 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a5b0fa4fcaa6f54 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a5b0fa4fcaa6f54 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5b0fa4fcaa6f54 > .tab-nav-horizontal::-webkit-scrollbar,
#a5b0fa4fcaa6f54 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5b0fa4fcaa6f54 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a5b0fa4fcaa6f54 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5b0fa4fcaa6f54 > .tab-nav-horizontal.tagScroll,
#a5b0fa4fcaa6f54 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5b0fa4fcaa6f54 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a5b0fa4fcaa6f54 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5b0fa4fcaa6f54 > .tab-nav-horizontal.tagScroll li a,
#a5b0fa4fcaa6f54 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5b0fa4fcaa6f54 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a5b0fa4fcaa6f54 > .tab-wrap > div > .tab-nav a,
#a5b0fa4fcaa6f54 > .tab-nav a,
#a5b0fa4fcaa6f54 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a5b0fa4fcaa6f54 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a5b0fa4fcaa6f54 > .tab-wrap > div > .tab-nav li a,
#a5b0fa4fcaa6f54 > .tab-nav li a,
#a5b0fa4fcaa6f54 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a5b0fa4fcaa6f54 > .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;
}
#a5b0fa4fcaa6f54 > .tab-wrap > div > .tab-nav li a svg,
#a5b0fa4fcaa6f54 > .tab-nav li a svg,
#a5b0fa4fcaa6f54 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a5b0fa4fcaa6f54 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a5b0fa4fcaa6f54 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5b0fa4fcaa6f54 > .tab-nav li a .ap_icon,
#a5b0fa4fcaa6f54 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5b0fa4fcaa6f54 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a5b0fa4fcaa6f54 > .tab-wrap > div > .tab-nav li a:hover,
#a5b0fa4fcaa6f54 > .tab-nav li a:hover,
#a5b0fa4fcaa6f54 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a5b0fa4fcaa6f54 > .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;
}
#a5b0fa4fcaa6f54 > .tab-wrap > div > .tab-nav li.uk-active a,
#a5b0fa4fcaa6f54 > .tab-nav li.uk-active a,
#a5b0fa4fcaa6f54 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a5b0fa4fcaa6f54 > .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;
}
#a5b0fa4fcaa6f54 .layout-left li,
#a5b0fa4fcaa6f54 .layout-center li,
#a5b0fa4fcaa6f54 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a5b0fa4fcaa6f54 .layout-left li a,
#a5b0fa4fcaa6f54 .layout-center li a,
#a5b0fa4fcaa6f54 .layout-right li a {
  height: 100%;
}
#a5b0fa4fcaa6f54 > .tab-tabs .layout-left {
  text-align: left;
}
#a5b0fa4fcaa6f54 > .tab-tabs .layout-center {
  text-align: center;
}
#a5b0fa4fcaa6f54 > .tab-tabs .layout-right {
  text-align: right;
}
#a5b0fa4fcaa6f54 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a5b0fa4fcaa6f54 .tab-content-wrap {
  background-color: transparent;
}
#a5b0fa4fcaa6f54 .tab-contents,
#a5b0fa4fcaa6f54 .tab-contents-wrap {
  pointer-events: none;
}
#a5b0fa4fcaa6f54 .tab-content,
#a5b0fa4fcaa6f54 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a5b0fa4fcaa6f54 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a5b0fa4fcaa6f54 .tab-wrap .tab-contents {
  height: 100%;
}
#a5b0fa4fcaa6f54 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a5b0fa4fcaa6f54 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a5b0fa4fcaa6f54 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a83f2ad3d0a1c33 [data-item*=".abstract"], #a83f2ad3d0a1c33 [data-item*=".abstract"] a {show: true;}#a83f2ad3d0a1c33 [data-item*=".subTitle"], #a83f2ad3d0a1c33 [data-item*=".subTitle"] a {show: false;}#a83f2ad3d0a1c33 [data-item*=".category"], #a83f2ad3d0a1c33 [data-item*=".category"] a {show: false;}#a70dea1da1acd7f [data-item*=".abstract"], #a70dea1da1acd7f [data-item*=".abstract"] a {show: true;}#a70dea1da1acd7f [data-item*=".subTitle"], #a70dea1da1acd7f [data-item*=".subTitle"] a {show: true;}#a70dea1da1acd7f [data-item*=".category"], #a70dea1da1acd7f [data-item*=".category"] a {show: true;}#a05d0a4b92ac8dd > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a1672a89d8acb50 .form-agree {
  display: flex;
  align-items: center;
}
#a1672a89d8acb50 .uk-form .form-submit-btn {
  width: 120px;
}
#a1672a89d8acb50 .submit-wrap {
  text-align: center;
}
#a1672a89d8acb50 .submit-wrap button {
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
}
#a1672a89d8acb50 form {
  border-top-left-radius: 0;
}
#a1672a89d8acb50 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a1672a89d8acb50 .form-item .uk-input,
#a1672a89d8acb50 .form-item .uk-select,
#a1672a89d8acb50 .form-item .uk-textarea {
  width: 400px;
  background-color: #f4f4f4;
}
#a1672a89d8acb50 .form-item .auto-height {
  height: auto;
}
#a6e55a4fd3a6da9 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(30, 135, 240, 1);border-radius: 25px;justify-content: center;border-style: solid;}#a6e55a4fd3a6da9 .ele-wrap:hover {background-color: #509c49;}#ad084a9f06ababd > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;}#a70d1a4b5ea7336 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a2017a58b8a1096 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a9d9fa1b7ba2b1f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;}#ab270acc95accb1 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#ae215a35c9a41b4 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a1b94acd9caa347 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;}#a62b8a022ba2e91 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a7881a2fb2ac59a > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a3ef7a6401a58c7 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;color: #f5a623;}#a3ef7a6401a58c7 [data-item="buttons[0]"]:hover {color: #b8e986;}#a9bd1a4d33ac796 > .ele-wrap {background-color: rgba(17, 17, 17, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8e1fa5769a17c4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8e1fa5769a17c4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#aaad6a5895a173f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa46da2048a17e0 , #aa46da2048a17e0 a{color: rgba(155, 155, 155, 1);}#a6893aa643a9daf , #a6893aa643a9daf a{color: rgba(155, 155, 155, 1);}#a7a7aa47fda7f42 , #a7a7aa47fda7f42 a{color: rgba(155, 155, 155, 1);}#a0b1ba2f48a4e5c , #a0b1ba2f48a4e5c a{color: rgba(155, 155, 155, 1);}#a5853a3c1aa08fb .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#af7ccaac62a2767 .uk-accordion-content a {
  color: #777;
}
#af7ccaac62a2767 .uk-accordion-title {
  cursor: pointer;
}
#af7ccaac62a2767 .uk-accordion-content a:hover {
  color: #e90505;
}
#af7ccaac62a2767 .uk-heading-bullet > * {
  display: inline;
}
#ad14ba3533ad13a .card-content {
  padding-left: 70px;
}
#ad14ba3533ad13a .title {
  color: #777;
  font-size: 16px;
  font-weight: bolder;
  margin-bottom: 10px;
  display: block;
}
#ad14ba3533ad13a .date-post {
  float: left;
  border: 2px solid #4a90e2;
  padding: 12px 10px 9px;
  text-align: center;
}
#ad14ba3533ad13a .date-post span {
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: #4a90e2;
  text-transform: uppercase;
}
#ad14ba3533ad13a .card-metas li {
  display: block;
  list-style: none;
  line-height: 2;
}
#acc4ea1b25a58ff .event-list {
  margin-bottom: 20px;
}
#acc4ea1b25a58ff .event-list .event-date {
  margin: 14px 30px 0 0;
  width: 54px;
  height: 54px;
  text-align: center;
  color: #4a90e2;
  border: 1px solid #4a90e2;
  padding: 0;
}
#acc4ea1b25a58ff .event-list .number-mon {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  padding-top: 6px;
}
#acc4ea1b25a58ff .event-list p {
  margin: 0;
  padding: 0;
}
#acc4ea1b25a58ff .event-list .text-mon {
  font-size: 12px;
}
#acc4ea1b25a58ff .event-list .event-meta .detail {
  font-size: 14px;
  color: #b0b0b0;
  line-height: 2;
}
#acc4ea1b25a58ff .item-title {
  font-size: 16px;
  color: #333;
  position: relative;
  line-height: 36px;
  margin-bottom: 6px;
  display: block;
}
#acc4ea1b25a58ff .uk-card:hover .event-date {
  background-color: #4a90e2;
  color: #fff;
}
#acc4ea1b25a58ff .event-meta h4 a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 30px;
  border-bottom: 1px solid #4a90e2;
}
#a8416a0794a779f .icon-box {
  width: 4.5rem;
  height: 4.5rem;
  line-height: 4.5rem;
  color: #fff;
  margin: 0 auto;
  border-radius: 100%;
  background-color: #4a90e2;
}
#a8416a0794a779f .icon-box i {
  color: #fff;
}
#afb07af8f3af754 .uk-container {
  line-height: 2;
  color: #999;
}
#a9c72a8d32ad1f0 form {
  width: 100%;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a9c72a8d32ad1f0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9c72a8d32ad1f0 .search-box .search-type.show {
  display: block;
}
#a9c72a8d32ad1f0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f0ed;
  cursor: pointer;
  padding: 0 18px;
}
#a9c72a8d32ad1f0 .search-box .search-type li:hover {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .search-box .search-type li.active {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f1f0ed;
  overflow: hidden;
}
#a9c72a8d32ad1f0 .inner-form .input-field {
  height: 100%;
}
#a9c72a8d32ad1f0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #9b9b9b;
}
#a9c72a8d32ad1f0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f1f0ed;
  position: relative;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #9b9b9b;
  margin: 0 15px;
}
#a9c72a8d32ad1f0 .inner-form .input-field.second-wrap {
  min-width: 65px;
}
#a9c72a8d32ad1f0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  font-size: 14px;
}
#a9c72a8d32ad1f0 .btn-search:hover {
  background: #e77e27;
}
#a9c72a8d32ad1f0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9d1aa9c59ada02 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d1aa9c59ada02 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a9d1aa9c59ada02 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d1aa9c59ada02 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #e67b13;
}
#a9d1aa9c59ada02 .menu-list > li.active > a:before,
#a9d1aa9c59ada02 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d1aa9c59ada02 .menu-list > li ul li {
  position: relative;
}
#a9d1aa9c59ada02 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #e27914;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover > a {
  background-color: #f5a623;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list li ul li a:active,
#a9d1aa9c59ada02 .menu-list li ul li a.active,
#a9d1aa9c59ada02 .menu-list li ul li.active > a {
  background-color: #f5a623;
}
#a9d1aa9c59ada02 .menu-list li ul,
#a9d1aa9c59ada02 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #e27914;
}
#a9d1aa9c59ada02 .menu-list li ul.menu-b > li,
#a9d1aa9c59ada02 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d1aa9c59ada02 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d1aa9c59ada02 .menu-list li:hover > ul {
  display: block;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7eb0a9fc0ae13b .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(34, 25, 77, 0);
  overflow: hidden;
  transition: all .3s ease;
}
#a7eb0a9fc0ae13b .marquee-wrap > .str_move {
  cursor: text;
}
#a7eb0a9fc0ae13b .marquee-wrap:hover {
  background: rgba(34, 25, 77, 0);
}
#a7eb0a9fc0ae13b .marquee-wrap .content {
  position: absolute;
}
#a7eb0a9fc0ae13b .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#a7eb0a9fc0ae13b .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#abd9ba8d6eab8d4 > .ele-wrap {background-color: rgba(43, 43, 43, 1);}#a3b76af3f6ada8f [data-item*=".abstract"], #a3b76af3f6ada8f [data-item*=".abstract"] a {show: true;}#a3b76af3f6ada8f [data-item*=".subTitle"], #a3b76af3f6ada8f [data-item*=".subTitle"] a {show: true;}#a3b76af3f6ada8f [data-item*=".category"], #a3b76af3f6ada8f [data-item*=".category"] a {show: true;}#a0763aa2a1aa23e {
  overflow: hidden;
  pointer-events: none;
}
#a0763aa2a1aa23e > .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;
}
#a0763aa2a1aa23e > .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;
}
#a0763aa2a1aa23e > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a0763aa2a1aa23e > .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;
}
#a0763aa2a1aa23e > .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;
}
#a0763aa2a1aa23e > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a0763aa2a1aa23e > .tab-wrap > div > .tab-nav,
#a0763aa2a1aa23e > .tab-nav,
#a0763aa2a1aa23e > .tab-tabs > .tab-wrap > div > .tab-nav,
#a0763aa2a1aa23e > .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;
}
#a0763aa2a1aa23e > .tab-wrap > div > .tab-nav-horizontal,
#a0763aa2a1aa23e > .tab-nav-horizontal,
#a0763aa2a1aa23e > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a0763aa2a1aa23e > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a0763aa2a1aa23e > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a0763aa2a1aa23e > .tab-nav-horizontal::-webkit-scrollbar,
#a0763aa2a1aa23e > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a0763aa2a1aa23e > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a0763aa2a1aa23e > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a0763aa2a1aa23e > .tab-nav-horizontal.tagScroll,
#a0763aa2a1aa23e > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a0763aa2a1aa23e > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a0763aa2a1aa23e > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a0763aa2a1aa23e > .tab-nav-horizontal.tagScroll li a,
#a0763aa2a1aa23e > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a0763aa2a1aa23e > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a0763aa2a1aa23e > .tab-wrap > div > .tab-nav a,
#a0763aa2a1aa23e > .tab-nav a,
#a0763aa2a1aa23e > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a0763aa2a1aa23e > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a0763aa2a1aa23e > .tab-wrap > div > .tab-nav li a,
#a0763aa2a1aa23e > .tab-nav li a,
#a0763aa2a1aa23e > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a0763aa2a1aa23e > .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;
}
#a0763aa2a1aa23e > .tab-wrap > div > .tab-nav li a svg,
#a0763aa2a1aa23e > .tab-nav li a svg,
#a0763aa2a1aa23e > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a0763aa2a1aa23e > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a0763aa2a1aa23e > .tab-wrap > div > .tab-nav li a .ap_icon,
#a0763aa2a1aa23e > .tab-nav li a .ap_icon,
#a0763aa2a1aa23e > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a0763aa2a1aa23e > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a0763aa2a1aa23e > .tab-wrap > div > .tab-nav li a:hover,
#a0763aa2a1aa23e > .tab-nav li a:hover,
#a0763aa2a1aa23e > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a0763aa2a1aa23e > .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;
}
#a0763aa2a1aa23e > .tab-wrap > div > .tab-nav li.uk-active a,
#a0763aa2a1aa23e > .tab-nav li.uk-active a,
#a0763aa2a1aa23e > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a0763aa2a1aa23e > .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;
}
#a0763aa2a1aa23e .layout-left li,
#a0763aa2a1aa23e .layout-center li,
#a0763aa2a1aa23e .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a0763aa2a1aa23e .layout-left li a,
#a0763aa2a1aa23e .layout-center li a,
#a0763aa2a1aa23e .layout-right li a {
  height: 100%;
}
#a0763aa2a1aa23e > .tab-tabs .layout-left {
  text-align: left;
}
#a0763aa2a1aa23e > .tab-tabs .layout-center {
  text-align: center;
}
#a0763aa2a1aa23e > .tab-tabs .layout-right {
  text-align: right;
}
#a0763aa2a1aa23e .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a0763aa2a1aa23e .tab-content-wrap {
  background-color: transparent;
}
#a0763aa2a1aa23e .tab-contents,
#a0763aa2a1aa23e .tab-contents-wrap {
  pointer-events: none;
}
#a0763aa2a1aa23e .tab-content,
#a0763aa2a1aa23e .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a0763aa2a1aa23e .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a0763aa2a1aa23e .tab-wrap .tab-contents {
  height: 100%;
}
#a0763aa2a1aa23e .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a0763aa2a1aa23e .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a0763aa2a1aa23e .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ad14ba3533ad13a [data-item*=".abstract"], #ad14ba3533ad13a [data-item*=".abstract"] a {show: true;}#ad14ba3533ad13a [data-item*=".subTitle"], #ad14ba3533ad13a [data-item*=".subTitle"] a {show: false;}#ad14ba3533ad13a [data-item*=".category"], #ad14ba3533ad13a [data-item*=".category"] a {show: false;}#acc4ea1b25a58ff [data-item*=".abstract"], #acc4ea1b25a58ff [data-item*=".abstract"] a {show: true;}#acc4ea1b25a58ff [data-item*=".subTitle"], #acc4ea1b25a58ff [data-item*=".subTitle"] a {show: true;}#acc4ea1b25a58ff [data-item*=".category"], #acc4ea1b25a58ff [data-item*=".category"] a {show: true;}#ab8bea7be6afea7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a3faaa7cdba4129 .form-agree {
  display: flex;
  align-items: center;
}
#a3faaa7cdba4129 .uk-form .form-submit-btn {
  width: 120px;
}
#a3faaa7cdba4129 .submit-wrap {
  text-align: center;
}
#a3faaa7cdba4129 .submit-wrap button {
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
}
#a3faaa7cdba4129 form {
  border-top-left-radius: 0;
}
#a3faaa7cdba4129 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a3faaa7cdba4129 .form-item .uk-input,
#a3faaa7cdba4129 .form-item .uk-select,
#a3faaa7cdba4129 .form-item .uk-textarea {
  width: 400px;
  background-color: #f4f4f4;
}
#a3faaa7cdba4129 .form-item .auto-height {
  height: auto;
}
#a2999a0b4ca9bc3 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(30, 135, 240, 1);border-radius: 25px;justify-content: center;border-style: solid;}#a2999a0b4ca9bc3 .ele-wrap:hover {background-color: #509c49;}#a6651ac996a6d10 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;}#abd19a6264a319d > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#ac16ba98f1acda9 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#afa15ae4c6a7f04 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;}#a2cdfa2701a7074 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a515ca7771a5cd3 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a2689afe65a5c30 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;}#a9bd0a05cba40da > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#ab5b4a392ba7bc4 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a0678a3b96af7c6 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;color: #f5a623;}#a0678a3b96af7c6 [data-item="buttons[0]"]:hover {color: #b8e986;}#a9bd1a4d33ac796 > .ele-wrap {background-color: rgba(17, 17, 17, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8e1fa5769a17c4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8e1fa5769a17c4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#aaad6a5895a173f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa46da2048a17e0 , #aa46da2048a17e0 a{color: rgba(155, 155, 155, 1);}#a6893aa643a9daf , #a6893aa643a9daf a{color: rgba(155, 155, 155, 1);}#a7a7aa47fda7f42 , #a7a7aa47fda7f42 a{color: rgba(155, 155, 155, 1);}#a0b1ba2f48a4e5c , #a0b1ba2f48a4e5c a{color: rgba(155, 155, 155, 1);}#ac1aca00f9a2b55 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a987aa1f49a1745 .uk-accordion-content a {
  color: #777;
}
#a987aa1f49a1745 .uk-accordion-title {
  cursor: pointer;
}
#a987aa1f49a1745 .uk-accordion-content a:hover {
  color: #e90505;
}
#a987aa1f49a1745 .uk-heading-bullet > * {
  display: inline;
}
#a277da17dbacb10 .card-content {
  padding-left: 70px;
}
#a277da17dbacb10 .title {
  color: #777;
  font-size: 16px;
  font-weight: bolder;
  margin-bottom: 10px;
  display: block;
}
#a277da17dbacb10 .date-post {
  float: left;
  border: 2px solid #4a90e2;
  padding: 12px 10px 9px;
  text-align: center;
}
#a277da17dbacb10 .date-post span {
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: #4a90e2;
  text-transform: uppercase;
}
#a277da17dbacb10 .card-metas li {
  display: block;
  list-style: none;
  line-height: 2;
}
#ae3dda53bca42ef .event-list {
  margin-bottom: 20px;
}
#ae3dda53bca42ef .event-list .event-date {
  margin: 14px 30px 0 0;
  width: 54px;
  height: 54px;
  text-align: center;
  color: #4a90e2;
  border: 1px solid #4a90e2;
  padding: 0;
}
#ae3dda53bca42ef .event-list .number-mon {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  padding-top: 6px;
}
#ae3dda53bca42ef .event-list p {
  margin: 0;
  padding: 0;
}
#ae3dda53bca42ef .event-list .text-mon {
  font-size: 12px;
}
#ae3dda53bca42ef .event-list .event-meta .detail {
  font-size: 14px;
  color: #b0b0b0;
  line-height: 2;
}
#ae3dda53bca42ef .item-title {
  font-size: 16px;
  color: #333;
  position: relative;
  line-height: 36px;
  margin-bottom: 6px;
  display: block;
}
#ae3dda53bca42ef .uk-card:hover .event-date {
  background-color: #4a90e2;
  color: #fff;
}
#ae3dda53bca42ef .event-meta h4 a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 30px;
  border-bottom: 1px solid #4a90e2;
}
#abe15adf5ea1cf6 .icon-box {
  width: 4.5rem;
  height: 4.5rem;
  line-height: 4.5rem;
  color: #fff;
  margin: 0 auto;
  border-radius: 100%;
  background-color: #4a90e2;
}
#abe15adf5ea1cf6 .icon-box i {
  color: #fff;
}
#a2b7da8461a68c3 .uk-container {
  line-height: 2;
  color: #999;
}
#a9c72a8d32ad1f0 form {
  width: 100%;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a9c72a8d32ad1f0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9c72a8d32ad1f0 .search-box .search-type.show {
  display: block;
}
#a9c72a8d32ad1f0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f0ed;
  cursor: pointer;
  padding: 0 18px;
}
#a9c72a8d32ad1f0 .search-box .search-type li:hover {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .search-box .search-type li.active {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f1f0ed;
  overflow: hidden;
}
#a9c72a8d32ad1f0 .inner-form .input-field {
  height: 100%;
}
#a9c72a8d32ad1f0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #9b9b9b;
}
#a9c72a8d32ad1f0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f1f0ed;
  position: relative;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #9b9b9b;
  margin: 0 15px;
}
#a9c72a8d32ad1f0 .inner-form .input-field.second-wrap {
  min-width: 65px;
}
#a9c72a8d32ad1f0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  font-size: 14px;
}
#a9c72a8d32ad1f0 .btn-search:hover {
  background: #e77e27;
}
#a9c72a8d32ad1f0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9d1aa9c59ada02 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d1aa9c59ada02 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a9d1aa9c59ada02 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d1aa9c59ada02 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #e67b13;
}
#a9d1aa9c59ada02 .menu-list > li.active > a:before,
#a9d1aa9c59ada02 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d1aa9c59ada02 .menu-list > li ul li {
  position: relative;
}
#a9d1aa9c59ada02 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #e27914;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover > a {
  background-color: #f5a623;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list li ul li a:active,
#a9d1aa9c59ada02 .menu-list li ul li a.active,
#a9d1aa9c59ada02 .menu-list li ul li.active > a {
  background-color: #f5a623;
}
#a9d1aa9c59ada02 .menu-list li ul,
#a9d1aa9c59ada02 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #e27914;
}
#a9d1aa9c59ada02 .menu-list li ul.menu-b > li,
#a9d1aa9c59ada02 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d1aa9c59ada02 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d1aa9c59ada02 .menu-list li:hover > ul {
  display: block;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7eb0a9fc0ae13b .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(34, 25, 77, 0);
  overflow: hidden;
  transition: all .3s ease;
}
#a7eb0a9fc0ae13b .marquee-wrap > .str_move {
  cursor: text;
}
#a7eb0a9fc0ae13b .marquee-wrap:hover {
  background: rgba(34, 25, 77, 0);
}
#a7eb0a9fc0ae13b .marquee-wrap .content {
  position: absolute;
}
#a7eb0a9fc0ae13b .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#a7eb0a9fc0ae13b .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#abd9ba8d6eab8d4 > .ele-wrap {background-color: rgba(43, 43, 43, 1);}#a22dcaa86aa6505 [data-item*=".abstract"], #a22dcaa86aa6505 [data-item*=".abstract"] a {show: true;}#a22dcaa86aa6505 [data-item*=".subTitle"], #a22dcaa86aa6505 [data-item*=".subTitle"] a {show: true;}#a22dcaa86aa6505 [data-item*=".category"], #a22dcaa86aa6505 [data-item*=".category"] a {show: true;}#a9738acaf4a8577 {
  overflow: hidden;
  pointer-events: none;
}
#a9738acaf4a8577 > .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;
}
#a9738acaf4a8577 > .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;
}
#a9738acaf4a8577 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9738acaf4a8577 > .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;
}
#a9738acaf4a8577 > .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;
}
#a9738acaf4a8577 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9738acaf4a8577 > .tab-wrap > div > .tab-nav,
#a9738acaf4a8577 > .tab-nav,
#a9738acaf4a8577 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9738acaf4a8577 > .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;
}
#a9738acaf4a8577 > .tab-wrap > div > .tab-nav-horizontal,
#a9738acaf4a8577 > .tab-nav-horizontal,
#a9738acaf4a8577 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9738acaf4a8577 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9738acaf4a8577 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9738acaf4a8577 > .tab-nav-horizontal::-webkit-scrollbar,
#a9738acaf4a8577 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9738acaf4a8577 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9738acaf4a8577 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9738acaf4a8577 > .tab-nav-horizontal.tagScroll,
#a9738acaf4a8577 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9738acaf4a8577 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a9738acaf4a8577 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9738acaf4a8577 > .tab-nav-horizontal.tagScroll li a,
#a9738acaf4a8577 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9738acaf4a8577 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9738acaf4a8577 > .tab-wrap > div > .tab-nav a,
#a9738acaf4a8577 > .tab-nav a,
#a9738acaf4a8577 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9738acaf4a8577 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a9738acaf4a8577 > .tab-wrap > div > .tab-nav li a,
#a9738acaf4a8577 > .tab-nav li a,
#a9738acaf4a8577 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9738acaf4a8577 > .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;
}
#a9738acaf4a8577 > .tab-wrap > div > .tab-nav li a svg,
#a9738acaf4a8577 > .tab-nav li a svg,
#a9738acaf4a8577 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9738acaf4a8577 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9738acaf4a8577 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9738acaf4a8577 > .tab-nav li a .ap_icon,
#a9738acaf4a8577 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9738acaf4a8577 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9738acaf4a8577 > .tab-wrap > div > .tab-nav li a:hover,
#a9738acaf4a8577 > .tab-nav li a:hover,
#a9738acaf4a8577 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9738acaf4a8577 > .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;
}
#a9738acaf4a8577 > .tab-wrap > div > .tab-nav li.uk-active a,
#a9738acaf4a8577 > .tab-nav li.uk-active a,
#a9738acaf4a8577 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9738acaf4a8577 > .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;
}
#a9738acaf4a8577 .layout-left li,
#a9738acaf4a8577 .layout-center li,
#a9738acaf4a8577 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9738acaf4a8577 .layout-left li a,
#a9738acaf4a8577 .layout-center li a,
#a9738acaf4a8577 .layout-right li a {
  height: 100%;
}
#a9738acaf4a8577 > .tab-tabs .layout-left {
  text-align: left;
}
#a9738acaf4a8577 > .tab-tabs .layout-center {
  text-align: center;
}
#a9738acaf4a8577 > .tab-tabs .layout-right {
  text-align: right;
}
#a9738acaf4a8577 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a9738acaf4a8577 .tab-content-wrap {
  background-color: transparent;
}
#a9738acaf4a8577 .tab-contents,
#a9738acaf4a8577 .tab-contents-wrap {
  pointer-events: none;
}
#a9738acaf4a8577 .tab-content,
#a9738acaf4a8577 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9738acaf4a8577 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9738acaf4a8577 .tab-wrap .tab-contents {
  height: 100%;
}
#a9738acaf4a8577 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9738acaf4a8577 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9738acaf4a8577 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a277da17dbacb10 [data-item*=".abstract"], #a277da17dbacb10 [data-item*=".abstract"] a {show: true;}#a277da17dbacb10 [data-item*=".subTitle"], #a277da17dbacb10 [data-item*=".subTitle"] a {show: false;}#a277da17dbacb10 [data-item*=".category"], #a277da17dbacb10 [data-item*=".category"] a {show: false;}#ae3dda53bca42ef [data-item*=".abstract"], #ae3dda53bca42ef [data-item*=".abstract"] a {show: true;}#ae3dda53bca42ef [data-item*=".subTitle"], #ae3dda53bca42ef [data-item*=".subTitle"] a {show: true;}#ae3dda53bca42ef [data-item*=".category"], #ae3dda53bca42ef [data-item*=".category"] a {show: true;}#a155fa23baa7907 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a0c4caf37ea90b3 .form-agree {
  display: flex;
  align-items: center;
}
#a0c4caf37ea90b3 .uk-form .form-submit-btn {
  width: 120px;
}
#a0c4caf37ea90b3 .submit-wrap {
  text-align: center;
}
#a0c4caf37ea90b3 .submit-wrap button {
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
}
#a0c4caf37ea90b3 form {
  border-top-left-radius: 0;
}
#a0c4caf37ea90b3 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a0c4caf37ea90b3 .form-item .uk-input,
#a0c4caf37ea90b3 .form-item .uk-select,
#a0c4caf37ea90b3 .form-item .uk-textarea {
  width: 400px;
  background-color: #f4f4f4;
}
#a0c4caf37ea90b3 .form-item .auto-height {
  height: auto;
}
#a03c9af56ba6587 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(30, 135, 240, 1);border-radius: 25px;justify-content: center;border-style: solid;}#a03c9af56ba6587 .ele-wrap:hover {background-color: #509c49;}#acb50aefe4af4f4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;}#ac599a7481a7e8e > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a12a6a6801a641b > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a942ea1dc1a59ff > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;}#acf96a582caaa5a > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a23c9a749fa560a > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#adca1a9cc1a7db2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;}#abb2da0a26a1752 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a6736a41c1aa686 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a3907af6efa20de [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;color: #f5a623;}#a3907af6efa20de [data-item="buttons[0]"]:hover {color: #b8e986;}#a9bd1a4d33ac796 > .ele-wrap {background-color: rgba(17, 17, 17, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8e1fa5769a17c4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8e1fa5769a17c4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#aaad6a5895a173f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa46da2048a17e0 , #aa46da2048a17e0 a{color: rgba(155, 155, 155, 1);}#a6893aa643a9daf , #a6893aa643a9daf a{color: rgba(155, 155, 155, 1);}#a7a7aa47fda7f42 , #a7a7aa47fda7f42 a{color: rgba(155, 155, 155, 1);}#a0b1ba2f48a4e5c , #a0b1ba2f48a4e5c a{color: rgba(155, 155, 155, 1);}#a194cab5daa4718 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a3726a210aa77ad .uk-accordion-content a {
  color: #777;
}
#a3726a210aa77ad .uk-accordion-title {
  cursor: pointer;
}
#a3726a210aa77ad .uk-accordion-content a:hover {
  color: #e90505;
}
#a3726a210aa77ad .uk-heading-bullet > * {
  display: inline;
}
#a9de9ac014ad0bb .card-content {
  padding-left: 70px;
}
#a9de9ac014ad0bb .title {
  color: #777;
  font-size: 16px;
  font-weight: bolder;
  margin-bottom: 10px;
  display: block;
}
#a9de9ac014ad0bb .date-post {
  float: left;
  border: 2px solid #4a90e2;
  padding: 12px 10px 9px;
  text-align: center;
}
#a9de9ac014ad0bb .date-post span {
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: #4a90e2;
  text-transform: uppercase;
}
#a9de9ac014ad0bb .card-metas li {
  display: block;
  list-style: none;
  line-height: 2;
}
#acb55ae579ab1bd .event-list {
  margin-bottom: 20px;
}
#acb55ae579ab1bd .event-list .event-date {
  margin: 14px 30px 0 0;
  width: 54px;
  height: 54px;
  text-align: center;
  color: #4a90e2;
  border: 1px solid #4a90e2;
  padding: 0;
}
#acb55ae579ab1bd .event-list .number-mon {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  padding-top: 6px;
}
#acb55ae579ab1bd .event-list p {
  margin: 0;
  padding: 0;
}
#acb55ae579ab1bd .event-list .text-mon {
  font-size: 12px;
}
#acb55ae579ab1bd .event-list .event-meta .detail {
  font-size: 14px;
  color: #b0b0b0;
  line-height: 2;
}
#acb55ae579ab1bd .item-title {
  font-size: 16px;
  color: #333;
  position: relative;
  line-height: 36px;
  margin-bottom: 6px;
  display: block;
}
#acb55ae579ab1bd .uk-card:hover .event-date {
  background-color: #4a90e2;
  color: #fff;
}
#acb55ae579ab1bd .event-meta h4 a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 30px;
  border-bottom: 1px solid #4a90e2;
}
#af5b4a7b2fa2eab .icon-box {
  width: 4.5rem;
  height: 4.5rem;
  line-height: 4.5rem;
  color: #fff;
  margin: 0 auto;
  border-radius: 100%;
  background-color: #4a90e2;
}
#af5b4a7b2fa2eab .icon-box i {
  color: #fff;
}
#a5402aca0aaf7ff .uk-container {
  line-height: 2;
  color: #999;
}
#a9c72a8d32ad1f0 form {
  width: 100%;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a9c72a8d32ad1f0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9c72a8d32ad1f0 .search-box .search-type.show {
  display: block;
}
#a9c72a8d32ad1f0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f0ed;
  cursor: pointer;
  padding: 0 18px;
}
#a9c72a8d32ad1f0 .search-box .search-type li:hover {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .search-box .search-type li.active {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f1f0ed;
  overflow: hidden;
}
#a9c72a8d32ad1f0 .inner-form .input-field {
  height: 100%;
}
#a9c72a8d32ad1f0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #9b9b9b;
}
#a9c72a8d32ad1f0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f1f0ed;
  position: relative;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #9b9b9b;
  margin: 0 15px;
}
#a9c72a8d32ad1f0 .inner-form .input-field.second-wrap {
  min-width: 65px;
}
#a9c72a8d32ad1f0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  font-size: 14px;
}
#a9c72a8d32ad1f0 .btn-search:hover {
  background: #e77e27;
}
#a9c72a8d32ad1f0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9d1aa9c59ada02 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d1aa9c59ada02 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a9d1aa9c59ada02 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d1aa9c59ada02 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #e67b13;
}
#a9d1aa9c59ada02 .menu-list > li.active > a:before,
#a9d1aa9c59ada02 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d1aa9c59ada02 .menu-list > li ul li {
  position: relative;
}
#a9d1aa9c59ada02 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #e27914;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover > a {
  background-color: #f5a623;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list li ul li a:active,
#a9d1aa9c59ada02 .menu-list li ul li a.active,
#a9d1aa9c59ada02 .menu-list li ul li.active > a {
  background-color: #f5a623;
}
#a9d1aa9c59ada02 .menu-list li ul,
#a9d1aa9c59ada02 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #e27914;
}
#a9d1aa9c59ada02 .menu-list li ul.menu-b > li,
#a9d1aa9c59ada02 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d1aa9c59ada02 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d1aa9c59ada02 .menu-list li:hover > ul {
  display: block;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7eb0a9fc0ae13b .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(34, 25, 77, 0);
  overflow: hidden;
  transition: all .3s ease;
}
#a7eb0a9fc0ae13b .marquee-wrap > .str_move {
  cursor: text;
}
#a7eb0a9fc0ae13b .marquee-wrap:hover {
  background: rgba(34, 25, 77, 0);
}
#a7eb0a9fc0ae13b .marquee-wrap .content {
  position: absolute;
}
#a7eb0a9fc0ae13b .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#a7eb0a9fc0ae13b .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#abd9ba8d6eab8d4 > .ele-wrap {background-color: rgba(43, 43, 43, 1);}#a3402a5db9a7b4f [data-item*=".abstract"], #a3402a5db9a7b4f [data-item*=".abstract"] a {show: true;}#a3402a5db9a7b4f [data-item*=".subTitle"], #a3402a5db9a7b4f [data-item*=".subTitle"] a {show: true;}#a3402a5db9a7b4f [data-item*=".category"], #a3402a5db9a7b4f [data-item*=".category"] a {show: true;}#ab571ae6d9a390f {
  overflow: hidden;
  pointer-events: none;
}
#ab571ae6d9a390f > .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;
}
#ab571ae6d9a390f > .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;
}
#ab571ae6d9a390f > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab571ae6d9a390f > .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;
}
#ab571ae6d9a390f > .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;
}
#ab571ae6d9a390f > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab571ae6d9a390f > .tab-wrap > div > .tab-nav,
#ab571ae6d9a390f > .tab-nav,
#ab571ae6d9a390f > .tab-tabs > .tab-wrap > div > .tab-nav,
#ab571ae6d9a390f > .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;
}
#ab571ae6d9a390f > .tab-wrap > div > .tab-nav-horizontal,
#ab571ae6d9a390f > .tab-nav-horizontal,
#ab571ae6d9a390f > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ab571ae6d9a390f > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ab571ae6d9a390f > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab571ae6d9a390f > .tab-nav-horizontal::-webkit-scrollbar,
#ab571ae6d9a390f > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab571ae6d9a390f > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ab571ae6d9a390f > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab571ae6d9a390f > .tab-nav-horizontal.tagScroll,
#ab571ae6d9a390f > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab571ae6d9a390f > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#ab571ae6d9a390f > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab571ae6d9a390f > .tab-nav-horizontal.tagScroll li a,
#ab571ae6d9a390f > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab571ae6d9a390f > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ab571ae6d9a390f > .tab-wrap > div > .tab-nav a,
#ab571ae6d9a390f > .tab-nav a,
#ab571ae6d9a390f > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ab571ae6d9a390f > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ab571ae6d9a390f > .tab-wrap > div > .tab-nav li a,
#ab571ae6d9a390f > .tab-nav li a,
#ab571ae6d9a390f > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ab571ae6d9a390f > .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;
}
#ab571ae6d9a390f > .tab-wrap > div > .tab-nav li a svg,
#ab571ae6d9a390f > .tab-nav li a svg,
#ab571ae6d9a390f > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ab571ae6d9a390f > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ab571ae6d9a390f > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab571ae6d9a390f > .tab-nav li a .ap_icon,
#ab571ae6d9a390f > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab571ae6d9a390f > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ab571ae6d9a390f > .tab-wrap > div > .tab-nav li a:hover,
#ab571ae6d9a390f > .tab-nav li a:hover,
#ab571ae6d9a390f > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ab571ae6d9a390f > .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;
}
#ab571ae6d9a390f > .tab-wrap > div > .tab-nav li.uk-active a,
#ab571ae6d9a390f > .tab-nav li.uk-active a,
#ab571ae6d9a390f > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ab571ae6d9a390f > .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;
}
#ab571ae6d9a390f .layout-left li,
#ab571ae6d9a390f .layout-center li,
#ab571ae6d9a390f .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ab571ae6d9a390f .layout-left li a,
#ab571ae6d9a390f .layout-center li a,
#ab571ae6d9a390f .layout-right li a {
  height: 100%;
}
#ab571ae6d9a390f > .tab-tabs .layout-left {
  text-align: left;
}
#ab571ae6d9a390f > .tab-tabs .layout-center {
  text-align: center;
}
#ab571ae6d9a390f > .tab-tabs .layout-right {
  text-align: right;
}
#ab571ae6d9a390f .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#ab571ae6d9a390f .tab-content-wrap {
  background-color: transparent;
}
#ab571ae6d9a390f .tab-contents,
#ab571ae6d9a390f .tab-contents-wrap {
  pointer-events: none;
}
#ab571ae6d9a390f .tab-content,
#ab571ae6d9a390f .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ab571ae6d9a390f .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ab571ae6d9a390f .tab-wrap .tab-contents {
  height: 100%;
}
#ab571ae6d9a390f .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ab571ae6d9a390f .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ab571ae6d9a390f .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9de9ac014ad0bb [data-item*=".abstract"], #a9de9ac014ad0bb [data-item*=".abstract"] a {show: true;}#a9de9ac014ad0bb [data-item*=".subTitle"], #a9de9ac014ad0bb [data-item*=".subTitle"] a {show: false;}#a9de9ac014ad0bb [data-item*=".category"], #a9de9ac014ad0bb [data-item*=".category"] a {show: false;}#acb55ae579ab1bd [data-item*=".abstract"], #acb55ae579ab1bd [data-item*=".abstract"] a {show: true;}#acb55ae579ab1bd [data-item*=".subTitle"], #acb55ae579ab1bd [data-item*=".subTitle"] a {show: true;}#acb55ae579ab1bd [data-item*=".category"], #acb55ae579ab1bd [data-item*=".category"] a {show: true;}#a8ffdaec01a8568 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a36acada6ba905c .form-agree {
  display: flex;
  align-items: center;
}
#a36acada6ba905c .uk-form .form-submit-btn {
  width: 120px;
}
#a36acada6ba905c .submit-wrap {
  text-align: center;
}
#a36acada6ba905c .submit-wrap button {
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
}
#a36acada6ba905c form {
  border-top-left-radius: 0;
}
#a36acada6ba905c form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a36acada6ba905c .form-item .uk-input,
#a36acada6ba905c .form-item .uk-select,
#a36acada6ba905c .form-item .uk-textarea {
  width: 400px;
  background-color: #f4f4f4;
}
#a36acada6ba905c .form-item .auto-height {
  height: auto;
}
#aed6caa6eaa97a4 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(30, 135, 240, 1);border-radius: 25px;justify-content: center;border-style: solid;}#aed6caa6eaa97a4 .ele-wrap:hover {background-color: #509c49;}#a71b4ad709ac1a8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;}#a68cda7b70a32e7 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#af117a9dfea08ba > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a382aa91dda1821 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;}#a298ca7a42ad0ae > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a568ca1fefad999 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a002ca7cfda7b7a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;}#a5a3dab780a95a0 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#ae617a242da3887 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#ae3f5ac0beac177 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;color: #f5a623;}#ae3f5ac0beac177 [data-item="buttons[0]"]:hover {color: #b8e986;}#a9bd1a4d33ac796 > .ele-wrap {background-color: rgba(17, 17, 17, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8e1fa5769a17c4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8e1fa5769a17c4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#aaad6a5895a173f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa46da2048a17e0 , #aa46da2048a17e0 a{color: rgba(155, 155, 155, 1);}#a6893aa643a9daf , #a6893aa643a9daf a{color: rgba(155, 155, 155, 1);}#a7a7aa47fda7f42 , #a7a7aa47fda7f42 a{color: rgba(155, 155, 155, 1);}#a0b1ba2f48a4e5c , #a0b1ba2f48a4e5c a{color: rgba(155, 155, 155, 1);}#a1ff5a2336a96de .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a48f0a6923a4a9f .uk-accordion-content a {
  color: #777;
}
#a48f0a6923a4a9f .uk-accordion-title {
  cursor: pointer;
}
#a48f0a6923a4a9f .uk-accordion-content a:hover {
  color: #e90505;
}
#a48f0a6923a4a9f .uk-heading-bullet > * {
  display: inline;
}
#a72b1a5fa2a806d .card-content {
  padding-left: 70px;
}
#a72b1a5fa2a806d .title {
  color: #777;
  font-size: 16px;
  font-weight: bolder;
  margin-bottom: 10px;
  display: block;
}
#a72b1a5fa2a806d .date-post {
  float: left;
  border: 2px solid #4a90e2;
  padding: 12px 10px 9px;
  text-align: center;
}
#a72b1a5fa2a806d .date-post span {
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: #4a90e2;
  text-transform: uppercase;
}
#a72b1a5fa2a806d .card-metas li {
  display: block;
  list-style: none;
  line-height: 2;
}
#a279ba8623a404e .event-list {
  margin-bottom: 20px;
}
#a279ba8623a404e .event-list .event-date {
  margin: 14px 30px 0 0;
  width: 54px;
  height: 54px;
  text-align: center;
  color: #4a90e2;
  border: 1px solid #4a90e2;
  padding: 0;
}
#a279ba8623a404e .event-list .number-mon {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  padding-top: 6px;
}
#a279ba8623a404e .event-list p {
  margin: 0;
  padding: 0;
}
#a279ba8623a404e .event-list .text-mon {
  font-size: 12px;
}
#a279ba8623a404e .event-list .event-meta .detail {
  font-size: 14px;
  color: #b0b0b0;
  line-height: 2;
}
#a279ba8623a404e .item-title {
  font-size: 16px;
  color: #333;
  position: relative;
  line-height: 36px;
  margin-bottom: 6px;
  display: block;
}
#a279ba8623a404e .uk-card:hover .event-date {
  background-color: #4a90e2;
  color: #fff;
}
#a279ba8623a404e .event-meta h4 a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 30px;
  border-bottom: 1px solid #4a90e2;
}
#a90b2a1eb8a0340 .icon-box {
  width: 4.5rem;
  height: 4.5rem;
  line-height: 4.5rem;
  color: #fff;
  margin: 0 auto;
  border-radius: 100%;
  background-color: #4a90e2;
}
#a90b2a1eb8a0340 .icon-box i {
  color: #fff;
}
#a7698acadaa0841 .uk-container {
  line-height: 2;
  color: #999;
}
#a9c72a8d32ad1f0 form {
  width: 100%;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a9c72a8d32ad1f0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9c72a8d32ad1f0 .search-box .search-type.show {
  display: block;
}
#a9c72a8d32ad1f0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f0ed;
  cursor: pointer;
  padding: 0 18px;
}
#a9c72a8d32ad1f0 .search-box .search-type li:hover {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .search-box .search-type li.active {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f1f0ed;
  overflow: hidden;
}
#a9c72a8d32ad1f0 .inner-form .input-field {
  height: 100%;
}
#a9c72a8d32ad1f0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #9b9b9b;
}
#a9c72a8d32ad1f0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f1f0ed;
  position: relative;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #9b9b9b;
  margin: 0 15px;
}
#a9c72a8d32ad1f0 .inner-form .input-field.second-wrap {
  min-width: 65px;
}
#a9c72a8d32ad1f0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  font-size: 14px;
}
#a9c72a8d32ad1f0 .btn-search:hover {
  background: #e77e27;
}
#a9c72a8d32ad1f0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9d1aa9c59ada02 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d1aa9c59ada02 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a9d1aa9c59ada02 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d1aa9c59ada02 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #e67b13;
}
#a9d1aa9c59ada02 .menu-list > li.active > a:before,
#a9d1aa9c59ada02 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d1aa9c59ada02 .menu-list > li ul li {
  position: relative;
}
#a9d1aa9c59ada02 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #e27914;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover > a {
  background-color: #f5a623;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list li ul li a:active,
#a9d1aa9c59ada02 .menu-list li ul li a.active,
#a9d1aa9c59ada02 .menu-list li ul li.active > a {
  background-color: #f5a623;
}
#a9d1aa9c59ada02 .menu-list li ul,
#a9d1aa9c59ada02 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #e27914;
}
#a9d1aa9c59ada02 .menu-list li ul.menu-b > li,
#a9d1aa9c59ada02 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d1aa9c59ada02 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d1aa9c59ada02 .menu-list li:hover > ul {
  display: block;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7eb0a9fc0ae13b .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(34, 25, 77, 0);
  overflow: hidden;
  transition: all .3s ease;
}
#a7eb0a9fc0ae13b .marquee-wrap > .str_move {
  cursor: text;
}
#a7eb0a9fc0ae13b .marquee-wrap:hover {
  background: rgba(34, 25, 77, 0);
}
#a7eb0a9fc0ae13b .marquee-wrap .content {
  position: absolute;
}
#a7eb0a9fc0ae13b .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#a7eb0a9fc0ae13b .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#abd9ba8d6eab8d4 > .ele-wrap {background-color: rgba(43, 43, 43, 1);}#a116da6a81a4034 [data-item*=".abstract"], #a116da6a81a4034 [data-item*=".abstract"] a {show: true;}#a116da6a81a4034 [data-item*=".subTitle"], #a116da6a81a4034 [data-item*=".subTitle"] a {show: true;}#a116da6a81a4034 [data-item*=".category"], #a116da6a81a4034 [data-item*=".category"] a {show: true;}#af176a05ffa9dbc {
  overflow: hidden;
  pointer-events: none;
}
#af176a05ffa9dbc > .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;
}
#af176a05ffa9dbc > .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;
}
#af176a05ffa9dbc > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#af176a05ffa9dbc > .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;
}
#af176a05ffa9dbc > .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;
}
#af176a05ffa9dbc > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#af176a05ffa9dbc > .tab-wrap > div > .tab-nav,
#af176a05ffa9dbc > .tab-nav,
#af176a05ffa9dbc > .tab-tabs > .tab-wrap > div > .tab-nav,
#af176a05ffa9dbc > .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;
}
#af176a05ffa9dbc > .tab-wrap > div > .tab-nav-horizontal,
#af176a05ffa9dbc > .tab-nav-horizontal,
#af176a05ffa9dbc > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#af176a05ffa9dbc > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#af176a05ffa9dbc > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#af176a05ffa9dbc > .tab-nav-horizontal::-webkit-scrollbar,
#af176a05ffa9dbc > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#af176a05ffa9dbc > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#af176a05ffa9dbc > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#af176a05ffa9dbc > .tab-nav-horizontal.tagScroll,
#af176a05ffa9dbc > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#af176a05ffa9dbc > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#af176a05ffa9dbc > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#af176a05ffa9dbc > .tab-nav-horizontal.tagScroll li a,
#af176a05ffa9dbc > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#af176a05ffa9dbc > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#af176a05ffa9dbc > .tab-wrap > div > .tab-nav a,
#af176a05ffa9dbc > .tab-nav a,
#af176a05ffa9dbc > .tab-tabs > .tab-wrap > div > .tab-nav a,
#af176a05ffa9dbc > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#af176a05ffa9dbc > .tab-wrap > div > .tab-nav li a,
#af176a05ffa9dbc > .tab-nav li a,
#af176a05ffa9dbc > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#af176a05ffa9dbc > .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;
}
#af176a05ffa9dbc > .tab-wrap > div > .tab-nav li a svg,
#af176a05ffa9dbc > .tab-nav li a svg,
#af176a05ffa9dbc > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#af176a05ffa9dbc > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#af176a05ffa9dbc > .tab-wrap > div > .tab-nav li a .ap_icon,
#af176a05ffa9dbc > .tab-nav li a .ap_icon,
#af176a05ffa9dbc > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#af176a05ffa9dbc > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#af176a05ffa9dbc > .tab-wrap > div > .tab-nav li a:hover,
#af176a05ffa9dbc > .tab-nav li a:hover,
#af176a05ffa9dbc > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#af176a05ffa9dbc > .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;
}
#af176a05ffa9dbc > .tab-wrap > div > .tab-nav li.uk-active a,
#af176a05ffa9dbc > .tab-nav li.uk-active a,
#af176a05ffa9dbc > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#af176a05ffa9dbc > .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;
}
#af176a05ffa9dbc .layout-left li,
#af176a05ffa9dbc .layout-center li,
#af176a05ffa9dbc .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#af176a05ffa9dbc .layout-left li a,
#af176a05ffa9dbc .layout-center li a,
#af176a05ffa9dbc .layout-right li a {
  height: 100%;
}
#af176a05ffa9dbc > .tab-tabs .layout-left {
  text-align: left;
}
#af176a05ffa9dbc > .tab-tabs .layout-center {
  text-align: center;
}
#af176a05ffa9dbc > .tab-tabs .layout-right {
  text-align: right;
}
#af176a05ffa9dbc .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#af176a05ffa9dbc .tab-content-wrap {
  background-color: transparent;
}
#af176a05ffa9dbc .tab-contents,
#af176a05ffa9dbc .tab-contents-wrap {
  pointer-events: none;
}
#af176a05ffa9dbc .tab-content,
#af176a05ffa9dbc .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#af176a05ffa9dbc .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#af176a05ffa9dbc .tab-wrap .tab-contents {
  height: 100%;
}
#af176a05ffa9dbc .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#af176a05ffa9dbc .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#af176a05ffa9dbc .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a72b1a5fa2a806d [data-item*=".abstract"], #a72b1a5fa2a806d [data-item*=".abstract"] a {show: true;}#a72b1a5fa2a806d [data-item*=".subTitle"], #a72b1a5fa2a806d [data-item*=".subTitle"] a {show: false;}#a72b1a5fa2a806d [data-item*=".category"], #a72b1a5fa2a806d [data-item*=".category"] a {show: false;}#a279ba8623a404e [data-item*=".abstract"], #a279ba8623a404e [data-item*=".abstract"] a {show: true;}#a279ba8623a404e [data-item*=".subTitle"], #a279ba8623a404e [data-item*=".subTitle"] a {show: true;}#a279ba8623a404e [data-item*=".category"], #a279ba8623a404e [data-item*=".category"] a {show: true;}#a88eea8d53acd7b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a192fa49d5a1734 .form-agree {
  display: flex;
  align-items: center;
}
#a192fa49d5a1734 .uk-form .form-submit-btn {
  width: 120px;
}
#a192fa49d5a1734 .submit-wrap {
  text-align: center;
}
#a192fa49d5a1734 .submit-wrap button {
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
}
#a192fa49d5a1734 form {
  border-top-left-radius: 0;
}
#a192fa49d5a1734 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a192fa49d5a1734 .form-item .uk-input,
#a192fa49d5a1734 .form-item .uk-select,
#a192fa49d5a1734 .form-item .uk-textarea {
  width: 400px;
  background-color: #f4f4f4;
}
#a192fa49d5a1734 .form-item .auto-height {
  height: auto;
}
#a122ea3532a1d30 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(30, 135, 240, 1);border-radius: 25px;justify-content: center;border-style: solid;}#a122ea3532a1d30 .ele-wrap:hover {background-color: #509c49;}#afb65afed6a7cc3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;}#aff9ea0632a0a05 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a37c1a2b8babd67 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#ae1bfae156af6ef > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;}#a3660a7aafa55b9 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a47e6a658ca1fb9 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#abb3aa8f3da2953 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;}#ab2aead568ab244 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a22acae6dca97a2 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a431caada6ad3c5 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;color: #f5a623;}#a431caada6ad3c5 [data-item="buttons[0]"]:hover {color: #b8e986;}#a9bd1a4d33ac796 > .ele-wrap {background-color: rgba(17, 17, 17, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8e1fa5769a17c4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8e1fa5769a17c4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#aaad6a5895a173f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa46da2048a17e0 , #aa46da2048a17e0 a{color: rgba(155, 155, 155, 1);}#a6893aa643a9daf , #a6893aa643a9daf a{color: rgba(155, 155, 155, 1);}#a7a7aa47fda7f42 , #a7a7aa47fda7f42 a{color: rgba(155, 155, 155, 1);}#a0b1ba2f48a4e5c , #a0b1ba2f48a4e5c a{color: rgba(155, 155, 155, 1);}#a79bfa57f1a5825 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a9eabafc88a2fc3 .uk-accordion-content a {
  color: #777;
}
#a9eabafc88a2fc3 .uk-accordion-title {
  cursor: pointer;
}
#a9eabafc88a2fc3 .uk-accordion-content a:hover {
  color: #e90505;
}
#a9eabafc88a2fc3 .uk-heading-bullet > * {
  display: inline;
}
#a0eacacf0cae810 .card-content {
  padding-left: 70px;
}
#a0eacacf0cae810 .title {
  color: #777;
  font-size: 16px;
  font-weight: bolder;
  margin-bottom: 10px;
  display: block;
}
#a0eacacf0cae810 .date-post {
  float: left;
  border: 2px solid #4a90e2;
  padding: 12px 10px 9px;
  text-align: center;
}
#a0eacacf0cae810 .date-post span {
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: #4a90e2;
  text-transform: uppercase;
}
#a0eacacf0cae810 .card-metas li {
  display: block;
  list-style: none;
  line-height: 2;
}
#a800ba3211a9c38 .event-list {
  margin-bottom: 20px;
}
#a800ba3211a9c38 .event-list .event-date {
  margin: 14px 30px 0 0;
  width: 54px;
  height: 54px;
  text-align: center;
  color: #4a90e2;
  border: 1px solid #4a90e2;
  padding: 0;
}
#a800ba3211a9c38 .event-list .number-mon {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  padding-top: 6px;
}
#a800ba3211a9c38 .event-list p {
  margin: 0;
  padding: 0;
}
#a800ba3211a9c38 .event-list .text-mon {
  font-size: 12px;
}
#a800ba3211a9c38 .event-list .event-meta .detail {
  font-size: 14px;
  color: #b0b0b0;
  line-height: 2;
}
#a800ba3211a9c38 .item-title {
  font-size: 16px;
  color: #333;
  position: relative;
  line-height: 36px;
  margin-bottom: 6px;
  display: block;
}
#a800ba3211a9c38 .uk-card:hover .event-date {
  background-color: #4a90e2;
  color: #fff;
}
#a800ba3211a9c38 .event-meta h4 a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 30px;
  border-bottom: 1px solid #4a90e2;
}
#aa348aadd5a58b9 .icon-box {
  width: 4.5rem;
  height: 4.5rem;
  line-height: 4.5rem;
  color: #fff;
  margin: 0 auto;
  border-radius: 100%;
  background-color: #4a90e2;
}
#aa348aadd5a58b9 .icon-box i {
  color: #fff;
}
#afa98a4f53a6152 .uk-container {
  line-height: 2;
  color: #999;
}
#a9c72a8d32ad1f0 form {
  width: 100%;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a9c72a8d32ad1f0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9c72a8d32ad1f0 .search-box .search-type.show {
  display: block;
}
#a9c72a8d32ad1f0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f0ed;
  cursor: pointer;
  padding: 0 18px;
}
#a9c72a8d32ad1f0 .search-box .search-type li:hover {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .search-box .search-type li.active {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f1f0ed;
  overflow: hidden;
}
#a9c72a8d32ad1f0 .inner-form .input-field {
  height: 100%;
}
#a9c72a8d32ad1f0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #9b9b9b;
}
#a9c72a8d32ad1f0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f1f0ed;
  position: relative;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #9b9b9b;
  margin: 0 15px;
}
#a9c72a8d32ad1f0 .inner-form .input-field.second-wrap {
  min-width: 65px;
}
#a9c72a8d32ad1f0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  font-size: 14px;
}
#a9c72a8d32ad1f0 .btn-search:hover {
  background: #e77e27;
}
#a9c72a8d32ad1f0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9d1aa9c59ada02 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d1aa9c59ada02 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a9d1aa9c59ada02 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d1aa9c59ada02 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #e67b13;
}
#a9d1aa9c59ada02 .menu-list > li.active > a:before,
#a9d1aa9c59ada02 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d1aa9c59ada02 .menu-list > li ul li {
  position: relative;
}
#a9d1aa9c59ada02 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #e27914;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover > a {
  background-color: #f5a623;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list li ul li a:active,
#a9d1aa9c59ada02 .menu-list li ul li a.active,
#a9d1aa9c59ada02 .menu-list li ul li.active > a {
  background-color: #f5a623;
}
#a9d1aa9c59ada02 .menu-list li ul,
#a9d1aa9c59ada02 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #e27914;
}
#a9d1aa9c59ada02 .menu-list li ul.menu-b > li,
#a9d1aa9c59ada02 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d1aa9c59ada02 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d1aa9c59ada02 .menu-list li:hover > ul {
  display: block;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7eb0a9fc0ae13b .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(34, 25, 77, 0);
  overflow: hidden;
  transition: all .3s ease;
}
#a7eb0a9fc0ae13b .marquee-wrap > .str_move {
  cursor: text;
}
#a7eb0a9fc0ae13b .marquee-wrap:hover {
  background: rgba(34, 25, 77, 0);
}
#a7eb0a9fc0ae13b .marquee-wrap .content {
  position: absolute;
}
#a7eb0a9fc0ae13b .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#a7eb0a9fc0ae13b .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#abd9ba8d6eab8d4 > .ele-wrap {background-color: rgba(43, 43, 43, 1);}#a7a71a3263a49bb [data-item*=".abstract"], #a7a71a3263a49bb [data-item*=".abstract"] a {show: true;}#a7a71a3263a49bb [data-item*=".subTitle"], #a7a71a3263a49bb [data-item*=".subTitle"] a {show: true;}#a7a71a3263a49bb [data-item*=".category"], #a7a71a3263a49bb [data-item*=".category"] a {show: true;}#afdc0a116eab6f2 {
  overflow: hidden;
  pointer-events: none;
}
#afdc0a116eab6f2 > .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;
}
#afdc0a116eab6f2 > .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;
}
#afdc0a116eab6f2 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#afdc0a116eab6f2 > .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;
}
#afdc0a116eab6f2 > .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;
}
#afdc0a116eab6f2 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#afdc0a116eab6f2 > .tab-wrap > div > .tab-nav,
#afdc0a116eab6f2 > .tab-nav,
#afdc0a116eab6f2 > .tab-tabs > .tab-wrap > div > .tab-nav,
#afdc0a116eab6f2 > .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;
}
#afdc0a116eab6f2 > .tab-wrap > div > .tab-nav-horizontal,
#afdc0a116eab6f2 > .tab-nav-horizontal,
#afdc0a116eab6f2 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#afdc0a116eab6f2 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#afdc0a116eab6f2 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#afdc0a116eab6f2 > .tab-nav-horizontal::-webkit-scrollbar,
#afdc0a116eab6f2 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#afdc0a116eab6f2 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#afdc0a116eab6f2 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#afdc0a116eab6f2 > .tab-nav-horizontal.tagScroll,
#afdc0a116eab6f2 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#afdc0a116eab6f2 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#afdc0a116eab6f2 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#afdc0a116eab6f2 > .tab-nav-horizontal.tagScroll li a,
#afdc0a116eab6f2 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#afdc0a116eab6f2 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#afdc0a116eab6f2 > .tab-wrap > div > .tab-nav a,
#afdc0a116eab6f2 > .tab-nav a,
#afdc0a116eab6f2 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#afdc0a116eab6f2 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#afdc0a116eab6f2 > .tab-wrap > div > .tab-nav li a,
#afdc0a116eab6f2 > .tab-nav li a,
#afdc0a116eab6f2 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#afdc0a116eab6f2 > .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;
}
#afdc0a116eab6f2 > .tab-wrap > div > .tab-nav li a svg,
#afdc0a116eab6f2 > .tab-nav li a svg,
#afdc0a116eab6f2 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#afdc0a116eab6f2 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#afdc0a116eab6f2 > .tab-wrap > div > .tab-nav li a .ap_icon,
#afdc0a116eab6f2 > .tab-nav li a .ap_icon,
#afdc0a116eab6f2 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#afdc0a116eab6f2 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#afdc0a116eab6f2 > .tab-wrap > div > .tab-nav li a:hover,
#afdc0a116eab6f2 > .tab-nav li a:hover,
#afdc0a116eab6f2 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#afdc0a116eab6f2 > .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;
}
#afdc0a116eab6f2 > .tab-wrap > div > .tab-nav li.uk-active a,
#afdc0a116eab6f2 > .tab-nav li.uk-active a,
#afdc0a116eab6f2 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#afdc0a116eab6f2 > .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;
}
#afdc0a116eab6f2 .layout-left li,
#afdc0a116eab6f2 .layout-center li,
#afdc0a116eab6f2 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#afdc0a116eab6f2 .layout-left li a,
#afdc0a116eab6f2 .layout-center li a,
#afdc0a116eab6f2 .layout-right li a {
  height: 100%;
}
#afdc0a116eab6f2 > .tab-tabs .layout-left {
  text-align: left;
}
#afdc0a116eab6f2 > .tab-tabs .layout-center {
  text-align: center;
}
#afdc0a116eab6f2 > .tab-tabs .layout-right {
  text-align: right;
}
#afdc0a116eab6f2 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#afdc0a116eab6f2 .tab-content-wrap {
  background-color: transparent;
}
#afdc0a116eab6f2 .tab-contents,
#afdc0a116eab6f2 .tab-contents-wrap {
  pointer-events: none;
}
#afdc0a116eab6f2 .tab-content,
#afdc0a116eab6f2 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#afdc0a116eab6f2 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#afdc0a116eab6f2 .tab-wrap .tab-contents {
  height: 100%;
}
#afdc0a116eab6f2 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#afdc0a116eab6f2 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#afdc0a116eab6f2 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a0eacacf0cae810 [data-item*=".abstract"], #a0eacacf0cae810 [data-item*=".abstract"] a {show: true;}#a0eacacf0cae810 [data-item*=".subTitle"], #a0eacacf0cae810 [data-item*=".subTitle"] a {show: false;}#a0eacacf0cae810 [data-item*=".category"], #a0eacacf0cae810 [data-item*=".category"] a {show: false;}#a800ba3211a9c38 [data-item*=".abstract"], #a800ba3211a9c38 [data-item*=".abstract"] a {show: true;}#a800ba3211a9c38 [data-item*=".subTitle"], #a800ba3211a9c38 [data-item*=".subTitle"] a {show: true;}#a800ba3211a9c38 [data-item*=".category"], #a800ba3211a9c38 [data-item*=".category"] a {show: true;}#a38e2a8127ae930 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#af158a779da2d72 .form-agree {
  display: flex;
  align-items: center;
}
#af158a779da2d72 .uk-form .form-submit-btn {
  width: 120px;
}
#af158a779da2d72 .submit-wrap {
  text-align: center;
}
#af158a779da2d72 .submit-wrap button {
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
}
#af158a779da2d72 form {
  border-top-left-radius: 0;
}
#af158a779da2d72 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#af158a779da2d72 .form-item .uk-input,
#af158a779da2d72 .form-item .uk-select,
#af158a779da2d72 .form-item .uk-textarea {
  width: 400px;
  background-color: #f4f4f4;
}
#af158a779da2d72 .form-item .auto-height {
  height: auto;
}
#acc5ba7a67a4ac7 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(30, 135, 240, 1);border-radius: 25px;justify-content: center;border-style: solid;}#acc5ba7a67a4ac7 .ele-wrap:hover {background-color: #509c49;}#a4f0dad4fca7715 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;}#a8978ad250ac235 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a4e27a6524a8e3a > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#ad430a0494a88b0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;}#ac4e6a384badacc > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#aa832ad378abe9c > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#ad9ffae057aa92d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;}#a9a1ca0bb3adb03 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a6568a0970a168b > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a0b4dadfadab698 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;color: #f5a623;}#a0b4dadfadab698 [data-item="buttons[0]"]:hover {color: #b8e986;}#a9bd1a4d33ac796 > .ele-wrap {background-color: rgba(17, 17, 17, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8e1fa5769a17c4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8e1fa5769a17c4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#aaad6a5895a173f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa46da2048a17e0 , #aa46da2048a17e0 a{color: rgba(155, 155, 155, 1);}#a6893aa643a9daf , #a6893aa643a9daf a{color: rgba(155, 155, 155, 1);}#a7a7aa47fda7f42 , #a7a7aa47fda7f42 a{color: rgba(155, 155, 155, 1);}#a0b1ba2f48a4e5c , #a0b1ba2f48a4e5c a{color: rgba(155, 155, 155, 1);}#a5639a10d9afe87 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a43d4aa725a0e89 .card-metas li {
  color: #999;
  position: relative;
  font-size: 12px;
  border-right: 1px solid #ececec;
  padding-right: 30px;
  margin-right: 15px;
}
#a43d4aa725a0e89 .card-metas li:last-child {
  border-right: none;
  margin-right: 0;
}
#a43d4aa725a0e89 .card-metas li h6 {
  margin-bottom: 4px;
}
#a43d4aa725a0e89 .price {
  line-height: 32px;
  color: #fff;
  padding: 0 15px;
  position: absolute;
  right: -7px;
  top: -17px;
  background: #4a90e2;
  font-size: 17px;
}
#a43d4aa725a0e89 .price::before,
#a43d4aa725a0e89 .price::after {
  content: '';
  width: 0;
  height: 0;
  top: 0;
  right: 0;
  border-top: 7px solid transparent !important;
  border-left: 7px solid #428bdc;
  position: absolute;
  transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -o-transform: translateY(-100%);
}
#a43d4aa725a0e89 .price::after {
  border-color: #000;
  opacity: 0.2;
}
#a43d4aa725a0e89 .ap-rating {
  height: 14px;
  font-size: 14px;
  line-height: 1;
}
#a43d4aa725a0e89 .ap-rating i {
  display: inline-block;
  margin-right: 2px;
}
#ac057a71a4a921f .uk-accordion-content a {
  color: #777;
}
#ac057a71a4a921f .uk-accordion-title {
  cursor: pointer;
}
#ac057a71a4a921f .uk-accordion-content a:hover {
  color: #e90505;
}
#ac057a71a4a921f .uk-heading-bullet > * {
  display: inline;
}
#adbc8a3221a75cc .card-content {
  padding-left: 70px;
}
#adbc8a3221a75cc .title {
  color: #777;
  font-size: 16px;
  font-weight: bolder;
  margin-bottom: 10px;
  display: block;
}
#adbc8a3221a75cc .date-post {
  float: left;
  border: 2px solid #4a90e2;
  padding: 12px 10px 9px;
  text-align: center;
}
#adbc8a3221a75cc .date-post span {
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: #4a90e2;
  text-transform: uppercase;
}
#adbc8a3221a75cc .card-metas li {
  display: block;
  list-style: none;
  line-height: 2;
}
#acab8acf68a4f05 .event-list {
  margin-bottom: 20px;
}
#acab8acf68a4f05 .event-list .event-date {
  margin: 14px 30px 0 0;
  width: 54px;
  height: 54px;
  text-align: center;
  color: #4a90e2;
  border: 1px solid #4a90e2;
  padding: 0;
}
#acab8acf68a4f05 .event-list .number-mon {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  padding-top: 6px;
}
#acab8acf68a4f05 .event-list p {
  margin: 0;
  padding: 0;
}
#acab8acf68a4f05 .event-list .text-mon {
  font-size: 12px;
}
#acab8acf68a4f05 .event-list .event-meta .detail {
  font-size: 14px;
  color: #b0b0b0;
  line-height: 2;
}
#acab8acf68a4f05 .item-title {
  font-size: 16px;
  color: #333;
  position: relative;
  line-height: 36px;
  margin-bottom: 6px;
  display: block;
}
#acab8acf68a4f05 .uk-card:hover .event-date {
  background-color: #4a90e2;
  color: #fff;
}
#acab8acf68a4f05 .event-meta h4 a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 30px;
  border-bottom: 1px solid #4a90e2;
}
#a5152afa97a3ac9 .icon-box {
  width: 4.5rem;
  height: 4.5rem;
  line-height: 4.5rem;
  color: #fff;
  margin: 0 auto;
  border-radius: 100%;
  background-color: #4a90e2;
}
#a5152afa97a3ac9 .icon-box i {
  color: #fff;
}
#a1f23a5739a1892 .uk-container {
  line-height: 2;
  color: #999;
}
#a9c72a8d32ad1f0 form {
  width: 100%;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a9c72a8d32ad1f0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9c72a8d32ad1f0 .search-box .search-type.show {
  display: block;
}
#a9c72a8d32ad1f0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f0ed;
  cursor: pointer;
  padding: 0 18px;
}
#a9c72a8d32ad1f0 .search-box .search-type li:hover {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .search-box .search-type li.active {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f1f0ed;
  overflow: hidden;
}
#a9c72a8d32ad1f0 .inner-form .input-field {
  height: 100%;
}
#a9c72a8d32ad1f0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #9b9b9b;
}
#a9c72a8d32ad1f0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f1f0ed;
  position: relative;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #9b9b9b;
  margin: 0 15px;
}
#a9c72a8d32ad1f0 .inner-form .input-field.second-wrap {
  min-width: 65px;
}
#a9c72a8d32ad1f0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  font-size: 14px;
}
#a9c72a8d32ad1f0 .btn-search:hover {
  background: #e77e27;
}
#a9c72a8d32ad1f0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9d1aa9c59ada02 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d1aa9c59ada02 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a9d1aa9c59ada02 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d1aa9c59ada02 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #e67b13;
}
#a9d1aa9c59ada02 .menu-list > li.active > a:before,
#a9d1aa9c59ada02 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d1aa9c59ada02 .menu-list > li ul li {
  position: relative;
}
#a9d1aa9c59ada02 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #e27914;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover > a {
  background-color: #f5a623;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list li ul li a:active,
#a9d1aa9c59ada02 .menu-list li ul li a.active,
#a9d1aa9c59ada02 .menu-list li ul li.active > a {
  background-color: #f5a623;
}
#a9d1aa9c59ada02 .menu-list li ul,
#a9d1aa9c59ada02 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #e27914;
}
#a9d1aa9c59ada02 .menu-list li ul.menu-b > li,
#a9d1aa9c59ada02 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d1aa9c59ada02 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d1aa9c59ada02 .menu-list li:hover > ul {
  display: block;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7eb0a9fc0ae13b .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(34, 25, 77, 0);
  overflow: hidden;
  transition: all .3s ease;
}
#a7eb0a9fc0ae13b .marquee-wrap > .str_move {
  cursor: text;
}
#a7eb0a9fc0ae13b .marquee-wrap:hover {
  background: rgba(34, 25, 77, 0);
}
#a7eb0a9fc0ae13b .marquee-wrap .content {
  position: absolute;
}
#a7eb0a9fc0ae13b .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#a7eb0a9fc0ae13b .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#abd9ba8d6eab8d4 > .ele-wrap {background-color: rgba(43, 43, 43, 1);}#a43d4aa725a0e89 .uk-grid {margin-left: -24px;}@media (min-width: 1200px) {
                    #a43d4aa725a0e89 .uk-grid { margin-left: -24px;}
                }@media (max-width: 640) {
                    #a43d4aa725a0e89 .uk-grid { margin-left: -24px;}
                }#a43d4aa725a0e89 .uk-grid>* {padding-left: 24px;}@media (min-width: 1200px) {
                    #a43d4aa725a0e89 .uk-grid>* { padding-left: 24px;}
                }@media (max-width: 640) {#a43d4aa725a0e89 .uk-grid>* {
                    padding-left: 24px;}
                }#a43d4aa725a0e89 [data-item*=".title"], #a43d4aa725a0e89 [data-item*=".title"] a {font-size: 16px;font-weight: bold;max-line: 1;}#a43d4aa725a0e89 [data-item*=".abstract"], #a43d4aa725a0e89 [data-item*=".abstract"] a {show: true;max-line: 1;color: rgba(155, 155, 155, 1);}#a43d4aa725a0e89 [data-item*=".subTitle"], #a43d4aa725a0e89 [data-item*=".subTitle"] a {show: false;}#a43d4aa725a0e89 [data-item*=".category"], #a43d4aa725a0e89 [data-item*=".category"] a {show: true;}#a43d4aa725a0e89 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;}#a43d4aa725a0e89 [data-item="buttons[0]"]:hover {background-color: rgba(240, 131, 0, 1);}#a0ca2ab27aa32de {
  overflow: hidden;
  pointer-events: none;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #d8d8d8;
  border-right-color: #d8d8d8;
  border-left-color: #d8d8d8;
  border-bottom-color: #d8d8d8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a0ca2ab27aa32de > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 46px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a0ca2ab27aa32de > .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;
}
#a0ca2ab27aa32de > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a0ca2ab27aa32de > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 46px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a0ca2ab27aa32de > .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;
}
#a0ca2ab27aa32de > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a0ca2ab27aa32de > .tab-wrap > div > .tab-nav,
#a0ca2ab27aa32de > .tab-nav,
#a0ca2ab27aa32de > .tab-tabs > .tab-wrap > div > .tab-nav,
#a0ca2ab27aa32de > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#a0ca2ab27aa32de > .tab-wrap > div > .tab-nav-horizontal,
#a0ca2ab27aa32de > .tab-nav-horizontal,
#a0ca2ab27aa32de > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a0ca2ab27aa32de > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a0ca2ab27aa32de > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a0ca2ab27aa32de > .tab-nav-horizontal::-webkit-scrollbar,
#a0ca2ab27aa32de > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a0ca2ab27aa32de > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a0ca2ab27aa32de > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a0ca2ab27aa32de > .tab-nav-horizontal.tagScroll,
#a0ca2ab27aa32de > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a0ca2ab27aa32de > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 46px;
  overflow-x: auto;
}
#a0ca2ab27aa32de > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a0ca2ab27aa32de > .tab-nav-horizontal.tagScroll li a,
#a0ca2ab27aa32de > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a0ca2ab27aa32de > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a0ca2ab27aa32de > .tab-wrap > div > .tab-nav a,
#a0ca2ab27aa32de > .tab-nav a,
#a0ca2ab27aa32de > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a0ca2ab27aa32de > .tab-tabs > .tab-nav a {
  padding: 0 46px;
}
#a0ca2ab27aa32de > .tab-wrap > div > .tab-nav li a,
#a0ca2ab27aa32de > .tab-nav li a,
#a0ca2ab27aa32de > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a0ca2ab27aa32de > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 45px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 46px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  margin-top: 10px;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #d8d8d8;
  padding: 0 46px;
}
#a0ca2ab27aa32de > .tab-wrap > div > .tab-nav li a svg,
#a0ca2ab27aa32de > .tab-nav li a svg,
#a0ca2ab27aa32de > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a0ca2ab27aa32de > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a0ca2ab27aa32de > .tab-wrap > div > .tab-nav li a .ap_icon,
#a0ca2ab27aa32de > .tab-nav li a .ap_icon,
#a0ca2ab27aa32de > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a0ca2ab27aa32de > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a0ca2ab27aa32de > .tab-wrap > div > .tab-nav li a:hover,
#a0ca2ab27aa32de > .tab-nav li a:hover,
#a0ca2ab27aa32de > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a0ca2ab27aa32de > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#a0ca2ab27aa32de > .tab-wrap > div > .tab-nav li.uk-active a,
#a0ca2ab27aa32de > .tab-nav li.uk-active a,
#a0ca2ab27aa32de > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a0ca2ab27aa32de > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a0ca2ab27aa32de .layout-left li,
#a0ca2ab27aa32de .layout-center li,
#a0ca2ab27aa32de .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a0ca2ab27aa32de .layout-left li a,
#a0ca2ab27aa32de .layout-center li a,
#a0ca2ab27aa32de .layout-right li a {
  height: 100%;
}
#a0ca2ab27aa32de > .tab-tabs .layout-left {
  text-align: left;
}
#a0ca2ab27aa32de > .tab-tabs .layout-center {
  text-align: center;
}
#a0ca2ab27aa32de > .tab-tabs .layout-right {
  text-align: right;
}
#a0ca2ab27aa32de .tab-contents {
  height: 100%;
  height: calc(100% - 46px);
}
#a0ca2ab27aa32de .tab-content-wrap {
  background-color: transparent;
}
#a0ca2ab27aa32de .tab-contents,
#a0ca2ab27aa32de .tab-contents-wrap {
  pointer-events: none;
}
#a0ca2ab27aa32de .tab-content,
#a0ca2ab27aa32de .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a0ca2ab27aa32de .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a0ca2ab27aa32de .tab-wrap .tab-contents {
  height: 100%;
}
#a0ca2ab27aa32de .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a0ca2ab27aa32de .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a0ca2ab27aa32de .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aaf37a5e41ae2f4 {
  overflow: hidden;
  pointer-events: none;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #d8d8d8;
  border-right-color: #d8d8d8;
  border-left-color: #d8d8d8;
  border-bottom-color: #d8d8d8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aaf37a5e41ae2f4 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 46px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aaf37a5e41ae2f4 > .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;
}
#aaf37a5e41ae2f4 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aaf37a5e41ae2f4 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 46px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aaf37a5e41ae2f4 > .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;
}
#aaf37a5e41ae2f4 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aaf37a5e41ae2f4 > .tab-wrap > div > .tab-nav,
#aaf37a5e41ae2f4 > .tab-nav,
#aaf37a5e41ae2f4 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aaf37a5e41ae2f4 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#aaf37a5e41ae2f4 > .tab-wrap > div > .tab-nav-horizontal,
#aaf37a5e41ae2f4 > .tab-nav-horizontal,
#aaf37a5e41ae2f4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aaf37a5e41ae2f4 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aaf37a5e41ae2f4 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aaf37a5e41ae2f4 > .tab-nav-horizontal::-webkit-scrollbar,
#aaf37a5e41ae2f4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aaf37a5e41ae2f4 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aaf37a5e41ae2f4 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aaf37a5e41ae2f4 > .tab-nav-horizontal.tagScroll,
#aaf37a5e41ae2f4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aaf37a5e41ae2f4 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 46px;
  overflow-x: auto;
}
#aaf37a5e41ae2f4 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aaf37a5e41ae2f4 > .tab-nav-horizontal.tagScroll li a,
#aaf37a5e41ae2f4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aaf37a5e41ae2f4 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aaf37a5e41ae2f4 > .tab-wrap > div > .tab-nav a,
#aaf37a5e41ae2f4 > .tab-nav a,
#aaf37a5e41ae2f4 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aaf37a5e41ae2f4 > .tab-tabs > .tab-nav a {
  padding: 0 46px;
}
#aaf37a5e41ae2f4 > .tab-wrap > div > .tab-nav li a,
#aaf37a5e41ae2f4 > .tab-nav li a,
#aaf37a5e41ae2f4 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aaf37a5e41ae2f4 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 45px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 46px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  margin-top: 10px;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #d8d8d8;
  padding: 0 46px;
}
#aaf37a5e41ae2f4 > .tab-wrap > div > .tab-nav li a svg,
#aaf37a5e41ae2f4 > .tab-nav li a svg,
#aaf37a5e41ae2f4 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aaf37a5e41ae2f4 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aaf37a5e41ae2f4 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aaf37a5e41ae2f4 > .tab-nav li a .ap_icon,
#aaf37a5e41ae2f4 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aaf37a5e41ae2f4 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aaf37a5e41ae2f4 > .tab-wrap > div > .tab-nav li a:hover,
#aaf37a5e41ae2f4 > .tab-nav li a:hover,
#aaf37a5e41ae2f4 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aaf37a5e41ae2f4 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#aaf37a5e41ae2f4 > .tab-wrap > div > .tab-nav li.uk-active a,
#aaf37a5e41ae2f4 > .tab-nav li.uk-active a,
#aaf37a5e41ae2f4 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aaf37a5e41ae2f4 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aaf37a5e41ae2f4 .layout-left li,
#aaf37a5e41ae2f4 .layout-center li,
#aaf37a5e41ae2f4 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aaf37a5e41ae2f4 .layout-left li a,
#aaf37a5e41ae2f4 .layout-center li a,
#aaf37a5e41ae2f4 .layout-right li a {
  height: 100%;
}
#aaf37a5e41ae2f4 > .tab-tabs .layout-left {
  text-align: left;
}
#aaf37a5e41ae2f4 > .tab-tabs .layout-center {
  text-align: center;
}
#aaf37a5e41ae2f4 > .tab-tabs .layout-right {
  text-align: right;
}
#aaf37a5e41ae2f4 .tab-contents {
  height: 100%;
  height: calc(100% - 46px);
}
#aaf37a5e41ae2f4 .tab-content-wrap {
  background-color: transparent;
  border-left-style: none;
  border-left-width: 1px;
}
#aaf37a5e41ae2f4 .tab-contents,
#aaf37a5e41ae2f4 .tab-contents-wrap {
  pointer-events: none;
}
#aaf37a5e41ae2f4 .tab-content,
#aaf37a5e41ae2f4 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aaf37a5e41ae2f4 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aaf37a5e41ae2f4 .tab-wrap .tab-contents {
  height: 100%;
}
#aaf37a5e41ae2f4 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aaf37a5e41ae2f4 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aaf37a5e41ae2f4 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a0e2aa67c5a9a77 {
  overflow: hidden;
  pointer-events: none;
}
#a0e2aa67c5a9a77 > .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;
}
#a0e2aa67c5a9a77 > .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;
}
#a0e2aa67c5a9a77 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a0e2aa67c5a9a77 > .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;
}
#a0e2aa67c5a9a77 > .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;
}
#a0e2aa67c5a9a77 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a0e2aa67c5a9a77 > .tab-wrap > div > .tab-nav,
#a0e2aa67c5a9a77 > .tab-nav,
#a0e2aa67c5a9a77 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a0e2aa67c5a9a77 > .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;
}
#a0e2aa67c5a9a77 > .tab-wrap > div > .tab-nav-horizontal,
#a0e2aa67c5a9a77 > .tab-nav-horizontal,
#a0e2aa67c5a9a77 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a0e2aa67c5a9a77 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a0e2aa67c5a9a77 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a0e2aa67c5a9a77 > .tab-nav-horizontal::-webkit-scrollbar,
#a0e2aa67c5a9a77 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a0e2aa67c5a9a77 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a0e2aa67c5a9a77 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a0e2aa67c5a9a77 > .tab-nav-horizontal.tagScroll,
#a0e2aa67c5a9a77 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a0e2aa67c5a9a77 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a0e2aa67c5a9a77 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a0e2aa67c5a9a77 > .tab-nav-horizontal.tagScroll li a,
#a0e2aa67c5a9a77 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a0e2aa67c5a9a77 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a0e2aa67c5a9a77 > .tab-wrap > div > .tab-nav a,
#a0e2aa67c5a9a77 > .tab-nav a,
#a0e2aa67c5a9a77 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a0e2aa67c5a9a77 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a0e2aa67c5a9a77 > .tab-wrap > div > .tab-nav li a,
#a0e2aa67c5a9a77 > .tab-nav li a,
#a0e2aa67c5a9a77 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a0e2aa67c5a9a77 > .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;
}
#a0e2aa67c5a9a77 > .tab-wrap > div > .tab-nav li a svg,
#a0e2aa67c5a9a77 > .tab-nav li a svg,
#a0e2aa67c5a9a77 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a0e2aa67c5a9a77 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a0e2aa67c5a9a77 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a0e2aa67c5a9a77 > .tab-nav li a .ap_icon,
#a0e2aa67c5a9a77 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a0e2aa67c5a9a77 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a0e2aa67c5a9a77 > .tab-wrap > div > .tab-nav li a:hover,
#a0e2aa67c5a9a77 > .tab-nav li a:hover,
#a0e2aa67c5a9a77 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a0e2aa67c5a9a77 > .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;
}
#a0e2aa67c5a9a77 > .tab-wrap > div > .tab-nav li.uk-active a,
#a0e2aa67c5a9a77 > .tab-nav li.uk-active a,
#a0e2aa67c5a9a77 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a0e2aa67c5a9a77 > .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;
}
#a0e2aa67c5a9a77 .layout-left li,
#a0e2aa67c5a9a77 .layout-center li,
#a0e2aa67c5a9a77 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a0e2aa67c5a9a77 .layout-left li a,
#a0e2aa67c5a9a77 .layout-center li a,
#a0e2aa67c5a9a77 .layout-right li a {
  height: 100%;
}
#a0e2aa67c5a9a77 > .tab-tabs .layout-left {
  text-align: left;
}
#a0e2aa67c5a9a77 > .tab-tabs .layout-center {
  text-align: center;
}
#a0e2aa67c5a9a77 > .tab-tabs .layout-right {
  text-align: right;
}
#a0e2aa67c5a9a77 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a0e2aa67c5a9a77 .tab-content-wrap {
  background-color: transparent;
}
#a0e2aa67c5a9a77 .tab-contents,
#a0e2aa67c5a9a77 .tab-contents-wrap {
  pointer-events: none;
}
#a0e2aa67c5a9a77 .tab-content,
#a0e2aa67c5a9a77 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a0e2aa67c5a9a77 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a0e2aa67c5a9a77 .tab-wrap .tab-contents {
  height: 100%;
}
#a0e2aa67c5a9a77 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a0e2aa67c5a9a77 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a0e2aa67c5a9a77 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#adbc8a3221a75cc [data-item*=".abstract"], #adbc8a3221a75cc [data-item*=".abstract"] a {show: true;}#adbc8a3221a75cc [data-item*=".subTitle"], #adbc8a3221a75cc [data-item*=".subTitle"] a {show: false;}#adbc8a3221a75cc [data-item*=".category"], #adbc8a3221a75cc [data-item*=".category"] a {show: false;}#acab8acf68a4f05 [data-item*=".abstract"], #acab8acf68a4f05 [data-item*=".abstract"] a {show: true;}#acab8acf68a4f05 [data-item*=".subTitle"], #acab8acf68a4f05 [data-item*=".subTitle"] a {show: true;}#acab8acf68a4f05 [data-item*=".category"], #acab8acf68a4f05 [data-item*=".category"] a {show: true;}#a8519aa39ca5d0f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a3b45a88a0a4ddb .form-agree {
  display: flex;
  align-items: center;
}
#a3b45a88a0a4ddb .uk-form .form-submit-btn {
  width: 120px;
}
#a3b45a88a0a4ddb .submit-wrap {
  text-align: center;
}
#a3b45a88a0a4ddb .submit-wrap button {
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
}
#a3b45a88a0a4ddb form {
  border-top-left-radius: 0;
}
#a3b45a88a0a4ddb form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a3b45a88a0a4ddb .form-item .uk-input,
#a3b45a88a0a4ddb .form-item .uk-select,
#a3b45a88a0a4ddb .form-item .uk-textarea {
  width: 400px;
  background-color: #f4f4f4;
}
#a3b45a88a0a4ddb .form-item .auto-height {
  height: auto;
}
#aecfba7cc8a9147 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(30, 135, 240, 1);border-radius: 25px;justify-content: center;border-style: solid;}#aecfba7cc8a9147 .ele-wrap:hover {background-color: #509c49;}#a0864ae1c2a49f9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;}#a754ca4e9ba608a > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a7bbea20b1a3a6e > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a94dca4e9daf394 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;}#ac806a8c69a8f41 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a122ea6511af32f > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a9081a8026af924 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;}#a2370a3d70a887d > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a0091a7c8aa5bbe > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#abcf2af700a1df3 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;color: #f5a623;}#abcf2af700a1df3 [data-item="buttons[0]"]:hover {color: #b8e986;}#a9bd1a4d33ac796 > .ele-wrap {background-color: rgba(17, 17, 17, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8e1fa5769a17c4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8e1fa5769a17c4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#aaad6a5895a173f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa46da2048a17e0 , #aa46da2048a17e0 a{color: rgba(155, 155, 155, 1);}#a6893aa643a9daf , #a6893aa643a9daf a{color: rgba(155, 155, 155, 1);}#a7a7aa47fda7f42 , #a7a7aa47fda7f42 a{color: rgba(155, 155, 155, 1);}#a0b1ba2f48a4e5c , #a0b1ba2f48a4e5c a{color: rgba(155, 155, 155, 1);}#a78d9a9144a1001 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#acbb4a8fe8a5fea .card-metas li {
  color: #999;
  position: relative;
  font-size: 12px;
  border-right: 1px solid #ececec;
  padding-right: 30px;
  margin-right: 15px;
}
#acbb4a8fe8a5fea .card-metas li:last-child {
  border-right: none;
  margin-right: 0;
}
#acbb4a8fe8a5fea .card-metas li h6 {
  margin-bottom: 4px;
}
#acbb4a8fe8a5fea .price {
  line-height: 32px;
  color: #fff;
  padding: 0 15px;
  position: absolute;
  right: -7px;
  top: -17px;
  background: #4a90e2;
  font-size: 17px;
}
#acbb4a8fe8a5fea .price::before,
#acbb4a8fe8a5fea .price::after {
  content: '';
  width: 0;
  height: 0;
  top: 0;
  right: 0;
  border-top: 7px solid transparent !important;
  border-left: 7px solid #428bdc;
  position: absolute;
  transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -o-transform: translateY(-100%);
}
#acbb4a8fe8a5fea .price::after {
  border-color: #000;
  opacity: 0.2;
}
#acbb4a8fe8a5fea .ap-rating {
  height: 14px;
  font-size: 14px;
  line-height: 1;
}
#acbb4a8fe8a5fea .ap-rating i {
  display: inline-block;
  margin-right: 2px;
}
#ac541a3915a2709 .uk-accordion-content a {
  color: #777;
}
#ac541a3915a2709 .uk-accordion-title {
  cursor: pointer;
}
#ac541a3915a2709 .uk-accordion-content a:hover {
  color: #e90505;
}
#ac541a3915a2709 .uk-heading-bullet > * {
  display: inline;
}
#a5acbaa8c0ab9d5 .card-content {
  padding-left: 70px;
}
#a5acbaa8c0ab9d5 .title {
  color: #777;
  font-size: 16px;
  font-weight: bolder;
  margin-bottom: 10px;
  display: block;
}
#a5acbaa8c0ab9d5 .date-post {
  float: left;
  border: 2px solid #4a90e2;
  padding: 12px 10px 9px;
  text-align: center;
}
#a5acbaa8c0ab9d5 .date-post span {
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: #4a90e2;
  text-transform: uppercase;
}
#a5acbaa8c0ab9d5 .card-metas li {
  display: block;
  list-style: none;
  line-height: 2;
}
#a695ba5f02afa8e .event-list {
  margin-bottom: 20px;
}
#a695ba5f02afa8e .event-list .event-date {
  margin: 14px 30px 0 0;
  width: 54px;
  height: 54px;
  text-align: center;
  color: #4a90e2;
  border: 1px solid #4a90e2;
  padding: 0;
}
#a695ba5f02afa8e .event-list .number-mon {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  padding-top: 6px;
}
#a695ba5f02afa8e .event-list p {
  margin: 0;
  padding: 0;
}
#a695ba5f02afa8e .event-list .text-mon {
  font-size: 12px;
}
#a695ba5f02afa8e .event-list .event-meta .detail {
  font-size: 14px;
  color: #b0b0b0;
  line-height: 2;
}
#a695ba5f02afa8e .item-title {
  font-size: 16px;
  color: #333;
  position: relative;
  line-height: 36px;
  margin-bottom: 6px;
  display: block;
}
#a695ba5f02afa8e .uk-card:hover .event-date {
  background-color: #4a90e2;
  color: #fff;
}
#a695ba5f02afa8e .event-meta h4 a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 30px;
  border-bottom: 1px solid #4a90e2;
}
#a9dd6a467ba85b3 .icon-box {
  width: 4.5rem;
  height: 4.5rem;
  line-height: 4.5rem;
  color: #fff;
  margin: 0 auto;
  border-radius: 100%;
  background-color: #4a90e2;
}
#a9dd6a467ba85b3 .icon-box i {
  color: #fff;
}
#a5321a2d30a4a34 .uk-container {
  line-height: 2;
  color: #999;
}
#a9c72a8d32ad1f0 form {
  width: 100%;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a9c72a8d32ad1f0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9c72a8d32ad1f0 .search-box .search-type.show {
  display: block;
}
#a9c72a8d32ad1f0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f0ed;
  cursor: pointer;
  padding: 0 18px;
}
#a9c72a8d32ad1f0 .search-box .search-type li:hover {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .search-box .search-type li.active {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f1f0ed;
  overflow: hidden;
}
#a9c72a8d32ad1f0 .inner-form .input-field {
  height: 100%;
}
#a9c72a8d32ad1f0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #9b9b9b;
}
#a9c72a8d32ad1f0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f1f0ed;
  position: relative;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #9b9b9b;
  margin: 0 15px;
}
#a9c72a8d32ad1f0 .inner-form .input-field.second-wrap {
  min-width: 65px;
}
#a9c72a8d32ad1f0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  font-size: 14px;
}
#a9c72a8d32ad1f0 .btn-search:hover {
  background: #e77e27;
}
#a9c72a8d32ad1f0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9d1aa9c59ada02 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d1aa9c59ada02 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a9d1aa9c59ada02 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d1aa9c59ada02 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #e67b13;
}
#a9d1aa9c59ada02 .menu-list > li.active > a:before,
#a9d1aa9c59ada02 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d1aa9c59ada02 .menu-list > li ul li {
  position: relative;
}
#a9d1aa9c59ada02 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #e27914;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover > a {
  background-color: #f5a623;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list li ul li a:active,
#a9d1aa9c59ada02 .menu-list li ul li a.active,
#a9d1aa9c59ada02 .menu-list li ul li.active > a {
  background-color: #f5a623;
}
#a9d1aa9c59ada02 .menu-list li ul,
#a9d1aa9c59ada02 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #e27914;
}
#a9d1aa9c59ada02 .menu-list li ul.menu-b > li,
#a9d1aa9c59ada02 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d1aa9c59ada02 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d1aa9c59ada02 .menu-list li:hover > ul {
  display: block;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7eb0a9fc0ae13b .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(34, 25, 77, 0);
  overflow: hidden;
  transition: all .3s ease;
}
#a7eb0a9fc0ae13b .marquee-wrap > .str_move {
  cursor: text;
}
#a7eb0a9fc0ae13b .marquee-wrap:hover {
  background: rgba(34, 25, 77, 0);
}
#a7eb0a9fc0ae13b .marquee-wrap .content {
  position: absolute;
}
#a7eb0a9fc0ae13b .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#a7eb0a9fc0ae13b .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#abd9ba8d6eab8d4 > .ele-wrap {background-color: rgba(43, 43, 43, 1);}#acbb4a8fe8a5fea .uk-grid {margin-left: -24px;}@media (min-width: 1200px) {
                    #acbb4a8fe8a5fea .uk-grid { margin-left: -24px;}
                }@media (max-width: 640) {
                    #acbb4a8fe8a5fea .uk-grid { margin-left: -24px;}
                }#acbb4a8fe8a5fea .uk-grid>* {padding-left: 24px;}@media (min-width: 1200px) {
                    #acbb4a8fe8a5fea .uk-grid>* { padding-left: 24px;}
                }@media (max-width: 640) {#acbb4a8fe8a5fea .uk-grid>* {
                    padding-left: 24px;}
                }#acbb4a8fe8a5fea [data-item*=".title"], #acbb4a8fe8a5fea [data-item*=".title"] a {max-line: 1;font-size: 16px;font-weight: bold;}#acbb4a8fe8a5fea [data-item*=".abstract"], #acbb4a8fe8a5fea [data-item*=".abstract"] a {show: true;max-line: 2;color: rgba(155, 155, 155, 1);}#acbb4a8fe8a5fea [data-item*=".subTitle"], #acbb4a8fe8a5fea [data-item*=".subTitle"] a {show: true;}#acbb4a8fe8a5fea [data-item*=".category"], #acbb4a8fe8a5fea [data-item*=".category"] a {show: true;}#acbb4a8fe8a5fea [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;}#acbb4a8fe8a5fea [data-item="buttons[0]"]:hover {background-color: rgba(240, 131, 0, 1);}#a4477a3bccaa847 {
  overflow: hidden;
  pointer-events: none;
}
#a4477a3bccaa847 > .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;
}
#a4477a3bccaa847 > .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;
}
#a4477a3bccaa847 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4477a3bccaa847 > .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;
}
#a4477a3bccaa847 > .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;
}
#a4477a3bccaa847 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4477a3bccaa847 > .tab-wrap > div > .tab-nav,
#a4477a3bccaa847 > .tab-nav,
#a4477a3bccaa847 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4477a3bccaa847 > .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;
}
#a4477a3bccaa847 > .tab-wrap > div > .tab-nav-horizontal,
#a4477a3bccaa847 > .tab-nav-horizontal,
#a4477a3bccaa847 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4477a3bccaa847 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4477a3bccaa847 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4477a3bccaa847 > .tab-nav-horizontal::-webkit-scrollbar,
#a4477a3bccaa847 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4477a3bccaa847 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4477a3bccaa847 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4477a3bccaa847 > .tab-nav-horizontal.tagScroll,
#a4477a3bccaa847 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4477a3bccaa847 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a4477a3bccaa847 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4477a3bccaa847 > .tab-nav-horizontal.tagScroll li a,
#a4477a3bccaa847 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4477a3bccaa847 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4477a3bccaa847 > .tab-wrap > div > .tab-nav a,
#a4477a3bccaa847 > .tab-nav a,
#a4477a3bccaa847 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4477a3bccaa847 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a4477a3bccaa847 > .tab-wrap > div > .tab-nav li a,
#a4477a3bccaa847 > .tab-nav li a,
#a4477a3bccaa847 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4477a3bccaa847 > .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;
}
#a4477a3bccaa847 > .tab-wrap > div > .tab-nav li a svg,
#a4477a3bccaa847 > .tab-nav li a svg,
#a4477a3bccaa847 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4477a3bccaa847 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4477a3bccaa847 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4477a3bccaa847 > .tab-nav li a .ap_icon,
#a4477a3bccaa847 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4477a3bccaa847 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4477a3bccaa847 > .tab-wrap > div > .tab-nav li a:hover,
#a4477a3bccaa847 > .tab-nav li a:hover,
#a4477a3bccaa847 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4477a3bccaa847 > .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;
}
#a4477a3bccaa847 > .tab-wrap > div > .tab-nav li.uk-active a,
#a4477a3bccaa847 > .tab-nav li.uk-active a,
#a4477a3bccaa847 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4477a3bccaa847 > .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;
}
#a4477a3bccaa847 .layout-left li,
#a4477a3bccaa847 .layout-center li,
#a4477a3bccaa847 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4477a3bccaa847 .layout-left li a,
#a4477a3bccaa847 .layout-center li a,
#a4477a3bccaa847 .layout-right li a {
  height: 100%;
}
#a4477a3bccaa847 > .tab-tabs .layout-left {
  text-align: left;
}
#a4477a3bccaa847 > .tab-tabs .layout-center {
  text-align: center;
}
#a4477a3bccaa847 > .tab-tabs .layout-right {
  text-align: right;
}
#a4477a3bccaa847 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a4477a3bccaa847 .tab-content-wrap {
  background-color: transparent;
}
#a4477a3bccaa847 .tab-contents,
#a4477a3bccaa847 .tab-contents-wrap {
  pointer-events: none;
}
#a4477a3bccaa847 .tab-content,
#a4477a3bccaa847 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4477a3bccaa847 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4477a3bccaa847 .tab-wrap .tab-contents {
  height: 100%;
}
#a4477a3bccaa847 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4477a3bccaa847 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4477a3bccaa847 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a5acbaa8c0ab9d5 [data-item*=".abstract"], #a5acbaa8c0ab9d5 [data-item*=".abstract"] a {show: true;}#a5acbaa8c0ab9d5 [data-item*=".subTitle"], #a5acbaa8c0ab9d5 [data-item*=".subTitle"] a {show: false;}#a5acbaa8c0ab9d5 [data-item*=".category"], #a5acbaa8c0ab9d5 [data-item*=".category"] a {show: false;}#a695ba5f02afa8e [data-item*=".abstract"], #a695ba5f02afa8e [data-item*=".abstract"] a {show: true;}#a695ba5f02afa8e [data-item*=".subTitle"], #a695ba5f02afa8e [data-item*=".subTitle"] a {show: true;}#a695ba5f02afa8e [data-item*=".category"], #a695ba5f02afa8e [data-item*=".category"] a {show: true;}#ae5f2a92f8a480a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a72c2afb03a8fba .form-agree {
  display: flex;
  align-items: center;
}
#a72c2afb03a8fba .uk-form .form-submit-btn {
  width: 120px;
}
#a72c2afb03a8fba .submit-wrap {
  text-align: center;
}
#a72c2afb03a8fba .submit-wrap button {
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
}
#a72c2afb03a8fba form {
  border-top-left-radius: 0;
}
#a72c2afb03a8fba form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a72c2afb03a8fba .form-item .uk-input,
#a72c2afb03a8fba .form-item .uk-select,
#a72c2afb03a8fba .form-item .uk-textarea {
  width: 400px;
  background-color: #f4f4f4;
}
#a72c2afb03a8fba .form-item .auto-height {
  height: auto;
}
#a971aaed0aaa6b2 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(30, 135, 240, 1);border-radius: 25px;justify-content: center;border-style: solid;}#a971aaed0aaa6b2 .ele-wrap:hover {background-color: #509c49;}#a9b03af3a0a8d99 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;}#a4defa4e86a2f30 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a9c2ea38e6acf68 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a17aca4329a6cfd > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;}#a4080a9865a7b96 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a2850a7d55ae017 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a31c1ab336a6b8f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;}#a30aba6cc4a6272 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a39cea50cbac11a > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a8f71a9fada81ac [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;color: #f5a623;}#a8f71a9fada81ac [data-item="buttons[0]"]:hover {color: #b8e986;}#a9bd1a4d33ac796 > .ele-wrap {background-color: rgba(17, 17, 17, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8e1fa5769a17c4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8e1fa5769a17c4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#aaad6a5895a173f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa46da2048a17e0 , #aa46da2048a17e0 a{color: rgba(155, 155, 155, 1);}#a6893aa643a9daf , #a6893aa643a9daf a{color: rgba(155, 155, 155, 1);}#a7a7aa47fda7f42 , #a7a7aa47fda7f42 a{color: rgba(155, 155, 155, 1);}#a0b1ba2f48a4e5c , #a0b1ba2f48a4e5c a{color: rgba(155, 155, 155, 1);}#a8f5aaa7afa5c96 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a6bc5a5891ae4aa .card-metas li {
  color: #999;
  position: relative;
  font-size: 12px;
  border-right: 1px solid #ececec;
  padding-right: 30px;
  margin-right: 15px;
}
#a6bc5a5891ae4aa .card-metas li:last-child {
  border-right: none;
  margin-right: 0;
}
#a6bc5a5891ae4aa .card-metas li h6 {
  margin-bottom: 4px;
}
#a6bc5a5891ae4aa .price {
  line-height: 32px;
  color: #fff;
  padding: 0 15px;
  position: absolute;
  right: -7px;
  top: -17px;
  background: #4a90e2;
  font-size: 17px;
}
#a6bc5a5891ae4aa .price::before,
#a6bc5a5891ae4aa .price::after {
  content: '';
  width: 0;
  height: 0;
  top: 0;
  right: 0;
  border-top: 7px solid transparent !important;
  border-left: 7px solid #428bdc;
  position: absolute;
  transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -o-transform: translateY(-100%);
}
#a6bc5a5891ae4aa .price::after {
  border-color: #000;
  opacity: 0.2;
}
#a6bc5a5891ae4aa .ap-rating {
  height: 14px;
  font-size: 14px;
  line-height: 1;
}
#a6bc5a5891ae4aa .ap-rating i {
  display: inline-block;
  margin-right: 2px;
}
#aa269ab8a4ac6cd .uk-accordion-content a {
  color: #777;
}
#aa269ab8a4ac6cd .uk-accordion-title {
  cursor: pointer;
}
#aa269ab8a4ac6cd .uk-accordion-content a:hover {
  color: #e90505;
}
#aa269ab8a4ac6cd .uk-heading-bullet > * {
  display: inline;
}
#acb5da3f30a8a6b .card-content {
  padding-left: 70px;
}
#acb5da3f30a8a6b .title {
  color: #777;
  font-size: 16px;
  font-weight: bolder;
  margin-bottom: 10px;
  display: block;
}
#acb5da3f30a8a6b .date-post {
  float: left;
  border: 2px solid #4a90e2;
  padding: 12px 10px 9px;
  text-align: center;
}
#acb5da3f30a8a6b .date-post span {
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: #4a90e2;
  text-transform: uppercase;
}
#acb5da3f30a8a6b .card-metas li {
  display: block;
  list-style: none;
  line-height: 2;
}
#aff93a4f36a46c0 .event-list {
  margin-bottom: 20px;
}
#aff93a4f36a46c0 .event-list .event-date {
  margin: 14px 30px 0 0;
  width: 54px;
  height: 54px;
  text-align: center;
  color: #4a90e2;
  border: 1px solid #4a90e2;
  padding: 0;
}
#aff93a4f36a46c0 .event-list .number-mon {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  padding-top: 6px;
}
#aff93a4f36a46c0 .event-list p {
  margin: 0;
  padding: 0;
}
#aff93a4f36a46c0 .event-list .text-mon {
  font-size: 12px;
}
#aff93a4f36a46c0 .event-list .event-meta .detail {
  font-size: 14px;
  color: #b0b0b0;
  line-height: 2;
}
#aff93a4f36a46c0 .item-title {
  font-size: 16px;
  color: #333;
  position: relative;
  line-height: 36px;
  margin-bottom: 6px;
  display: block;
}
#aff93a4f36a46c0 .uk-card:hover .event-date {
  background-color: #4a90e2;
  color: #fff;
}
#aff93a4f36a46c0 .event-meta h4 a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 30px;
  border-bottom: 1px solid #4a90e2;
}
#ae7f7a082ba0364 .icon-box {
  width: 4.5rem;
  height: 4.5rem;
  line-height: 4.5rem;
  color: #fff;
  margin: 0 auto;
  border-radius: 100%;
  background-color: #4a90e2;
}
#ae7f7a082ba0364 .icon-box i {
  color: #fff;
}
#a9f52add59a5a84 .uk-container {
  line-height: 2;
  color: #999;
}
#a9c72a8d32ad1f0 form {
  width: 100%;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a9c72a8d32ad1f0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9c72a8d32ad1f0 .search-box .search-type.show {
  display: block;
}
#a9c72a8d32ad1f0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f0ed;
  cursor: pointer;
  padding: 0 18px;
}
#a9c72a8d32ad1f0 .search-box .search-type li:hover {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .search-box .search-type li.active {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f1f0ed;
  overflow: hidden;
}
#a9c72a8d32ad1f0 .inner-form .input-field {
  height: 100%;
}
#a9c72a8d32ad1f0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #9b9b9b;
}
#a9c72a8d32ad1f0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f1f0ed;
  position: relative;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #9b9b9b;
  margin: 0 15px;
}
#a9c72a8d32ad1f0 .inner-form .input-field.second-wrap {
  min-width: 65px;
}
#a9c72a8d32ad1f0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  font-size: 14px;
}
#a9c72a8d32ad1f0 .btn-search:hover {
  background: #e77e27;
}
#a9c72a8d32ad1f0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9d1aa9c59ada02 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d1aa9c59ada02 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a9d1aa9c59ada02 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d1aa9c59ada02 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #e67b13;
}
#a9d1aa9c59ada02 .menu-list > li.active > a:before,
#a9d1aa9c59ada02 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d1aa9c59ada02 .menu-list > li ul li {
  position: relative;
}
#a9d1aa9c59ada02 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #e27914;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover > a {
  background-color: #f5a623;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list li ul li a:active,
#a9d1aa9c59ada02 .menu-list li ul li a.active,
#a9d1aa9c59ada02 .menu-list li ul li.active > a {
  background-color: #f5a623;
}
#a9d1aa9c59ada02 .menu-list li ul,
#a9d1aa9c59ada02 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #e27914;
}
#a9d1aa9c59ada02 .menu-list li ul.menu-b > li,
#a9d1aa9c59ada02 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d1aa9c59ada02 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d1aa9c59ada02 .menu-list li:hover > ul {
  display: block;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7eb0a9fc0ae13b .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(34, 25, 77, 0);
  overflow: hidden;
  transition: all .3s ease;
}
#a7eb0a9fc0ae13b .marquee-wrap > .str_move {
  cursor: text;
}
#a7eb0a9fc0ae13b .marquee-wrap:hover {
  background: rgba(34, 25, 77, 0);
}
#a7eb0a9fc0ae13b .marquee-wrap .content {
  position: absolute;
}
#a7eb0a9fc0ae13b .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#a7eb0a9fc0ae13b .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#abd9ba8d6eab8d4 > .ele-wrap {background-color: rgba(43, 43, 43, 1);}#a6bc5a5891ae4aa .uk-grid {margin-left: -24px;}@media (min-width: 1200px) {
                    #a6bc5a5891ae4aa .uk-grid { margin-left: -24px;}
                }@media (max-width: 640) {
                    #a6bc5a5891ae4aa .uk-grid { margin-left: -24px;}
                }#a6bc5a5891ae4aa .uk-grid>* {padding-left: 24px;}@media (min-width: 1200px) {
                    #a6bc5a5891ae4aa .uk-grid>* { padding-left: 24px;}
                }@media (max-width: 640) {#a6bc5a5891ae4aa .uk-grid>* {
                    padding-left: 24px;}
                }#a6bc5a5891ae4aa [data-item*=".title"], #a6bc5a5891ae4aa [data-item*=".title"] a {max-line: 1;font-size: 16px;font-weight: bold;}#a6bc5a5891ae4aa [data-item*=".abstract"], #a6bc5a5891ae4aa [data-item*=".abstract"] a {show: true;max-line: 2;color: rgba(155, 155, 155, 1);}#a6bc5a5891ae4aa [data-item*=".subTitle"], #a6bc5a5891ae4aa [data-item*=".subTitle"] a {show: true;}#a6bc5a5891ae4aa [data-item*=".category"], #a6bc5a5891ae4aa [data-item*=".category"] a {show: true;}#a6bc5a5891ae4aa [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;}#a6bc5a5891ae4aa [data-item="buttons[0]"]:hover {background-color: rgba(240, 131, 0, 1);}#ae067a04e4aaabb {
  overflow: hidden;
  pointer-events: none;
}
#ae067a04e4aaabb > .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;
}
#ae067a04e4aaabb > .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;
}
#ae067a04e4aaabb > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ae067a04e4aaabb > .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;
}
#ae067a04e4aaabb > .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;
}
#ae067a04e4aaabb > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ae067a04e4aaabb > .tab-wrap > div > .tab-nav,
#ae067a04e4aaabb > .tab-nav,
#ae067a04e4aaabb > .tab-tabs > .tab-wrap > div > .tab-nav,
#ae067a04e4aaabb > .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;
}
#ae067a04e4aaabb > .tab-wrap > div > .tab-nav-horizontal,
#ae067a04e4aaabb > .tab-nav-horizontal,
#ae067a04e4aaabb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ae067a04e4aaabb > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ae067a04e4aaabb > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ae067a04e4aaabb > .tab-nav-horizontal::-webkit-scrollbar,
#ae067a04e4aaabb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ae067a04e4aaabb > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ae067a04e4aaabb > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ae067a04e4aaabb > .tab-nav-horizontal.tagScroll,
#ae067a04e4aaabb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ae067a04e4aaabb > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#ae067a04e4aaabb > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ae067a04e4aaabb > .tab-nav-horizontal.tagScroll li a,
#ae067a04e4aaabb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ae067a04e4aaabb > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ae067a04e4aaabb > .tab-wrap > div > .tab-nav a,
#ae067a04e4aaabb > .tab-nav a,
#ae067a04e4aaabb > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ae067a04e4aaabb > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ae067a04e4aaabb > .tab-wrap > div > .tab-nav li a,
#ae067a04e4aaabb > .tab-nav li a,
#ae067a04e4aaabb > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ae067a04e4aaabb > .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;
}
#ae067a04e4aaabb > .tab-wrap > div > .tab-nav li a svg,
#ae067a04e4aaabb > .tab-nav li a svg,
#ae067a04e4aaabb > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ae067a04e4aaabb > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ae067a04e4aaabb > .tab-wrap > div > .tab-nav li a .ap_icon,
#ae067a04e4aaabb > .tab-nav li a .ap_icon,
#ae067a04e4aaabb > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ae067a04e4aaabb > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ae067a04e4aaabb > .tab-wrap > div > .tab-nav li a:hover,
#ae067a04e4aaabb > .tab-nav li a:hover,
#ae067a04e4aaabb > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ae067a04e4aaabb > .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;
}
#ae067a04e4aaabb > .tab-wrap > div > .tab-nav li.uk-active a,
#ae067a04e4aaabb > .tab-nav li.uk-active a,
#ae067a04e4aaabb > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ae067a04e4aaabb > .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;
}
#ae067a04e4aaabb .layout-left li,
#ae067a04e4aaabb .layout-center li,
#ae067a04e4aaabb .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ae067a04e4aaabb .layout-left li a,
#ae067a04e4aaabb .layout-center li a,
#ae067a04e4aaabb .layout-right li a {
  height: 100%;
}
#ae067a04e4aaabb > .tab-tabs .layout-left {
  text-align: left;
}
#ae067a04e4aaabb > .tab-tabs .layout-center {
  text-align: center;
}
#ae067a04e4aaabb > .tab-tabs .layout-right {
  text-align: right;
}
#ae067a04e4aaabb .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#ae067a04e4aaabb .tab-content-wrap {
  background-color: transparent;
}
#ae067a04e4aaabb .tab-contents,
#ae067a04e4aaabb .tab-contents-wrap {
  pointer-events: none;
}
#ae067a04e4aaabb .tab-content,
#ae067a04e4aaabb .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ae067a04e4aaabb .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ae067a04e4aaabb .tab-wrap .tab-contents {
  height: 100%;
}
#ae067a04e4aaabb .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ae067a04e4aaabb .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ae067a04e4aaabb .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#acb5da3f30a8a6b [data-item*=".abstract"], #acb5da3f30a8a6b [data-item*=".abstract"] a {show: true;}#acb5da3f30a8a6b [data-item*=".subTitle"], #acb5da3f30a8a6b [data-item*=".subTitle"] a {show: false;}#acb5da3f30a8a6b [data-item*=".category"], #acb5da3f30a8a6b [data-item*=".category"] a {show: false;}#aff93a4f36a46c0 [data-item*=".abstract"], #aff93a4f36a46c0 [data-item*=".abstract"] a {show: true;}#aff93a4f36a46c0 [data-item*=".subTitle"], #aff93a4f36a46c0 [data-item*=".subTitle"] a {show: true;}#aff93a4f36a46c0 [data-item*=".category"], #aff93a4f36a46c0 [data-item*=".category"] a {show: true;}#a593aa47e6affa1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a1ec4ae4b7a214d .form-agree {
  display: flex;
  align-items: center;
}
#a1ec4ae4b7a214d .uk-form .form-submit-btn {
  width: 120px;
}
#a1ec4ae4b7a214d .submit-wrap {
  text-align: center;
}
#a1ec4ae4b7a214d .submit-wrap button {
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
}
#a1ec4ae4b7a214d form {
  border-top-left-radius: 0;
}
#a1ec4ae4b7a214d form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a1ec4ae4b7a214d .form-item .uk-input,
#a1ec4ae4b7a214d .form-item .uk-select,
#a1ec4ae4b7a214d .form-item .uk-textarea {
  width: 400px;
  background-color: #f4f4f4;
}
#a1ec4ae4b7a214d .form-item .auto-height {
  height: auto;
}
#ad4e1a81f4a85f3 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(30, 135, 240, 1);border-radius: 25px;justify-content: center;border-style: solid;}#ad4e1a81f4a85f3 .ele-wrap:hover {background-color: #509c49;}#a5640a1c23ac629 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;}#a3b41a4d3badd71 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#af8aba00b1a1937 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#ad9efab259a0795 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;}#a91cfa2210a0550 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a5041ac837acbb6 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a5ea2a4635a52d4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;}#a8165acd18af5c9 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a27a5aa70bad23c > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#ac6b5aff66a69e4 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;color: #f5a623;}#ac6b5aff66a69e4 [data-item="buttons[0]"]:hover {color: #b8e986;}#a9bd1a4d33ac796 > .ele-wrap {background-color: rgba(17, 17, 17, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8e1fa5769a17c4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8e1fa5769a17c4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#aaad6a5895a173f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa46da2048a17e0 , #aa46da2048a17e0 a{color: rgba(155, 155, 155, 1);}#a6893aa643a9daf , #a6893aa643a9daf a{color: rgba(155, 155, 155, 1);}#a7a7aa47fda7f42 , #a7a7aa47fda7f42 a{color: rgba(155, 155, 155, 1);}#a0b1ba2f48a4e5c , #a0b1ba2f48a4e5c a{color: rgba(155, 155, 155, 1);}#a4976a4e85a8de3 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a95e9a1665acf4a .card-metas li {
  color: #999;
  position: relative;
  font-size: 12px;
  border-right: 1px solid #ececec;
  padding-right: 30px;
  margin-right: 15px;
}
#a95e9a1665acf4a .card-metas li:last-child {
  border-right: none;
  margin-right: 0;
}
#a95e9a1665acf4a .card-metas li h6 {
  margin-bottom: 4px;
}
#a95e9a1665acf4a .price {
  line-height: 32px;
  color: #fff;
  padding: 0 15px;
  position: absolute;
  right: -7px;
  top: -17px;
  background: #4a90e2;
  font-size: 17px;
}
#a95e9a1665acf4a .price::before,
#a95e9a1665acf4a .price::after {
  content: '';
  width: 0;
  height: 0;
  top: 0;
  right: 0;
  border-top: 7px solid transparent !important;
  border-left: 7px solid #428bdc;
  position: absolute;
  transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -o-transform: translateY(-100%);
}
#a95e9a1665acf4a .price::after {
  border-color: #000;
  opacity: 0.2;
}
#a95e9a1665acf4a .ap-rating {
  height: 14px;
  font-size: 14px;
  line-height: 1;
}
#a95e9a1665acf4a .ap-rating i {
  display: inline-block;
  margin-right: 2px;
}
#a469fa1ee2a64fe .uk-accordion-content a {
  color: #777;
}
#a469fa1ee2a64fe .uk-accordion-title {
  cursor: pointer;
}
#a469fa1ee2a64fe .uk-accordion-content a:hover {
  color: #e90505;
}
#a469fa1ee2a64fe .uk-heading-bullet > * {
  display: inline;
}
#a84d1afa30a915d .card-content {
  padding-left: 70px;
}
#a84d1afa30a915d .title {
  color: #777;
  font-size: 16px;
  font-weight: bolder;
  margin-bottom: 10px;
  display: block;
}
#a84d1afa30a915d .date-post {
  float: left;
  border: 2px solid #4a90e2;
  padding: 12px 10px 9px;
  text-align: center;
}
#a84d1afa30a915d .date-post span {
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: #4a90e2;
  text-transform: uppercase;
}
#a84d1afa30a915d .card-metas li {
  display: block;
  list-style: none;
  line-height: 2;
}
#afff7aea37ac796 .event-list {
  margin-bottom: 20px;
}
#afff7aea37ac796 .event-list .event-date {
  margin: 14px 30px 0 0;
  width: 54px;
  height: 54px;
  text-align: center;
  color: #4a90e2;
  border: 1px solid #4a90e2;
  padding: 0;
}
#afff7aea37ac796 .event-list .number-mon {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  padding-top: 6px;
}
#afff7aea37ac796 .event-list p {
  margin: 0;
  padding: 0;
}
#afff7aea37ac796 .event-list .text-mon {
  font-size: 12px;
}
#afff7aea37ac796 .event-list .event-meta .detail {
  font-size: 14px;
  color: #b0b0b0;
  line-height: 2;
}
#afff7aea37ac796 .item-title {
  font-size: 16px;
  color: #333;
  position: relative;
  line-height: 36px;
  margin-bottom: 6px;
  display: block;
}
#afff7aea37ac796 .uk-card:hover .event-date {
  background-color: #4a90e2;
  color: #fff;
}
#afff7aea37ac796 .event-meta h4 a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 30px;
  border-bottom: 1px solid #4a90e2;
}
#a7481a0531aa3bb .icon-box {
  width: 4.5rem;
  height: 4.5rem;
  line-height: 4.5rem;
  color: #fff;
  margin: 0 auto;
  border-radius: 100%;
  background-color: #4a90e2;
}
#a7481a0531aa3bb .icon-box i {
  color: #fff;
}
#ae7dfae9baa223f .uk-container {
  line-height: 2;
  color: #999;
}
#a9c72a8d32ad1f0 form {
  width: 100%;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a9c72a8d32ad1f0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9c72a8d32ad1f0 .search-box .search-type.show {
  display: block;
}
#a9c72a8d32ad1f0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f0ed;
  cursor: pointer;
  padding: 0 18px;
}
#a9c72a8d32ad1f0 .search-box .search-type li:hover {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .search-box .search-type li.active {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f1f0ed;
  overflow: hidden;
}
#a9c72a8d32ad1f0 .inner-form .input-field {
  height: 100%;
}
#a9c72a8d32ad1f0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #9b9b9b;
}
#a9c72a8d32ad1f0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f1f0ed;
  position: relative;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #9b9b9b;
  margin: 0 15px;
}
#a9c72a8d32ad1f0 .inner-form .input-field.second-wrap {
  min-width: 65px;
}
#a9c72a8d32ad1f0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  font-size: 14px;
}
#a9c72a8d32ad1f0 .btn-search:hover {
  background: #e77e27;
}
#a9c72a8d32ad1f0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9d1aa9c59ada02 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d1aa9c59ada02 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a9d1aa9c59ada02 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d1aa9c59ada02 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #e67b13;
}
#a9d1aa9c59ada02 .menu-list > li.active > a:before,
#a9d1aa9c59ada02 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d1aa9c59ada02 .menu-list > li ul li {
  position: relative;
}
#a9d1aa9c59ada02 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #e27914;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover > a {
  background-color: #f5a623;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list li ul li a:active,
#a9d1aa9c59ada02 .menu-list li ul li a.active,
#a9d1aa9c59ada02 .menu-list li ul li.active > a {
  background-color: #f5a623;
}
#a9d1aa9c59ada02 .menu-list li ul,
#a9d1aa9c59ada02 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #e27914;
}
#a9d1aa9c59ada02 .menu-list li ul.menu-b > li,
#a9d1aa9c59ada02 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d1aa9c59ada02 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d1aa9c59ada02 .menu-list li:hover > ul {
  display: block;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7eb0a9fc0ae13b .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(34, 25, 77, 0);
  overflow: hidden;
  transition: all .3s ease;
}
#a7eb0a9fc0ae13b .marquee-wrap > .str_move {
  cursor: text;
}
#a7eb0a9fc0ae13b .marquee-wrap:hover {
  background: rgba(34, 25, 77, 0);
}
#a7eb0a9fc0ae13b .marquee-wrap .content {
  position: absolute;
}
#a7eb0a9fc0ae13b .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#a7eb0a9fc0ae13b .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#abd9ba8d6eab8d4 > .ele-wrap {background-color: rgba(43, 43, 43, 1);}#a95e9a1665acf4a .uk-grid {margin-left: -24px;}@media (min-width: 1200px) {
                    #a95e9a1665acf4a .uk-grid { margin-left: -24px;}
                }@media (max-width: 640) {
                    #a95e9a1665acf4a .uk-grid { margin-left: -24px;}
                }#a95e9a1665acf4a .uk-grid>* {padding-left: 24px;}@media (min-width: 1200px) {
                    #a95e9a1665acf4a .uk-grid>* { padding-left: 24px;}
                }@media (max-width: 640) {#a95e9a1665acf4a .uk-grid>* {
                    padding-left: 24px;}
                }#a95e9a1665acf4a [data-item*=".title"], #a95e9a1665acf4a [data-item*=".title"] a {max-line: 1;font-size: 16px;font-weight: bold;}#a95e9a1665acf4a [data-item*=".abstract"], #a95e9a1665acf4a [data-item*=".abstract"] a {show: true;max-line: 2;color: rgba(155, 155, 155, 1);}#a95e9a1665acf4a [data-item*=".subTitle"], #a95e9a1665acf4a [data-item*=".subTitle"] a {show: true;}#a95e9a1665acf4a [data-item*=".category"], #a95e9a1665acf4a [data-item*=".category"] a {show: true;}#a95e9a1665acf4a [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;}#a95e9a1665acf4a [data-item="buttons[0]"]:hover {background-color: rgba(240, 131, 0, 1);}#ab9ddac339acb43 {
  overflow: hidden;
  pointer-events: none;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #d8d8d8;
  border-right-color: #d8d8d8;
  border-left-color: #d8d8d8;
  border-bottom-color: #d8d8d8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#ab9ddac339acb43 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 46px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ab9ddac339acb43 > .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;
}
#ab9ddac339acb43 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab9ddac339acb43 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 46px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ab9ddac339acb43 > .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;
}
#ab9ddac339acb43 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab9ddac339acb43 > .tab-wrap > div > .tab-nav,
#ab9ddac339acb43 > .tab-nav,
#ab9ddac339acb43 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ab9ddac339acb43 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#ab9ddac339acb43 > .tab-wrap > div > .tab-nav-horizontal,
#ab9ddac339acb43 > .tab-nav-horizontal,
#ab9ddac339acb43 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ab9ddac339acb43 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ab9ddac339acb43 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab9ddac339acb43 > .tab-nav-horizontal::-webkit-scrollbar,
#ab9ddac339acb43 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab9ddac339acb43 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ab9ddac339acb43 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab9ddac339acb43 > .tab-nav-horizontal.tagScroll,
#ab9ddac339acb43 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab9ddac339acb43 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 46px;
  overflow-x: auto;
}
#ab9ddac339acb43 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab9ddac339acb43 > .tab-nav-horizontal.tagScroll li a,
#ab9ddac339acb43 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab9ddac339acb43 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ab9ddac339acb43 > .tab-wrap > div > .tab-nav a,
#ab9ddac339acb43 > .tab-nav a,
#ab9ddac339acb43 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ab9ddac339acb43 > .tab-tabs > .tab-nav a {
  padding: 0 46px;
}
#ab9ddac339acb43 > .tab-wrap > div > .tab-nav li a,
#ab9ddac339acb43 > .tab-nav li a,
#ab9ddac339acb43 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ab9ddac339acb43 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 45px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 46px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  margin-top: 10px;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #d8d8d8;
  padding: 0 46px;
}
#ab9ddac339acb43 > .tab-wrap > div > .tab-nav li a svg,
#ab9ddac339acb43 > .tab-nav li a svg,
#ab9ddac339acb43 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ab9ddac339acb43 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ab9ddac339acb43 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab9ddac339acb43 > .tab-nav li a .ap_icon,
#ab9ddac339acb43 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab9ddac339acb43 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ab9ddac339acb43 > .tab-wrap > div > .tab-nav li a:hover,
#ab9ddac339acb43 > .tab-nav li a:hover,
#ab9ddac339acb43 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ab9ddac339acb43 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#ab9ddac339acb43 > .tab-wrap > div > .tab-nav li.uk-active a,
#ab9ddac339acb43 > .tab-nav li.uk-active a,
#ab9ddac339acb43 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ab9ddac339acb43 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#ab9ddac339acb43 .layout-left li,
#ab9ddac339acb43 .layout-center li,
#ab9ddac339acb43 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ab9ddac339acb43 .layout-left li a,
#ab9ddac339acb43 .layout-center li a,
#ab9ddac339acb43 .layout-right li a {
  height: 100%;
}
#ab9ddac339acb43 > .tab-tabs .layout-left {
  text-align: left;
}
#ab9ddac339acb43 > .tab-tabs .layout-center {
  text-align: center;
}
#ab9ddac339acb43 > .tab-tabs .layout-right {
  text-align: right;
}
#ab9ddac339acb43 .tab-contents {
  height: 100%;
  height: calc(100% - 46px);
}
#ab9ddac339acb43 .tab-content-wrap {
  background-color: transparent;
  border-left-style: none;
  border-left-width: 1px;
}
#ab9ddac339acb43 .tab-contents,
#ab9ddac339acb43 .tab-contents-wrap {
  pointer-events: none;
}
#ab9ddac339acb43 .tab-content,
#ab9ddac339acb43 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ab9ddac339acb43 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ab9ddac339acb43 .tab-wrap .tab-contents {
  height: 100%;
}
#ab9ddac339acb43 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ab9ddac339acb43 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ab9ddac339acb43 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a2eada9029a6c3e {
  overflow: hidden;
  pointer-events: none;
}
#a2eada9029a6c3e > .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;
}
#a2eada9029a6c3e > .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;
}
#a2eada9029a6c3e > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2eada9029a6c3e > .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;
}
#a2eada9029a6c3e > .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;
}
#a2eada9029a6c3e > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2eada9029a6c3e > .tab-wrap > div > .tab-nav,
#a2eada9029a6c3e > .tab-nav,
#a2eada9029a6c3e > .tab-tabs > .tab-wrap > div > .tab-nav,
#a2eada9029a6c3e > .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;
}
#a2eada9029a6c3e > .tab-wrap > div > .tab-nav-horizontal,
#a2eada9029a6c3e > .tab-nav-horizontal,
#a2eada9029a6c3e > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a2eada9029a6c3e > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a2eada9029a6c3e > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2eada9029a6c3e > .tab-nav-horizontal::-webkit-scrollbar,
#a2eada9029a6c3e > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2eada9029a6c3e > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a2eada9029a6c3e > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2eada9029a6c3e > .tab-nav-horizontal.tagScroll,
#a2eada9029a6c3e > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2eada9029a6c3e > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a2eada9029a6c3e > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2eada9029a6c3e > .tab-nav-horizontal.tagScroll li a,
#a2eada9029a6c3e > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2eada9029a6c3e > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a2eada9029a6c3e > .tab-wrap > div > .tab-nav a,
#a2eada9029a6c3e > .tab-nav a,
#a2eada9029a6c3e > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a2eada9029a6c3e > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a2eada9029a6c3e > .tab-wrap > div > .tab-nav li a,
#a2eada9029a6c3e > .tab-nav li a,
#a2eada9029a6c3e > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a2eada9029a6c3e > .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;
}
#a2eada9029a6c3e > .tab-wrap > div > .tab-nav li a svg,
#a2eada9029a6c3e > .tab-nav li a svg,
#a2eada9029a6c3e > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a2eada9029a6c3e > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a2eada9029a6c3e > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2eada9029a6c3e > .tab-nav li a .ap_icon,
#a2eada9029a6c3e > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2eada9029a6c3e > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a2eada9029a6c3e > .tab-wrap > div > .tab-nav li a:hover,
#a2eada9029a6c3e > .tab-nav li a:hover,
#a2eada9029a6c3e > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a2eada9029a6c3e > .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;
}
#a2eada9029a6c3e > .tab-wrap > div > .tab-nav li.uk-active a,
#a2eada9029a6c3e > .tab-nav li.uk-active a,
#a2eada9029a6c3e > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a2eada9029a6c3e > .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;
}
#a2eada9029a6c3e .layout-left li,
#a2eada9029a6c3e .layout-center li,
#a2eada9029a6c3e .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a2eada9029a6c3e .layout-left li a,
#a2eada9029a6c3e .layout-center li a,
#a2eada9029a6c3e .layout-right li a {
  height: 100%;
}
#a2eada9029a6c3e > .tab-tabs .layout-left {
  text-align: left;
}
#a2eada9029a6c3e > .tab-tabs .layout-center {
  text-align: center;
}
#a2eada9029a6c3e > .tab-tabs .layout-right {
  text-align: right;
}
#a2eada9029a6c3e .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a2eada9029a6c3e .tab-content-wrap {
  background-color: transparent;
}
#a2eada9029a6c3e .tab-contents,
#a2eada9029a6c3e .tab-contents-wrap {
  pointer-events: none;
}
#a2eada9029a6c3e .tab-content,
#a2eada9029a6c3e .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a2eada9029a6c3e .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a2eada9029a6c3e .tab-wrap .tab-contents {
  height: 100%;
}
#a2eada9029a6c3e .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a2eada9029a6c3e .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a2eada9029a6c3e .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a84d1afa30a915d [data-item*=".abstract"], #a84d1afa30a915d [data-item*=".abstract"] a {show: true;}#a84d1afa30a915d [data-item*=".subTitle"], #a84d1afa30a915d [data-item*=".subTitle"] a {show: false;}#a84d1afa30a915d [data-item*=".category"], #a84d1afa30a915d [data-item*=".category"] a {show: false;}#afff7aea37ac796 [data-item*=".abstract"], #afff7aea37ac796 [data-item*=".abstract"] a {show: true;}#afff7aea37ac796 [data-item*=".subTitle"], #afff7aea37ac796 [data-item*=".subTitle"] a {show: true;}#afff7aea37ac796 [data-item*=".category"], #afff7aea37ac796 [data-item*=".category"] a {show: true;}#a26e9a6ae8a5289 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a4ae7a2c5cae4f3 .form-agree {
  display: flex;
  align-items: center;
}
#a4ae7a2c5cae4f3 .uk-form .form-submit-btn {
  width: 120px;
}
#a4ae7a2c5cae4f3 .submit-wrap {
  text-align: center;
}
#a4ae7a2c5cae4f3 .submit-wrap button {
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
}
#a4ae7a2c5cae4f3 form {
  border-top-left-radius: 0;
}
#a4ae7a2c5cae4f3 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a4ae7a2c5cae4f3 .form-item .uk-input,
#a4ae7a2c5cae4f3 .form-item .uk-select,
#a4ae7a2c5cae4f3 .form-item .uk-textarea {
  width: 400px;
  background-color: #f4f4f4;
}
#a4ae7a2c5cae4f3 .form-item .auto-height {
  height: auto;
}
#a6e2aa6109a2c9b .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(30, 135, 240, 1);border-radius: 25px;justify-content: center;border-style: solid;}#a6e2aa6109a2c9b .ele-wrap:hover {background-color: #509c49;}#a2f90aff8eabdf1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;}#a6c41a53c6aa353 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#ae3baa1dc1aa0a4 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a93bea1bf2a2cc4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;}#a0e5ca76a4a62c9 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a2167ad06aa21b0 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a11efa32a8a8c99 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;}#af5cbabd66a3b07 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a11b7aef04ae31e > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a8376a3733a4f01 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;color: #f5a623;}#a8376a3733a4f01 [data-item="buttons[0]"]:hover {color: #b8e986;}#a9bd1a4d33ac796 > .ele-wrap {background-color: rgba(17, 17, 17, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8e1fa5769a17c4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8e1fa5769a17c4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#aaad6a5895a173f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa46da2048a17e0 , #aa46da2048a17e0 a{color: rgba(155, 155, 155, 1);}#a6893aa643a9daf , #a6893aa643a9daf a{color: rgba(155, 155, 155, 1);}#a7a7aa47fda7f42 , #a7a7aa47fda7f42 a{color: rgba(155, 155, 155, 1);}#a0b1ba2f48a4e5c , #a0b1ba2f48a4e5c a{color: rgba(155, 155, 155, 1);}#a682ea6b5ba1eeb .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a993cafa2eac48e .uk-accordion-content a {
  color: #777;
}
#a993cafa2eac48e .uk-accordion-title {
  cursor: pointer;
}
#a993cafa2eac48e .uk-accordion-content a:hover {
  color: #e90505;
}
#a993cafa2eac48e .uk-heading-bullet > * {
  display: inline;
}
#a30dda8de6ab37e .card-content {
  padding-left: 70px;
}
#a30dda8de6ab37e .title {
  color: #777;
  font-size: 16px;
  font-weight: bolder;
  margin-bottom: 10px;
  display: block;
}
#a30dda8de6ab37e .date-post {
  float: left;
  border: 2px solid #4a90e2;
  padding: 12px 10px 9px;
  text-align: center;
}
#a30dda8de6ab37e .date-post span {
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: #4a90e2;
  text-transform: uppercase;
}
#a30dda8de6ab37e .card-metas li {
  display: block;
  list-style: none;
  line-height: 2;
}
#a12dfae55eab5c8 .event-list {
  margin-bottom: 20px;
}
#a12dfae55eab5c8 .event-list .event-date {
  margin: 14px 30px 0 0;
  width: 54px;
  height: 54px;
  text-align: center;
  color: #4a90e2;
  border: 1px solid #4a90e2;
  padding: 0;
}
#a12dfae55eab5c8 .event-list .number-mon {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  padding-top: 6px;
}
#a12dfae55eab5c8 .event-list p {
  margin: 0;
  padding: 0;
}
#a12dfae55eab5c8 .event-list .text-mon {
  font-size: 12px;
}
#a12dfae55eab5c8 .event-list .event-meta .detail {
  font-size: 14px;
  color: #b0b0b0;
  line-height: 2;
}
#a12dfae55eab5c8 .item-title {
  font-size: 16px;
  color: #333;
  position: relative;
  line-height: 36px;
  margin-bottom: 6px;
  display: block;
}
#a12dfae55eab5c8 .uk-card:hover .event-date {
  background-color: #4a90e2;
  color: #fff;
}
#a12dfae55eab5c8 .event-meta h4 a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 30px;
  border-bottom: 1px solid #4a90e2;
}
#ad015abac8a8b6f .icon-box {
  width: 4.5rem;
  height: 4.5rem;
  line-height: 4.5rem;
  color: #fff;
  margin: 0 auto;
  border-radius: 100%;
  background-color: #4a90e2;
}
#ad015abac8a8b6f .icon-box i {
  color: #fff;
}
#a784ca2ef1a5703 .uk-container {
  line-height: 2;
  color: #999;
}
#a9c72a8d32ad1f0 form {
  width: 100%;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a9c72a8d32ad1f0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9c72a8d32ad1f0 .search-box .search-type.show {
  display: block;
}
#a9c72a8d32ad1f0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f0ed;
  cursor: pointer;
  padding: 0 18px;
}
#a9c72a8d32ad1f0 .search-box .search-type li:hover {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .search-box .search-type li.active {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f1f0ed;
  overflow: hidden;
}
#a9c72a8d32ad1f0 .inner-form .input-field {
  height: 100%;
}
#a9c72a8d32ad1f0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #9b9b9b;
}
#a9c72a8d32ad1f0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f1f0ed;
  position: relative;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #9b9b9b;
  margin: 0 15px;
}
#a9c72a8d32ad1f0 .inner-form .input-field.second-wrap {
  min-width: 65px;
}
#a9c72a8d32ad1f0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  font-size: 14px;
}
#a9c72a8d32ad1f0 .btn-search:hover {
  background: #e77e27;
}
#a9c72a8d32ad1f0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9d1aa9c59ada02 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d1aa9c59ada02 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a9d1aa9c59ada02 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d1aa9c59ada02 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #e67b13;
}
#a9d1aa9c59ada02 .menu-list > li.active > a:before,
#a9d1aa9c59ada02 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d1aa9c59ada02 .menu-list > li ul li {
  position: relative;
}
#a9d1aa9c59ada02 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #e27914;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover > a {
  background-color: #f5a623;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list li ul li a:active,
#a9d1aa9c59ada02 .menu-list li ul li a.active,
#a9d1aa9c59ada02 .menu-list li ul li.active > a {
  background-color: #f5a623;
}
#a9d1aa9c59ada02 .menu-list li ul,
#a9d1aa9c59ada02 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #e27914;
}
#a9d1aa9c59ada02 .menu-list li ul.menu-b > li,
#a9d1aa9c59ada02 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d1aa9c59ada02 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d1aa9c59ada02 .menu-list li:hover > ul {
  display: block;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7eb0a9fc0ae13b .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(34, 25, 77, 0);
  overflow: hidden;
  transition: all .3s ease;
}
#a7eb0a9fc0ae13b .marquee-wrap > .str_move {
  cursor: text;
}
#a7eb0a9fc0ae13b .marquee-wrap:hover {
  background: rgba(34, 25, 77, 0);
}
#a7eb0a9fc0ae13b .marquee-wrap .content {
  position: absolute;
}
#a7eb0a9fc0ae13b .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#a7eb0a9fc0ae13b .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#abd9ba8d6eab8d4 > .ele-wrap {background-color: rgba(43, 43, 43, 1);}#a2cafac29da3a6d [data-item*=".abstract"], #a2cafac29da3a6d [data-item*=".abstract"] a {show: true;}#a2cafac29da3a6d [data-item*=".subTitle"], #a2cafac29da3a6d [data-item*=".subTitle"] a {show: true;}#a2cafac29da3a6d [data-item*=".category"], #a2cafac29da3a6d [data-item*=".category"] a {show: true;}#aae99a6851a56d8 {
  overflow: hidden;
  pointer-events: none;
}
#aae99a6851a56d8 > .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;
}
#aae99a6851a56d8 > .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;
}
#aae99a6851a56d8 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aae99a6851a56d8 > .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;
}
#aae99a6851a56d8 > .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;
}
#aae99a6851a56d8 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aae99a6851a56d8 > .tab-wrap > div > .tab-nav,
#aae99a6851a56d8 > .tab-nav,
#aae99a6851a56d8 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aae99a6851a56d8 > .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;
}
#aae99a6851a56d8 > .tab-wrap > div > .tab-nav-horizontal,
#aae99a6851a56d8 > .tab-nav-horizontal,
#aae99a6851a56d8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aae99a6851a56d8 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aae99a6851a56d8 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aae99a6851a56d8 > .tab-nav-horizontal::-webkit-scrollbar,
#aae99a6851a56d8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aae99a6851a56d8 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aae99a6851a56d8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aae99a6851a56d8 > .tab-nav-horizontal.tagScroll,
#aae99a6851a56d8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aae99a6851a56d8 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#aae99a6851a56d8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aae99a6851a56d8 > .tab-nav-horizontal.tagScroll li a,
#aae99a6851a56d8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aae99a6851a56d8 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aae99a6851a56d8 > .tab-wrap > div > .tab-nav a,
#aae99a6851a56d8 > .tab-nav a,
#aae99a6851a56d8 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aae99a6851a56d8 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#aae99a6851a56d8 > .tab-wrap > div > .tab-nav li a,
#aae99a6851a56d8 > .tab-nav li a,
#aae99a6851a56d8 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aae99a6851a56d8 > .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;
}
#aae99a6851a56d8 > .tab-wrap > div > .tab-nav li a svg,
#aae99a6851a56d8 > .tab-nav li a svg,
#aae99a6851a56d8 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aae99a6851a56d8 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aae99a6851a56d8 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aae99a6851a56d8 > .tab-nav li a .ap_icon,
#aae99a6851a56d8 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aae99a6851a56d8 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aae99a6851a56d8 > .tab-wrap > div > .tab-nav li a:hover,
#aae99a6851a56d8 > .tab-nav li a:hover,
#aae99a6851a56d8 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aae99a6851a56d8 > .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;
}
#aae99a6851a56d8 > .tab-wrap > div > .tab-nav li.uk-active a,
#aae99a6851a56d8 > .tab-nav li.uk-active a,
#aae99a6851a56d8 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aae99a6851a56d8 > .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;
}
#aae99a6851a56d8 .layout-left li,
#aae99a6851a56d8 .layout-center li,
#aae99a6851a56d8 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aae99a6851a56d8 .layout-left li a,
#aae99a6851a56d8 .layout-center li a,
#aae99a6851a56d8 .layout-right li a {
  height: 100%;
}
#aae99a6851a56d8 > .tab-tabs .layout-left {
  text-align: left;
}
#aae99a6851a56d8 > .tab-tabs .layout-center {
  text-align: center;
}
#aae99a6851a56d8 > .tab-tabs .layout-right {
  text-align: right;
}
#aae99a6851a56d8 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#aae99a6851a56d8 .tab-content-wrap {
  background-color: transparent;
}
#aae99a6851a56d8 .tab-contents,
#aae99a6851a56d8 .tab-contents-wrap {
  pointer-events: none;
}
#aae99a6851a56d8 .tab-content,
#aae99a6851a56d8 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aae99a6851a56d8 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aae99a6851a56d8 .tab-wrap .tab-contents {
  height: 100%;
}
#aae99a6851a56d8 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aae99a6851a56d8 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aae99a6851a56d8 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a30dda8de6ab37e [data-item*=".abstract"], #a30dda8de6ab37e [data-item*=".abstract"] a {show: true;}#a30dda8de6ab37e [data-item*=".subTitle"], #a30dda8de6ab37e [data-item*=".subTitle"] a {show: false;}#a30dda8de6ab37e [data-item*=".category"], #a30dda8de6ab37e [data-item*=".category"] a {show: false;}#a12dfae55eab5c8 [data-item*=".abstract"], #a12dfae55eab5c8 [data-item*=".abstract"] a {show: true;}#a12dfae55eab5c8 [data-item*=".subTitle"], #a12dfae55eab5c8 [data-item*=".subTitle"] a {show: true;}#a12dfae55eab5c8 [data-item*=".category"], #a12dfae55eab5c8 [data-item*=".category"] a {show: true;}#a551aa22c2a1592 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a84e1a1a56a610a .form-agree {
  display: flex;
  align-items: center;
}
#a84e1a1a56a610a .uk-form .form-submit-btn {
  width: 120px;
}
#a84e1a1a56a610a .submit-wrap {
  text-align: center;
}
#a84e1a1a56a610a .submit-wrap button {
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
}
#a84e1a1a56a610a form {
  border-top-left-radius: 0;
}
#a84e1a1a56a610a form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a84e1a1a56a610a .form-item .uk-input,
#a84e1a1a56a610a .form-item .uk-select,
#a84e1a1a56a610a .form-item .uk-textarea {
  width: 400px;
  background-color: #f4f4f4;
}
#a84e1a1a56a610a .form-item .auto-height {
  height: auto;
}
#a74afa04aea47ea .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(30, 135, 240, 1);border-radius: 25px;justify-content: center;border-style: solid;}#a74afa04aea47ea .ele-wrap:hover {background-color: #509c49;}#ae02ea9c3aa53cf > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;}#a7f8aa0023a8b96 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#ace99a985ca0d19 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a22cba74aaa7aac > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;}#af40ba0e1bad7a9 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#ad72babcd4ad2f5 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a9422a495fa999c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;}#a20bba0befa1fe5 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a3a56a5fc9a86a9 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a8263a8d6aadbb5 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;color: #f5a623;}#a8263a8d6aadbb5 [data-item="buttons[0]"]:hover {color: #b8e986;}#a9bd1a4d33ac796 > .ele-wrap {background-color: rgba(17, 17, 17, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8e1fa5769a17c4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8e1fa5769a17c4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#aaad6a5895a173f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa46da2048a17e0 , #aa46da2048a17e0 a{color: rgba(155, 155, 155, 1);}#a6893aa643a9daf , #a6893aa643a9daf a{color: rgba(155, 155, 155, 1);}#a7a7aa47fda7f42 , #a7a7aa47fda7f42 a{color: rgba(155, 155, 155, 1);}#a0b1ba2f48a4e5c , #a0b1ba2f48a4e5c a{color: rgba(155, 155, 155, 1);}#a4c23a5a85ae817 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#acc34aef8eaf8bd .uk-accordion-content a {
  color: #777;
}
#acc34aef8eaf8bd .uk-accordion-title {
  cursor: pointer;
}
#acc34aef8eaf8bd .uk-accordion-content a:hover {
  color: #e90505;
}
#acc34aef8eaf8bd .uk-heading-bullet > * {
  display: inline;
}
#ad708a76cea62bf .card-content {
  padding-left: 70px;
}
#ad708a76cea62bf .title {
  color: #777;
  font-size: 16px;
  font-weight: bolder;
  margin-bottom: 10px;
  display: block;
}
#ad708a76cea62bf .date-post {
  float: left;
  border: 2px solid #4a90e2;
  padding: 12px 10px 9px;
  text-align: center;
}
#ad708a76cea62bf .date-post span {
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: #4a90e2;
  text-transform: uppercase;
}
#ad708a76cea62bf .card-metas li {
  display: block;
  list-style: none;
  line-height: 2;
}
#afe84afdeea3e7e .event-list {
  margin-bottom: 20px;
}
#afe84afdeea3e7e .event-list .event-date {
  margin: 14px 30px 0 0;
  width: 54px;
  height: 54px;
  text-align: center;
  color: #4a90e2;
  border: 1px solid #4a90e2;
  padding: 0;
}
#afe84afdeea3e7e .event-list .number-mon {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  padding-top: 6px;
}
#afe84afdeea3e7e .event-list p {
  margin: 0;
  padding: 0;
}
#afe84afdeea3e7e .event-list .text-mon {
  font-size: 12px;
}
#afe84afdeea3e7e .event-list .event-meta .detail {
  font-size: 14px;
  color: #b0b0b0;
  line-height: 2;
}
#afe84afdeea3e7e .item-title {
  font-size: 16px;
  color: #333;
  position: relative;
  line-height: 36px;
  margin-bottom: 6px;
  display: block;
}
#afe84afdeea3e7e .uk-card:hover .event-date {
  background-color: #4a90e2;
  color: #fff;
}
#afe84afdeea3e7e .event-meta h4 a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 30px;
  border-bottom: 1px solid #4a90e2;
}
#a7bfda13b7a75cc .icon-box {
  width: 4.5rem;
  height: 4.5rem;
  line-height: 4.5rem;
  color: #fff;
  margin: 0 auto;
  border-radius: 100%;
  background-color: #4a90e2;
}
#a7bfda13b7a75cc .icon-box i {
  color: #fff;
}
#a348aa2e59a1d60 .uk-container {
  line-height: 2;
  color: #999;
}
#a9c72a8d32ad1f0 form {
  width: 100%;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a9c72a8d32ad1f0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9c72a8d32ad1f0 .search-box .search-type.show {
  display: block;
}
#a9c72a8d32ad1f0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f0ed;
  cursor: pointer;
  padding: 0 18px;
}
#a9c72a8d32ad1f0 .search-box .search-type li:hover {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .search-box .search-type li.active {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f1f0ed;
  overflow: hidden;
}
#a9c72a8d32ad1f0 .inner-form .input-field {
  height: 100%;
}
#a9c72a8d32ad1f0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #9b9b9b;
}
#a9c72a8d32ad1f0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f1f0ed;
  position: relative;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #9b9b9b;
  margin: 0 15px;
}
#a9c72a8d32ad1f0 .inner-form .input-field.second-wrap {
  min-width: 65px;
}
#a9c72a8d32ad1f0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  font-size: 14px;
}
#a9c72a8d32ad1f0 .btn-search:hover {
  background: #e77e27;
}
#a9c72a8d32ad1f0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9d1aa9c59ada02 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d1aa9c59ada02 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a9d1aa9c59ada02 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d1aa9c59ada02 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #e67b13;
}
#a9d1aa9c59ada02 .menu-list > li.active > a:before,
#a9d1aa9c59ada02 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d1aa9c59ada02 .menu-list > li ul li {
  position: relative;
}
#a9d1aa9c59ada02 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #e27914;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover > a {
  background-color: #f5a623;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list li ul li a:active,
#a9d1aa9c59ada02 .menu-list li ul li a.active,
#a9d1aa9c59ada02 .menu-list li ul li.active > a {
  background-color: #f5a623;
}
#a9d1aa9c59ada02 .menu-list li ul,
#a9d1aa9c59ada02 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #e27914;
}
#a9d1aa9c59ada02 .menu-list li ul.menu-b > li,
#a9d1aa9c59ada02 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d1aa9c59ada02 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d1aa9c59ada02 .menu-list li:hover > ul {
  display: block;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7eb0a9fc0ae13b .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(34, 25, 77, 0);
  overflow: hidden;
  transition: all .3s ease;
}
#a7eb0a9fc0ae13b .marquee-wrap > .str_move {
  cursor: text;
}
#a7eb0a9fc0ae13b .marquee-wrap:hover {
  background: rgba(34, 25, 77, 0);
}
#a7eb0a9fc0ae13b .marquee-wrap .content {
  position: absolute;
}
#a7eb0a9fc0ae13b .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#a7eb0a9fc0ae13b .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#abd9ba8d6eab8d4 > .ele-wrap {background-color: rgba(43, 43, 43, 1);}#a86d1a10d3a55c4 [data-item*=".abstract"], #a86d1a10d3a55c4 [data-item*=".abstract"] a {show: true;}#a86d1a10d3a55c4 [data-item*=".subTitle"], #a86d1a10d3a55c4 [data-item*=".subTitle"] a {show: true;}#a86d1a10d3a55c4 [data-item*=".category"], #a86d1a10d3a55c4 [data-item*=".category"] a {show: true;}#a7300ae369a5ae8 {
  overflow: hidden;
  pointer-events: none;
}
#a7300ae369a5ae8 > .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;
}
#a7300ae369a5ae8 > .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;
}
#a7300ae369a5ae8 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a7300ae369a5ae8 > .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;
}
#a7300ae369a5ae8 > .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;
}
#a7300ae369a5ae8 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a7300ae369a5ae8 > .tab-wrap > div > .tab-nav,
#a7300ae369a5ae8 > .tab-nav,
#a7300ae369a5ae8 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a7300ae369a5ae8 > .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;
}
#a7300ae369a5ae8 > .tab-wrap > div > .tab-nav-horizontal,
#a7300ae369a5ae8 > .tab-nav-horizontal,
#a7300ae369a5ae8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a7300ae369a5ae8 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a7300ae369a5ae8 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a7300ae369a5ae8 > .tab-nav-horizontal::-webkit-scrollbar,
#a7300ae369a5ae8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a7300ae369a5ae8 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a7300ae369a5ae8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a7300ae369a5ae8 > .tab-nav-horizontal.tagScroll,
#a7300ae369a5ae8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a7300ae369a5ae8 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a7300ae369a5ae8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a7300ae369a5ae8 > .tab-nav-horizontal.tagScroll li a,
#a7300ae369a5ae8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a7300ae369a5ae8 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a7300ae369a5ae8 > .tab-wrap > div > .tab-nav a,
#a7300ae369a5ae8 > .tab-nav a,
#a7300ae369a5ae8 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a7300ae369a5ae8 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a7300ae369a5ae8 > .tab-wrap > div > .tab-nav li a,
#a7300ae369a5ae8 > .tab-nav li a,
#a7300ae369a5ae8 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a7300ae369a5ae8 > .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;
}
#a7300ae369a5ae8 > .tab-wrap > div > .tab-nav li a svg,
#a7300ae369a5ae8 > .tab-nav li a svg,
#a7300ae369a5ae8 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a7300ae369a5ae8 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a7300ae369a5ae8 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a7300ae369a5ae8 > .tab-nav li a .ap_icon,
#a7300ae369a5ae8 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a7300ae369a5ae8 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a7300ae369a5ae8 > .tab-wrap > div > .tab-nav li a:hover,
#a7300ae369a5ae8 > .tab-nav li a:hover,
#a7300ae369a5ae8 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a7300ae369a5ae8 > .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;
}
#a7300ae369a5ae8 > .tab-wrap > div > .tab-nav li.uk-active a,
#a7300ae369a5ae8 > .tab-nav li.uk-active a,
#a7300ae369a5ae8 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a7300ae369a5ae8 > .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;
}
#a7300ae369a5ae8 .layout-left li,
#a7300ae369a5ae8 .layout-center li,
#a7300ae369a5ae8 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a7300ae369a5ae8 .layout-left li a,
#a7300ae369a5ae8 .layout-center li a,
#a7300ae369a5ae8 .layout-right li a {
  height: 100%;
}
#a7300ae369a5ae8 > .tab-tabs .layout-left {
  text-align: left;
}
#a7300ae369a5ae8 > .tab-tabs .layout-center {
  text-align: center;
}
#a7300ae369a5ae8 > .tab-tabs .layout-right {
  text-align: right;
}
#a7300ae369a5ae8 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a7300ae369a5ae8 .tab-content-wrap {
  background-color: transparent;
}
#a7300ae369a5ae8 .tab-contents,
#a7300ae369a5ae8 .tab-contents-wrap {
  pointer-events: none;
}
#a7300ae369a5ae8 .tab-content,
#a7300ae369a5ae8 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a7300ae369a5ae8 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a7300ae369a5ae8 .tab-wrap .tab-contents {
  height: 100%;
}
#a7300ae369a5ae8 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a7300ae369a5ae8 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a7300ae369a5ae8 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ad708a76cea62bf [data-item*=".abstract"], #ad708a76cea62bf [data-item*=".abstract"] a {show: true;}#ad708a76cea62bf [data-item*=".subTitle"], #ad708a76cea62bf [data-item*=".subTitle"] a {show: false;}#ad708a76cea62bf [data-item*=".category"], #ad708a76cea62bf [data-item*=".category"] a {show: false;}#afe84afdeea3e7e [data-item*=".abstract"], #afe84afdeea3e7e [data-item*=".abstract"] a {show: true;}#afe84afdeea3e7e [data-item*=".subTitle"], #afe84afdeea3e7e [data-item*=".subTitle"] a {show: true;}#afe84afdeea3e7e [data-item*=".category"], #afe84afdeea3e7e [data-item*=".category"] a {show: true;}#af301aa3caa1556 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aa470ad1dea9ace .form-agree {
  display: flex;
  align-items: center;
}
#aa470ad1dea9ace .uk-form .form-submit-btn {
  width: 120px;
}
#aa470ad1dea9ace .submit-wrap {
  text-align: center;
}
#aa470ad1dea9ace .submit-wrap button {
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
}
#aa470ad1dea9ace form {
  border-top-left-radius: 0;
}
#aa470ad1dea9ace form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#aa470ad1dea9ace .form-item .uk-input,
#aa470ad1dea9ace .form-item .uk-select,
#aa470ad1dea9ace .form-item .uk-textarea {
  width: 400px;
  background-color: #f4f4f4;
}
#aa470ad1dea9ace .form-item .auto-height {
  height: auto;
}
#a18e0a6407a7508 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(30, 135, 240, 1);border-radius: 25px;justify-content: center;border-style: solid;}#a18e0a6407a7508 .ele-wrap:hover {background-color: #509c49;}#ad79ba0005a7036 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;}#a2b28a0e64aa52c > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a3d91acf2fa5407 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a18c0afcafab2d5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;}#ad0a2a077ba3762 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a610eade32aacba > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#ad062a7573a0bc2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;}#aa166a5e8ca6104 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#aa05ba8c28a7e36 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a97a8a6ef3afd79 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;color: #f5a623;}#a97a8a6ef3afd79 [data-item="buttons[0]"]:hover {color: #b8e986;}#a9bd1a4d33ac796 > .ele-wrap {background-color: rgba(17, 17, 17, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8e1fa5769a17c4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8e1fa5769a17c4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#aaad6a5895a173f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa46da2048a17e0 , #aa46da2048a17e0 a{color: rgba(155, 155, 155, 1);}#a6893aa643a9daf , #a6893aa643a9daf a{color: rgba(155, 155, 155, 1);}#a7a7aa47fda7f42 , #a7a7aa47fda7f42 a{color: rgba(155, 155, 155, 1);}#a0b1ba2f48a4e5c , #a0b1ba2f48a4e5c a{color: rgba(155, 155, 155, 1);}#ad13caa033a277a .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a90f3afd9ca39a8 .uk-accordion-content a {
  color: #777;
}
#a90f3afd9ca39a8 .uk-accordion-title {
  cursor: pointer;
}
#a90f3afd9ca39a8 .uk-accordion-content a:hover {
  color: #e90505;
}
#a90f3afd9ca39a8 .uk-heading-bullet > * {
  display: inline;
}
#a56ddadf3fa21cf .card-content {
  padding-left: 70px;
}
#a56ddadf3fa21cf .title {
  color: #777;
  font-size: 16px;
  font-weight: bolder;
  margin-bottom: 10px;
  display: block;
}
#a56ddadf3fa21cf .date-post {
  float: left;
  border: 2px solid #4a90e2;
  padding: 12px 10px 9px;
  text-align: center;
}
#a56ddadf3fa21cf .date-post span {
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: #4a90e2;
  text-transform: uppercase;
}
#a56ddadf3fa21cf .card-metas li {
  display: block;
  list-style: none;
  line-height: 2;
}
#a9daaa3f9aa86ea .event-list {
  margin-bottom: 20px;
}
#a9daaa3f9aa86ea .event-list .event-date {
  margin: 14px 30px 0 0;
  width: 54px;
  height: 54px;
  text-align: center;
  color: #4a90e2;
  border: 1px solid #4a90e2;
  padding: 0;
}
#a9daaa3f9aa86ea .event-list .number-mon {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  padding-top: 6px;
}
#a9daaa3f9aa86ea .event-list p {
  margin: 0;
  padding: 0;
}
#a9daaa3f9aa86ea .event-list .text-mon {
  font-size: 12px;
}
#a9daaa3f9aa86ea .event-list .event-meta .detail {
  font-size: 14px;
  color: #b0b0b0;
  line-height: 2;
}
#a9daaa3f9aa86ea .item-title {
  font-size: 16px;
  color: #333;
  position: relative;
  line-height: 36px;
  margin-bottom: 6px;
  display: block;
}
#a9daaa3f9aa86ea .uk-card:hover .event-date {
  background-color: #4a90e2;
  color: #fff;
}
#a9daaa3f9aa86ea .event-meta h4 a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 30px;
  border-bottom: 1px solid #4a90e2;
}
#a6c8ca4746a4d30 .icon-box {
  width: 4.5rem;
  height: 4.5rem;
  line-height: 4.5rem;
  color: #fff;
  margin: 0 auto;
  border-radius: 100%;
  background-color: #4a90e2;
}
#a6c8ca4746a4d30 .icon-box i {
  color: #fff;
}
#a4a79af993a7932 .uk-container {
  line-height: 2;
  color: #999;
}
#a9c72a8d32ad1f0 form {
  width: 100%;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a9c72a8d32ad1f0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9c72a8d32ad1f0 .search-box .search-type.show {
  display: block;
}
#a9c72a8d32ad1f0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f0ed;
  cursor: pointer;
  padding: 0 18px;
}
#a9c72a8d32ad1f0 .search-box .search-type li:hover {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .search-box .search-type li.active {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f1f0ed;
  overflow: hidden;
}
#a9c72a8d32ad1f0 .inner-form .input-field {
  height: 100%;
}
#a9c72a8d32ad1f0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #9b9b9b;
}
#a9c72a8d32ad1f0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f1f0ed;
  position: relative;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #9b9b9b;
  margin: 0 15px;
}
#a9c72a8d32ad1f0 .inner-form .input-field.second-wrap {
  min-width: 65px;
}
#a9c72a8d32ad1f0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  font-size: 14px;
}
#a9c72a8d32ad1f0 .btn-search:hover {
  background: #e77e27;
}
#a9c72a8d32ad1f0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9d1aa9c59ada02 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d1aa9c59ada02 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a9d1aa9c59ada02 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d1aa9c59ada02 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #e67b13;
}
#a9d1aa9c59ada02 .menu-list > li.active > a:before,
#a9d1aa9c59ada02 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d1aa9c59ada02 .menu-list > li ul li {
  position: relative;
}
#a9d1aa9c59ada02 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #e27914;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover > a {
  background-color: #f5a623;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list li ul li a:active,
#a9d1aa9c59ada02 .menu-list li ul li a.active,
#a9d1aa9c59ada02 .menu-list li ul li.active > a {
  background-color: #f5a623;
}
#a9d1aa9c59ada02 .menu-list li ul,
#a9d1aa9c59ada02 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #e27914;
}
#a9d1aa9c59ada02 .menu-list li ul.menu-b > li,
#a9d1aa9c59ada02 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d1aa9c59ada02 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d1aa9c59ada02 .menu-list li:hover > ul {
  display: block;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7eb0a9fc0ae13b .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(34, 25, 77, 0);
  overflow: hidden;
  transition: all .3s ease;
}
#a7eb0a9fc0ae13b .marquee-wrap > .str_move {
  cursor: text;
}
#a7eb0a9fc0ae13b .marquee-wrap:hover {
  background: rgba(34, 25, 77, 0);
}
#a7eb0a9fc0ae13b .marquee-wrap .content {
  position: absolute;
}
#a7eb0a9fc0ae13b .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#a7eb0a9fc0ae13b .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#abd9ba8d6eab8d4 > .ele-wrap {background-color: rgba(43, 43, 43, 1);}#a4e61a3435a4629 [data-item*=".abstract"], #a4e61a3435a4629 [data-item*=".abstract"] a {show: true;}#a4e61a3435a4629 [data-item*=".subTitle"], #a4e61a3435a4629 [data-item*=".subTitle"] a {show: true;}#a4e61a3435a4629 [data-item*=".category"], #a4e61a3435a4629 [data-item*=".category"] a {show: true;}#a0125a5847adc59 {
  overflow: hidden;
  pointer-events: none;
}
#a0125a5847adc59 > .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;
}
#a0125a5847adc59 > .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;
}
#a0125a5847adc59 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a0125a5847adc59 > .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;
}
#a0125a5847adc59 > .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;
}
#a0125a5847adc59 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a0125a5847adc59 > .tab-wrap > div > .tab-nav,
#a0125a5847adc59 > .tab-nav,
#a0125a5847adc59 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a0125a5847adc59 > .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;
}
#a0125a5847adc59 > .tab-wrap > div > .tab-nav-horizontal,
#a0125a5847adc59 > .tab-nav-horizontal,
#a0125a5847adc59 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a0125a5847adc59 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a0125a5847adc59 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a0125a5847adc59 > .tab-nav-horizontal::-webkit-scrollbar,
#a0125a5847adc59 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a0125a5847adc59 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a0125a5847adc59 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a0125a5847adc59 > .tab-nav-horizontal.tagScroll,
#a0125a5847adc59 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a0125a5847adc59 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a0125a5847adc59 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a0125a5847adc59 > .tab-nav-horizontal.tagScroll li a,
#a0125a5847adc59 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a0125a5847adc59 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a0125a5847adc59 > .tab-wrap > div > .tab-nav a,
#a0125a5847adc59 > .tab-nav a,
#a0125a5847adc59 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a0125a5847adc59 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a0125a5847adc59 > .tab-wrap > div > .tab-nav li a,
#a0125a5847adc59 > .tab-nav li a,
#a0125a5847adc59 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a0125a5847adc59 > .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;
}
#a0125a5847adc59 > .tab-wrap > div > .tab-nav li a svg,
#a0125a5847adc59 > .tab-nav li a svg,
#a0125a5847adc59 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a0125a5847adc59 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a0125a5847adc59 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a0125a5847adc59 > .tab-nav li a .ap_icon,
#a0125a5847adc59 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a0125a5847adc59 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a0125a5847adc59 > .tab-wrap > div > .tab-nav li a:hover,
#a0125a5847adc59 > .tab-nav li a:hover,
#a0125a5847adc59 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a0125a5847adc59 > .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;
}
#a0125a5847adc59 > .tab-wrap > div > .tab-nav li.uk-active a,
#a0125a5847adc59 > .tab-nav li.uk-active a,
#a0125a5847adc59 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a0125a5847adc59 > .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;
}
#a0125a5847adc59 .layout-left li,
#a0125a5847adc59 .layout-center li,
#a0125a5847adc59 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a0125a5847adc59 .layout-left li a,
#a0125a5847adc59 .layout-center li a,
#a0125a5847adc59 .layout-right li a {
  height: 100%;
}
#a0125a5847adc59 > .tab-tabs .layout-left {
  text-align: left;
}
#a0125a5847adc59 > .tab-tabs .layout-center {
  text-align: center;
}
#a0125a5847adc59 > .tab-tabs .layout-right {
  text-align: right;
}
#a0125a5847adc59 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a0125a5847adc59 .tab-content-wrap {
  background-color: transparent;
}
#a0125a5847adc59 .tab-contents,
#a0125a5847adc59 .tab-contents-wrap {
  pointer-events: none;
}
#a0125a5847adc59 .tab-content,
#a0125a5847adc59 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a0125a5847adc59 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a0125a5847adc59 .tab-wrap .tab-contents {
  height: 100%;
}
#a0125a5847adc59 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a0125a5847adc59 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a0125a5847adc59 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a56ddadf3fa21cf [data-item*=".abstract"], #a56ddadf3fa21cf [data-item*=".abstract"] a {show: true;}#a56ddadf3fa21cf [data-item*=".subTitle"], #a56ddadf3fa21cf [data-item*=".subTitle"] a {show: false;}#a56ddadf3fa21cf [data-item*=".category"], #a56ddadf3fa21cf [data-item*=".category"] a {show: false;}#a9daaa3f9aa86ea [data-item*=".abstract"], #a9daaa3f9aa86ea [data-item*=".abstract"] a {show: true;}#a9daaa3f9aa86ea [data-item*=".subTitle"], #a9daaa3f9aa86ea [data-item*=".subTitle"] a {show: true;}#a9daaa3f9aa86ea [data-item*=".category"], #a9daaa3f9aa86ea [data-item*=".category"] a {show: true;}#a778eab6bcac809 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a58d6aac32a2364 .form-agree {
  display: flex;
  align-items: center;
}
#a58d6aac32a2364 .uk-form .form-submit-btn {
  width: 120px;
}
#a58d6aac32a2364 .submit-wrap {
  text-align: center;
}
#a58d6aac32a2364 .submit-wrap button {
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
}
#a58d6aac32a2364 form {
  border-top-left-radius: 0;
}
#a58d6aac32a2364 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a58d6aac32a2364 .form-item .uk-input,
#a58d6aac32a2364 .form-item .uk-select,
#a58d6aac32a2364 .form-item .uk-textarea {
  width: 400px;
  background-color: #f4f4f4;
}
#a58d6aac32a2364 .form-item .auto-height {
  height: auto;
}
#a830dab636afdb4 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(30, 135, 240, 1);border-radius: 25px;justify-content: center;border-style: solid;}#a830dab636afdb4 .ele-wrap:hover {background-color: #509c49;}#adfc4a28e3a8b7a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;}#a0cdea3847a3f80 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#aa5a1a86e2a20a8 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a5939a133ca7ec0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;}#a3ef5ab9a3a8b18 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a1a8fa6619a9c6e > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a4395acbd2a7a3a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;}#a0619a938cac920 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#ad147ad93fa4eba > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#ad17fab535a04e3 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;color: #f5a623;}#ad17fab535a04e3 [data-item="buttons[0]"]:hover {color: #b8e986;}#a9bd1a4d33ac796 > .ele-wrap {background-color: rgba(17, 17, 17, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8e1fa5769a17c4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8e1fa5769a17c4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#aaad6a5895a173f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa46da2048a17e0 , #aa46da2048a17e0 a{color: rgba(155, 155, 155, 1);}#a6893aa643a9daf , #a6893aa643a9daf a{color: rgba(155, 155, 155, 1);}#a7a7aa47fda7f42 , #a7a7aa47fda7f42 a{color: rgba(155, 155, 155, 1);}#a0b1ba2f48a4e5c , #a0b1ba2f48a4e5c a{color: rgba(155, 155, 155, 1);}#a000aa832fa3d43 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a3c08af751a4ec1 .card-metas li {
  color: #999;
  position: relative;
  font-size: 12px;
  border-right: 1px solid #ececec;
  padding-right: 30px;
  margin-right: 15px;
}
#a3c08af751a4ec1 .card-metas li:last-child {
  border-right: none;
  margin-right: 0;
}
#a3c08af751a4ec1 .card-metas li h6 {
  margin-bottom: 4px;
}
#a3c08af751a4ec1 .price {
  line-height: 32px;
  color: #fff;
  padding: 0 15px;
  position: absolute;
  right: -7px;
  top: -17px;
  background: #4a90e2;
  font-size: 17px;
}
#a3c08af751a4ec1 .price::before,
#a3c08af751a4ec1 .price::after {
  content: '';
  width: 0;
  height: 0;
  top: 0;
  right: 0;
  border-top: 7px solid transparent !important;
  border-left: 7px solid #428bdc;
  position: absolute;
  transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -o-transform: translateY(-100%);
}
#a3c08af751a4ec1 .price::after {
  border-color: #000;
  opacity: 0.2;
}
#a3c08af751a4ec1 .ap-rating {
  height: 14px;
  font-size: 14px;
  line-height: 1;
}
#a3c08af751a4ec1 .ap-rating i {
  display: inline-block;
  margin-right: 2px;
}
#a1056ac042a9a6f .uk-accordion-content a {
  color: #777;
}
#a1056ac042a9a6f .uk-accordion-title {
  cursor: pointer;
}
#a1056ac042a9a6f .uk-accordion-content a:hover {
  color: #e90505;
}
#a1056ac042a9a6f .uk-heading-bullet > * {
  display: inline;
}
#a46fca303ba43fe .card-content {
  padding-left: 70px;
}
#a46fca303ba43fe .title {
  color: #777;
  font-size: 16px;
  font-weight: bolder;
  margin-bottom: 10px;
  display: block;
}
#a46fca303ba43fe .date-post {
  float: left;
  border: 2px solid #4a90e2;
  padding: 12px 10px 9px;
  text-align: center;
}
#a46fca303ba43fe .date-post span {
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: #4a90e2;
  text-transform: uppercase;
}
#a46fca303ba43fe .card-metas li {
  display: block;
  list-style: none;
  line-height: 2;
}
#adc6da864ea3c5d .event-list {
  margin-bottom: 20px;
}
#adc6da864ea3c5d .event-list .event-date {
  margin: 14px 30px 0 0;
  width: 54px;
  height: 54px;
  text-align: center;
  color: #4a90e2;
  border: 1px solid #4a90e2;
  padding: 0;
}
#adc6da864ea3c5d .event-list .number-mon {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  padding-top: 6px;
}
#adc6da864ea3c5d .event-list p {
  margin: 0;
  padding: 0;
}
#adc6da864ea3c5d .event-list .text-mon {
  font-size: 12px;
}
#adc6da864ea3c5d .event-list .event-meta .detail {
  font-size: 14px;
  color: #b0b0b0;
  line-height: 2;
}
#adc6da864ea3c5d .item-title {
  font-size: 16px;
  color: #333;
  position: relative;
  line-height: 36px;
  margin-bottom: 6px;
  display: block;
}
#adc6da864ea3c5d .uk-card:hover .event-date {
  background-color: #4a90e2;
  color: #fff;
}
#adc6da864ea3c5d .event-meta h4 a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 30px;
  border-bottom: 1px solid #4a90e2;
}
#aa433ac8dda64ea .icon-box {
  width: 4.5rem;
  height: 4.5rem;
  line-height: 4.5rem;
  color: #fff;
  margin: 0 auto;
  border-radius: 100%;
  background-color: #4a90e2;
}
#aa433ac8dda64ea .icon-box i {
  color: #fff;
}
#a962aa540fa260b .uk-container {
  line-height: 2;
  color: #999;
}
#a9c72a8d32ad1f0 form {
  width: 100%;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a9c72a8d32ad1f0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9c72a8d32ad1f0 .search-box .search-type.show {
  display: block;
}
#a9c72a8d32ad1f0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f0ed;
  cursor: pointer;
  padding: 0 18px;
}
#a9c72a8d32ad1f0 .search-box .search-type li:hover {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .search-box .search-type li.active {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f1f0ed;
  overflow: hidden;
}
#a9c72a8d32ad1f0 .inner-form .input-field {
  height: 100%;
}
#a9c72a8d32ad1f0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #9b9b9b;
}
#a9c72a8d32ad1f0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f1f0ed;
  position: relative;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #9b9b9b;
  margin: 0 15px;
}
#a9c72a8d32ad1f0 .inner-form .input-field.second-wrap {
  min-width: 65px;
}
#a9c72a8d32ad1f0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  font-size: 14px;
}
#a9c72a8d32ad1f0 .btn-search:hover {
  background: #e77e27;
}
#a9c72a8d32ad1f0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9d1aa9c59ada02 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d1aa9c59ada02 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a9d1aa9c59ada02 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d1aa9c59ada02 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #e67b13;
}
#a9d1aa9c59ada02 .menu-list > li.active > a:before,
#a9d1aa9c59ada02 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d1aa9c59ada02 .menu-list > li ul li {
  position: relative;
}
#a9d1aa9c59ada02 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #e27914;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover > a {
  background-color: #f5a623;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list li ul li a:active,
#a9d1aa9c59ada02 .menu-list li ul li a.active,
#a9d1aa9c59ada02 .menu-list li ul li.active > a {
  background-color: #f5a623;
}
#a9d1aa9c59ada02 .menu-list li ul,
#a9d1aa9c59ada02 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #e27914;
}
#a9d1aa9c59ada02 .menu-list li ul.menu-b > li,
#a9d1aa9c59ada02 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d1aa9c59ada02 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d1aa9c59ada02 .menu-list li:hover > ul {
  display: block;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7eb0a9fc0ae13b .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(34, 25, 77, 0);
  overflow: hidden;
  transition: all .3s ease;
}
#a7eb0a9fc0ae13b .marquee-wrap > .str_move {
  cursor: text;
}
#a7eb0a9fc0ae13b .marquee-wrap:hover {
  background: rgba(34, 25, 77, 0);
}
#a7eb0a9fc0ae13b .marquee-wrap .content {
  position: absolute;
}
#a7eb0a9fc0ae13b .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#a7eb0a9fc0ae13b .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#abd9ba8d6eab8d4 > .ele-wrap {background-color: rgba(43, 43, 43, 1);}#a3c08af751a4ec1 [data-item*=".title"], #a3c08af751a4ec1 [data-item*=".title"] a {max-line: 1;font-weight: bold;text-align: center;font-size: 16px;}#a3c08af751a4ec1 [data-item*=".abstract"], #a3c08af751a4ec1 [data-item*=".abstract"] a {show: true;max-line: 1;text-align: center;color: rgba(148, 145, 145, 1);}#a3c08af751a4ec1 [data-item*=".subTitle"], #a3c08af751a4ec1 [data-item*=".subTitle"] a {show: true;}#a3c08af751a4ec1 [data-item*=".category"], #a3c08af751a4ec1 [data-item*=".category"] a {show: true;}#ae9a7aee6ea8f76 {
  overflow: hidden;
  pointer-events: none;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #d8d8d8;
  border-right-color: #d8d8d8;
  border-left-color: #d8d8d8;
  border-bottom-color: #d8d8d8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#ae9a7aee6ea8f76 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 46px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ae9a7aee6ea8f76 > .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;
}
#ae9a7aee6ea8f76 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ae9a7aee6ea8f76 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 46px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ae9a7aee6ea8f76 > .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;
}
#ae9a7aee6ea8f76 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ae9a7aee6ea8f76 > .tab-wrap > div > .tab-nav,
#ae9a7aee6ea8f76 > .tab-nav,
#ae9a7aee6ea8f76 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ae9a7aee6ea8f76 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#ae9a7aee6ea8f76 > .tab-wrap > div > .tab-nav-horizontal,
#ae9a7aee6ea8f76 > .tab-nav-horizontal,
#ae9a7aee6ea8f76 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ae9a7aee6ea8f76 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ae9a7aee6ea8f76 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ae9a7aee6ea8f76 > .tab-nav-horizontal::-webkit-scrollbar,
#ae9a7aee6ea8f76 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ae9a7aee6ea8f76 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ae9a7aee6ea8f76 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ae9a7aee6ea8f76 > .tab-nav-horizontal.tagScroll,
#ae9a7aee6ea8f76 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ae9a7aee6ea8f76 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 46px;
  overflow-x: auto;
}
#ae9a7aee6ea8f76 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ae9a7aee6ea8f76 > .tab-nav-horizontal.tagScroll li a,
#ae9a7aee6ea8f76 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ae9a7aee6ea8f76 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ae9a7aee6ea8f76 > .tab-wrap > div > .tab-nav a,
#ae9a7aee6ea8f76 > .tab-nav a,
#ae9a7aee6ea8f76 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ae9a7aee6ea8f76 > .tab-tabs > .tab-nav a {
  padding: 0 46px;
}
#ae9a7aee6ea8f76 > .tab-wrap > div > .tab-nav li a,
#ae9a7aee6ea8f76 > .tab-nav li a,
#ae9a7aee6ea8f76 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ae9a7aee6ea8f76 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 45px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 46px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  margin-top: 10px;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #d8d8d8;
  padding: 0 46px;
}
#ae9a7aee6ea8f76 > .tab-wrap > div > .tab-nav li a svg,
#ae9a7aee6ea8f76 > .tab-nav li a svg,
#ae9a7aee6ea8f76 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ae9a7aee6ea8f76 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ae9a7aee6ea8f76 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ae9a7aee6ea8f76 > .tab-nav li a .ap_icon,
#ae9a7aee6ea8f76 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ae9a7aee6ea8f76 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ae9a7aee6ea8f76 > .tab-wrap > div > .tab-nav li a:hover,
#ae9a7aee6ea8f76 > .tab-nav li a:hover,
#ae9a7aee6ea8f76 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ae9a7aee6ea8f76 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#ae9a7aee6ea8f76 > .tab-wrap > div > .tab-nav li.uk-active a,
#ae9a7aee6ea8f76 > .tab-nav li.uk-active a,
#ae9a7aee6ea8f76 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ae9a7aee6ea8f76 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#ae9a7aee6ea8f76 .layout-left li,
#ae9a7aee6ea8f76 .layout-center li,
#ae9a7aee6ea8f76 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ae9a7aee6ea8f76 .layout-left li a,
#ae9a7aee6ea8f76 .layout-center li a,
#ae9a7aee6ea8f76 .layout-right li a {
  height: 100%;
}
#ae9a7aee6ea8f76 > .tab-tabs .layout-left {
  text-align: left;
}
#ae9a7aee6ea8f76 > .tab-tabs .layout-center {
  text-align: center;
}
#ae9a7aee6ea8f76 > .tab-tabs .layout-right {
  text-align: right;
}
#ae9a7aee6ea8f76 .tab-contents {
  height: 100%;
  height: calc(100% - 46px);
}
#ae9a7aee6ea8f76 .tab-content-wrap {
  background-color: transparent;
  border-left-style: none;
  border-left-width: 1px;
}
#ae9a7aee6ea8f76 .tab-contents,
#ae9a7aee6ea8f76 .tab-contents-wrap {
  pointer-events: none;
}
#ae9a7aee6ea8f76 .tab-content,
#ae9a7aee6ea8f76 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ae9a7aee6ea8f76 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ae9a7aee6ea8f76 .tab-wrap .tab-contents {
  height: 100%;
}
#ae9a7aee6ea8f76 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ae9a7aee6ea8f76 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ae9a7aee6ea8f76 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a78fca536ea9633 {
  overflow: hidden;
  pointer-events: none;
}
#a78fca536ea9633 > .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;
}
#a78fca536ea9633 > .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;
}
#a78fca536ea9633 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a78fca536ea9633 > .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;
}
#a78fca536ea9633 > .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;
}
#a78fca536ea9633 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a78fca536ea9633 > .tab-wrap > div > .tab-nav,
#a78fca536ea9633 > .tab-nav,
#a78fca536ea9633 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a78fca536ea9633 > .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;
}
#a78fca536ea9633 > .tab-wrap > div > .tab-nav-horizontal,
#a78fca536ea9633 > .tab-nav-horizontal,
#a78fca536ea9633 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a78fca536ea9633 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a78fca536ea9633 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a78fca536ea9633 > .tab-nav-horizontal::-webkit-scrollbar,
#a78fca536ea9633 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a78fca536ea9633 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a78fca536ea9633 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a78fca536ea9633 > .tab-nav-horizontal.tagScroll,
#a78fca536ea9633 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a78fca536ea9633 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a78fca536ea9633 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a78fca536ea9633 > .tab-nav-horizontal.tagScroll li a,
#a78fca536ea9633 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a78fca536ea9633 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a78fca536ea9633 > .tab-wrap > div > .tab-nav a,
#a78fca536ea9633 > .tab-nav a,
#a78fca536ea9633 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a78fca536ea9633 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a78fca536ea9633 > .tab-wrap > div > .tab-nav li a,
#a78fca536ea9633 > .tab-nav li a,
#a78fca536ea9633 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a78fca536ea9633 > .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;
}
#a78fca536ea9633 > .tab-wrap > div > .tab-nav li a svg,
#a78fca536ea9633 > .tab-nav li a svg,
#a78fca536ea9633 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a78fca536ea9633 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a78fca536ea9633 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a78fca536ea9633 > .tab-nav li a .ap_icon,
#a78fca536ea9633 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a78fca536ea9633 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a78fca536ea9633 > .tab-wrap > div > .tab-nav li a:hover,
#a78fca536ea9633 > .tab-nav li a:hover,
#a78fca536ea9633 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a78fca536ea9633 > .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;
}
#a78fca536ea9633 > .tab-wrap > div > .tab-nav li.uk-active a,
#a78fca536ea9633 > .tab-nav li.uk-active a,
#a78fca536ea9633 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a78fca536ea9633 > .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;
}
#a78fca536ea9633 .layout-left li,
#a78fca536ea9633 .layout-center li,
#a78fca536ea9633 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a78fca536ea9633 .layout-left li a,
#a78fca536ea9633 .layout-center li a,
#a78fca536ea9633 .layout-right li a {
  height: 100%;
}
#a78fca536ea9633 > .tab-tabs .layout-left {
  text-align: left;
}
#a78fca536ea9633 > .tab-tabs .layout-center {
  text-align: center;
}
#a78fca536ea9633 > .tab-tabs .layout-right {
  text-align: right;
}
#a78fca536ea9633 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a78fca536ea9633 .tab-content-wrap {
  background-color: transparent;
}
#a78fca536ea9633 .tab-contents,
#a78fca536ea9633 .tab-contents-wrap {
  pointer-events: none;
}
#a78fca536ea9633 .tab-content,
#a78fca536ea9633 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a78fca536ea9633 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a78fca536ea9633 .tab-wrap .tab-contents {
  height: 100%;
}
#a78fca536ea9633 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a78fca536ea9633 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a78fca536ea9633 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a46fca303ba43fe [data-item*=".abstract"], #a46fca303ba43fe [data-item*=".abstract"] a {show: true;}#a46fca303ba43fe [data-item*=".subTitle"], #a46fca303ba43fe [data-item*=".subTitle"] a {show: false;}#a46fca303ba43fe [data-item*=".category"], #a46fca303ba43fe [data-item*=".category"] a {show: false;}#adc6da864ea3c5d [data-item*=".abstract"], #adc6da864ea3c5d [data-item*=".abstract"] a {show: true;}#adc6da864ea3c5d [data-item*=".subTitle"], #adc6da864ea3c5d [data-item*=".subTitle"] a {show: true;}#adc6da864ea3c5d [data-item*=".category"], #adc6da864ea3c5d [data-item*=".category"] a {show: true;}#ae42da31d7a22af > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a8882afcb3a9a3a .form-agree {
  display: flex;
  align-items: center;
}
#a8882afcb3a9a3a .uk-form .form-submit-btn {
  width: 120px;
}
#a8882afcb3a9a3a .submit-wrap {
  text-align: center;
}
#a8882afcb3a9a3a .submit-wrap button {
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
}
#a8882afcb3a9a3a form {
  border-top-left-radius: 0;
}
#a8882afcb3a9a3a form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a8882afcb3a9a3a .form-item .uk-input,
#a8882afcb3a9a3a .form-item .uk-select,
#a8882afcb3a9a3a .form-item .uk-textarea {
  width: 400px;
  background-color: #f4f4f4;
}
#a8882afcb3a9a3a .form-item .auto-height {
  height: auto;
}
#ac550ae659a93bb .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(30, 135, 240, 1);border-radius: 25px;justify-content: center;border-style: solid;}#ac550ae659a93bb .ele-wrap:hover {background-color: #509c49;}#aece4a69cbae1f3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;}#a40f8a3eb7a09ae > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#afed2a1879a2fa2 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a5375a3500affdc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;}#aa078a29e0aa633 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#ad19baf48ba0ff2 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a614fa80caa588c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;}#aa9a6a2da6a5b36 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a6aaea2208ae6d9 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#ae0e2af74fac045 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;color: #f5a623;}#ae0e2af74fac045 [data-item="buttons[0]"]:hover {color: #b8e986;}#a9bd1a4d33ac796 > .ele-wrap {background-color: rgba(17, 17, 17, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8e1fa5769a17c4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8e1fa5769a17c4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#aaad6a5895a173f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa46da2048a17e0 , #aa46da2048a17e0 a{color: rgba(155, 155, 155, 1);}#a6893aa643a9daf , #a6893aa643a9daf a{color: rgba(155, 155, 155, 1);}#a7a7aa47fda7f42 , #a7a7aa47fda7f42 a{color: rgba(155, 155, 155, 1);}#a0b1ba2f48a4e5c , #a0b1ba2f48a4e5c a{color: rgba(155, 155, 155, 1);}#a6529a5186a5cb1 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ac050aa8faa4585 .uk-accordion-content a {
  color: #777;
}
#ac050aa8faa4585 .uk-accordion-title {
  cursor: pointer;
}
#ac050aa8faa4585 .uk-accordion-content a:hover {
  color: #e90505;
}
#ac050aa8faa4585 .uk-heading-bullet > * {
  display: inline;
}
#a3511aee26af2f7 .card-content {
  padding-left: 70px;
}
#a3511aee26af2f7 .title {
  color: #777;
  font-size: 16px;
  font-weight: bolder;
  margin-bottom: 10px;
  display: block;
}
#a3511aee26af2f7 .date-post {
  float: left;
  border: 2px solid #4a90e2;
  padding: 12px 10px 9px;
  text-align: center;
}
#a3511aee26af2f7 .date-post span {
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: #4a90e2;
  text-transform: uppercase;
}
#a3511aee26af2f7 .card-metas li {
  display: block;
  list-style: none;
  line-height: 2;
}
#a6986affa9a1e81 .event-list {
  margin-bottom: 20px;
}
#a6986affa9a1e81 .event-list .event-date {
  margin: 14px 30px 0 0;
  width: 54px;
  height: 54px;
  text-align: center;
  color: #4a90e2;
  border: 1px solid #4a90e2;
  padding: 0;
}
#a6986affa9a1e81 .event-list .number-mon {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  padding-top: 6px;
}
#a6986affa9a1e81 .event-list p {
  margin: 0;
  padding: 0;
}
#a6986affa9a1e81 .event-list .text-mon {
  font-size: 12px;
}
#a6986affa9a1e81 .event-list .event-meta .detail {
  font-size: 14px;
  color: #b0b0b0;
  line-height: 2;
}
#a6986affa9a1e81 .item-title {
  font-size: 16px;
  color: #333;
  position: relative;
  line-height: 36px;
  margin-bottom: 6px;
  display: block;
}
#a6986affa9a1e81 .uk-card:hover .event-date {
  background-color: #4a90e2;
  color: #fff;
}
#a6986affa9a1e81 .event-meta h4 a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 30px;
  border-bottom: 1px solid #4a90e2;
}
#a4a90af638a68c2 .icon-box {
  width: 4.5rem;
  height: 4.5rem;
  line-height: 4.5rem;
  color: #fff;
  margin: 0 auto;
  border-radius: 100%;
  background-color: #4a90e2;
}
#a4a90af638a68c2 .icon-box i {
  color: #fff;
}
#a5445a3e20a4fa3 .uk-container {
  line-height: 2;
  color: #999;
}
#a9c72a8d32ad1f0 form {
  width: 100%;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a9c72a8d32ad1f0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9c72a8d32ad1f0 .search-box .search-type.show {
  display: block;
}
#a9c72a8d32ad1f0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f0ed;
  cursor: pointer;
  padding: 0 18px;
}
#a9c72a8d32ad1f0 .search-box .search-type li:hover {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .search-box .search-type li.active {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f1f0ed;
  overflow: hidden;
}
#a9c72a8d32ad1f0 .inner-form .input-field {
  height: 100%;
}
#a9c72a8d32ad1f0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #9b9b9b;
}
#a9c72a8d32ad1f0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f1f0ed;
  position: relative;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #9b9b9b;
  margin: 0 15px;
}
#a9c72a8d32ad1f0 .inner-form .input-field.second-wrap {
  min-width: 65px;
}
#a9c72a8d32ad1f0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  font-size: 14px;
}
#a9c72a8d32ad1f0 .btn-search:hover {
  background: #e77e27;
}
#a9c72a8d32ad1f0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9d1aa9c59ada02 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d1aa9c59ada02 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a9d1aa9c59ada02 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d1aa9c59ada02 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #e67b13;
}
#a9d1aa9c59ada02 .menu-list > li.active > a:before,
#a9d1aa9c59ada02 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d1aa9c59ada02 .menu-list > li ul li {
  position: relative;
}
#a9d1aa9c59ada02 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #e27914;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover > a {
  background-color: #f5a623;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list li ul li a:active,
#a9d1aa9c59ada02 .menu-list li ul li a.active,
#a9d1aa9c59ada02 .menu-list li ul li.active > a {
  background-color: #f5a623;
}
#a9d1aa9c59ada02 .menu-list li ul,
#a9d1aa9c59ada02 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #e27914;
}
#a9d1aa9c59ada02 .menu-list li ul.menu-b > li,
#a9d1aa9c59ada02 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d1aa9c59ada02 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d1aa9c59ada02 .menu-list li:hover > ul {
  display: block;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7eb0a9fc0ae13b .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(34, 25, 77, 0);
  overflow: hidden;
  transition: all .3s ease;
}
#a7eb0a9fc0ae13b .marquee-wrap > .str_move {
  cursor: text;
}
#a7eb0a9fc0ae13b .marquee-wrap:hover {
  background: rgba(34, 25, 77, 0);
}
#a7eb0a9fc0ae13b .marquee-wrap .content {
  position: absolute;
}
#a7eb0a9fc0ae13b .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#a7eb0a9fc0ae13b .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#abd9ba8d6eab8d4 > .ele-wrap {background-color: rgba(43, 43, 43, 1);}#ae296a690aa529f [data-item*=".abstract"], #ae296a690aa529f [data-item*=".abstract"] a {show: true;}#ae296a690aa529f [data-item*=".subTitle"], #ae296a690aa529f [data-item*=".subTitle"] a {show: true;}#ae296a690aa529f [data-item*=".category"], #ae296a690aa529f [data-item*=".category"] a {show: true;}#afd82a02c5a535f {
  overflow: hidden;
  pointer-events: none;
}
#afd82a02c5a535f > .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;
}
#afd82a02c5a535f > .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;
}
#afd82a02c5a535f > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#afd82a02c5a535f > .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;
}
#afd82a02c5a535f > .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;
}
#afd82a02c5a535f > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#afd82a02c5a535f > .tab-wrap > div > .tab-nav,
#afd82a02c5a535f > .tab-nav,
#afd82a02c5a535f > .tab-tabs > .tab-wrap > div > .tab-nav,
#afd82a02c5a535f > .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;
}
#afd82a02c5a535f > .tab-wrap > div > .tab-nav-horizontal,
#afd82a02c5a535f > .tab-nav-horizontal,
#afd82a02c5a535f > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#afd82a02c5a535f > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#afd82a02c5a535f > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#afd82a02c5a535f > .tab-nav-horizontal::-webkit-scrollbar,
#afd82a02c5a535f > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#afd82a02c5a535f > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#afd82a02c5a535f > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#afd82a02c5a535f > .tab-nav-horizontal.tagScroll,
#afd82a02c5a535f > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#afd82a02c5a535f > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#afd82a02c5a535f > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#afd82a02c5a535f > .tab-nav-horizontal.tagScroll li a,
#afd82a02c5a535f > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#afd82a02c5a535f > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#afd82a02c5a535f > .tab-wrap > div > .tab-nav a,
#afd82a02c5a535f > .tab-nav a,
#afd82a02c5a535f > .tab-tabs > .tab-wrap > div > .tab-nav a,
#afd82a02c5a535f > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#afd82a02c5a535f > .tab-wrap > div > .tab-nav li a,
#afd82a02c5a535f > .tab-nav li a,
#afd82a02c5a535f > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#afd82a02c5a535f > .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;
}
#afd82a02c5a535f > .tab-wrap > div > .tab-nav li a svg,
#afd82a02c5a535f > .tab-nav li a svg,
#afd82a02c5a535f > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#afd82a02c5a535f > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#afd82a02c5a535f > .tab-wrap > div > .tab-nav li a .ap_icon,
#afd82a02c5a535f > .tab-nav li a .ap_icon,
#afd82a02c5a535f > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#afd82a02c5a535f > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#afd82a02c5a535f > .tab-wrap > div > .tab-nav li a:hover,
#afd82a02c5a535f > .tab-nav li a:hover,
#afd82a02c5a535f > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#afd82a02c5a535f > .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;
}
#afd82a02c5a535f > .tab-wrap > div > .tab-nav li.uk-active a,
#afd82a02c5a535f > .tab-nav li.uk-active a,
#afd82a02c5a535f > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#afd82a02c5a535f > .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;
}
#afd82a02c5a535f .layout-left li,
#afd82a02c5a535f .layout-center li,
#afd82a02c5a535f .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#afd82a02c5a535f .layout-left li a,
#afd82a02c5a535f .layout-center li a,
#afd82a02c5a535f .layout-right li a {
  height: 100%;
}
#afd82a02c5a535f > .tab-tabs .layout-left {
  text-align: left;
}
#afd82a02c5a535f > .tab-tabs .layout-center {
  text-align: center;
}
#afd82a02c5a535f > .tab-tabs .layout-right {
  text-align: right;
}
#afd82a02c5a535f .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#afd82a02c5a535f .tab-content-wrap {
  background-color: transparent;
}
#afd82a02c5a535f .tab-contents,
#afd82a02c5a535f .tab-contents-wrap {
  pointer-events: none;
}
#afd82a02c5a535f .tab-content,
#afd82a02c5a535f .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#afd82a02c5a535f .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#afd82a02c5a535f .tab-wrap .tab-contents {
  height: 100%;
}
#afd82a02c5a535f .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#afd82a02c5a535f .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#afd82a02c5a535f .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a3511aee26af2f7 [data-item*=".abstract"], #a3511aee26af2f7 [data-item*=".abstract"] a {show: true;}#a3511aee26af2f7 [data-item*=".subTitle"], #a3511aee26af2f7 [data-item*=".subTitle"] a {show: false;}#a3511aee26af2f7 [data-item*=".category"], #a3511aee26af2f7 [data-item*=".category"] a {show: false;}#a6986affa9a1e81 [data-item*=".abstract"], #a6986affa9a1e81 [data-item*=".abstract"] a {show: true;}#a6986affa9a1e81 [data-item*=".subTitle"], #a6986affa9a1e81 [data-item*=".subTitle"] a {show: true;}#a6986affa9a1e81 [data-item*=".category"], #a6986affa9a1e81 [data-item*=".category"] a {show: true;}#ada19ae03dae669 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#afba3ad1b2a0ee3 .form-agree {
  display: flex;
  align-items: center;
}
#afba3ad1b2a0ee3 .uk-form .form-submit-btn {
  width: 120px;
}
#afba3ad1b2a0ee3 .submit-wrap {
  text-align: center;
}
#afba3ad1b2a0ee3 .submit-wrap button {
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
}
#afba3ad1b2a0ee3 form {
  border-top-left-radius: 0;
}
#afba3ad1b2a0ee3 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#afba3ad1b2a0ee3 .form-item .uk-input,
#afba3ad1b2a0ee3 .form-item .uk-select,
#afba3ad1b2a0ee3 .form-item .uk-textarea {
  width: 400px;
  background-color: #f4f4f4;
}
#afba3ad1b2a0ee3 .form-item .auto-height {
  height: auto;
}
#a4b81a52e1a537c .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(30, 135, 240, 1);border-radius: 25px;justify-content: center;border-style: solid;}#a4b81a52e1a537c .ele-wrap:hover {background-color: #509c49;}#ad414a310fa9c38 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;}#a2c0ca1867a5981 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a3a94a3739a0f95 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a1437aa6cbae179 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;}#a73b7ac819a0b43 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a15ffac282a72d6 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a72e8aa714a0964 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;}#ab4d6a74c9a80c4 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a7aa6af85aa76f2 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a7431a733da1da8 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;color: #f5a623;}#a7431a733da1da8 [data-item="buttons[0]"]:hover {color: #b8e986;}#a9bd1a4d33ac796 > .ele-wrap {background-color: rgba(17, 17, 17, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8e1fa5769a17c4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8e1fa5769a17c4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#aaad6a5895a173f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa46da2048a17e0 , #aa46da2048a17e0 a{color: rgba(155, 155, 155, 1);}#a6893aa643a9daf , #a6893aa643a9daf a{color: rgba(155, 155, 155, 1);}#a7a7aa47fda7f42 , #a7a7aa47fda7f42 a{color: rgba(155, 155, 155, 1);}#a0b1ba2f48a4e5c , #a0b1ba2f48a4e5c a{color: rgba(155, 155, 155, 1);}#a3eb2a6282a288e .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a8720a4bb5af7bf .uk-accordion-content a {
  color: #777;
}
#a8720a4bb5af7bf .uk-accordion-title {
  cursor: pointer;
}
#a8720a4bb5af7bf .uk-accordion-content a:hover {
  color: #e90505;
}
#a8720a4bb5af7bf .uk-heading-bullet > * {
  display: inline;
}
#a91cda3f52a9ac2 .card-content {
  padding-left: 70px;
}
#a91cda3f52a9ac2 .title {
  color: #777;
  font-size: 16px;
  font-weight: bolder;
  margin-bottom: 10px;
  display: block;
}
#a91cda3f52a9ac2 .date-post {
  float: left;
  border: 2px solid #4a90e2;
  padding: 12px 10px 9px;
  text-align: center;
}
#a91cda3f52a9ac2 .date-post span {
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: #4a90e2;
  text-transform: uppercase;
}
#a91cda3f52a9ac2 .card-metas li {
  display: block;
  list-style: none;
  line-height: 2;
}
#a151ca565ca34b2 .event-list {
  margin-bottom: 20px;
}
#a151ca565ca34b2 .event-list .event-date {
  margin: 14px 30px 0 0;
  width: 54px;
  height: 54px;
  text-align: center;
  color: #4a90e2;
  border: 1px solid #4a90e2;
  padding: 0;
}
#a151ca565ca34b2 .event-list .number-mon {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  padding-top: 6px;
}
#a151ca565ca34b2 .event-list p {
  margin: 0;
  padding: 0;
}
#a151ca565ca34b2 .event-list .text-mon {
  font-size: 12px;
}
#a151ca565ca34b2 .event-list .event-meta .detail {
  font-size: 14px;
  color: #b0b0b0;
  line-height: 2;
}
#a151ca565ca34b2 .item-title {
  font-size: 16px;
  color: #333;
  position: relative;
  line-height: 36px;
  margin-bottom: 6px;
  display: block;
}
#a151ca565ca34b2 .uk-card:hover .event-date {
  background-color: #4a90e2;
  color: #fff;
}
#a151ca565ca34b2 .event-meta h4 a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 30px;
  border-bottom: 1px solid #4a90e2;
}
#a43aba22a3ad73a .icon-box {
  width: 4.5rem;
  height: 4.5rem;
  line-height: 4.5rem;
  color: #fff;
  margin: 0 auto;
  border-radius: 100%;
  background-color: #4a90e2;
}
#a43aba22a3ad73a .icon-box i {
  color: #fff;
}
#a7dd6a4e31a924a .uk-container {
  line-height: 2;
  color: #999;
}
#a9c72a8d32ad1f0 form {
  width: 100%;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a9c72a8d32ad1f0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9c72a8d32ad1f0 .search-box .search-type.show {
  display: block;
}
#a9c72a8d32ad1f0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f0ed;
  cursor: pointer;
  padding: 0 18px;
}
#a9c72a8d32ad1f0 .search-box .search-type li:hover {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .search-box .search-type li.active {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f1f0ed;
  overflow: hidden;
}
#a9c72a8d32ad1f0 .inner-form .input-field {
  height: 100%;
}
#a9c72a8d32ad1f0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #9b9b9b;
}
#a9c72a8d32ad1f0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f1f0ed;
  position: relative;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #9b9b9b;
  margin: 0 15px;
}
#a9c72a8d32ad1f0 .inner-form .input-field.second-wrap {
  min-width: 65px;
}
#a9c72a8d32ad1f0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  font-size: 14px;
}
#a9c72a8d32ad1f0 .btn-search:hover {
  background: #e77e27;
}
#a9c72a8d32ad1f0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9d1aa9c59ada02 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d1aa9c59ada02 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a9d1aa9c59ada02 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d1aa9c59ada02 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #e67b13;
}
#a9d1aa9c59ada02 .menu-list > li.active > a:before,
#a9d1aa9c59ada02 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d1aa9c59ada02 .menu-list > li ul li {
  position: relative;
}
#a9d1aa9c59ada02 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #e27914;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover > a {
  background-color: #f5a623;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list li ul li a:active,
#a9d1aa9c59ada02 .menu-list li ul li a.active,
#a9d1aa9c59ada02 .menu-list li ul li.active > a {
  background-color: #f5a623;
}
#a9d1aa9c59ada02 .menu-list li ul,
#a9d1aa9c59ada02 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #e27914;
}
#a9d1aa9c59ada02 .menu-list li ul.menu-b > li,
#a9d1aa9c59ada02 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d1aa9c59ada02 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d1aa9c59ada02 .menu-list li:hover > ul {
  display: block;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7eb0a9fc0ae13b .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(34, 25, 77, 0);
  overflow: hidden;
  transition: all .3s ease;
}
#a7eb0a9fc0ae13b .marquee-wrap > .str_move {
  cursor: text;
}
#a7eb0a9fc0ae13b .marquee-wrap:hover {
  background: rgba(34, 25, 77, 0);
}
#a7eb0a9fc0ae13b .marquee-wrap .content {
  position: absolute;
}
#a7eb0a9fc0ae13b .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#a7eb0a9fc0ae13b .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#abd9ba8d6eab8d4 > .ele-wrap {background-color: rgba(43, 43, 43, 1);}#a4f45a77e8a7111 [data-item*=".abstract"], #a4f45a77e8a7111 [data-item*=".abstract"] a {show: true;}#a4f45a77e8a7111 [data-item*=".subTitle"], #a4f45a77e8a7111 [data-item*=".subTitle"] a {show: true;}#a4f45a77e8a7111 [data-item*=".category"], #a4f45a77e8a7111 [data-item*=".category"] a {show: true;}#ad382aeafea337a {
  overflow: hidden;
  pointer-events: none;
}
#ad382aeafea337a > .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;
}
#ad382aeafea337a > .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;
}
#ad382aeafea337a > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ad382aeafea337a > .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;
}
#ad382aeafea337a > .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;
}
#ad382aeafea337a > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ad382aeafea337a > .tab-wrap > div > .tab-nav,
#ad382aeafea337a > .tab-nav,
#ad382aeafea337a > .tab-tabs > .tab-wrap > div > .tab-nav,
#ad382aeafea337a > .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;
}
#ad382aeafea337a > .tab-wrap > div > .tab-nav-horizontal,
#ad382aeafea337a > .tab-nav-horizontal,
#ad382aeafea337a > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ad382aeafea337a > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ad382aeafea337a > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ad382aeafea337a > .tab-nav-horizontal::-webkit-scrollbar,
#ad382aeafea337a > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ad382aeafea337a > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ad382aeafea337a > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ad382aeafea337a > .tab-nav-horizontal.tagScroll,
#ad382aeafea337a > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ad382aeafea337a > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#ad382aeafea337a > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ad382aeafea337a > .tab-nav-horizontal.tagScroll li a,
#ad382aeafea337a > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ad382aeafea337a > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ad382aeafea337a > .tab-wrap > div > .tab-nav a,
#ad382aeafea337a > .tab-nav a,
#ad382aeafea337a > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ad382aeafea337a > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ad382aeafea337a > .tab-wrap > div > .tab-nav li a,
#ad382aeafea337a > .tab-nav li a,
#ad382aeafea337a > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ad382aeafea337a > .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;
}
#ad382aeafea337a > .tab-wrap > div > .tab-nav li a svg,
#ad382aeafea337a > .tab-nav li a svg,
#ad382aeafea337a > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ad382aeafea337a > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ad382aeafea337a > .tab-wrap > div > .tab-nav li a .ap_icon,
#ad382aeafea337a > .tab-nav li a .ap_icon,
#ad382aeafea337a > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ad382aeafea337a > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ad382aeafea337a > .tab-wrap > div > .tab-nav li a:hover,
#ad382aeafea337a > .tab-nav li a:hover,
#ad382aeafea337a > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ad382aeafea337a > .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;
}
#ad382aeafea337a > .tab-wrap > div > .tab-nav li.uk-active a,
#ad382aeafea337a > .tab-nav li.uk-active a,
#ad382aeafea337a > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ad382aeafea337a > .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;
}
#ad382aeafea337a .layout-left li,
#ad382aeafea337a .layout-center li,
#ad382aeafea337a .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ad382aeafea337a .layout-left li a,
#ad382aeafea337a .layout-center li a,
#ad382aeafea337a .layout-right li a {
  height: 100%;
}
#ad382aeafea337a > .tab-tabs .layout-left {
  text-align: left;
}
#ad382aeafea337a > .tab-tabs .layout-center {
  text-align: center;
}
#ad382aeafea337a > .tab-tabs .layout-right {
  text-align: right;
}
#ad382aeafea337a .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#ad382aeafea337a .tab-content-wrap {
  background-color: transparent;
}
#ad382aeafea337a .tab-contents,
#ad382aeafea337a .tab-contents-wrap {
  pointer-events: none;
}
#ad382aeafea337a .tab-content,
#ad382aeafea337a .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ad382aeafea337a .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ad382aeafea337a .tab-wrap .tab-contents {
  height: 100%;
}
#ad382aeafea337a .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ad382aeafea337a .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ad382aeafea337a .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a91cda3f52a9ac2 [data-item*=".abstract"], #a91cda3f52a9ac2 [data-item*=".abstract"] a {show: true;}#a91cda3f52a9ac2 [data-item*=".subTitle"], #a91cda3f52a9ac2 [data-item*=".subTitle"] a {show: false;}#a91cda3f52a9ac2 [data-item*=".category"], #a91cda3f52a9ac2 [data-item*=".category"] a {show: false;}#a151ca565ca34b2 [data-item*=".abstract"], #a151ca565ca34b2 [data-item*=".abstract"] a {show: true;}#a151ca565ca34b2 [data-item*=".subTitle"], #a151ca565ca34b2 [data-item*=".subTitle"] a {show: true;}#a151ca565ca34b2 [data-item*=".category"], #a151ca565ca34b2 [data-item*=".category"] a {show: true;}#a2a2ca1b15ad0a1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a40e1ad7baaca5c .form-agree {
  display: flex;
  align-items: center;
}
#a40e1ad7baaca5c .uk-form .form-submit-btn {
  width: 120px;
}
#a40e1ad7baaca5c .submit-wrap {
  text-align: center;
}
#a40e1ad7baaca5c .submit-wrap button {
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
}
#a40e1ad7baaca5c form {
  border-top-left-radius: 0;
}
#a40e1ad7baaca5c form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a40e1ad7baaca5c .form-item .uk-input,
#a40e1ad7baaca5c .form-item .uk-select,
#a40e1ad7baaca5c .form-item .uk-textarea {
  width: 400px;
  background-color: #f4f4f4;
}
#a40e1ad7baaca5c .form-item .auto-height {
  height: auto;
}
#ae913ae909a3f76 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(30, 135, 240, 1);border-radius: 25px;justify-content: center;border-style: solid;}#ae913ae909a3f76 .ele-wrap:hover {background-color: #509c49;}#aff1fa3948abd2e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;}#a2df9aa215a9af1 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a0b6aa06a2aa19e > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a01b5ab63fa17f2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;}#add66a8d15a2f71 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a6621aa4c6a1c99 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#ae973a2a77a9b5b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;}#a9535a8c5aad653 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a6336a6995a8aa9 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a5fc4a00f0af6a8 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;color: #f5a623;}#a5fc4a00f0af6a8 [data-item="buttons[0]"]:hover {color: #b8e986;}#a9bd1a4d33ac796 > .ele-wrap {background-color: rgba(17, 17, 17, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8e1fa5769a17c4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8e1fa5769a17c4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#aaad6a5895a173f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa46da2048a17e0 , #aa46da2048a17e0 a{color: rgba(155, 155, 155, 1);}#a6893aa643a9daf , #a6893aa643a9daf a{color: rgba(155, 155, 155, 1);}#a7a7aa47fda7f42 , #a7a7aa47fda7f42 a{color: rgba(155, 155, 155, 1);}#a0b1ba2f48a4e5c , #a0b1ba2f48a4e5c a{color: rgba(155, 155, 155, 1);}#a3ebcac9dea210b .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ab987a128ca4cbc .uk-accordion-content a {
  color: #777;
}
#ab987a128ca4cbc .uk-accordion-title {
  cursor: pointer;
}
#ab987a128ca4cbc .uk-accordion-content a:hover {
  color: #e90505;
}
#ab987a128ca4cbc .uk-heading-bullet > * {
  display: inline;
}
#ae8b5a11a4a1981 .card-content {
  padding-left: 70px;
}
#ae8b5a11a4a1981 .title {
  color: #777;
  font-size: 16px;
  font-weight: bolder;
  margin-bottom: 10px;
  display: block;
}
#ae8b5a11a4a1981 .date-post {
  float: left;
  border: 2px solid #4a90e2;
  padding: 12px 10px 9px;
  text-align: center;
}
#ae8b5a11a4a1981 .date-post span {
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: #4a90e2;
  text-transform: uppercase;
}
#ae8b5a11a4a1981 .card-metas li {
  display: block;
  list-style: none;
  line-height: 2;
}
#a0e78a4faea693b .event-list {
  margin-bottom: 20px;
}
#a0e78a4faea693b .event-list .event-date {
  margin: 14px 30px 0 0;
  width: 54px;
  height: 54px;
  text-align: center;
  color: #4a90e2;
  border: 1px solid #4a90e2;
  padding: 0;
}
#a0e78a4faea693b .event-list .number-mon {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  padding-top: 6px;
}
#a0e78a4faea693b .event-list p {
  margin: 0;
  padding: 0;
}
#a0e78a4faea693b .event-list .text-mon {
  font-size: 12px;
}
#a0e78a4faea693b .event-list .event-meta .detail {
  font-size: 14px;
  color: #b0b0b0;
  line-height: 2;
}
#a0e78a4faea693b .item-title {
  font-size: 16px;
  color: #333;
  position: relative;
  line-height: 36px;
  margin-bottom: 6px;
  display: block;
}
#a0e78a4faea693b .uk-card:hover .event-date {
  background-color: #4a90e2;
  color: #fff;
}
#a0e78a4faea693b .event-meta h4 a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 30px;
  border-bottom: 1px solid #4a90e2;
}
#acc51a97d0af086 .icon-box {
  width: 4.5rem;
  height: 4.5rem;
  line-height: 4.5rem;
  color: #fff;
  margin: 0 auto;
  border-radius: 100%;
  background-color: #4a90e2;
}
#acc51a97d0af086 .icon-box i {
  color: #fff;
}
#a96cfad05aa5bf6 .uk-container {
  line-height: 2;
  color: #999;
}
#a9c72a8d32ad1f0 form {
  width: 100%;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a9c72a8d32ad1f0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9c72a8d32ad1f0 .search-box .search-type.show {
  display: block;
}
#a9c72a8d32ad1f0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f0ed;
  cursor: pointer;
  padding: 0 18px;
}
#a9c72a8d32ad1f0 .search-box .search-type li:hover {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .search-box .search-type li.active {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f1f0ed;
  overflow: hidden;
}
#a9c72a8d32ad1f0 .inner-form .input-field {
  height: 100%;
}
#a9c72a8d32ad1f0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #9b9b9b;
}
#a9c72a8d32ad1f0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f1f0ed;
  position: relative;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #9b9b9b;
  margin: 0 15px;
}
#a9c72a8d32ad1f0 .inner-form .input-field.second-wrap {
  min-width: 65px;
}
#a9c72a8d32ad1f0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  font-size: 14px;
}
#a9c72a8d32ad1f0 .btn-search:hover {
  background: #e77e27;
}
#a9c72a8d32ad1f0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9d1aa9c59ada02 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d1aa9c59ada02 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a9d1aa9c59ada02 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d1aa9c59ada02 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #e67b13;
}
#a9d1aa9c59ada02 .menu-list > li.active > a:before,
#a9d1aa9c59ada02 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d1aa9c59ada02 .menu-list > li ul li {
  position: relative;
}
#a9d1aa9c59ada02 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #e27914;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover > a {
  background-color: #f5a623;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list li ul li a:active,
#a9d1aa9c59ada02 .menu-list li ul li a.active,
#a9d1aa9c59ada02 .menu-list li ul li.active > a {
  background-color: #f5a623;
}
#a9d1aa9c59ada02 .menu-list li ul,
#a9d1aa9c59ada02 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #e27914;
}
#a9d1aa9c59ada02 .menu-list li ul.menu-b > li,
#a9d1aa9c59ada02 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d1aa9c59ada02 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d1aa9c59ada02 .menu-list li:hover > ul {
  display: block;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7eb0a9fc0ae13b .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(34, 25, 77, 0);
  overflow: hidden;
  transition: all .3s ease;
}
#a7eb0a9fc0ae13b .marquee-wrap > .str_move {
  cursor: text;
}
#a7eb0a9fc0ae13b .marquee-wrap:hover {
  background: rgba(34, 25, 77, 0);
}
#a7eb0a9fc0ae13b .marquee-wrap .content {
  position: absolute;
}
#a7eb0a9fc0ae13b .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#a7eb0a9fc0ae13b .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#abd9ba8d6eab8d4 > .ele-wrap {background-color: rgba(43, 43, 43, 1);}#a5793aeba8aa248 [data-item*=".abstract"], #a5793aeba8aa248 [data-item*=".abstract"] a {show: true;}#a5793aeba8aa248 [data-item*=".subTitle"], #a5793aeba8aa248 [data-item*=".subTitle"] a {show: true;}#a5793aeba8aa248 [data-item*=".category"], #a5793aeba8aa248 [data-item*=".category"] a {show: true;}#a944ca5f39aea20 {
  overflow: hidden;
  pointer-events: none;
}
#a944ca5f39aea20 > .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;
}
#a944ca5f39aea20 > .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;
}
#a944ca5f39aea20 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a944ca5f39aea20 > .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;
}
#a944ca5f39aea20 > .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;
}
#a944ca5f39aea20 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a944ca5f39aea20 > .tab-wrap > div > .tab-nav,
#a944ca5f39aea20 > .tab-nav,
#a944ca5f39aea20 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a944ca5f39aea20 > .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;
}
#a944ca5f39aea20 > .tab-wrap > div > .tab-nav-horizontal,
#a944ca5f39aea20 > .tab-nav-horizontal,
#a944ca5f39aea20 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a944ca5f39aea20 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a944ca5f39aea20 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a944ca5f39aea20 > .tab-nav-horizontal::-webkit-scrollbar,
#a944ca5f39aea20 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a944ca5f39aea20 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a944ca5f39aea20 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a944ca5f39aea20 > .tab-nav-horizontal.tagScroll,
#a944ca5f39aea20 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a944ca5f39aea20 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a944ca5f39aea20 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a944ca5f39aea20 > .tab-nav-horizontal.tagScroll li a,
#a944ca5f39aea20 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a944ca5f39aea20 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a944ca5f39aea20 > .tab-wrap > div > .tab-nav a,
#a944ca5f39aea20 > .tab-nav a,
#a944ca5f39aea20 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a944ca5f39aea20 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a944ca5f39aea20 > .tab-wrap > div > .tab-nav li a,
#a944ca5f39aea20 > .tab-nav li a,
#a944ca5f39aea20 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a944ca5f39aea20 > .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;
}
#a944ca5f39aea20 > .tab-wrap > div > .tab-nav li a svg,
#a944ca5f39aea20 > .tab-nav li a svg,
#a944ca5f39aea20 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a944ca5f39aea20 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a944ca5f39aea20 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a944ca5f39aea20 > .tab-nav li a .ap_icon,
#a944ca5f39aea20 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a944ca5f39aea20 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a944ca5f39aea20 > .tab-wrap > div > .tab-nav li a:hover,
#a944ca5f39aea20 > .tab-nav li a:hover,
#a944ca5f39aea20 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a944ca5f39aea20 > .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;
}
#a944ca5f39aea20 > .tab-wrap > div > .tab-nav li.uk-active a,
#a944ca5f39aea20 > .tab-nav li.uk-active a,
#a944ca5f39aea20 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a944ca5f39aea20 > .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;
}
#a944ca5f39aea20 .layout-left li,
#a944ca5f39aea20 .layout-center li,
#a944ca5f39aea20 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a944ca5f39aea20 .layout-left li a,
#a944ca5f39aea20 .layout-center li a,
#a944ca5f39aea20 .layout-right li a {
  height: 100%;
}
#a944ca5f39aea20 > .tab-tabs .layout-left {
  text-align: left;
}
#a944ca5f39aea20 > .tab-tabs .layout-center {
  text-align: center;
}
#a944ca5f39aea20 > .tab-tabs .layout-right {
  text-align: right;
}
#a944ca5f39aea20 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a944ca5f39aea20 .tab-content-wrap {
  background-color: transparent;
}
#a944ca5f39aea20 .tab-contents,
#a944ca5f39aea20 .tab-contents-wrap {
  pointer-events: none;
}
#a944ca5f39aea20 .tab-content,
#a944ca5f39aea20 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a944ca5f39aea20 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a944ca5f39aea20 .tab-wrap .tab-contents {
  height: 100%;
}
#a944ca5f39aea20 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a944ca5f39aea20 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a944ca5f39aea20 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ae8b5a11a4a1981 [data-item*=".abstract"], #ae8b5a11a4a1981 [data-item*=".abstract"] a {show: true;}#ae8b5a11a4a1981 [data-item*=".subTitle"], #ae8b5a11a4a1981 [data-item*=".subTitle"] a {show: false;}#ae8b5a11a4a1981 [data-item*=".category"], #ae8b5a11a4a1981 [data-item*=".category"] a {show: false;}#a0e78a4faea693b [data-item*=".abstract"], #a0e78a4faea693b [data-item*=".abstract"] a {show: true;}#a0e78a4faea693b [data-item*=".subTitle"], #a0e78a4faea693b [data-item*=".subTitle"] a {show: true;}#a0e78a4faea693b [data-item*=".category"], #a0e78a4faea693b [data-item*=".category"] a {show: true;}#ac104a18a8a4d53 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a0ae3a13c6add3b .form-agree {
  display: flex;
  align-items: center;
}
#a0ae3a13c6add3b .uk-form .form-submit-btn {
  width: 120px;
}
#a0ae3a13c6add3b .submit-wrap {
  text-align: center;
}
#a0ae3a13c6add3b .submit-wrap button {
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
}
#a0ae3a13c6add3b form {
  border-top-left-radius: 0;
}
#a0ae3a13c6add3b form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a0ae3a13c6add3b .form-item .uk-input,
#a0ae3a13c6add3b .form-item .uk-select,
#a0ae3a13c6add3b .form-item .uk-textarea {
  width: 400px;
  background-color: #f4f4f4;
}
#a0ae3a13c6add3b .form-item .auto-height {
  height: auto;
}
#acaeea3559a643d .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(30, 135, 240, 1);border-radius: 25px;justify-content: center;border-style: solid;}#acaeea3559a643d .ele-wrap:hover {background-color: #509c49;}#a6806ac9dcaf2f5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;}#a596aafdb6aa8c9 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#adb0baf109ae9a9 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#ae02eaafd6a3f43 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;}#a1af3a2297a4a27 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#ad641a9f14afa6d > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a0061a2ffda1839 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;}#a8941aa3ebae8ca > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#ad65fa5981afcce > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a2652ac692a39a0 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;color: #f5a623;}#a2652ac692a39a0 [data-item="buttons[0]"]:hover {color: #b8e986;}#a9bd1a4d33ac796 > .ele-wrap {background-color: rgba(17, 17, 17, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8e1fa5769a17c4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8e1fa5769a17c4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#aaad6a5895a173f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa46da2048a17e0 , #aa46da2048a17e0 a{color: rgba(155, 155, 155, 1);}#a6893aa643a9daf , #a6893aa643a9daf a{color: rgba(155, 155, 155, 1);}#a7a7aa47fda7f42 , #a7a7aa47fda7f42 a{color: rgba(155, 155, 155, 1);}#a0b1ba2f48a4e5c , #a0b1ba2f48a4e5c a{color: rgba(155, 155, 155, 1);}#a242faa051ad00b .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a8f73afd2dab119 .uk-accordion-content a {
  color: #777;
}
#a8f73afd2dab119 .uk-accordion-title {
  cursor: pointer;
}
#a8f73afd2dab119 .uk-accordion-content a:hover {
  color: #e90505;
}
#a8f73afd2dab119 .uk-heading-bullet > * {
  display: inline;
}
#a8460a90f2a1d84 .card-content {
  padding-left: 70px;
}
#a8460a90f2a1d84 .title {
  color: #777;
  font-size: 16px;
  font-weight: bolder;
  margin-bottom: 10px;
  display: block;
}
#a8460a90f2a1d84 .date-post {
  float: left;
  border: 2px solid #4a90e2;
  padding: 12px 10px 9px;
  text-align: center;
}
#a8460a90f2a1d84 .date-post span {
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: #4a90e2;
  text-transform: uppercase;
}
#a8460a90f2a1d84 .card-metas li {
  display: block;
  list-style: none;
  line-height: 2;
}
#a4114a92a7a9361 .event-list {
  margin-bottom: 20px;
}
#a4114a92a7a9361 .event-list .event-date {
  margin: 14px 30px 0 0;
  width: 54px;
  height: 54px;
  text-align: center;
  color: #4a90e2;
  border: 1px solid #4a90e2;
  padding: 0;
}
#a4114a92a7a9361 .event-list .number-mon {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  padding-top: 6px;
}
#a4114a92a7a9361 .event-list p {
  margin: 0;
  padding: 0;
}
#a4114a92a7a9361 .event-list .text-mon {
  font-size: 12px;
}
#a4114a92a7a9361 .event-list .event-meta .detail {
  font-size: 14px;
  color: #b0b0b0;
  line-height: 2;
}
#a4114a92a7a9361 .item-title {
  font-size: 16px;
  color: #333;
  position: relative;
  line-height: 36px;
  margin-bottom: 6px;
  display: block;
}
#a4114a92a7a9361 .uk-card:hover .event-date {
  background-color: #4a90e2;
  color: #fff;
}
#a4114a92a7a9361 .event-meta h4 a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 30px;
  border-bottom: 1px solid #4a90e2;
}
#aefb3ac3c5a065e .icon-box {
  width: 4.5rem;
  height: 4.5rem;
  line-height: 4.5rem;
  color: #fff;
  margin: 0 auto;
  border-radius: 100%;
  background-color: #4a90e2;
}
#aefb3ac3c5a065e .icon-box i {
  color: #fff;
}
#a7ebda5919adad9 .uk-container {
  line-height: 2;
  color: #999;
}
#a9c72a8d32ad1f0 form {
  width: 100%;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a9c72a8d32ad1f0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9c72a8d32ad1f0 .search-box .search-type.show {
  display: block;
}
#a9c72a8d32ad1f0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f0ed;
  cursor: pointer;
  padding: 0 18px;
}
#a9c72a8d32ad1f0 .search-box .search-type li:hover {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .search-box .search-type li.active {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f1f0ed;
  overflow: hidden;
}
#a9c72a8d32ad1f0 .inner-form .input-field {
  height: 100%;
}
#a9c72a8d32ad1f0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #9b9b9b;
}
#a9c72a8d32ad1f0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f1f0ed;
  position: relative;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #9b9b9b;
  margin: 0 15px;
}
#a9c72a8d32ad1f0 .inner-form .input-field.second-wrap {
  min-width: 65px;
}
#a9c72a8d32ad1f0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  font-size: 14px;
}
#a9c72a8d32ad1f0 .btn-search:hover {
  background: #e77e27;
}
#a9c72a8d32ad1f0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9d1aa9c59ada02 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d1aa9c59ada02 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a9d1aa9c59ada02 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d1aa9c59ada02 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #e67b13;
}
#a9d1aa9c59ada02 .menu-list > li.active > a:before,
#a9d1aa9c59ada02 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d1aa9c59ada02 .menu-list > li ul li {
  position: relative;
}
#a9d1aa9c59ada02 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #e27914;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover > a {
  background-color: #f5a623;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list li ul li a:active,
#a9d1aa9c59ada02 .menu-list li ul li a.active,
#a9d1aa9c59ada02 .menu-list li ul li.active > a {
  background-color: #f5a623;
}
#a9d1aa9c59ada02 .menu-list li ul,
#a9d1aa9c59ada02 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #e27914;
}
#a9d1aa9c59ada02 .menu-list li ul.menu-b > li,
#a9d1aa9c59ada02 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d1aa9c59ada02 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d1aa9c59ada02 .menu-list li:hover > ul {
  display: block;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7eb0a9fc0ae13b .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(34, 25, 77, 0);
  overflow: hidden;
  transition: all .3s ease;
}
#a7eb0a9fc0ae13b .marquee-wrap > .str_move {
  cursor: text;
}
#a7eb0a9fc0ae13b .marquee-wrap:hover {
  background: rgba(34, 25, 77, 0);
}
#a7eb0a9fc0ae13b .marquee-wrap .content {
  position: absolute;
}
#a7eb0a9fc0ae13b .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#a7eb0a9fc0ae13b .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#abd9ba8d6eab8d4 > .ele-wrap {background-color: rgba(43, 43, 43, 1);}#ab2f0a83b3adbe5 [data-item*=".abstract"], #ab2f0a83b3adbe5 [data-item*=".abstract"] a {show: true;}#ab2f0a83b3adbe5 [data-item*=".subTitle"], #ab2f0a83b3adbe5 [data-item*=".subTitle"] a {show: true;}#ab2f0a83b3adbe5 [data-item*=".category"], #ab2f0a83b3adbe5 [data-item*=".category"] a {show: true;}#a8143aa611aca73 {
  overflow: hidden;
  pointer-events: none;
}
#a8143aa611aca73 > .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;
}
#a8143aa611aca73 > .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;
}
#a8143aa611aca73 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8143aa611aca73 > .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;
}
#a8143aa611aca73 > .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;
}
#a8143aa611aca73 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8143aa611aca73 > .tab-wrap > div > .tab-nav,
#a8143aa611aca73 > .tab-nav,
#a8143aa611aca73 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a8143aa611aca73 > .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;
}
#a8143aa611aca73 > .tab-wrap > div > .tab-nav-horizontal,
#a8143aa611aca73 > .tab-nav-horizontal,
#a8143aa611aca73 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a8143aa611aca73 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a8143aa611aca73 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8143aa611aca73 > .tab-nav-horizontal::-webkit-scrollbar,
#a8143aa611aca73 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8143aa611aca73 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a8143aa611aca73 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8143aa611aca73 > .tab-nav-horizontal.tagScroll,
#a8143aa611aca73 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8143aa611aca73 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a8143aa611aca73 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8143aa611aca73 > .tab-nav-horizontal.tagScroll li a,
#a8143aa611aca73 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8143aa611aca73 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a8143aa611aca73 > .tab-wrap > div > .tab-nav a,
#a8143aa611aca73 > .tab-nav a,
#a8143aa611aca73 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a8143aa611aca73 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a8143aa611aca73 > .tab-wrap > div > .tab-nav li a,
#a8143aa611aca73 > .tab-nav li a,
#a8143aa611aca73 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a8143aa611aca73 > .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;
}
#a8143aa611aca73 > .tab-wrap > div > .tab-nav li a svg,
#a8143aa611aca73 > .tab-nav li a svg,
#a8143aa611aca73 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a8143aa611aca73 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a8143aa611aca73 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8143aa611aca73 > .tab-nav li a .ap_icon,
#a8143aa611aca73 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8143aa611aca73 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a8143aa611aca73 > .tab-wrap > div > .tab-nav li a:hover,
#a8143aa611aca73 > .tab-nav li a:hover,
#a8143aa611aca73 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a8143aa611aca73 > .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;
}
#a8143aa611aca73 > .tab-wrap > div > .tab-nav li.uk-active a,
#a8143aa611aca73 > .tab-nav li.uk-active a,
#a8143aa611aca73 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a8143aa611aca73 > .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;
}
#a8143aa611aca73 .layout-left li,
#a8143aa611aca73 .layout-center li,
#a8143aa611aca73 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a8143aa611aca73 .layout-left li a,
#a8143aa611aca73 .layout-center li a,
#a8143aa611aca73 .layout-right li a {
  height: 100%;
}
#a8143aa611aca73 > .tab-tabs .layout-left {
  text-align: left;
}
#a8143aa611aca73 > .tab-tabs .layout-center {
  text-align: center;
}
#a8143aa611aca73 > .tab-tabs .layout-right {
  text-align: right;
}
#a8143aa611aca73 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a8143aa611aca73 .tab-content-wrap {
  background-color: transparent;
}
#a8143aa611aca73 .tab-contents,
#a8143aa611aca73 .tab-contents-wrap {
  pointer-events: none;
}
#a8143aa611aca73 .tab-content,
#a8143aa611aca73 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a8143aa611aca73 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a8143aa611aca73 .tab-wrap .tab-contents {
  height: 100%;
}
#a8143aa611aca73 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a8143aa611aca73 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a8143aa611aca73 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a8460a90f2a1d84 [data-item*=".abstract"], #a8460a90f2a1d84 [data-item*=".abstract"] a {show: true;}#a8460a90f2a1d84 [data-item*=".subTitle"], #a8460a90f2a1d84 [data-item*=".subTitle"] a {show: false;}#a8460a90f2a1d84 [data-item*=".category"], #a8460a90f2a1d84 [data-item*=".category"] a {show: false;}#a4114a92a7a9361 [data-item*=".abstract"], #a4114a92a7a9361 [data-item*=".abstract"] a {show: true;}#a4114a92a7a9361 [data-item*=".subTitle"], #a4114a92a7a9361 [data-item*=".subTitle"] a {show: true;}#a4114a92a7a9361 [data-item*=".category"], #a4114a92a7a9361 [data-item*=".category"] a {show: true;}#a0639a5965aa944 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a19daa731aad560 .form-agree {
  display: flex;
  align-items: center;
}
#a19daa731aad560 .uk-form .form-submit-btn {
  width: 120px;
}
#a19daa731aad560 .submit-wrap {
  text-align: center;
}
#a19daa731aad560 .submit-wrap button {
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
}
#a19daa731aad560 form {
  border-top-left-radius: 0;
}
#a19daa731aad560 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a19daa731aad560 .form-item .uk-input,
#a19daa731aad560 .form-item .uk-select,
#a19daa731aad560 .form-item .uk-textarea {
  width: 400px;
  background-color: #f4f4f4;
}
#a19daa731aad560 .form-item .auto-height {
  height: auto;
}
#a5aeaade46a97c4 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(30, 135, 240, 1);border-radius: 25px;justify-content: center;border-style: solid;}#a5aeaade46a97c4 .ele-wrap:hover {background-color: #509c49;}#aab18a573ea4cae > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;}#a4f04a4880abb86 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a052fafe4fad3a7 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#af991aeb6aa2752 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;}#a5ffea5d40a4016 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a01f2a0244a3b48 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a9b5fa9196a8855 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;}#a765aa351ea1455 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a3a46aee99a3e5b > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a5057a9e51aef58 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;color: #f5a623;}#a5057a9e51aef58 [data-item="buttons[0]"]:hover {color: #b8e986;}#a9bd1a4d33ac796 > .ele-wrap {background-color: rgba(17, 17, 17, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8e1fa5769a17c4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8e1fa5769a17c4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#aaad6a5895a173f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa46da2048a17e0 , #aa46da2048a17e0 a{color: rgba(155, 155, 155, 1);}#a6893aa643a9daf , #a6893aa643a9daf a{color: rgba(155, 155, 155, 1);}#a7a7aa47fda7f42 , #a7a7aa47fda7f42 a{color: rgba(155, 155, 155, 1);}#a0b1ba2f48a4e5c , #a0b1ba2f48a4e5c a{color: rgba(155, 155, 155, 1);}#a48f7aa52fae604 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ab5c4a5b71a48b8 .uk-accordion-content a {
  color: #777;
}
#ab5c4a5b71a48b8 .uk-accordion-title {
  cursor: pointer;
}
#ab5c4a5b71a48b8 .uk-accordion-content a:hover {
  color: #e90505;
}
#ab5c4a5b71a48b8 .uk-heading-bullet > * {
  display: inline;
}
#a518dac10ca5dcc .card-content {
  padding-left: 70px;
}
#a518dac10ca5dcc .title {
  color: #777;
  font-size: 16px;
  font-weight: bolder;
  margin-bottom: 10px;
  display: block;
}
#a518dac10ca5dcc .date-post {
  float: left;
  border: 2px solid #4a90e2;
  padding: 12px 10px 9px;
  text-align: center;
}
#a518dac10ca5dcc .date-post span {
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: #4a90e2;
  text-transform: uppercase;
}
#a518dac10ca5dcc .card-metas li {
  display: block;
  list-style: none;
  line-height: 2;
}
#a2901ae7cba58e3 .event-list {
  margin-bottom: 20px;
}
#a2901ae7cba58e3 .event-list .event-date {
  margin: 14px 30px 0 0;
  width: 54px;
  height: 54px;
  text-align: center;
  color: #4a90e2;
  border: 1px solid #4a90e2;
  padding: 0;
}
#a2901ae7cba58e3 .event-list .number-mon {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  padding-top: 6px;
}
#a2901ae7cba58e3 .event-list p {
  margin: 0;
  padding: 0;
}
#a2901ae7cba58e3 .event-list .text-mon {
  font-size: 12px;
}
#a2901ae7cba58e3 .event-list .event-meta .detail {
  font-size: 14px;
  color: #b0b0b0;
  line-height: 2;
}
#a2901ae7cba58e3 .item-title {
  font-size: 16px;
  color: #333;
  position: relative;
  line-height: 36px;
  margin-bottom: 6px;
  display: block;
}
#a2901ae7cba58e3 .uk-card:hover .event-date {
  background-color: #4a90e2;
  color: #fff;
}
#a2901ae7cba58e3 .event-meta h4 a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 30px;
  border-bottom: 1px solid #4a90e2;
}
#afd67a2685aac94 .icon-box {
  width: 4.5rem;
  height: 4.5rem;
  line-height: 4.5rem;
  color: #fff;
  margin: 0 auto;
  border-radius: 100%;
  background-color: #4a90e2;
}
#afd67a2685aac94 .icon-box i {
  color: #fff;
}
#a8059aa2ffa2dde .uk-container {
  line-height: 2;
  color: #999;
}
#a9c72a8d32ad1f0 form {
  width: 100%;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a9c72a8d32ad1f0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9c72a8d32ad1f0 .search-box .search-type.show {
  display: block;
}
#a9c72a8d32ad1f0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f0ed;
  cursor: pointer;
  padding: 0 18px;
}
#a9c72a8d32ad1f0 .search-box .search-type li:hover {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .search-box .search-type li.active {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f1f0ed;
  overflow: hidden;
}
#a9c72a8d32ad1f0 .inner-form .input-field {
  height: 100%;
}
#a9c72a8d32ad1f0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #9b9b9b;
}
#a9c72a8d32ad1f0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f1f0ed;
  position: relative;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #9b9b9b;
  margin: 0 15px;
}
#a9c72a8d32ad1f0 .inner-form .input-field.second-wrap {
  min-width: 65px;
}
#a9c72a8d32ad1f0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  font-size: 14px;
}
#a9c72a8d32ad1f0 .btn-search:hover {
  background: #e77e27;
}
#a9c72a8d32ad1f0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9d1aa9c59ada02 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d1aa9c59ada02 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a9d1aa9c59ada02 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d1aa9c59ada02 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #e67b13;
}
#a9d1aa9c59ada02 .menu-list > li.active > a:before,
#a9d1aa9c59ada02 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d1aa9c59ada02 .menu-list > li ul li {
  position: relative;
}
#a9d1aa9c59ada02 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #e27914;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover > a {
  background-color: #f5a623;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list li ul li a:active,
#a9d1aa9c59ada02 .menu-list li ul li a.active,
#a9d1aa9c59ada02 .menu-list li ul li.active > a {
  background-color: #f5a623;
}
#a9d1aa9c59ada02 .menu-list li ul,
#a9d1aa9c59ada02 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #e27914;
}
#a9d1aa9c59ada02 .menu-list li ul.menu-b > li,
#a9d1aa9c59ada02 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d1aa9c59ada02 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d1aa9c59ada02 .menu-list li:hover > ul {
  display: block;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7eb0a9fc0ae13b .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(34, 25, 77, 0);
  overflow: hidden;
  transition: all .3s ease;
}
#a7eb0a9fc0ae13b .marquee-wrap > .str_move {
  cursor: text;
}
#a7eb0a9fc0ae13b .marquee-wrap:hover {
  background: rgba(34, 25, 77, 0);
}
#a7eb0a9fc0ae13b .marquee-wrap .content {
  position: absolute;
}
#a7eb0a9fc0ae13b .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#a7eb0a9fc0ae13b .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#abd9ba8d6eab8d4 > .ele-wrap {background-color: rgba(43, 43, 43, 1);}#a0e56a2073a2e2e {
  overflow: hidden;
  pointer-events: none;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #d8d8d8;
  border-right-color: #d8d8d8;
  border-left-color: #d8d8d8;
  border-bottom-color: #d8d8d8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a0e56a2073a2e2e > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 46px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a0e56a2073a2e2e > .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;
}
#a0e56a2073a2e2e > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a0e56a2073a2e2e > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 46px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a0e56a2073a2e2e > .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;
}
#a0e56a2073a2e2e > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a0e56a2073a2e2e > .tab-wrap > div > .tab-nav,
#a0e56a2073a2e2e > .tab-nav,
#a0e56a2073a2e2e > .tab-tabs > .tab-wrap > div > .tab-nav,
#a0e56a2073a2e2e > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#a0e56a2073a2e2e > .tab-wrap > div > .tab-nav-horizontal,
#a0e56a2073a2e2e > .tab-nav-horizontal,
#a0e56a2073a2e2e > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a0e56a2073a2e2e > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a0e56a2073a2e2e > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a0e56a2073a2e2e > .tab-nav-horizontal::-webkit-scrollbar,
#a0e56a2073a2e2e > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a0e56a2073a2e2e > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a0e56a2073a2e2e > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a0e56a2073a2e2e > .tab-nav-horizontal.tagScroll,
#a0e56a2073a2e2e > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a0e56a2073a2e2e > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 46px;
  overflow-x: auto;
}
#a0e56a2073a2e2e > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a0e56a2073a2e2e > .tab-nav-horizontal.tagScroll li a,
#a0e56a2073a2e2e > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a0e56a2073a2e2e > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a0e56a2073a2e2e > .tab-wrap > div > .tab-nav a,
#a0e56a2073a2e2e > .tab-nav a,
#a0e56a2073a2e2e > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a0e56a2073a2e2e > .tab-tabs > .tab-nav a {
  padding: 0 46px;
}
#a0e56a2073a2e2e > .tab-wrap > div > .tab-nav li a,
#a0e56a2073a2e2e > .tab-nav li a,
#a0e56a2073a2e2e > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a0e56a2073a2e2e > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 45px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 46px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  margin-top: 10px;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #d8d8d8;
  padding: 0 46px;
}
#a0e56a2073a2e2e > .tab-wrap > div > .tab-nav li a svg,
#a0e56a2073a2e2e > .tab-nav li a svg,
#a0e56a2073a2e2e > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a0e56a2073a2e2e > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a0e56a2073a2e2e > .tab-wrap > div > .tab-nav li a .ap_icon,
#a0e56a2073a2e2e > .tab-nav li a .ap_icon,
#a0e56a2073a2e2e > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a0e56a2073a2e2e > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a0e56a2073a2e2e > .tab-wrap > div > .tab-nav li a:hover,
#a0e56a2073a2e2e > .tab-nav li a:hover,
#a0e56a2073a2e2e > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a0e56a2073a2e2e > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#a0e56a2073a2e2e > .tab-wrap > div > .tab-nav li.uk-active a,
#a0e56a2073a2e2e > .tab-nav li.uk-active a,
#a0e56a2073a2e2e > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a0e56a2073a2e2e > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a0e56a2073a2e2e .layout-left li,
#a0e56a2073a2e2e .layout-center li,
#a0e56a2073a2e2e .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a0e56a2073a2e2e .layout-left li a,
#a0e56a2073a2e2e .layout-center li a,
#a0e56a2073a2e2e .layout-right li a {
  height: 100%;
}
#a0e56a2073a2e2e > .tab-tabs .layout-left {
  text-align: left;
}
#a0e56a2073a2e2e > .tab-tabs .layout-center {
  text-align: center;
}
#a0e56a2073a2e2e > .tab-tabs .layout-right {
  text-align: right;
}
#a0e56a2073a2e2e .tab-contents {
  height: 100%;
  height: calc(100% - 46px);
}
#a0e56a2073a2e2e .tab-content-wrap {
  background-color: transparent;
  border-left-style: none;
  border-left-width: 1px;
}
#a0e56a2073a2e2e .tab-contents,
#a0e56a2073a2e2e .tab-contents-wrap {
  pointer-events: none;
}
#a0e56a2073a2e2e .tab-content,
#a0e56a2073a2e2e .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a0e56a2073a2e2e .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a0e56a2073a2e2e .tab-wrap .tab-contents {
  height: 100%;
}
#a0e56a2073a2e2e .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a0e56a2073a2e2e .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a0e56a2073a2e2e .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#abeb0ab25caaad5 {
  overflow: hidden;
  pointer-events: none;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #d8d8d8;
  border-right-color: #d8d8d8;
  border-left-color: #d8d8d8;
  border-bottom-color: #d8d8d8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#abeb0ab25caaad5 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 46px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#abeb0ab25caaad5 > .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;
}
#abeb0ab25caaad5 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#abeb0ab25caaad5 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 46px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#abeb0ab25caaad5 > .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;
}
#abeb0ab25caaad5 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#abeb0ab25caaad5 > .tab-wrap > div > .tab-nav,
#abeb0ab25caaad5 > .tab-nav,
#abeb0ab25caaad5 > .tab-tabs > .tab-wrap > div > .tab-nav,
#abeb0ab25caaad5 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#abeb0ab25caaad5 > .tab-wrap > div > .tab-nav-horizontal,
#abeb0ab25caaad5 > .tab-nav-horizontal,
#abeb0ab25caaad5 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#abeb0ab25caaad5 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#abeb0ab25caaad5 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#abeb0ab25caaad5 > .tab-nav-horizontal::-webkit-scrollbar,
#abeb0ab25caaad5 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#abeb0ab25caaad5 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#abeb0ab25caaad5 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#abeb0ab25caaad5 > .tab-nav-horizontal.tagScroll,
#abeb0ab25caaad5 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#abeb0ab25caaad5 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 46px;
  overflow-x: auto;
}
#abeb0ab25caaad5 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#abeb0ab25caaad5 > .tab-nav-horizontal.tagScroll li a,
#abeb0ab25caaad5 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#abeb0ab25caaad5 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#abeb0ab25caaad5 > .tab-wrap > div > .tab-nav a,
#abeb0ab25caaad5 > .tab-nav a,
#abeb0ab25caaad5 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#abeb0ab25caaad5 > .tab-tabs > .tab-nav a {
  padding: 0 46px;
}
#abeb0ab25caaad5 > .tab-wrap > div > .tab-nav li a,
#abeb0ab25caaad5 > .tab-nav li a,
#abeb0ab25caaad5 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#abeb0ab25caaad5 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 45px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 46px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  margin-top: 10px;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #d8d8d8;
  padding: 0 46px;
}
#abeb0ab25caaad5 > .tab-wrap > div > .tab-nav li a svg,
#abeb0ab25caaad5 > .tab-nav li a svg,
#abeb0ab25caaad5 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#abeb0ab25caaad5 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#abeb0ab25caaad5 > .tab-wrap > div > .tab-nav li a .ap_icon,
#abeb0ab25caaad5 > .tab-nav li a .ap_icon,
#abeb0ab25caaad5 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#abeb0ab25caaad5 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#abeb0ab25caaad5 > .tab-wrap > div > .tab-nav li a:hover,
#abeb0ab25caaad5 > .tab-nav li a:hover,
#abeb0ab25caaad5 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#abeb0ab25caaad5 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#abeb0ab25caaad5 > .tab-wrap > div > .tab-nav li.uk-active a,
#abeb0ab25caaad5 > .tab-nav li.uk-active a,
#abeb0ab25caaad5 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#abeb0ab25caaad5 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#abeb0ab25caaad5 .layout-left li,
#abeb0ab25caaad5 .layout-center li,
#abeb0ab25caaad5 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#abeb0ab25caaad5 .layout-left li a,
#abeb0ab25caaad5 .layout-center li a,
#abeb0ab25caaad5 .layout-right li a {
  height: 100%;
}
#abeb0ab25caaad5 > .tab-tabs .layout-left {
  text-align: left;
}
#abeb0ab25caaad5 > .tab-tabs .layout-center {
  text-align: center;
}
#abeb0ab25caaad5 > .tab-tabs .layout-right {
  text-align: right;
}
#abeb0ab25caaad5 .tab-contents {
  height: 100%;
  height: calc(100% - 46px);
}
#abeb0ab25caaad5 .tab-content-wrap {
  background-color: transparent;
  border-left-style: none;
  border-left-width: 1px;
}
#abeb0ab25caaad5 .tab-contents,
#abeb0ab25caaad5 .tab-contents-wrap {
  pointer-events: none;
}
#abeb0ab25caaad5 .tab-content,
#abeb0ab25caaad5 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#abeb0ab25caaad5 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#abeb0ab25caaad5 .tab-wrap .tab-contents {
  height: 100%;
}
#abeb0ab25caaad5 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#abeb0ab25caaad5 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#abeb0ab25caaad5 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a763cad020a92cb {
  overflow: hidden;
  pointer-events: none;
}
#a763cad020a92cb > .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;
}
#a763cad020a92cb > .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;
}
#a763cad020a92cb > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a763cad020a92cb > .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;
}
#a763cad020a92cb > .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;
}
#a763cad020a92cb > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a763cad020a92cb > .tab-wrap > div > .tab-nav,
#a763cad020a92cb > .tab-nav,
#a763cad020a92cb > .tab-tabs > .tab-wrap > div > .tab-nav,
#a763cad020a92cb > .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;
}
#a763cad020a92cb > .tab-wrap > div > .tab-nav-horizontal,
#a763cad020a92cb > .tab-nav-horizontal,
#a763cad020a92cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a763cad020a92cb > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a763cad020a92cb > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a763cad020a92cb > .tab-nav-horizontal::-webkit-scrollbar,
#a763cad020a92cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a763cad020a92cb > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a763cad020a92cb > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a763cad020a92cb > .tab-nav-horizontal.tagScroll,
#a763cad020a92cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a763cad020a92cb > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a763cad020a92cb > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a763cad020a92cb > .tab-nav-horizontal.tagScroll li a,
#a763cad020a92cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a763cad020a92cb > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a763cad020a92cb > .tab-wrap > div > .tab-nav a,
#a763cad020a92cb > .tab-nav a,
#a763cad020a92cb > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a763cad020a92cb > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a763cad020a92cb > .tab-wrap > div > .tab-nav li a,
#a763cad020a92cb > .tab-nav li a,
#a763cad020a92cb > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a763cad020a92cb > .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;
}
#a763cad020a92cb > .tab-wrap > div > .tab-nav li a svg,
#a763cad020a92cb > .tab-nav li a svg,
#a763cad020a92cb > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a763cad020a92cb > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a763cad020a92cb > .tab-wrap > div > .tab-nav li a .ap_icon,
#a763cad020a92cb > .tab-nav li a .ap_icon,
#a763cad020a92cb > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a763cad020a92cb > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a763cad020a92cb > .tab-wrap > div > .tab-nav li a:hover,
#a763cad020a92cb > .tab-nav li a:hover,
#a763cad020a92cb > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a763cad020a92cb > .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;
}
#a763cad020a92cb > .tab-wrap > div > .tab-nav li.uk-active a,
#a763cad020a92cb > .tab-nav li.uk-active a,
#a763cad020a92cb > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a763cad020a92cb > .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;
}
#a763cad020a92cb .layout-left li,
#a763cad020a92cb .layout-center li,
#a763cad020a92cb .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a763cad020a92cb .layout-left li a,
#a763cad020a92cb .layout-center li a,
#a763cad020a92cb .layout-right li a {
  height: 100%;
}
#a763cad020a92cb > .tab-tabs .layout-left {
  text-align: left;
}
#a763cad020a92cb > .tab-tabs .layout-center {
  text-align: center;
}
#a763cad020a92cb > .tab-tabs .layout-right {
  text-align: right;
}
#a763cad020a92cb .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a763cad020a92cb .tab-content-wrap {
  background-color: transparent;
}
#a763cad020a92cb .tab-contents,
#a763cad020a92cb .tab-contents-wrap {
  pointer-events: none;
}
#a763cad020a92cb .tab-content,
#a763cad020a92cb .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a763cad020a92cb .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a763cad020a92cb .tab-wrap .tab-contents {
  height: 100%;
}
#a763cad020a92cb .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a763cad020a92cb .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a763cad020a92cb .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a518dac10ca5dcc [data-item*=".abstract"], #a518dac10ca5dcc [data-item*=".abstract"] a {show: true;}#a518dac10ca5dcc [data-item*=".subTitle"], #a518dac10ca5dcc [data-item*=".subTitle"] a {show: false;}#a518dac10ca5dcc [data-item*=".category"], #a518dac10ca5dcc [data-item*=".category"] a {show: false;}#a2901ae7cba58e3 [data-item*=".abstract"], #a2901ae7cba58e3 [data-item*=".abstract"] a {show: true;}#a2901ae7cba58e3 [data-item*=".subTitle"], #a2901ae7cba58e3 [data-item*=".subTitle"] a {show: true;}#a2901ae7cba58e3 [data-item*=".category"], #a2901ae7cba58e3 [data-item*=".category"] a {show: true;}#a7baaa21f6a2e43 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ae197a9216a6280 .form-agree {
  display: flex;
  align-items: center;
}
#ae197a9216a6280 .uk-form .form-submit-btn {
  width: 120px;
}
#ae197a9216a6280 .submit-wrap {
  text-align: center;
}
#ae197a9216a6280 .submit-wrap button {
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
}
#ae197a9216a6280 form {
  border-top-left-radius: 0;
}
#ae197a9216a6280 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#ae197a9216a6280 .form-item .uk-input,
#ae197a9216a6280 .form-item .uk-select,
#ae197a9216a6280 .form-item .uk-textarea {
  width: 400px;
  background-color: #f4f4f4;
}
#ae197a9216a6280 .form-item .auto-height {
  height: auto;
}
#a9e5eadde6aac3c .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(30, 135, 240, 1);border-radius: 25px;justify-content: center;border-style: solid;}#a9e5eadde6aac3c .ele-wrap:hover {background-color: #509c49;}#aa07da84cca5473 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;}#a5362ada9ea8ee9 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#acdffac234a2d2a > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#acfe0ace65a2c06 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;}#a4d3ea94d7a41d1 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#ab9f0a7015a0524 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a7212a63e1ad885 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;}#afc1eacae4aab2a > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#af6e0a1cc5a7f5b > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#afe04aca42a0da4 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;color: #f5a623;}#afe04aca42a0da4 [data-item="buttons[0]"]:hover {color: #b8e986;}#a9bd1a4d33ac796 > .ele-wrap {background-color: rgba(17, 17, 17, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8e1fa5769a17c4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8e1fa5769a17c4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#aaad6a5895a173f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa46da2048a17e0 , #aa46da2048a17e0 a{color: rgba(155, 155, 155, 1);}#a6893aa643a9daf , #a6893aa643a9daf a{color: rgba(155, 155, 155, 1);}#a7a7aa47fda7f42 , #a7a7aa47fda7f42 a{color: rgba(155, 155, 155, 1);}#a0b1ba2f48a4e5c , #a0b1ba2f48a4e5c a{color: rgba(155, 155, 155, 1);}#a965aa5417a5841 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a113ea344aa044a .uk-accordion-content a {
  color: #777;
}
#a113ea344aa044a .uk-accordion-title {
  cursor: pointer;
}
#a113ea344aa044a .uk-accordion-content a:hover {
  color: #e90505;
}
#a113ea344aa044a .uk-heading-bullet > * {
  display: inline;
}
#ad358a3722acfba .card-content {
  padding-left: 70px;
}
#ad358a3722acfba .title {
  color: #777;
  font-size: 16px;
  font-weight: bolder;
  margin-bottom: 10px;
  display: block;
}
#ad358a3722acfba .date-post {
  float: left;
  border: 2px solid #4a90e2;
  padding: 12px 10px 9px;
  text-align: center;
}
#ad358a3722acfba .date-post span {
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: #4a90e2;
  text-transform: uppercase;
}
#ad358a3722acfba .card-metas li {
  display: block;
  list-style: none;
  line-height: 2;
}
#a0292ad480a8b89 .event-list {
  margin-bottom: 20px;
}
#a0292ad480a8b89 .event-list .event-date {
  margin: 14px 30px 0 0;
  width: 54px;
  height: 54px;
  text-align: center;
  color: #4a90e2;
  border: 1px solid #4a90e2;
  padding: 0;
}
#a0292ad480a8b89 .event-list .number-mon {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  padding-top: 6px;
}
#a0292ad480a8b89 .event-list p {
  margin: 0;
  padding: 0;
}
#a0292ad480a8b89 .event-list .text-mon {
  font-size: 12px;
}
#a0292ad480a8b89 .event-list .event-meta .detail {
  font-size: 14px;
  color: #b0b0b0;
  line-height: 2;
}
#a0292ad480a8b89 .item-title {
  font-size: 16px;
  color: #333;
  position: relative;
  line-height: 36px;
  margin-bottom: 6px;
  display: block;
}
#a0292ad480a8b89 .uk-card:hover .event-date {
  background-color: #4a90e2;
  color: #fff;
}
#a0292ad480a8b89 .event-meta h4 a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 30px;
  border-bottom: 1px solid #4a90e2;
}
#a6bf9ad93bad081 .icon-box {
  width: 4.5rem;
  height: 4.5rem;
  line-height: 4.5rem;
  color: #fff;
  margin: 0 auto;
  border-radius: 100%;
  background-color: #4a90e2;
}
#a6bf9ad93bad081 .icon-box i {
  color: #fff;
}
#a4e7da7af4ac901 .uk-container {
  line-height: 2;
  color: #999;
}
#a9c72a8d32ad1f0 form {
  width: 100%;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a9c72a8d32ad1f0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9c72a8d32ad1f0 .search-box .search-type.show {
  display: block;
}
#a9c72a8d32ad1f0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f0ed;
  cursor: pointer;
  padding: 0 18px;
}
#a9c72a8d32ad1f0 .search-box .search-type li:hover {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .search-box .search-type li.active {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f1f0ed;
  overflow: hidden;
}
#a9c72a8d32ad1f0 .inner-form .input-field {
  height: 100%;
}
#a9c72a8d32ad1f0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #9b9b9b;
}
#a9c72a8d32ad1f0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f1f0ed;
  position: relative;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #9b9b9b;
  margin: 0 15px;
}
#a9c72a8d32ad1f0 .inner-form .input-field.second-wrap {
  min-width: 65px;
}
#a9c72a8d32ad1f0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  font-size: 14px;
}
#a9c72a8d32ad1f0 .btn-search:hover {
  background: #e77e27;
}
#a9c72a8d32ad1f0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9d1aa9c59ada02 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d1aa9c59ada02 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a9d1aa9c59ada02 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d1aa9c59ada02 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #e67b13;
}
#a9d1aa9c59ada02 .menu-list > li.active > a:before,
#a9d1aa9c59ada02 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d1aa9c59ada02 .menu-list > li ul li {
  position: relative;
}
#a9d1aa9c59ada02 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #e27914;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover > a {
  background-color: #f5a623;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list li ul li a:active,
#a9d1aa9c59ada02 .menu-list li ul li a.active,
#a9d1aa9c59ada02 .menu-list li ul li.active > a {
  background-color: #f5a623;
}
#a9d1aa9c59ada02 .menu-list li ul,
#a9d1aa9c59ada02 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #e27914;
}
#a9d1aa9c59ada02 .menu-list li ul.menu-b > li,
#a9d1aa9c59ada02 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d1aa9c59ada02 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d1aa9c59ada02 .menu-list li:hover > ul {
  display: block;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7eb0a9fc0ae13b .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(34, 25, 77, 0);
  overflow: hidden;
  transition: all .3s ease;
}
#a7eb0a9fc0ae13b .marquee-wrap > .str_move {
  cursor: text;
}
#a7eb0a9fc0ae13b .marquee-wrap:hover {
  background: rgba(34, 25, 77, 0);
}
#a7eb0a9fc0ae13b .marquee-wrap .content {
  position: absolute;
}
#a7eb0a9fc0ae13b .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#a7eb0a9fc0ae13b .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#abd9ba8d6eab8d4 > .ele-wrap {background-color: rgba(43, 43, 43, 1);}#ad156a942da3405 [data-item*=".abstract"], #ad156a942da3405 [data-item*=".abstract"] a {show: true;}#ad156a942da3405 [data-item*=".subTitle"], #ad156a942da3405 [data-item*=".subTitle"] a {show: true;}#ad156a942da3405 [data-item*=".category"], #ad156a942da3405 [data-item*=".category"] a {show: true;}#a0f27a6656a20a2 {
  overflow: hidden;
  pointer-events: none;
}
#a0f27a6656a20a2 > .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;
}
#a0f27a6656a20a2 > .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;
}
#a0f27a6656a20a2 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a0f27a6656a20a2 > .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;
}
#a0f27a6656a20a2 > .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;
}
#a0f27a6656a20a2 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a0f27a6656a20a2 > .tab-wrap > div > .tab-nav,
#a0f27a6656a20a2 > .tab-nav,
#a0f27a6656a20a2 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a0f27a6656a20a2 > .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;
}
#a0f27a6656a20a2 > .tab-wrap > div > .tab-nav-horizontal,
#a0f27a6656a20a2 > .tab-nav-horizontal,
#a0f27a6656a20a2 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a0f27a6656a20a2 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a0f27a6656a20a2 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a0f27a6656a20a2 > .tab-nav-horizontal::-webkit-scrollbar,
#a0f27a6656a20a2 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a0f27a6656a20a2 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a0f27a6656a20a2 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a0f27a6656a20a2 > .tab-nav-horizontal.tagScroll,
#a0f27a6656a20a2 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a0f27a6656a20a2 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a0f27a6656a20a2 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a0f27a6656a20a2 > .tab-nav-horizontal.tagScroll li a,
#a0f27a6656a20a2 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a0f27a6656a20a2 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a0f27a6656a20a2 > .tab-wrap > div > .tab-nav a,
#a0f27a6656a20a2 > .tab-nav a,
#a0f27a6656a20a2 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a0f27a6656a20a2 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a0f27a6656a20a2 > .tab-wrap > div > .tab-nav li a,
#a0f27a6656a20a2 > .tab-nav li a,
#a0f27a6656a20a2 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a0f27a6656a20a2 > .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;
}
#a0f27a6656a20a2 > .tab-wrap > div > .tab-nav li a svg,
#a0f27a6656a20a2 > .tab-nav li a svg,
#a0f27a6656a20a2 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a0f27a6656a20a2 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a0f27a6656a20a2 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a0f27a6656a20a2 > .tab-nav li a .ap_icon,
#a0f27a6656a20a2 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a0f27a6656a20a2 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a0f27a6656a20a2 > .tab-wrap > div > .tab-nav li a:hover,
#a0f27a6656a20a2 > .tab-nav li a:hover,
#a0f27a6656a20a2 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a0f27a6656a20a2 > .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;
}
#a0f27a6656a20a2 > .tab-wrap > div > .tab-nav li.uk-active a,
#a0f27a6656a20a2 > .tab-nav li.uk-active a,
#a0f27a6656a20a2 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a0f27a6656a20a2 > .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;
}
#a0f27a6656a20a2 .layout-left li,
#a0f27a6656a20a2 .layout-center li,
#a0f27a6656a20a2 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a0f27a6656a20a2 .layout-left li a,
#a0f27a6656a20a2 .layout-center li a,
#a0f27a6656a20a2 .layout-right li a {
  height: 100%;
}
#a0f27a6656a20a2 > .tab-tabs .layout-left {
  text-align: left;
}
#a0f27a6656a20a2 > .tab-tabs .layout-center {
  text-align: center;
}
#a0f27a6656a20a2 > .tab-tabs .layout-right {
  text-align: right;
}
#a0f27a6656a20a2 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a0f27a6656a20a2 .tab-content-wrap {
  background-color: transparent;
}
#a0f27a6656a20a2 .tab-contents,
#a0f27a6656a20a2 .tab-contents-wrap {
  pointer-events: none;
}
#a0f27a6656a20a2 .tab-content,
#a0f27a6656a20a2 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a0f27a6656a20a2 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a0f27a6656a20a2 .tab-wrap .tab-contents {
  height: 100%;
}
#a0f27a6656a20a2 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a0f27a6656a20a2 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a0f27a6656a20a2 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ad358a3722acfba [data-item*=".abstract"], #ad358a3722acfba [data-item*=".abstract"] a {show: true;}#ad358a3722acfba [data-item*=".subTitle"], #ad358a3722acfba [data-item*=".subTitle"] a {show: false;}#ad358a3722acfba [data-item*=".category"], #ad358a3722acfba [data-item*=".category"] a {show: false;}#a0292ad480a8b89 [data-item*=".abstract"], #a0292ad480a8b89 [data-item*=".abstract"] a {show: true;}#a0292ad480a8b89 [data-item*=".subTitle"], #a0292ad480a8b89 [data-item*=".subTitle"] a {show: true;}#a0292ad480a8b89 [data-item*=".category"], #a0292ad480a8b89 [data-item*=".category"] a {show: true;}#aa57ba30b1a1028 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a4484abfb7acf61 .form-agree {
  display: flex;
  align-items: center;
}
#a4484abfb7acf61 .uk-form .form-submit-btn {
  width: 120px;
}
#a4484abfb7acf61 .submit-wrap {
  text-align: center;
}
#a4484abfb7acf61 .submit-wrap button {
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
}
#a4484abfb7acf61 form {
  border-top-left-radius: 0;
}
#a4484abfb7acf61 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a4484abfb7acf61 .form-item .uk-input,
#a4484abfb7acf61 .form-item .uk-select,
#a4484abfb7acf61 .form-item .uk-textarea {
  width: 400px;
  background-color: #f4f4f4;
}
#a4484abfb7acf61 .form-item .auto-height {
  height: auto;
}
#adbe6a0296a9603 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(30, 135, 240, 1);border-radius: 25px;justify-content: center;border-style: solid;}#adbe6a0296a9603 .ele-wrap:hover {background-color: #509c49;}#a8be9a123da14fc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;}#af5d0a236da5c0c > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#ad6d4a08c0af3f3 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a22b2ac09da925c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;}#a5a93a27aeac258 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a8e18ac5afa7612 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#ab597a0f96a2571 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;}#a6c24a03fca50ea > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a6902a1496ab05b > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a3598a308da3002 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;color: #f5a623;}#a3598a308da3002 [data-item="buttons[0]"]:hover {color: #b8e986;}#a9bd1a4d33ac796 > .ele-wrap {background-color: rgba(17, 17, 17, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8e1fa5769a17c4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8e1fa5769a17c4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#aaad6a5895a173f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa46da2048a17e0 , #aa46da2048a17e0 a{color: rgba(155, 155, 155, 1);}#a6893aa643a9daf , #a6893aa643a9daf a{color: rgba(155, 155, 155, 1);}#a7a7aa47fda7f42 , #a7a7aa47fda7f42 a{color: rgba(155, 155, 155, 1);}#a0b1ba2f48a4e5c , #a0b1ba2f48a4e5c a{color: rgba(155, 155, 155, 1);}#acccfacabaaf10a .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ab581a1192a46ea .uk-accordion-content a {
  color: #777;
}
#ab581a1192a46ea .uk-accordion-title {
  cursor: pointer;
}
#ab581a1192a46ea .uk-accordion-content a:hover {
  color: #e90505;
}
#ab581a1192a46ea .uk-heading-bullet > * {
  display: inline;
}
#af13ea0d74a193b .card-content {
  padding-left: 70px;
}
#af13ea0d74a193b .title {
  color: #777;
  font-size: 16px;
  font-weight: bolder;
  margin-bottom: 10px;
  display: block;
}
#af13ea0d74a193b .date-post {
  float: left;
  border: 2px solid #4a90e2;
  padding: 12px 10px 9px;
  text-align: center;
}
#af13ea0d74a193b .date-post span {
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: #4a90e2;
  text-transform: uppercase;
}
#af13ea0d74a193b .card-metas li {
  display: block;
  list-style: none;
  line-height: 2;
}
#afde2a7de0ad470 .event-list {
  margin-bottom: 20px;
}
#afde2a7de0ad470 .event-list .event-date {
  margin: 14px 30px 0 0;
  width: 54px;
  height: 54px;
  text-align: center;
  color: #4a90e2;
  border: 1px solid #4a90e2;
  padding: 0;
}
#afde2a7de0ad470 .event-list .number-mon {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  padding-top: 6px;
}
#afde2a7de0ad470 .event-list p {
  margin: 0;
  padding: 0;
}
#afde2a7de0ad470 .event-list .text-mon {
  font-size: 12px;
}
#afde2a7de0ad470 .event-list .event-meta .detail {
  font-size: 14px;
  color: #b0b0b0;
  line-height: 2;
}
#afde2a7de0ad470 .item-title {
  font-size: 16px;
  color: #333;
  position: relative;
  line-height: 36px;
  margin-bottom: 6px;
  display: block;
}
#afde2a7de0ad470 .uk-card:hover .event-date {
  background-color: #4a90e2;
  color: #fff;
}
#afde2a7de0ad470 .event-meta h4 a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 30px;
  border-bottom: 1px solid #4a90e2;
}
#ab060a38a8a0a68 .icon-box {
  width: 4.5rem;
  height: 4.5rem;
  line-height: 4.5rem;
  color: #fff;
  margin: 0 auto;
  border-radius: 100%;
  background-color: #4a90e2;
}
#ab060a38a8a0a68 .icon-box i {
  color: #fff;
}
#ab8ceaed3ca87a1 .uk-container {
  line-height: 2;
  color: #999;
}
#a9c72a8d32ad1f0 form {
  width: 100%;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a9c72a8d32ad1f0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9c72a8d32ad1f0 .search-box .search-type.show {
  display: block;
}
#a9c72a8d32ad1f0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f0ed;
  cursor: pointer;
  padding: 0 18px;
}
#a9c72a8d32ad1f0 .search-box .search-type li:hover {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .search-box .search-type li.active {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f1f0ed;
  overflow: hidden;
}
#a9c72a8d32ad1f0 .inner-form .input-field {
  height: 100%;
}
#a9c72a8d32ad1f0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #9b9b9b;
}
#a9c72a8d32ad1f0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f1f0ed;
  position: relative;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #9b9b9b;
  margin: 0 15px;
}
#a9c72a8d32ad1f0 .inner-form .input-field.second-wrap {
  min-width: 65px;
}
#a9c72a8d32ad1f0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  font-size: 14px;
}
#a9c72a8d32ad1f0 .btn-search:hover {
  background: #e77e27;
}
#a9c72a8d32ad1f0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9d1aa9c59ada02 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d1aa9c59ada02 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a9d1aa9c59ada02 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d1aa9c59ada02 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #e67b13;
}
#a9d1aa9c59ada02 .menu-list > li.active > a:before,
#a9d1aa9c59ada02 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d1aa9c59ada02 .menu-list > li ul li {
  position: relative;
}
#a9d1aa9c59ada02 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #e27914;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover > a {
  background-color: #f5a623;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list li ul li a:active,
#a9d1aa9c59ada02 .menu-list li ul li a.active,
#a9d1aa9c59ada02 .menu-list li ul li.active > a {
  background-color: #f5a623;
}
#a9d1aa9c59ada02 .menu-list li ul,
#a9d1aa9c59ada02 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #e27914;
}
#a9d1aa9c59ada02 .menu-list li ul.menu-b > li,
#a9d1aa9c59ada02 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d1aa9c59ada02 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d1aa9c59ada02 .menu-list li:hover > ul {
  display: block;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7eb0a9fc0ae13b .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(34, 25, 77, 0);
  overflow: hidden;
  transition: all .3s ease;
}
#a7eb0a9fc0ae13b .marquee-wrap > .str_move {
  cursor: text;
}
#a7eb0a9fc0ae13b .marquee-wrap:hover {
  background: rgba(34, 25, 77, 0);
}
#a7eb0a9fc0ae13b .marquee-wrap .content {
  position: absolute;
}
#a7eb0a9fc0ae13b .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#a7eb0a9fc0ae13b .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#abd9ba8d6eab8d4 > .ele-wrap {background-color: rgba(43, 43, 43, 1);}#ad70ca8d15a23f9 [data-item*=".abstract"], #ad70ca8d15a23f9 [data-item*=".abstract"] a {show: true;}#ad70ca8d15a23f9 [data-item*=".subTitle"], #ad70ca8d15a23f9 [data-item*=".subTitle"] a {show: true;}#ad70ca8d15a23f9 [data-item*=".category"], #ad70ca8d15a23f9 [data-item*=".category"] a {show: true;}#a20f1a83e3aab01 {
  overflow: hidden;
  pointer-events: none;
}
#a20f1a83e3aab01 > .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;
}
#a20f1a83e3aab01 > .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;
}
#a20f1a83e3aab01 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a20f1a83e3aab01 > .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;
}
#a20f1a83e3aab01 > .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;
}
#a20f1a83e3aab01 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a20f1a83e3aab01 > .tab-wrap > div > .tab-nav,
#a20f1a83e3aab01 > .tab-nav,
#a20f1a83e3aab01 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a20f1a83e3aab01 > .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;
}
#a20f1a83e3aab01 > .tab-wrap > div > .tab-nav-horizontal,
#a20f1a83e3aab01 > .tab-nav-horizontal,
#a20f1a83e3aab01 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a20f1a83e3aab01 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a20f1a83e3aab01 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a20f1a83e3aab01 > .tab-nav-horizontal::-webkit-scrollbar,
#a20f1a83e3aab01 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a20f1a83e3aab01 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a20f1a83e3aab01 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a20f1a83e3aab01 > .tab-nav-horizontal.tagScroll,
#a20f1a83e3aab01 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a20f1a83e3aab01 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a20f1a83e3aab01 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a20f1a83e3aab01 > .tab-nav-horizontal.tagScroll li a,
#a20f1a83e3aab01 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a20f1a83e3aab01 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a20f1a83e3aab01 > .tab-wrap > div > .tab-nav a,
#a20f1a83e3aab01 > .tab-nav a,
#a20f1a83e3aab01 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a20f1a83e3aab01 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a20f1a83e3aab01 > .tab-wrap > div > .tab-nav li a,
#a20f1a83e3aab01 > .tab-nav li a,
#a20f1a83e3aab01 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a20f1a83e3aab01 > .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;
}
#a20f1a83e3aab01 > .tab-wrap > div > .tab-nav li a svg,
#a20f1a83e3aab01 > .tab-nav li a svg,
#a20f1a83e3aab01 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a20f1a83e3aab01 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a20f1a83e3aab01 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a20f1a83e3aab01 > .tab-nav li a .ap_icon,
#a20f1a83e3aab01 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a20f1a83e3aab01 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a20f1a83e3aab01 > .tab-wrap > div > .tab-nav li a:hover,
#a20f1a83e3aab01 > .tab-nav li a:hover,
#a20f1a83e3aab01 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a20f1a83e3aab01 > .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;
}
#a20f1a83e3aab01 > .tab-wrap > div > .tab-nav li.uk-active a,
#a20f1a83e3aab01 > .tab-nav li.uk-active a,
#a20f1a83e3aab01 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a20f1a83e3aab01 > .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;
}
#a20f1a83e3aab01 .layout-left li,
#a20f1a83e3aab01 .layout-center li,
#a20f1a83e3aab01 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a20f1a83e3aab01 .layout-left li a,
#a20f1a83e3aab01 .layout-center li a,
#a20f1a83e3aab01 .layout-right li a {
  height: 100%;
}
#a20f1a83e3aab01 > .tab-tabs .layout-left {
  text-align: left;
}
#a20f1a83e3aab01 > .tab-tabs .layout-center {
  text-align: center;
}
#a20f1a83e3aab01 > .tab-tabs .layout-right {
  text-align: right;
}
#a20f1a83e3aab01 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a20f1a83e3aab01 .tab-content-wrap {
  background-color: transparent;
}
#a20f1a83e3aab01 .tab-contents,
#a20f1a83e3aab01 .tab-contents-wrap {
  pointer-events: none;
}
#a20f1a83e3aab01 .tab-content,
#a20f1a83e3aab01 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a20f1a83e3aab01 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a20f1a83e3aab01 .tab-wrap .tab-contents {
  height: 100%;
}
#a20f1a83e3aab01 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a20f1a83e3aab01 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a20f1a83e3aab01 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#af13ea0d74a193b [data-item*=".abstract"], #af13ea0d74a193b [data-item*=".abstract"] a {show: true;}#af13ea0d74a193b [data-item*=".subTitle"], #af13ea0d74a193b [data-item*=".subTitle"] a {show: false;}#af13ea0d74a193b [data-item*=".category"], #af13ea0d74a193b [data-item*=".category"] a {show: false;}#afde2a7de0ad470 [data-item*=".abstract"], #afde2a7de0ad470 [data-item*=".abstract"] a {show: true;}#afde2a7de0ad470 [data-item*=".subTitle"], #afde2a7de0ad470 [data-item*=".subTitle"] a {show: true;}#afde2a7de0ad470 [data-item*=".category"], #afde2a7de0ad470 [data-item*=".category"] a {show: true;}#a7900ae938a1d39 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a87a5a8770aec06 .form-agree {
  display: flex;
  align-items: center;
}
#a87a5a8770aec06 .uk-form .form-submit-btn {
  width: 120px;
}
#a87a5a8770aec06 .submit-wrap {
  text-align: center;
}
#a87a5a8770aec06 .submit-wrap button {
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
}
#a87a5a8770aec06 form {
  border-top-left-radius: 0;
}
#a87a5a8770aec06 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a87a5a8770aec06 .form-item .uk-input,
#a87a5a8770aec06 .form-item .uk-select,
#a87a5a8770aec06 .form-item .uk-textarea {
  width: 400px;
  background-color: #f4f4f4;
}
#a87a5a8770aec06 .form-item .auto-height {
  height: auto;
}
#abc89a51b2a30f7 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(30, 135, 240, 1);border-radius: 25px;justify-content: center;border-style: solid;}#abc89a51b2a30f7 .ele-wrap:hover {background-color: #509c49;}#addc7aa761ac445 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;}#abae6a8726ac75f > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a1bf0a2a48a4608 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a6ee0a024ea1564 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;}#a009cafcb0a97a7 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#ab33da30dca7438 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#af102aed40a0063 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;}#ae827a1460ad16e > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a0fffa86c7a5d9d > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a8b83aaf51aebfe [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;color: #f5a623;}#a8b83aaf51aebfe [data-item="buttons[0]"]:hover {color: #b8e986;}#a9bd1a4d33ac796 > .ele-wrap {background-color: rgba(17, 17, 17, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8e1fa5769a17c4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8e1fa5769a17c4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#aaad6a5895a173f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa46da2048a17e0 , #aa46da2048a17e0 a{color: rgba(155, 155, 155, 1);}#a6893aa643a9daf , #a6893aa643a9daf a{color: rgba(155, 155, 155, 1);}#a7a7aa47fda7f42 , #a7a7aa47fda7f42 a{color: rgba(155, 155, 155, 1);}#a0b1ba2f48a4e5c , #a0b1ba2f48a4e5c a{color: rgba(155, 155, 155, 1);}#a610daa287a2e5e .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a9e10a5e34acac9 .card-metas li {
  color: #999;
  position: relative;
  font-size: 12px;
  border-right: 1px solid #ececec;
  padding-right: 30px;
  margin-right: 15px;
}
#a9e10a5e34acac9 .card-metas li:last-child {
  border-right: none;
  margin-right: 0;
}
#a9e10a5e34acac9 .card-metas li h6 {
  margin-bottom: 4px;
}
#a9e10a5e34acac9 .price {
  line-height: 32px;
  color: #fff;
  padding: 0 15px;
  position: absolute;
  right: -7px;
  top: -17px;
  background: #4a90e2;
  font-size: 17px;
}
#a9e10a5e34acac9 .price::before,
#a9e10a5e34acac9 .price::after {
  content: '';
  width: 0;
  height: 0;
  top: 0;
  right: 0;
  border-top: 7px solid transparent !important;
  border-left: 7px solid #428bdc;
  position: absolute;
  transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -o-transform: translateY(-100%);
}
#a9e10a5e34acac9 .price::after {
  border-color: #000;
  opacity: 0.2;
}
#a9e10a5e34acac9 .ap-rating {
  height: 14px;
  font-size: 14px;
  line-height: 1;
}
#a9e10a5e34acac9 .ap-rating i {
  display: inline-block;
  margin-right: 2px;
}
#ae586a4815ada6f .uk-accordion-content a {
  color: #777;
}
#ae586a4815ada6f .uk-accordion-title {
  cursor: pointer;
}
#ae586a4815ada6f .uk-accordion-content a:hover {
  color: #e90505;
}
#ae586a4815ada6f .uk-heading-bullet > * {
  display: inline;
}
#a0c5ba9a42a1581 .card-content {
  padding-left: 70px;
}
#a0c5ba9a42a1581 .title {
  color: #777;
  font-size: 16px;
  font-weight: bolder;
  margin-bottom: 10px;
  display: block;
}
#a0c5ba9a42a1581 .date-post {
  float: left;
  border: 2px solid #4a90e2;
  padding: 12px 10px 9px;
  text-align: center;
}
#a0c5ba9a42a1581 .date-post span {
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: #4a90e2;
  text-transform: uppercase;
}
#a0c5ba9a42a1581 .card-metas li {
  display: block;
  list-style: none;
  line-height: 2;
}
#a6e1eaee6ba47dd .event-list {
  margin-bottom: 20px;
}
#a6e1eaee6ba47dd .event-list .event-date {
  margin: 14px 30px 0 0;
  width: 54px;
  height: 54px;
  text-align: center;
  color: #4a90e2;
  border: 1px solid #4a90e2;
  padding: 0;
}
#a6e1eaee6ba47dd .event-list .number-mon {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  padding-top: 6px;
}
#a6e1eaee6ba47dd .event-list p {
  margin: 0;
  padding: 0;
}
#a6e1eaee6ba47dd .event-list .text-mon {
  font-size: 12px;
}
#a6e1eaee6ba47dd .event-list .event-meta .detail {
  font-size: 14px;
  color: #b0b0b0;
  line-height: 2;
}
#a6e1eaee6ba47dd .item-title {
  font-size: 16px;
  color: #333;
  position: relative;
  line-height: 36px;
  margin-bottom: 6px;
  display: block;
}
#a6e1eaee6ba47dd .uk-card:hover .event-date {
  background-color: #4a90e2;
  color: #fff;
}
#a6e1eaee6ba47dd .event-meta h4 a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 30px;
  border-bottom: 1px solid #4a90e2;
}
#a3a27a3713a1984 .icon-box {
  width: 4.5rem;
  height: 4.5rem;
  line-height: 4.5rem;
  color: #fff;
  margin: 0 auto;
  border-radius: 100%;
  background-color: #4a90e2;
}
#a3a27a3713a1984 .icon-box i {
  color: #fff;
}
#ae29bac250a02d7 .uk-container {
  line-height: 2;
  color: #999;
}
#a9c72a8d32ad1f0 form {
  width: 100%;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a9c72a8d32ad1f0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9c72a8d32ad1f0 .search-box .search-type.show {
  display: block;
}
#a9c72a8d32ad1f0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f0ed;
  cursor: pointer;
  padding: 0 18px;
}
#a9c72a8d32ad1f0 .search-box .search-type li:hover {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .search-box .search-type li.active {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f1f0ed;
  overflow: hidden;
}
#a9c72a8d32ad1f0 .inner-form .input-field {
  height: 100%;
}
#a9c72a8d32ad1f0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #9b9b9b;
}
#a9c72a8d32ad1f0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f1f0ed;
  position: relative;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #9b9b9b;
  margin: 0 15px;
}
#a9c72a8d32ad1f0 .inner-form .input-field.second-wrap {
  min-width: 65px;
}
#a9c72a8d32ad1f0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  font-size: 14px;
}
#a9c72a8d32ad1f0 .btn-search:hover {
  background: #e77e27;
}
#a9c72a8d32ad1f0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9d1aa9c59ada02 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d1aa9c59ada02 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a9d1aa9c59ada02 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d1aa9c59ada02 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #e67b13;
}
#a9d1aa9c59ada02 .menu-list > li.active > a:before,
#a9d1aa9c59ada02 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d1aa9c59ada02 .menu-list > li ul li {
  position: relative;
}
#a9d1aa9c59ada02 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #e27914;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover > a {
  background-color: #f5a623;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list li ul li a:active,
#a9d1aa9c59ada02 .menu-list li ul li a.active,
#a9d1aa9c59ada02 .menu-list li ul li.active > a {
  background-color: #f5a623;
}
#a9d1aa9c59ada02 .menu-list li ul,
#a9d1aa9c59ada02 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #e27914;
}
#a9d1aa9c59ada02 .menu-list li ul.menu-b > li,
#a9d1aa9c59ada02 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d1aa9c59ada02 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d1aa9c59ada02 .menu-list li:hover > ul {
  display: block;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7eb0a9fc0ae13b .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(34, 25, 77, 0);
  overflow: hidden;
  transition: all .3s ease;
}
#a7eb0a9fc0ae13b .marquee-wrap > .str_move {
  cursor: text;
}
#a7eb0a9fc0ae13b .marquee-wrap:hover {
  background: rgba(34, 25, 77, 0);
}
#a7eb0a9fc0ae13b .marquee-wrap .content {
  position: absolute;
}
#a7eb0a9fc0ae13b .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#a7eb0a9fc0ae13b .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#abd9ba8d6eab8d4 > .ele-wrap {background-color: rgba(43, 43, 43, 1);}#a9e10a5e34acac9 [data-item*=".title"], #a9e10a5e34acac9 [data-item*=".title"] a {max-line: 1;font-size: 16px;font-weight: bold;text-align: center;}#a9e10a5e34acac9 [data-item*=".abstract"], #a9e10a5e34acac9 [data-item*=".abstract"] a {show: true;max-line: 1;text-align: center;color: rgba(156, 156, 156, 1);}#a9e10a5e34acac9 [data-item*=".subTitle"], #a9e10a5e34acac9 [data-item*=".subTitle"] a {show: false;}#a9e10a5e34acac9 [data-item*=".category"], #a9e10a5e34acac9 [data-item*=".category"] a {show: true;}#a26e8ae4aaa9a88 {
  overflow: hidden;
  pointer-events: none;
}
#a26e8ae4aaa9a88 > .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;
}
#a26e8ae4aaa9a88 > .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;
}
#a26e8ae4aaa9a88 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a26e8ae4aaa9a88 > .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;
}
#a26e8ae4aaa9a88 > .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;
}
#a26e8ae4aaa9a88 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a26e8ae4aaa9a88 > .tab-wrap > div > .tab-nav,
#a26e8ae4aaa9a88 > .tab-nav,
#a26e8ae4aaa9a88 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a26e8ae4aaa9a88 > .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;
}
#a26e8ae4aaa9a88 > .tab-wrap > div > .tab-nav-horizontal,
#a26e8ae4aaa9a88 > .tab-nav-horizontal,
#a26e8ae4aaa9a88 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a26e8ae4aaa9a88 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a26e8ae4aaa9a88 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a26e8ae4aaa9a88 > .tab-nav-horizontal::-webkit-scrollbar,
#a26e8ae4aaa9a88 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a26e8ae4aaa9a88 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a26e8ae4aaa9a88 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a26e8ae4aaa9a88 > .tab-nav-horizontal.tagScroll,
#a26e8ae4aaa9a88 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a26e8ae4aaa9a88 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a26e8ae4aaa9a88 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a26e8ae4aaa9a88 > .tab-nav-horizontal.tagScroll li a,
#a26e8ae4aaa9a88 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a26e8ae4aaa9a88 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a26e8ae4aaa9a88 > .tab-wrap > div > .tab-nav a,
#a26e8ae4aaa9a88 > .tab-nav a,
#a26e8ae4aaa9a88 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a26e8ae4aaa9a88 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a26e8ae4aaa9a88 > .tab-wrap > div > .tab-nav li a,
#a26e8ae4aaa9a88 > .tab-nav li a,
#a26e8ae4aaa9a88 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a26e8ae4aaa9a88 > .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;
}
#a26e8ae4aaa9a88 > .tab-wrap > div > .tab-nav li a svg,
#a26e8ae4aaa9a88 > .tab-nav li a svg,
#a26e8ae4aaa9a88 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a26e8ae4aaa9a88 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a26e8ae4aaa9a88 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a26e8ae4aaa9a88 > .tab-nav li a .ap_icon,
#a26e8ae4aaa9a88 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a26e8ae4aaa9a88 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a26e8ae4aaa9a88 > .tab-wrap > div > .tab-nav li a:hover,
#a26e8ae4aaa9a88 > .tab-nav li a:hover,
#a26e8ae4aaa9a88 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a26e8ae4aaa9a88 > .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;
}
#a26e8ae4aaa9a88 > .tab-wrap > div > .tab-nav li.uk-active a,
#a26e8ae4aaa9a88 > .tab-nav li.uk-active a,
#a26e8ae4aaa9a88 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a26e8ae4aaa9a88 > .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;
}
#a26e8ae4aaa9a88 .layout-left li,
#a26e8ae4aaa9a88 .layout-center li,
#a26e8ae4aaa9a88 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a26e8ae4aaa9a88 .layout-left li a,
#a26e8ae4aaa9a88 .layout-center li a,
#a26e8ae4aaa9a88 .layout-right li a {
  height: 100%;
}
#a26e8ae4aaa9a88 > .tab-tabs .layout-left {
  text-align: left;
}
#a26e8ae4aaa9a88 > .tab-tabs .layout-center {
  text-align: center;
}
#a26e8ae4aaa9a88 > .tab-tabs .layout-right {
  text-align: right;
}
#a26e8ae4aaa9a88 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a26e8ae4aaa9a88 .tab-content-wrap {
  background-color: transparent;
}
#a26e8ae4aaa9a88 .tab-contents,
#a26e8ae4aaa9a88 .tab-contents-wrap {
  pointer-events: none;
}
#a26e8ae4aaa9a88 .tab-content,
#a26e8ae4aaa9a88 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a26e8ae4aaa9a88 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a26e8ae4aaa9a88 .tab-wrap .tab-contents {
  height: 100%;
}
#a26e8ae4aaa9a88 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a26e8ae4aaa9a88 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a26e8ae4aaa9a88 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a0c5ba9a42a1581 [data-item*=".abstract"], #a0c5ba9a42a1581 [data-item*=".abstract"] a {show: true;}#a0c5ba9a42a1581 [data-item*=".subTitle"], #a0c5ba9a42a1581 [data-item*=".subTitle"] a {show: false;}#a0c5ba9a42a1581 [data-item*=".category"], #a0c5ba9a42a1581 [data-item*=".category"] a {show: false;}#a6e1eaee6ba47dd [data-item*=".abstract"], #a6e1eaee6ba47dd [data-item*=".abstract"] a {show: true;}#a6e1eaee6ba47dd [data-item*=".subTitle"], #a6e1eaee6ba47dd [data-item*=".subTitle"] a {show: true;}#a6e1eaee6ba47dd [data-item*=".category"], #a6e1eaee6ba47dd [data-item*=".category"] a {show: true;}#a05cbaac01addeb > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a2bd4ad899a84dd .form-agree {
  display: flex;
  align-items: center;
}
#a2bd4ad899a84dd .uk-form .form-submit-btn {
  width: 120px;
}
#a2bd4ad899a84dd .submit-wrap {
  text-align: center;
}
#a2bd4ad899a84dd .submit-wrap button {
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
}
#a2bd4ad899a84dd form {
  border-top-left-radius: 0;
}
#a2bd4ad899a84dd form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a2bd4ad899a84dd .form-item .uk-input,
#a2bd4ad899a84dd .form-item .uk-select,
#a2bd4ad899a84dd .form-item .uk-textarea {
  width: 400px;
  background-color: #f4f4f4;
}
#a2bd4ad899a84dd .form-item .auto-height {
  height: auto;
}
#a5778a8830a408a .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(30, 135, 240, 1);border-radius: 25px;justify-content: center;border-style: solid;}#a5778a8830a408a .ele-wrap:hover {background-color: #509c49;}#a2508a7b73aa853 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;}#a0ffea772ca8483 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a695bac37ca859a > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a7c82a29b4aafc5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;}#a1168a59b1a9c63 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#aeab1a7c47a3c9a > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a38e4a1b4ba6a56 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;}#a12baaea59aa3a1 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#adf17affb5a6047 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#aa330a6118a83f7 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;color: #f5a623;}#aa330a6118a83f7 [data-item="buttons[0]"]:hover {color: #b8e986;}#a9bd1a4d33ac796 > .ele-wrap {background-color: rgba(17, 17, 17, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8e1fa5769a17c4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8e1fa5769a17c4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#aaad6a5895a173f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa46da2048a17e0 , #aa46da2048a17e0 a{color: rgba(155, 155, 155, 1);}#a6893aa643a9daf , #a6893aa643a9daf a{color: rgba(155, 155, 155, 1);}#a7a7aa47fda7f42 , #a7a7aa47fda7f42 a{color: rgba(155, 155, 155, 1);}#a0b1ba2f48a4e5c , #a0b1ba2f48a4e5c a{color: rgba(155, 155, 155, 1);}#a2d39a200ba8ab5 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ac33fa2f7caa718 .uk-card {
  font-size: 12px;
}
#ac33fa2f7caa718 .price {
  line-height: 24px;
  color: #fff;
  padding: 0 20px;
  position: absolute;
  right: 0;
  top: 28px;
  background: #4a90e2;
  font-size: 14px;
  border-radius: 14px 0 0 14px;
}
#ac33fa2f7caa718 .tag {
  margin: 12px 6px 0 0px;
  display: inline-block;
  font-size: 12px;
  color: #296fb7;
  border: 1px solid #296fb7;
  padding: 2px 5px;
  border-radius: 3px;
}
#a90aba951ba394d .uk-accordion-content a {
  color: #777;
}
#a90aba951ba394d .uk-accordion-title {
  cursor: pointer;
}
#a90aba951ba394d .uk-accordion-content a:hover {
  color: #e90505;
}
#a90aba951ba394d .uk-heading-bullet > * {
  display: inline;
}
#acb2fae1cfa6ad1 .card-content {
  padding-left: 70px;
}
#acb2fae1cfa6ad1 .title {
  color: #777;
  font-size: 16px;
  font-weight: bolder;
  margin-bottom: 10px;
  display: block;
}
#acb2fae1cfa6ad1 .date-post {
  float: left;
  border: 2px solid #4a90e2;
  padding: 12px 10px 9px;
  text-align: center;
}
#acb2fae1cfa6ad1 .date-post span {
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: #4a90e2;
  text-transform: uppercase;
}
#acb2fae1cfa6ad1 .card-metas li {
  display: block;
  list-style: none;
  line-height: 2;
}
#a1201a64e3a5be0 .event-list {
  margin-bottom: 20px;
}
#a1201a64e3a5be0 .event-list .event-date {
  margin: 14px 30px 0 0;
  width: 54px;
  height: 54px;
  text-align: center;
  color: #4a90e2;
  border: 1px solid #4a90e2;
  padding: 0;
}
#a1201a64e3a5be0 .event-list .number-mon {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  padding-top: 6px;
}
#a1201a64e3a5be0 .event-list p {
  margin: 0;
  padding: 0;
}
#a1201a64e3a5be0 .event-list .text-mon {
  font-size: 12px;
}
#a1201a64e3a5be0 .event-list .event-meta .detail {
  font-size: 14px;
  color: #b0b0b0;
  line-height: 2;
}
#a1201a64e3a5be0 .item-title {
  font-size: 16px;
  color: #333;
  position: relative;
  line-height: 36px;
  margin-bottom: 6px;
  display: block;
}
#a1201a64e3a5be0 .uk-card:hover .event-date {
  background-color: #4a90e2;
  color: #fff;
}
#a1201a64e3a5be0 .event-meta h4 a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 30px;
  border-bottom: 1px solid #4a90e2;
}
#a6bd3a0b3aa443d .icon-box {
  width: 4.5rem;
  height: 4.5rem;
  line-height: 4.5rem;
  color: #fff;
  margin: 0 auto;
  border-radius: 100%;
  background-color: #4a90e2;
}
#a6bd3a0b3aa443d .icon-box i {
  color: #fff;
}
#a0378affb2aeb94 .uk-container {
  line-height: 2;
  color: #999;
}
#a9c72a8d32ad1f0 form {
  width: 100%;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a9c72a8d32ad1f0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9c72a8d32ad1f0 .search-box .search-type.show {
  display: block;
}
#a9c72a8d32ad1f0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f0ed;
  cursor: pointer;
  padding: 0 18px;
}
#a9c72a8d32ad1f0 .search-box .search-type li:hover {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .search-box .search-type li.active {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f1f0ed;
  overflow: hidden;
}
#a9c72a8d32ad1f0 .inner-form .input-field {
  height: 100%;
}
#a9c72a8d32ad1f0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #9b9b9b;
}
#a9c72a8d32ad1f0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f1f0ed;
  position: relative;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #9b9b9b;
  margin: 0 15px;
}
#a9c72a8d32ad1f0 .inner-form .input-field.second-wrap {
  min-width: 65px;
}
#a9c72a8d32ad1f0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  font-size: 14px;
}
#a9c72a8d32ad1f0 .btn-search:hover {
  background: #e77e27;
}
#a9c72a8d32ad1f0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9d1aa9c59ada02 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d1aa9c59ada02 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a9d1aa9c59ada02 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d1aa9c59ada02 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #e67b13;
}
#a9d1aa9c59ada02 .menu-list > li.active > a:before,
#a9d1aa9c59ada02 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d1aa9c59ada02 .menu-list > li ul li {
  position: relative;
}
#a9d1aa9c59ada02 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #e27914;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover > a {
  background-color: #f5a623;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list li ul li a:active,
#a9d1aa9c59ada02 .menu-list li ul li a.active,
#a9d1aa9c59ada02 .menu-list li ul li.active > a {
  background-color: #f5a623;
}
#a9d1aa9c59ada02 .menu-list li ul,
#a9d1aa9c59ada02 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #e27914;
}
#a9d1aa9c59ada02 .menu-list li ul.menu-b > li,
#a9d1aa9c59ada02 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d1aa9c59ada02 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d1aa9c59ada02 .menu-list li:hover > ul {
  display: block;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7eb0a9fc0ae13b .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(34, 25, 77, 0);
  overflow: hidden;
  transition: all .3s ease;
}
#a7eb0a9fc0ae13b .marquee-wrap > .str_move {
  cursor: text;
}
#a7eb0a9fc0ae13b .marquee-wrap:hover {
  background: rgba(34, 25, 77, 0);
}
#a7eb0a9fc0ae13b .marquee-wrap .content {
  position: absolute;
}
#a7eb0a9fc0ae13b .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#a7eb0a9fc0ae13b .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#abd9ba8d6eab8d4 > .ele-wrap {background-color: rgba(43, 43, 43, 1);}#ac33fa2f7caa718 [data-item*=".abstract"], #ac33fa2f7caa718 [data-item*=".abstract"] a {show: true;}#ac33fa2f7caa718 [data-item*=".subTitle"], #ac33fa2f7caa718 [data-item*=".subTitle"] a {show: true;}#ac33fa2f7caa718 [data-item*=".category"], #ac33fa2f7caa718 [data-item*=".category"] a {show: true;}#ad164a32b0ae5a0 {
  overflow: hidden;
  pointer-events: none;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #d8d8d8;
  border-right-color: #d8d8d8;
  border-left-color: #d8d8d8;
  border-bottom-color: #d8d8d8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#ad164a32b0ae5a0 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 46px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ad164a32b0ae5a0 > .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;
}
#ad164a32b0ae5a0 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ad164a32b0ae5a0 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 46px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ad164a32b0ae5a0 > .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;
}
#ad164a32b0ae5a0 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ad164a32b0ae5a0 > .tab-wrap > div > .tab-nav,
#ad164a32b0ae5a0 > .tab-nav,
#ad164a32b0ae5a0 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ad164a32b0ae5a0 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#ad164a32b0ae5a0 > .tab-wrap > div > .tab-nav-horizontal,
#ad164a32b0ae5a0 > .tab-nav-horizontal,
#ad164a32b0ae5a0 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ad164a32b0ae5a0 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ad164a32b0ae5a0 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ad164a32b0ae5a0 > .tab-nav-horizontal::-webkit-scrollbar,
#ad164a32b0ae5a0 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ad164a32b0ae5a0 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ad164a32b0ae5a0 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ad164a32b0ae5a0 > .tab-nav-horizontal.tagScroll,
#ad164a32b0ae5a0 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ad164a32b0ae5a0 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 46px;
  overflow-x: auto;
}
#ad164a32b0ae5a0 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ad164a32b0ae5a0 > .tab-nav-horizontal.tagScroll li a,
#ad164a32b0ae5a0 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ad164a32b0ae5a0 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ad164a32b0ae5a0 > .tab-wrap > div > .tab-nav a,
#ad164a32b0ae5a0 > .tab-nav a,
#ad164a32b0ae5a0 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ad164a32b0ae5a0 > .tab-tabs > .tab-nav a {
  padding: 0 46px;
}
#ad164a32b0ae5a0 > .tab-wrap > div > .tab-nav li a,
#ad164a32b0ae5a0 > .tab-nav li a,
#ad164a32b0ae5a0 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ad164a32b0ae5a0 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 45px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 46px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  margin-top: 10px;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #d8d8d8;
  padding: 0 46px;
}
#ad164a32b0ae5a0 > .tab-wrap > div > .tab-nav li a svg,
#ad164a32b0ae5a0 > .tab-nav li a svg,
#ad164a32b0ae5a0 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ad164a32b0ae5a0 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ad164a32b0ae5a0 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ad164a32b0ae5a0 > .tab-nav li a .ap_icon,
#ad164a32b0ae5a0 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ad164a32b0ae5a0 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ad164a32b0ae5a0 > .tab-wrap > div > .tab-nav li a:hover,
#ad164a32b0ae5a0 > .tab-nav li a:hover,
#ad164a32b0ae5a0 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ad164a32b0ae5a0 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#ad164a32b0ae5a0 > .tab-wrap > div > .tab-nav li.uk-active a,
#ad164a32b0ae5a0 > .tab-nav li.uk-active a,
#ad164a32b0ae5a0 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ad164a32b0ae5a0 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#ad164a32b0ae5a0 .layout-left li,
#ad164a32b0ae5a0 .layout-center li,
#ad164a32b0ae5a0 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ad164a32b0ae5a0 .layout-left li a,
#ad164a32b0ae5a0 .layout-center li a,
#ad164a32b0ae5a0 .layout-right li a {
  height: 100%;
}
#ad164a32b0ae5a0 > .tab-tabs .layout-left {
  text-align: left;
}
#ad164a32b0ae5a0 > .tab-tabs .layout-center {
  text-align: center;
}
#ad164a32b0ae5a0 > .tab-tabs .layout-right {
  text-align: right;
}
#ad164a32b0ae5a0 .tab-contents {
  height: 100%;
  height: calc(100% - 46px);
}
#ad164a32b0ae5a0 .tab-content-wrap {
  background-color: transparent;
  border-left-style: none;
  border-left-width: 1px;
}
#ad164a32b0ae5a0 .tab-contents,
#ad164a32b0ae5a0 .tab-contents-wrap {
  pointer-events: none;
}
#ad164a32b0ae5a0 .tab-content,
#ad164a32b0ae5a0 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ad164a32b0ae5a0 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ad164a32b0ae5a0 .tab-wrap .tab-contents {
  height: 100%;
}
#ad164a32b0ae5a0 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ad164a32b0ae5a0 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ad164a32b0ae5a0 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9d2fafda3acee9 {
  overflow: hidden;
  pointer-events: none;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #d8d8d8;
  border-right-color: #d8d8d8;
  border-left-color: #d8d8d8;
  border-bottom-color: #d8d8d8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a9d2fafda3acee9 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 46px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a9d2fafda3acee9 > .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;
}
#a9d2fafda3acee9 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9d2fafda3acee9 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 46px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a9d2fafda3acee9 > .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;
}
#a9d2fafda3acee9 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9d2fafda3acee9 > .tab-wrap > div > .tab-nav,
#a9d2fafda3acee9 > .tab-nav,
#a9d2fafda3acee9 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9d2fafda3acee9 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#a9d2fafda3acee9 > .tab-wrap > div > .tab-nav-horizontal,
#a9d2fafda3acee9 > .tab-nav-horizontal,
#a9d2fafda3acee9 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9d2fafda3acee9 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9d2fafda3acee9 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9d2fafda3acee9 > .tab-nav-horizontal::-webkit-scrollbar,
#a9d2fafda3acee9 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9d2fafda3acee9 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9d2fafda3acee9 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9d2fafda3acee9 > .tab-nav-horizontal.tagScroll,
#a9d2fafda3acee9 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9d2fafda3acee9 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 46px;
  overflow-x: auto;
}
#a9d2fafda3acee9 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9d2fafda3acee9 > .tab-nav-horizontal.tagScroll li a,
#a9d2fafda3acee9 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9d2fafda3acee9 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9d2fafda3acee9 > .tab-wrap > div > .tab-nav a,
#a9d2fafda3acee9 > .tab-nav a,
#a9d2fafda3acee9 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9d2fafda3acee9 > .tab-tabs > .tab-nav a {
  padding: 0 37px;
}
#a9d2fafda3acee9 > .tab-wrap > div > .tab-nav li a,
#a9d2fafda3acee9 > .tab-nav li a,
#a9d2fafda3acee9 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9d2fafda3acee9 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 45px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 46px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  margin-top: 10px;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #d8d8d8;
  padding: 0 37px;
}
#a9d2fafda3acee9 > .tab-wrap > div > .tab-nav li a svg,
#a9d2fafda3acee9 > .tab-nav li a svg,
#a9d2fafda3acee9 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9d2fafda3acee9 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9d2fafda3acee9 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9d2fafda3acee9 > .tab-nav li a .ap_icon,
#a9d2fafda3acee9 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9d2fafda3acee9 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9d2fafda3acee9 > .tab-wrap > div > .tab-nav li a:hover,
#a9d2fafda3acee9 > .tab-nav li a:hover,
#a9d2fafda3acee9 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9d2fafda3acee9 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#a9d2fafda3acee9 > .tab-wrap > div > .tab-nav li.uk-active a,
#a9d2fafda3acee9 > .tab-nav li.uk-active a,
#a9d2fafda3acee9 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9d2fafda3acee9 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a9d2fafda3acee9 .layout-left li,
#a9d2fafda3acee9 .layout-center li,
#a9d2fafda3acee9 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9d2fafda3acee9 .layout-left li a,
#a9d2fafda3acee9 .layout-center li a,
#a9d2fafda3acee9 .layout-right li a {
  height: 100%;
}
#a9d2fafda3acee9 > .tab-tabs .layout-left {
  text-align: left;
}
#a9d2fafda3acee9 > .tab-tabs .layout-center {
  text-align: center;
}
#a9d2fafda3acee9 > .tab-tabs .layout-right {
  text-align: right;
}
#a9d2fafda3acee9 .tab-contents {
  height: 100%;
  height: calc(100% - 46px);
}
#a9d2fafda3acee9 .tab-content-wrap {
  background-color: transparent;
  border-left-style: none;
  border-left-width: 1px;
}
#a9d2fafda3acee9 .tab-contents,
#a9d2fafda3acee9 .tab-contents-wrap {
  pointer-events: none;
}
#a9d2fafda3acee9 .tab-content,
#a9d2fafda3acee9 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9d2fafda3acee9 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9d2fafda3acee9 .tab-wrap .tab-contents {
  height: 100%;
}
#a9d2fafda3acee9 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9d2fafda3acee9 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9d2fafda3acee9 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a8758a6168a6bf7 {
  overflow: hidden;
  pointer-events: none;
}
#a8758a6168a6bf7 > .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;
}
#a8758a6168a6bf7 > .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;
}
#a8758a6168a6bf7 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8758a6168a6bf7 > .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;
}
#a8758a6168a6bf7 > .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;
}
#a8758a6168a6bf7 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8758a6168a6bf7 > .tab-wrap > div > .tab-nav,
#a8758a6168a6bf7 > .tab-nav,
#a8758a6168a6bf7 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a8758a6168a6bf7 > .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;
}
#a8758a6168a6bf7 > .tab-wrap > div > .tab-nav-horizontal,
#a8758a6168a6bf7 > .tab-nav-horizontal,
#a8758a6168a6bf7 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a8758a6168a6bf7 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a8758a6168a6bf7 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8758a6168a6bf7 > .tab-nav-horizontal::-webkit-scrollbar,
#a8758a6168a6bf7 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8758a6168a6bf7 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a8758a6168a6bf7 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8758a6168a6bf7 > .tab-nav-horizontal.tagScroll,
#a8758a6168a6bf7 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8758a6168a6bf7 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a8758a6168a6bf7 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8758a6168a6bf7 > .tab-nav-horizontal.tagScroll li a,
#a8758a6168a6bf7 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8758a6168a6bf7 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a8758a6168a6bf7 > .tab-wrap > div > .tab-nav a,
#a8758a6168a6bf7 > .tab-nav a,
#a8758a6168a6bf7 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a8758a6168a6bf7 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a8758a6168a6bf7 > .tab-wrap > div > .tab-nav li a,
#a8758a6168a6bf7 > .tab-nav li a,
#a8758a6168a6bf7 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a8758a6168a6bf7 > .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;
}
#a8758a6168a6bf7 > .tab-wrap > div > .tab-nav li a svg,
#a8758a6168a6bf7 > .tab-nav li a svg,
#a8758a6168a6bf7 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a8758a6168a6bf7 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a8758a6168a6bf7 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8758a6168a6bf7 > .tab-nav li a .ap_icon,
#a8758a6168a6bf7 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8758a6168a6bf7 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a8758a6168a6bf7 > .tab-wrap > div > .tab-nav li a:hover,
#a8758a6168a6bf7 > .tab-nav li a:hover,
#a8758a6168a6bf7 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a8758a6168a6bf7 > .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;
}
#a8758a6168a6bf7 > .tab-wrap > div > .tab-nav li.uk-active a,
#a8758a6168a6bf7 > .tab-nav li.uk-active a,
#a8758a6168a6bf7 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a8758a6168a6bf7 > .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;
}
#a8758a6168a6bf7 .layout-left li,
#a8758a6168a6bf7 .layout-center li,
#a8758a6168a6bf7 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a8758a6168a6bf7 .layout-left li a,
#a8758a6168a6bf7 .layout-center li a,
#a8758a6168a6bf7 .layout-right li a {
  height: 100%;
}
#a8758a6168a6bf7 > .tab-tabs .layout-left {
  text-align: left;
}
#a8758a6168a6bf7 > .tab-tabs .layout-center {
  text-align: center;
}
#a8758a6168a6bf7 > .tab-tabs .layout-right {
  text-align: right;
}
#a8758a6168a6bf7 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a8758a6168a6bf7 .tab-content-wrap {
  background-color: transparent;
}
#a8758a6168a6bf7 .tab-contents,
#a8758a6168a6bf7 .tab-contents-wrap {
  pointer-events: none;
}
#a8758a6168a6bf7 .tab-content,
#a8758a6168a6bf7 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a8758a6168a6bf7 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a8758a6168a6bf7 .tab-wrap .tab-contents {
  height: 100%;
}
#a8758a6168a6bf7 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a8758a6168a6bf7 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a8758a6168a6bf7 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#acb2fae1cfa6ad1 [data-item*=".abstract"], #acb2fae1cfa6ad1 [data-item*=".abstract"] a {show: true;}#acb2fae1cfa6ad1 [data-item*=".subTitle"], #acb2fae1cfa6ad1 [data-item*=".subTitle"] a {show: false;}#acb2fae1cfa6ad1 [data-item*=".category"], #acb2fae1cfa6ad1 [data-item*=".category"] a {show: false;}#a1201a64e3a5be0 [data-item*=".abstract"], #a1201a64e3a5be0 [data-item*=".abstract"] a {show: true;}#a1201a64e3a5be0 [data-item*=".subTitle"], #a1201a64e3a5be0 [data-item*=".subTitle"] a {show: true;}#a1201a64e3a5be0 [data-item*=".category"], #a1201a64e3a5be0 [data-item*=".category"] a {show: true;}#adff0a83c5a5238 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aa554af06dadd41 .form-agree {
  display: flex;
  align-items: center;
}
#aa554af06dadd41 .uk-form .form-submit-btn {
  width: 120px;
}
#aa554af06dadd41 .submit-wrap {
  text-align: center;
}
#aa554af06dadd41 .submit-wrap button {
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
}
#aa554af06dadd41 form {
  border-top-left-radius: 0;
}
#aa554af06dadd41 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#aa554af06dadd41 .form-item .uk-input,
#aa554af06dadd41 .form-item .uk-select,
#aa554af06dadd41 .form-item .uk-textarea {
  width: 400px;
  background-color: #f4f4f4;
}
#aa554af06dadd41 .form-item .auto-height {
  height: auto;
}
#aabf6a44e8a9734 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(30, 135, 240, 1);border-radius: 25px;justify-content: center;border-style: solid;}#aabf6a44e8a9734 .ele-wrap:hover {background-color: #509c49;}#a6360a48aaa3c85 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;}#ae2b6a2dd5a961b > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a0398af47ca19df > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a1b17ae652ad8ea > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;}#a69baa0200ac718 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#abf17aac03a94c1 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#ab70caf191aead1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;}#a1448a2b50aeaa4 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a30daafd2fab3c6 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a1ed2ac3e5a3cbc [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;color: #f5a623;}#a1ed2ac3e5a3cbc [data-item="buttons[0]"]:hover {color: #b8e986;}#a9bd1a4d33ac796 > .ele-wrap {background-color: rgba(17, 17, 17, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8e1fa5769a17c4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8e1fa5769a17c4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#aaad6a5895a173f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa46da2048a17e0 , #aa46da2048a17e0 a{color: rgba(155, 155, 155, 1);}#a6893aa643a9daf , #a6893aa643a9daf a{color: rgba(155, 155, 155, 1);}#a7a7aa47fda7f42 , #a7a7aa47fda7f42 a{color: rgba(155, 155, 155, 1);}#a0b1ba2f48a4e5c , #a0b1ba2f48a4e5c a{color: rgba(155, 155, 155, 1);}#a375eaa1cbaff92 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a4022a1a9ea7855 .card-metas li {
  color: #999;
  position: relative;
  font-size: 12px;
  border-right: 1px solid #ececec;
  padding-right: 30px;
  margin-right: 15px;
}
#a4022a1a9ea7855 .card-metas li:last-child {
  border-right: none;
  margin-right: 0;
}
#a4022a1a9ea7855 .card-metas li h6 {
  margin-bottom: 4px;
}
#a4022a1a9ea7855 .price {
  line-height: 32px;
  color: #fff;
  padding: 0 15px;
  position: absolute;
  right: -7px;
  top: -17px;
  background: #4a90e2;
  font-size: 17px;
}
#a4022a1a9ea7855 .price::before,
#a4022a1a9ea7855 .price::after {
  content: '';
  width: 0;
  height: 0;
  top: 0;
  right: 0;
  border-top: 7px solid transparent !important;
  border-left: 7px solid #428bdc;
  position: absolute;
  transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -o-transform: translateY(-100%);
}
#a4022a1a9ea7855 .price::after {
  border-color: #000;
  opacity: 0.2;
}
#a4022a1a9ea7855 .ap-rating {
  height: 14px;
  font-size: 14px;
  line-height: 1;
}
#a4022a1a9ea7855 .ap-rating i {
  display: inline-block;
  margin-right: 2px;
}
#a0feeacc59aab07 .uk-accordion-content a {
  color: #777;
}
#a0feeacc59aab07 .uk-accordion-title {
  cursor: pointer;
}
#a0feeacc59aab07 .uk-accordion-content a:hover {
  color: #e90505;
}
#a0feeacc59aab07 .uk-heading-bullet > * {
  display: inline;
}
#acb60a83a2a658c .card-content {
  padding-left: 70px;
}
#acb60a83a2a658c .title {
  color: #777;
  font-size: 16px;
  font-weight: bolder;
  margin-bottom: 10px;
  display: block;
}
#acb60a83a2a658c .date-post {
  float: left;
  border: 2px solid #4a90e2;
  padding: 12px 10px 9px;
  text-align: center;
}
#acb60a83a2a658c .date-post span {
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: #4a90e2;
  text-transform: uppercase;
}
#acb60a83a2a658c .card-metas li {
  display: block;
  list-style: none;
  line-height: 2;
}
#a46e8af69ca6e4e .event-list {
  margin-bottom: 20px;
}
#a46e8af69ca6e4e .event-list .event-date {
  margin: 14px 30px 0 0;
  width: 54px;
  height: 54px;
  text-align: center;
  color: #4a90e2;
  border: 1px solid #4a90e2;
  padding: 0;
}
#a46e8af69ca6e4e .event-list .number-mon {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  padding-top: 6px;
}
#a46e8af69ca6e4e .event-list p {
  margin: 0;
  padding: 0;
}
#a46e8af69ca6e4e .event-list .text-mon {
  font-size: 12px;
}
#a46e8af69ca6e4e .event-list .event-meta .detail {
  font-size: 14px;
  color: #b0b0b0;
  line-height: 2;
}
#a46e8af69ca6e4e .item-title {
  font-size: 16px;
  color: #333;
  position: relative;
  line-height: 36px;
  margin-bottom: 6px;
  display: block;
}
#a46e8af69ca6e4e .uk-card:hover .event-date {
  background-color: #4a90e2;
  color: #fff;
}
#a46e8af69ca6e4e .event-meta h4 a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 30px;
  border-bottom: 1px solid #4a90e2;
}
#a03d0a6c74a0ec9 .icon-box {
  width: 4.5rem;
  height: 4.5rem;
  line-height: 4.5rem;
  color: #fff;
  margin: 0 auto;
  border-radius: 100%;
  background-color: #4a90e2;
}
#a03d0a6c74a0ec9 .icon-box i {
  color: #fff;
}
#afa57aaa10a47b3 .uk-container {
  line-height: 2;
  color: #999;
}
#a9c72a8d32ad1f0 form {
  width: 100%;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a9c72a8d32ad1f0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9c72a8d32ad1f0 .search-box .search-type.show {
  display: block;
}
#a9c72a8d32ad1f0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f0ed;
  cursor: pointer;
  padding: 0 18px;
}
#a9c72a8d32ad1f0 .search-box .search-type li:hover {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .search-box .search-type li.active {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f1f0ed;
  overflow: hidden;
}
#a9c72a8d32ad1f0 .inner-form .input-field {
  height: 100%;
}
#a9c72a8d32ad1f0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #9b9b9b;
}
#a9c72a8d32ad1f0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f1f0ed;
  position: relative;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #9b9b9b;
  margin: 0 15px;
}
#a9c72a8d32ad1f0 .inner-form .input-field.second-wrap {
  min-width: 65px;
}
#a9c72a8d32ad1f0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  font-size: 14px;
}
#a9c72a8d32ad1f0 .btn-search:hover {
  background: #e77e27;
}
#a9c72a8d32ad1f0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9d1aa9c59ada02 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d1aa9c59ada02 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a9d1aa9c59ada02 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d1aa9c59ada02 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #e67b13;
}
#a9d1aa9c59ada02 .menu-list > li.active > a:before,
#a9d1aa9c59ada02 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d1aa9c59ada02 .menu-list > li ul li {
  position: relative;
}
#a9d1aa9c59ada02 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #e27914;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover > a {
  background-color: #f5a623;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list li ul li a:active,
#a9d1aa9c59ada02 .menu-list li ul li a.active,
#a9d1aa9c59ada02 .menu-list li ul li.active > a {
  background-color: #f5a623;
}
#a9d1aa9c59ada02 .menu-list li ul,
#a9d1aa9c59ada02 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #e27914;
}
#a9d1aa9c59ada02 .menu-list li ul.menu-b > li,
#a9d1aa9c59ada02 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d1aa9c59ada02 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d1aa9c59ada02 .menu-list li:hover > ul {
  display: block;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7eb0a9fc0ae13b .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(34, 25, 77, 0);
  overflow: hidden;
  transition: all .3s ease;
}
#a7eb0a9fc0ae13b .marquee-wrap > .str_move {
  cursor: text;
}
#a7eb0a9fc0ae13b .marquee-wrap:hover {
  background: rgba(34, 25, 77, 0);
}
#a7eb0a9fc0ae13b .marquee-wrap .content {
  position: absolute;
}
#a7eb0a9fc0ae13b .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#a7eb0a9fc0ae13b .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#abd9ba8d6eab8d4 > .ele-wrap {background-color: rgba(43, 43, 43, 1);}#a4022a1a9ea7855 [data-item*=".title"], #a4022a1a9ea7855 [data-item*=".title"] a {max-line: 1;font-weight: bold;text-align: center;font-size: 16px;}#a4022a1a9ea7855 [data-item*=".abstract"], #a4022a1a9ea7855 [data-item*=".abstract"] a {show: true;text-align: center;max-line: 1;color: rgba(164, 162, 162, 1);}#a4022a1a9ea7855 [data-item*=".subTitle"], #a4022a1a9ea7855 [data-item*=".subTitle"] a {show: true;}#a4022a1a9ea7855 [data-item*=".category"], #a4022a1a9ea7855 [data-item*=".category"] a {show: true;}#a348ea86b5a800e {
  overflow: hidden;
  pointer-events: none;
}
#a348ea86b5a800e > .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;
}
#a348ea86b5a800e > .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;
}
#a348ea86b5a800e > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a348ea86b5a800e > .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;
}
#a348ea86b5a800e > .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;
}
#a348ea86b5a800e > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a348ea86b5a800e > .tab-wrap > div > .tab-nav,
#a348ea86b5a800e > .tab-nav,
#a348ea86b5a800e > .tab-tabs > .tab-wrap > div > .tab-nav,
#a348ea86b5a800e > .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;
}
#a348ea86b5a800e > .tab-wrap > div > .tab-nav-horizontal,
#a348ea86b5a800e > .tab-nav-horizontal,
#a348ea86b5a800e > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a348ea86b5a800e > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a348ea86b5a800e > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a348ea86b5a800e > .tab-nav-horizontal::-webkit-scrollbar,
#a348ea86b5a800e > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a348ea86b5a800e > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a348ea86b5a800e > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a348ea86b5a800e > .tab-nav-horizontal.tagScroll,
#a348ea86b5a800e > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a348ea86b5a800e > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a348ea86b5a800e > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a348ea86b5a800e > .tab-nav-horizontal.tagScroll li a,
#a348ea86b5a800e > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a348ea86b5a800e > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a348ea86b5a800e > .tab-wrap > div > .tab-nav a,
#a348ea86b5a800e > .tab-nav a,
#a348ea86b5a800e > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a348ea86b5a800e > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a348ea86b5a800e > .tab-wrap > div > .tab-nav li a,
#a348ea86b5a800e > .tab-nav li a,
#a348ea86b5a800e > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a348ea86b5a800e > .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;
}
#a348ea86b5a800e > .tab-wrap > div > .tab-nav li a svg,
#a348ea86b5a800e > .tab-nav li a svg,
#a348ea86b5a800e > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a348ea86b5a800e > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a348ea86b5a800e > .tab-wrap > div > .tab-nav li a .ap_icon,
#a348ea86b5a800e > .tab-nav li a .ap_icon,
#a348ea86b5a800e > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a348ea86b5a800e > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a348ea86b5a800e > .tab-wrap > div > .tab-nav li a:hover,
#a348ea86b5a800e > .tab-nav li a:hover,
#a348ea86b5a800e > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a348ea86b5a800e > .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;
}
#a348ea86b5a800e > .tab-wrap > div > .tab-nav li.uk-active a,
#a348ea86b5a800e > .tab-nav li.uk-active a,
#a348ea86b5a800e > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a348ea86b5a800e > .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;
}
#a348ea86b5a800e .layout-left li,
#a348ea86b5a800e .layout-center li,
#a348ea86b5a800e .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a348ea86b5a800e .layout-left li a,
#a348ea86b5a800e .layout-center li a,
#a348ea86b5a800e .layout-right li a {
  height: 100%;
}
#a348ea86b5a800e > .tab-tabs .layout-left {
  text-align: left;
}
#a348ea86b5a800e > .tab-tabs .layout-center {
  text-align: center;
}
#a348ea86b5a800e > .tab-tabs .layout-right {
  text-align: right;
}
#a348ea86b5a800e .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a348ea86b5a800e .tab-content-wrap {
  background-color: transparent;
}
#a348ea86b5a800e .tab-contents,
#a348ea86b5a800e .tab-contents-wrap {
  pointer-events: none;
}
#a348ea86b5a800e .tab-content,
#a348ea86b5a800e .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a348ea86b5a800e .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a348ea86b5a800e .tab-wrap .tab-contents {
  height: 100%;
}
#a348ea86b5a800e .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a348ea86b5a800e .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a348ea86b5a800e .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#acb60a83a2a658c [data-item*=".abstract"], #acb60a83a2a658c [data-item*=".abstract"] a {show: true;}#acb60a83a2a658c [data-item*=".subTitle"], #acb60a83a2a658c [data-item*=".subTitle"] a {show: false;}#acb60a83a2a658c [data-item*=".category"], #acb60a83a2a658c [data-item*=".category"] a {show: false;}#a46e8af69ca6e4e [data-item*=".abstract"], #a46e8af69ca6e4e [data-item*=".abstract"] a {show: true;}#a46e8af69ca6e4e [data-item*=".subTitle"], #a46e8af69ca6e4e [data-item*=".subTitle"] a {show: true;}#a46e8af69ca6e4e [data-item*=".category"], #a46e8af69ca6e4e [data-item*=".category"] a {show: true;}#a25a2aa7d0afa46 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a38a9a2e3ba88c9 .form-agree {
  display: flex;
  align-items: center;
}
#a38a9a2e3ba88c9 .uk-form .form-submit-btn {
  width: 120px;
}
#a38a9a2e3ba88c9 .submit-wrap {
  text-align: center;
}
#a38a9a2e3ba88c9 .submit-wrap button {
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
}
#a38a9a2e3ba88c9 form {
  border-top-left-radius: 0;
}
#a38a9a2e3ba88c9 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a38a9a2e3ba88c9 .form-item .uk-input,
#a38a9a2e3ba88c9 .form-item .uk-select,
#a38a9a2e3ba88c9 .form-item .uk-textarea {
  width: 400px;
  background-color: #f4f4f4;
}
#a38a9a2e3ba88c9 .form-item .auto-height {
  height: auto;
}
#ac922a1887ac5f2 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(30, 135, 240, 1);border-radius: 25px;justify-content: center;border-style: solid;}#ac922a1887ac5f2 .ele-wrap:hover {background-color: #509c49;}#a9b2ea5191ac5fb > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;}#ab2c4a1938a10a2 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a461fa816ca794b > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#addcaac494a876e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;}#a6716aeed5a4be2 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#afc41a3ac8a8bff > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#ae633a865aa9e94 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;}#aac05ac16aab6f0 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a4b87a59c2a9d73 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a88f2af6fbac49c [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;color: #f5a623;}#a88f2af6fbac49c [data-item="buttons[0]"]:hover {color: #b8e986;}#a9bd1a4d33ac796 > .ele-wrap {background-color: rgba(17, 17, 17, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8e1fa5769a17c4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8e1fa5769a17c4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#aaad6a5895a173f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa46da2048a17e0 , #aa46da2048a17e0 a{color: rgba(155, 155, 155, 1);}#a6893aa643a9daf , #a6893aa643a9daf a{color: rgba(155, 155, 155, 1);}#a7a7aa47fda7f42 , #a7a7aa47fda7f42 a{color: rgba(155, 155, 155, 1);}#a0b1ba2f48a4e5c , #a0b1ba2f48a4e5c a{color: rgba(155, 155, 155, 1);}#a0772a9f65ae9df .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a553aa02f0ab870 .card-metas li {
  color: #999;
  position: relative;
  font-size: 12px;
  border-right: 1px solid #ececec;
  padding-right: 30px;
  margin-right: 15px;
}
#a553aa02f0ab870 .card-metas li:last-child {
  border-right: none;
  margin-right: 0;
}
#a553aa02f0ab870 .card-metas li h6 {
  margin-bottom: 4px;
}
#a553aa02f0ab870 .price {
  line-height: 32px;
  color: #fff;
  padding: 0 15px;
  position: absolute;
  right: -7px;
  top: -17px;
  background: #4a90e2;
  font-size: 17px;
}
#a553aa02f0ab870 .price::before,
#a553aa02f0ab870 .price::after {
  content: '';
  width: 0;
  height: 0;
  top: 0;
  right: 0;
  border-top: 7px solid transparent !important;
  border-left: 7px solid #428bdc;
  position: absolute;
  transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -o-transform: translateY(-100%);
}
#a553aa02f0ab870 .price::after {
  border-color: #000;
  opacity: 0.2;
}
#a553aa02f0ab870 .ap-rating {
  height: 14px;
  font-size: 14px;
  line-height: 1;
}
#a553aa02f0ab870 .ap-rating i {
  display: inline-block;
  margin-right: 2px;
}
#a647daafa5a50af .uk-accordion-content a {
  color: #777;
}
#a647daafa5a50af .uk-accordion-title {
  cursor: pointer;
}
#a647daafa5a50af .uk-accordion-content a:hover {
  color: #e90505;
}
#a647daafa5a50af .uk-heading-bullet > * {
  display: inline;
}
#a499ea44c2a4b22 .card-content {
  padding-left: 70px;
}
#a499ea44c2a4b22 .title {
  color: #777;
  font-size: 16px;
  font-weight: bolder;
  margin-bottom: 10px;
  display: block;
}
#a499ea44c2a4b22 .date-post {
  float: left;
  border: 2px solid #4a90e2;
  padding: 12px 10px 9px;
  text-align: center;
}
#a499ea44c2a4b22 .date-post span {
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: #4a90e2;
  text-transform: uppercase;
}
#a499ea44c2a4b22 .card-metas li {
  display: block;
  list-style: none;
  line-height: 2;
}
#a7d8bab64aa8893 .event-list {
  margin-bottom: 20px;
}
#a7d8bab64aa8893 .event-list .event-date {
  margin: 14px 30px 0 0;
  width: 54px;
  height: 54px;
  text-align: center;
  color: #4a90e2;
  border: 1px solid #4a90e2;
  padding: 0;
}
#a7d8bab64aa8893 .event-list .number-mon {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  padding-top: 6px;
}
#a7d8bab64aa8893 .event-list p {
  margin: 0;
  padding: 0;
}
#a7d8bab64aa8893 .event-list .text-mon {
  font-size: 12px;
}
#a7d8bab64aa8893 .event-list .event-meta .detail {
  font-size: 14px;
  color: #b0b0b0;
  line-height: 2;
}
#a7d8bab64aa8893 .item-title {
  font-size: 16px;
  color: #333;
  position: relative;
  line-height: 36px;
  margin-bottom: 6px;
  display: block;
}
#a7d8bab64aa8893 .uk-card:hover .event-date {
  background-color: #4a90e2;
  color: #fff;
}
#a7d8bab64aa8893 .event-meta h4 a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 30px;
  border-bottom: 1px solid #4a90e2;
}
#a2375a4cb4ab6af .icon-box {
  width: 4.5rem;
  height: 4.5rem;
  line-height: 4.5rem;
  color: #fff;
  margin: 0 auto;
  border-radius: 100%;
  background-color: #4a90e2;
}
#a2375a4cb4ab6af .icon-box i {
  color: #fff;
}
#a5752a3e4dad62e .uk-container {
  line-height: 2;
  color: #999;
}
#a9c72a8d32ad1f0 form {
  width: 100%;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a9c72a8d32ad1f0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9c72a8d32ad1f0 .search-box .search-type.show {
  display: block;
}
#a9c72a8d32ad1f0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f0ed;
  cursor: pointer;
  padding: 0 18px;
}
#a9c72a8d32ad1f0 .search-box .search-type li:hover {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .search-box .search-type li.active {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f1f0ed;
  overflow: hidden;
}
#a9c72a8d32ad1f0 .inner-form .input-field {
  height: 100%;
}
#a9c72a8d32ad1f0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #9b9b9b;
}
#a9c72a8d32ad1f0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f1f0ed;
  position: relative;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #9b9b9b;
  margin: 0 15px;
}
#a9c72a8d32ad1f0 .inner-form .input-field.second-wrap {
  min-width: 65px;
}
#a9c72a8d32ad1f0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  font-size: 14px;
}
#a9c72a8d32ad1f0 .btn-search:hover {
  background: #e77e27;
}
#a9c72a8d32ad1f0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9d1aa9c59ada02 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d1aa9c59ada02 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a9d1aa9c59ada02 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d1aa9c59ada02 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #e67b13;
}
#a9d1aa9c59ada02 .menu-list > li.active > a:before,
#a9d1aa9c59ada02 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d1aa9c59ada02 .menu-list > li ul li {
  position: relative;
}
#a9d1aa9c59ada02 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #e27914;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover > a {
  background-color: #f5a623;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list li ul li a:active,
#a9d1aa9c59ada02 .menu-list li ul li a.active,
#a9d1aa9c59ada02 .menu-list li ul li.active > a {
  background-color: #f5a623;
}
#a9d1aa9c59ada02 .menu-list li ul,
#a9d1aa9c59ada02 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #e27914;
}
#a9d1aa9c59ada02 .menu-list li ul.menu-b > li,
#a9d1aa9c59ada02 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d1aa9c59ada02 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d1aa9c59ada02 .menu-list li:hover > ul {
  display: block;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7eb0a9fc0ae13b .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(34, 25, 77, 0);
  overflow: hidden;
  transition: all .3s ease;
}
#a7eb0a9fc0ae13b .marquee-wrap > .str_move {
  cursor: text;
}
#a7eb0a9fc0ae13b .marquee-wrap:hover {
  background: rgba(34, 25, 77, 0);
}
#a7eb0a9fc0ae13b .marquee-wrap .content {
  position: absolute;
}
#a7eb0a9fc0ae13b .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#a7eb0a9fc0ae13b .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#abd9ba8d6eab8d4 > .ele-wrap {background-color: rgba(43, 43, 43, 1);}#a553aa02f0ab870 [data-item*=".title"], #a553aa02f0ab870 [data-item*=".title"] a {max-line: 1;text-align: center;font-weight: bold;}#a553aa02f0ab870 [data-item*=".abstract"], #a553aa02f0ab870 [data-item*=".abstract"] a {show: true;max-line: 1;text-align: center;bold: false;color: rgba(145, 145, 145, 1);}#a553aa02f0ab870 [data-item*=".subTitle"], #a553aa02f0ab870 [data-item*=".subTitle"] a {show: true;}#a553aa02f0ab870 [data-item*=".category"], #a553aa02f0ab870 [data-item*=".category"] a {show: true;}#a394baefeaa9fdd {
  overflow: hidden;
  pointer-events: none;
}
#a394baefeaa9fdd > .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;
}
#a394baefeaa9fdd > .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;
}
#a394baefeaa9fdd > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a394baefeaa9fdd > .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;
}
#a394baefeaa9fdd > .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;
}
#a394baefeaa9fdd > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a394baefeaa9fdd > .tab-wrap > div > .tab-nav,
#a394baefeaa9fdd > .tab-nav,
#a394baefeaa9fdd > .tab-tabs > .tab-wrap > div > .tab-nav,
#a394baefeaa9fdd > .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;
}
#a394baefeaa9fdd > .tab-wrap > div > .tab-nav-horizontal,
#a394baefeaa9fdd > .tab-nav-horizontal,
#a394baefeaa9fdd > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a394baefeaa9fdd > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a394baefeaa9fdd > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a394baefeaa9fdd > .tab-nav-horizontal::-webkit-scrollbar,
#a394baefeaa9fdd > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a394baefeaa9fdd > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a394baefeaa9fdd > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a394baefeaa9fdd > .tab-nav-horizontal.tagScroll,
#a394baefeaa9fdd > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a394baefeaa9fdd > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a394baefeaa9fdd > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a394baefeaa9fdd > .tab-nav-horizontal.tagScroll li a,
#a394baefeaa9fdd > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a394baefeaa9fdd > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a394baefeaa9fdd > .tab-wrap > div > .tab-nav a,
#a394baefeaa9fdd > .tab-nav a,
#a394baefeaa9fdd > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a394baefeaa9fdd > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a394baefeaa9fdd > .tab-wrap > div > .tab-nav li a,
#a394baefeaa9fdd > .tab-nav li a,
#a394baefeaa9fdd > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a394baefeaa9fdd > .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;
}
#a394baefeaa9fdd > .tab-wrap > div > .tab-nav li a svg,
#a394baefeaa9fdd > .tab-nav li a svg,
#a394baefeaa9fdd > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a394baefeaa9fdd > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a394baefeaa9fdd > .tab-wrap > div > .tab-nav li a .ap_icon,
#a394baefeaa9fdd > .tab-nav li a .ap_icon,
#a394baefeaa9fdd > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a394baefeaa9fdd > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a394baefeaa9fdd > .tab-wrap > div > .tab-nav li a:hover,
#a394baefeaa9fdd > .tab-nav li a:hover,
#a394baefeaa9fdd > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a394baefeaa9fdd > .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;
}
#a394baefeaa9fdd > .tab-wrap > div > .tab-nav li.uk-active a,
#a394baefeaa9fdd > .tab-nav li.uk-active a,
#a394baefeaa9fdd > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a394baefeaa9fdd > .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;
}
#a394baefeaa9fdd .layout-left li,
#a394baefeaa9fdd .layout-center li,
#a394baefeaa9fdd .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a394baefeaa9fdd .layout-left li a,
#a394baefeaa9fdd .layout-center li a,
#a394baefeaa9fdd .layout-right li a {
  height: 100%;
}
#a394baefeaa9fdd > .tab-tabs .layout-left {
  text-align: left;
}
#a394baefeaa9fdd > .tab-tabs .layout-center {
  text-align: center;
}
#a394baefeaa9fdd > .tab-tabs .layout-right {
  text-align: right;
}
#a394baefeaa9fdd .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a394baefeaa9fdd .tab-content-wrap {
  background-color: transparent;
}
#a394baefeaa9fdd .tab-contents,
#a394baefeaa9fdd .tab-contents-wrap {
  pointer-events: none;
}
#a394baefeaa9fdd .tab-content,
#a394baefeaa9fdd .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a394baefeaa9fdd .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a394baefeaa9fdd .tab-wrap .tab-contents {
  height: 100%;
}
#a394baefeaa9fdd .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a394baefeaa9fdd .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a394baefeaa9fdd .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a499ea44c2a4b22 [data-item*=".abstract"], #a499ea44c2a4b22 [data-item*=".abstract"] a {show: true;}#a499ea44c2a4b22 [data-item*=".subTitle"], #a499ea44c2a4b22 [data-item*=".subTitle"] a {show: false;}#a499ea44c2a4b22 [data-item*=".category"], #a499ea44c2a4b22 [data-item*=".category"] a {show: false;}#a7d8bab64aa8893 [data-item*=".abstract"], #a7d8bab64aa8893 [data-item*=".abstract"] a {show: true;}#a7d8bab64aa8893 [data-item*=".subTitle"], #a7d8bab64aa8893 [data-item*=".subTitle"] a {show: true;}#a7d8bab64aa8893 [data-item*=".category"], #a7d8bab64aa8893 [data-item*=".category"] a {show: true;}#afe34a399aab6a4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#adfc3aa2d6ab402 .form-agree {
  display: flex;
  align-items: center;
}
#adfc3aa2d6ab402 .uk-form .form-submit-btn {
  width: 120px;
}
#adfc3aa2d6ab402 .submit-wrap {
  text-align: center;
}
#adfc3aa2d6ab402 .submit-wrap button {
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
}
#adfc3aa2d6ab402 form {
  border-top-left-radius: 0;
}
#adfc3aa2d6ab402 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#adfc3aa2d6ab402 .form-item .uk-input,
#adfc3aa2d6ab402 .form-item .uk-select,
#adfc3aa2d6ab402 .form-item .uk-textarea {
  width: 400px;
  background-color: #f4f4f4;
}
#adfc3aa2d6ab402 .form-item .auto-height {
  height: auto;
}
#a974ea8c62a8fd6 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(30, 135, 240, 1);border-radius: 25px;justify-content: center;border-style: solid;}#a974ea8c62a8fd6 .ele-wrap:hover {background-color: #509c49;}#a4577a0e84a33db > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;}#abbc7a85cbaa177 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a9017a7182aac6b > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#aa982a4338a93eb > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;}#a6ea0ae57fa1f2b > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a1423a7f11a8a4d > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a4e35ac289a887f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;}#a216fa26cea0904 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a3c67a87e8a9e9f > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a162bacc6da755e [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;color: #f5a623;}#a162bacc6da755e [data-item="buttons[0]"]:hover {color: #b8e986;}#a9bd1a4d33ac796 > .ele-wrap {background-color: rgba(17, 17, 17, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8e1fa5769a17c4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8e1fa5769a17c4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#aaad6a5895a173f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa46da2048a17e0 , #aa46da2048a17e0 a{color: rgba(155, 155, 155, 1);}#a6893aa643a9daf , #a6893aa643a9daf a{color: rgba(155, 155, 155, 1);}#a7a7aa47fda7f42 , #a7a7aa47fda7f42 a{color: rgba(155, 155, 155, 1);}#a0b1ba2f48a4e5c , #a0b1ba2f48a4e5c a{color: rgba(155, 155, 155, 1);}#ac7bea3a13aaca3 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#af5daa5604a1ce4 .uk-card {
  font-size: 12px;
}
#af5daa5604a1ce4 .price {
  line-height: 24px;
  color: #fff;
  padding: 0 20px;
  position: absolute;
  right: 0;
  top: 28px;
  background: #4a90e2;
  font-size: 14px;
  border-radius: 14px 0 0 14px;
}
#af5daa5604a1ce4 .tag {
  margin: 12px 6px 0 0px;
  display: inline-block;
  font-size: 12px;
  color: #296fb7;
  border: 1px solid #296fb7;
  padding: 2px 5px;
  border-radius: 3px;
}
#a9289afd25a2b32 .uk-accordion-content a {
  color: #777;
}
#a9289afd25a2b32 .uk-accordion-title {
  cursor: pointer;
}
#a9289afd25a2b32 .uk-accordion-content a:hover {
  color: #e90505;
}
#a9289afd25a2b32 .uk-heading-bullet > * {
  display: inline;
}
#a70bea8207a8ac5 .card-content {
  padding-left: 70px;
}
#a70bea8207a8ac5 .title {
  color: #777;
  font-size: 16px;
  font-weight: bolder;
  margin-bottom: 10px;
  display: block;
}
#a70bea8207a8ac5 .date-post {
  float: left;
  border: 2px solid #4a90e2;
  padding: 12px 10px 9px;
  text-align: center;
}
#a70bea8207a8ac5 .date-post span {
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: #4a90e2;
  text-transform: uppercase;
}
#a70bea8207a8ac5 .card-metas li {
  display: block;
  list-style: none;
  line-height: 2;
}
#a6908a4c39ac448 .event-list {
  margin-bottom: 20px;
}
#a6908a4c39ac448 .event-list .event-date {
  margin: 14px 30px 0 0;
  width: 54px;
  height: 54px;
  text-align: center;
  color: #4a90e2;
  border: 1px solid #4a90e2;
  padding: 0;
}
#a6908a4c39ac448 .event-list .number-mon {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  padding-top: 6px;
}
#a6908a4c39ac448 .event-list p {
  margin: 0;
  padding: 0;
}
#a6908a4c39ac448 .event-list .text-mon {
  font-size: 12px;
}
#a6908a4c39ac448 .event-list .event-meta .detail {
  font-size: 14px;
  color: #b0b0b0;
  line-height: 2;
}
#a6908a4c39ac448 .item-title {
  font-size: 16px;
  color: #333;
  position: relative;
  line-height: 36px;
  margin-bottom: 6px;
  display: block;
}
#a6908a4c39ac448 .uk-card:hover .event-date {
  background-color: #4a90e2;
  color: #fff;
}
#a6908a4c39ac448 .event-meta h4 a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 30px;
  border-bottom: 1px solid #4a90e2;
}
#a08eaa54f3af38b .icon-box {
  width: 4.5rem;
  height: 4.5rem;
  line-height: 4.5rem;
  color: #fff;
  margin: 0 auto;
  border-radius: 100%;
  background-color: #4a90e2;
}
#a08eaa54f3af38b .icon-box i {
  color: #fff;
}
#a2377a4578a0ef3 .uk-container {
  line-height: 2;
  color: #999;
}
#a9c72a8d32ad1f0 form {
  width: 100%;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a9c72a8d32ad1f0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9c72a8d32ad1f0 .search-box .search-type.show {
  display: block;
}
#a9c72a8d32ad1f0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f0ed;
  cursor: pointer;
  padding: 0 18px;
}
#a9c72a8d32ad1f0 .search-box .search-type li:hover {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .search-box .search-type li.active {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f1f0ed;
  overflow: hidden;
}
#a9c72a8d32ad1f0 .inner-form .input-field {
  height: 100%;
}
#a9c72a8d32ad1f0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #9b9b9b;
}
#a9c72a8d32ad1f0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f1f0ed;
  position: relative;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #9b9b9b;
  margin: 0 15px;
}
#a9c72a8d32ad1f0 .inner-form .input-field.second-wrap {
  min-width: 65px;
}
#a9c72a8d32ad1f0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  font-size: 14px;
}
#a9c72a8d32ad1f0 .btn-search:hover {
  background: #e77e27;
}
#a9c72a8d32ad1f0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9d1aa9c59ada02 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d1aa9c59ada02 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a9d1aa9c59ada02 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d1aa9c59ada02 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #e67b13;
}
#a9d1aa9c59ada02 .menu-list > li.active > a:before,
#a9d1aa9c59ada02 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d1aa9c59ada02 .menu-list > li ul li {
  position: relative;
}
#a9d1aa9c59ada02 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #e27914;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover > a {
  background-color: #f5a623;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list li ul li a:active,
#a9d1aa9c59ada02 .menu-list li ul li a.active,
#a9d1aa9c59ada02 .menu-list li ul li.active > a {
  background-color: #f5a623;
}
#a9d1aa9c59ada02 .menu-list li ul,
#a9d1aa9c59ada02 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #e27914;
}
#a9d1aa9c59ada02 .menu-list li ul.menu-b > li,
#a9d1aa9c59ada02 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d1aa9c59ada02 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d1aa9c59ada02 .menu-list li:hover > ul {
  display: block;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7eb0a9fc0ae13b .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(34, 25, 77, 0);
  overflow: hidden;
  transition: all .3s ease;
}
#a7eb0a9fc0ae13b .marquee-wrap > .str_move {
  cursor: text;
}
#a7eb0a9fc0ae13b .marquee-wrap:hover {
  background: rgba(34, 25, 77, 0);
}
#a7eb0a9fc0ae13b .marquee-wrap .content {
  position: absolute;
}
#a7eb0a9fc0ae13b .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#a7eb0a9fc0ae13b .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#abd9ba8d6eab8d4 > .ele-wrap {background-color: rgba(43, 43, 43, 1);}#af5daa5604a1ce4 [data-item*=".abstract"], #af5daa5604a1ce4 [data-item*=".abstract"] a {show: true;}#af5daa5604a1ce4 [data-item*=".subTitle"], #af5daa5604a1ce4 [data-item*=".subTitle"] a {show: true;}#af5daa5604a1ce4 [data-item*=".category"], #af5daa5604a1ce4 [data-item*=".category"] a {show: true;}#a70bea8207a8ac5 [data-item*=".abstract"], #a70bea8207a8ac5 [data-item*=".abstract"] a {show: true;}#a70bea8207a8ac5 [data-item*=".subTitle"], #a70bea8207a8ac5 [data-item*=".subTitle"] a {show: false;}#a70bea8207a8ac5 [data-item*=".category"], #a70bea8207a8ac5 [data-item*=".category"] a {show: false;}#a6908a4c39ac448 [data-item*=".abstract"], #a6908a4c39ac448 [data-item*=".abstract"] a {show: true;}#a6908a4c39ac448 [data-item*=".subTitle"], #a6908a4c39ac448 [data-item*=".subTitle"] a {show: true;}#a6908a4c39ac448 [data-item*=".category"], #a6908a4c39ac448 [data-item*=".category"] a {show: true;}#a368cae86ba9b0f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a1b72a1807a21b7 .form-agree {
  display: flex;
  align-items: center;
}
#a1b72a1807a21b7 .uk-form .form-submit-btn {
  width: 120px;
}
#a1b72a1807a21b7 .submit-wrap {
  text-align: center;
}
#a1b72a1807a21b7 .submit-wrap button {
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
}
#a1b72a1807a21b7 form {
  border-top-left-radius: 0;
}
#a1b72a1807a21b7 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a1b72a1807a21b7 .form-item .uk-input,
#a1b72a1807a21b7 .form-item .uk-select,
#a1b72a1807a21b7 .form-item .uk-textarea {
  width: 400px;
  background-color: #f4f4f4;
}
#a1b72a1807a21b7 .form-item .auto-height {
  height: auto;
}
#a8bbdac662a9f6d .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(30, 135, 240, 1);border-radius: 25px;justify-content: center;border-style: solid;}#a8bbdac662a9f6d .ele-wrap:hover {background-color: #509c49;}#aae9baa6c3aa4e5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;}#a498aa3c44a3521 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#accb1abf29a9e0a > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#ae50aad56ba3c06 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;}#a1f60a18fda9c98 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a0227ae023aef79 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a1417ae081a913f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;}#ae8b1a60e6ac1c0 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a99ada99c8a9474 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a429ca328faa749 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;color: #f5a623;}#a429ca328faa749 [data-item="buttons[0]"]:hover {color: #b8e986;}#a9bd1a4d33ac796 > .ele-wrap {background-color: rgba(17, 17, 17, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8e1fa5769a17c4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8e1fa5769a17c4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#aaad6a5895a173f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa46da2048a17e0 , #aa46da2048a17e0 a{color: rgba(155, 155, 155, 1);}#a6893aa643a9daf , #a6893aa643a9daf a{color: rgba(155, 155, 155, 1);}#a7a7aa47fda7f42 , #a7a7aa47fda7f42 a{color: rgba(155, 155, 155, 1);}#a0b1ba2f48a4e5c , #a0b1ba2f48a4e5c a{color: rgba(155, 155, 155, 1);}#ac7bea3a13aaca3 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ae059a92d4a24fd .uk-card {
  font-size: 12px;
}
#ae059a92d4a24fd .price {
  line-height: 24px;
  color: #fff;
  padding: 0 20px;
  position: absolute;
  right: 0;
  top: 28px;
  background: #4a90e2;
  font-size: 14px;
  border-radius: 14px 0 0 14px;
}
#ae059a92d4a24fd .tag {
  margin: 12px 6px 0 0px;
  display: inline-block;
  font-size: 12px;
  color: #296fb7;
  border: 1px solid #296fb7;
  padding: 2px 5px;
  border-radius: 3px;
}
#a946cad9ffa2b62 .event-list {
  margin-bottom: 20px;
}
#a946cad9ffa2b62 .event-list .event-date {
  margin: 14px 30px 0 0;
  width: 54px;
  height: 54px;
  text-align: center;
  color: #4a90e2;
  border: 1px solid #4a90e2;
  padding: 0;
}
#a946cad9ffa2b62 .event-list .number-mon {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  padding-top: 6px;
}
#a946cad9ffa2b62 .event-list p {
  margin: 0;
  padding: 0;
}
#a946cad9ffa2b62 .event-list .text-mon {
  font-size: 12px;
}
#a946cad9ffa2b62 .event-list .event-meta .detail {
  font-size: 14px;
  color: #b0b0b0;
  line-height: 2;
}
#a946cad9ffa2b62 .item-title {
  font-size: 16px;
  color: #333;
  position: relative;
  line-height: 36px;
  margin-bottom: 6px;
  display: block;
}
#a946cad9ffa2b62 .uk-card:hover .event-date {
  background-color: #4a90e2;
  color: #fff;
}
#a946cad9ffa2b62 .event-meta h4 a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 30px;
  border-bottom: 1px solid #4a90e2;
}
#ab322a608aaf735 .uk-container {
  line-height: 2;
  color: #999;
}
#a9c72a8d32ad1f0 form {
  width: 100%;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a9c72a8d32ad1f0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9c72a8d32ad1f0 .search-box .search-type.show {
  display: block;
}
#a9c72a8d32ad1f0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f0ed;
  cursor: pointer;
  padding: 0 18px;
}
#a9c72a8d32ad1f0 .search-box .search-type li:hover {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .search-box .search-type li.active {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f1f0ed;
  overflow: hidden;
}
#a9c72a8d32ad1f0 .inner-form .input-field {
  height: 100%;
}
#a9c72a8d32ad1f0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #9b9b9b;
}
#a9c72a8d32ad1f0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f1f0ed;
  position: relative;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #9b9b9b;
  margin: 0 15px;
}
#a9c72a8d32ad1f0 .inner-form .input-field.second-wrap {
  min-width: 65px;
}
#a9c72a8d32ad1f0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  font-size: 14px;
}
#a9c72a8d32ad1f0 .btn-search:hover {
  background: #e77e27;
}
#a9c72a8d32ad1f0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9d1aa9c59ada02 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d1aa9c59ada02 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a9d1aa9c59ada02 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d1aa9c59ada02 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #e67b13;
}
#a9d1aa9c59ada02 .menu-list > li.active > a:before,
#a9d1aa9c59ada02 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d1aa9c59ada02 .menu-list > li ul li {
  position: relative;
}
#a9d1aa9c59ada02 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #e27914;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover > a {
  background-color: #f5a623;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list li ul li a:active,
#a9d1aa9c59ada02 .menu-list li ul li a.active,
#a9d1aa9c59ada02 .menu-list li ul li.active > a {
  background-color: #f5a623;
}
#a9d1aa9c59ada02 .menu-list li ul,
#a9d1aa9c59ada02 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #e27914;
}
#a9d1aa9c59ada02 .menu-list li ul.menu-b > li,
#a9d1aa9c59ada02 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d1aa9c59ada02 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d1aa9c59ada02 .menu-list li:hover > ul {
  display: block;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7eb0a9fc0ae13b .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(34, 25, 77, 0);
  overflow: hidden;
  transition: all .3s ease;
}
#a7eb0a9fc0ae13b .marquee-wrap > .str_move {
  cursor: text;
}
#a7eb0a9fc0ae13b .marquee-wrap:hover {
  background: rgba(34, 25, 77, 0);
}
#a7eb0a9fc0ae13b .marquee-wrap .content {
  position: absolute;
}
#a7eb0a9fc0ae13b .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#a7eb0a9fc0ae13b .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#abd9ba8d6eab8d4 > .ele-wrap {background-color: rgba(43, 43, 43, 1);}#ae059a92d4a24fd [data-item*=".abstract"], #ae059a92d4a24fd [data-item*=".abstract"] a {show: false;}#ae059a92d4a24fd [data-item*=".subTitle"], #ae059a92d4a24fd [data-item*=".subTitle"] a {show: false;}#ae059a92d4a24fd [data-item*=".category"], #ae059a92d4a24fd [data-item*=".category"] a {show: true;}#a8eb3a3b24a3089 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aca91a5987a60f4 .form-agree {
  display: flex;
  align-items: center;
}
#aca91a5987a60f4 .uk-form .form-submit-btn {
  width: 120px;
}
#aca91a5987a60f4 .submit-wrap {
  text-align: center;
}
#aca91a5987a60f4 .submit-wrap button {
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
}
#aca91a5987a60f4 form {
  border-top-left-radius: 0;
}
#aca91a5987a60f4 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#aca91a5987a60f4 .form-item .uk-input,
#aca91a5987a60f4 .form-item .uk-select,
#aca91a5987a60f4 .form-item .uk-textarea {
  width: 400px;
  background-color: #f4f4f4;
}
#aca91a5987a60f4 .form-item .auto-height {
  height: auto;
}
#a0e9fafbd2a96f0 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(30, 135, 240, 1);border-radius: 25px;justify-content: center;border-style: solid;}#a0e9fafbd2a96f0 .ele-wrap:hover {background-color: #509c49;}#a9bd1a4d33ac796 > .ele-wrap {background-color: rgba(17, 17, 17, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8e1fa5769a17c4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8e1fa5769a17c4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#aaad6a5895a173f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa46da2048a17e0 , #aa46da2048a17e0 a{color: rgba(155, 155, 155, 1);}#a6893aa643a9daf , #a6893aa643a9daf a{color: rgba(155, 155, 155, 1);}#a7a7aa47fda7f42 , #a7a7aa47fda7f42 a{color: rgba(155, 155, 155, 1);}#a0b1ba2f48a4e5c , #a0b1ba2f48a4e5c a{color: rgba(155, 155, 155, 1);}#aa34ba3fe5a166f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#acfecaddcca1d78 .card-metas li {
  color: #999;
  position: relative;
  font-size: 12px;
  border-right: 1px solid #ececec;
  padding-right: 30px;
  margin-right: 15px;
}
#acfecaddcca1d78 .card-metas li:last-child {
  border-right: none;
  margin-right: 0;
}
#acfecaddcca1d78 .card-metas li h6 {
  margin-bottom: 4px;
}
#acfecaddcca1d78 .price {
  line-height: 32px;
  color: #fff;
  padding: 0 15px;
  position: absolute;
  right: -7px;
  top: -17px;
  background: #4a90e2;
  font-size: 17px;
}
#acfecaddcca1d78 .price::before,
#acfecaddcca1d78 .price::after {
  content: '';
  width: 0;
  height: 0;
  top: 0;
  right: 0;
  border-top: 7px solid transparent !important;
  border-left: 7px solid #428bdc;
  position: absolute;
  transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -o-transform: translateY(-100%);
}
#acfecaddcca1d78 .price::after {
  border-color: #000;
  opacity: 0.2;
}
#acfecaddcca1d78 .ap-rating {
  height: 14px;
  font-size: 14px;
  line-height: 1;
}
#acfecaddcca1d78 .ap-rating i {
  display: inline-block;
  margin-right: 2px;
}
#a4febaf952ad4d4 .event-list {
  margin-bottom: 20px;
}
#a4febaf952ad4d4 .event-list .event-date {
  margin: 14px 30px 0 0;
  width: 54px;
  height: 54px;
  text-align: center;
  color: #4a90e2;
  border: 1px solid #4a90e2;
  padding: 0;
}
#a4febaf952ad4d4 .event-list .number-mon {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  padding-top: 6px;
}
#a4febaf952ad4d4 .event-list p {
  margin: 0;
  padding: 0;
}
#a4febaf952ad4d4 .event-list .text-mon {
  font-size: 12px;
}
#a4febaf952ad4d4 .event-list .event-meta .detail {
  font-size: 14px;
  color: #b0b0b0;
  line-height: 2;
}
#a4febaf952ad4d4 .item-title {
  font-size: 16px;
  color: #333;
  position: relative;
  line-height: 36px;
  margin-bottom: 6px;
  display: block;
}
#a4febaf952ad4d4 .uk-card:hover .event-date {
  background-color: #4a90e2;
  color: #fff;
}
#a4febaf952ad4d4 .event-meta h4 a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 30px;
  border-bottom: 1px solid #4a90e2;
}
#acda5a9224a08db .uk-container {
  line-height: 2;
  color: #999;
}
#a9c72a8d32ad1f0 form {
  width: 100%;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a9c72a8d32ad1f0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9c72a8d32ad1f0 .search-box .search-type.show {
  display: block;
}
#a9c72a8d32ad1f0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f0ed;
  cursor: pointer;
  padding: 0 18px;
}
#a9c72a8d32ad1f0 .search-box .search-type li:hover {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .search-box .search-type li.active {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f1f0ed;
  overflow: hidden;
}
#a9c72a8d32ad1f0 .inner-form .input-field {
  height: 100%;
}
#a9c72a8d32ad1f0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #9b9b9b;
}
#a9c72a8d32ad1f0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f1f0ed;
  position: relative;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #9b9b9b;
  margin: 0 15px;
}
#a9c72a8d32ad1f0 .inner-form .input-field.second-wrap {
  min-width: 65px;
}
#a9c72a8d32ad1f0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  font-size: 14px;
}
#a9c72a8d32ad1f0 .btn-search:hover {
  background: #e77e27;
}
#a9c72a8d32ad1f0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9d1aa9c59ada02 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d1aa9c59ada02 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a9d1aa9c59ada02 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d1aa9c59ada02 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #e67b13;
}
#a9d1aa9c59ada02 .menu-list > li.active > a:before,
#a9d1aa9c59ada02 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d1aa9c59ada02 .menu-list > li ul li {
  position: relative;
}
#a9d1aa9c59ada02 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #e27914;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover > a {
  background-color: #f5a623;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list li ul li a:active,
#a9d1aa9c59ada02 .menu-list li ul li a.active,
#a9d1aa9c59ada02 .menu-list li ul li.active > a {
  background-color: #f5a623;
}
#a9d1aa9c59ada02 .menu-list li ul,
#a9d1aa9c59ada02 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #e27914;
}
#a9d1aa9c59ada02 .menu-list li ul.menu-b > li,
#a9d1aa9c59ada02 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d1aa9c59ada02 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d1aa9c59ada02 .menu-list li:hover > ul {
  display: block;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7eb0a9fc0ae13b .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(34, 25, 77, 0);
  overflow: hidden;
  transition: all .3s ease;
}
#a7eb0a9fc0ae13b .marquee-wrap > .str_move {
  cursor: text;
}
#a7eb0a9fc0ae13b .marquee-wrap:hover {
  background: rgba(34, 25, 77, 0);
}
#a7eb0a9fc0ae13b .marquee-wrap .content {
  position: absolute;
}
#a7eb0a9fc0ae13b .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#a7eb0a9fc0ae13b .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#abd9ba8d6eab8d4 > .ele-wrap {background-color: rgba(43, 43, 43, 1);}#acfecaddcca1d78 [data-item*=".title"], #acfecaddcca1d78 [data-item*=".title"] a {font-size: 16px;font-weight: bold;max-line: 1;}#acfecaddcca1d78 [data-item*=".abstract"], #acfecaddcca1d78 [data-item*=".abstract"] a {show: true;font-size: nullpx;color: rgba(155, 155, 155, 1);}#acfecaddcca1d78 [data-item*=".subTitle"], #acfecaddcca1d78 [data-item*=".subTitle"] a {show: true;}#acfecaddcca1d78 [data-item*=".category"], #acfecaddcca1d78 [data-item*=".category"] a {show: true;}#a98a2a380cab08e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ad67ea0335ac3bc .form-agree {
  display: flex;
  align-items: center;
}
#ad67ea0335ac3bc .uk-form .form-submit-btn {
  width: 120px;
}
#ad67ea0335ac3bc .submit-wrap {
  text-align: center;
}
#ad67ea0335ac3bc .submit-wrap button {
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
}
#ad67ea0335ac3bc form {
  border-top-left-radius: 0;
}
#ad67ea0335ac3bc form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#ad67ea0335ac3bc .form-item .uk-input,
#ad67ea0335ac3bc .form-item .uk-select,
#ad67ea0335ac3bc .form-item .uk-textarea {
  width: 400px;
  background-color: #f4f4f4;
}
#ad67ea0335ac3bc .form-item .auto-height {
  height: auto;
}
#a18a8a9241a3969 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(30, 135, 240, 1);border-radius: 25px;justify-content: center;border-style: solid;}#a18a8a9241a3969 .ele-wrap:hover {background-color: #509c49;}#a9bd1a4d33ac796 > .ele-wrap {background-color: rgba(17, 17, 17, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8e1fa5769a17c4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8e1fa5769a17c4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#aaad6a5895a173f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa46da2048a17e0 , #aa46da2048a17e0 a{color: rgba(155, 155, 155, 1);}#a6893aa643a9daf , #a6893aa643a9daf a{color: rgba(155, 155, 155, 1);}#a7a7aa47fda7f42 , #a7a7aa47fda7f42 a{color: rgba(155, 155, 155, 1);}#a0b1ba2f48a4e5c , #a0b1ba2f48a4e5c a{color: rgba(155, 155, 155, 1);}#ac7bea3a13aaca3 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a9c6ea7ea4a414f .uk-container {
  overflow: visible;
}
#a835da4b5cac565 .uk-container {
  line-height: 2;
  color: #999;
}
#a9c72a8d32ad1f0 form {
  width: 100%;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a9c72a8d32ad1f0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9c72a8d32ad1f0 .search-box .search-type.show {
  display: block;
}
#a9c72a8d32ad1f0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f0ed;
  cursor: pointer;
  padding: 0 18px;
}
#a9c72a8d32ad1f0 .search-box .search-type li:hover {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .search-box .search-type li.active {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f1f0ed;
  overflow: hidden;
}
#a9c72a8d32ad1f0 .inner-form .input-field {
  height: 100%;
}
#a9c72a8d32ad1f0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #9b9b9b;
}
#a9c72a8d32ad1f0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f1f0ed;
  position: relative;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #9b9b9b;
  margin: 0 15px;
}
#a9c72a8d32ad1f0 .inner-form .input-field.second-wrap {
  min-width: 65px;
}
#a9c72a8d32ad1f0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  font-size: 14px;
}
#a9c72a8d32ad1f0 .btn-search:hover {
  background: #e77e27;
}
#a9c72a8d32ad1f0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9d1aa9c59ada02 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d1aa9c59ada02 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a9d1aa9c59ada02 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d1aa9c59ada02 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #e67b13;
}
#a9d1aa9c59ada02 .menu-list > li.active > a:before,
#a9d1aa9c59ada02 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d1aa9c59ada02 .menu-list > li ul li {
  position: relative;
}
#a9d1aa9c59ada02 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #e27914;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover > a {
  background-color: #f5a623;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list li ul li a:active,
#a9d1aa9c59ada02 .menu-list li ul li a.active,
#a9d1aa9c59ada02 .menu-list li ul li.active > a {
  background-color: #f5a623;
}
#a9d1aa9c59ada02 .menu-list li ul,
#a9d1aa9c59ada02 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #e27914;
}
#a9d1aa9c59ada02 .menu-list li ul.menu-b > li,
#a9d1aa9c59ada02 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d1aa9c59ada02 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d1aa9c59ada02 .menu-list li:hover > ul {
  display: block;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7eb0a9fc0ae13b .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(34, 25, 77, 0);
  overflow: hidden;
  transition: all .3s ease;
}
#a7eb0a9fc0ae13b .marquee-wrap > .str_move {
  cursor: text;
}
#a7eb0a9fc0ae13b .marquee-wrap:hover {
  background: rgba(34, 25, 77, 0);
}
#a7eb0a9fc0ae13b .marquee-wrap .content {
  position: absolute;
}
#a7eb0a9fc0ae13b .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#a7eb0a9fc0ae13b .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#abd9ba8d6eab8d4 > .ele-wrap {background-color: rgba(43, 43, 43, 1);}#aced8a726fae06f > .ele-wrap {background-color: rgba(198, 49, 74, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 1);}#aced8a726fae06f  > .ele-wrap:hover {background-color: rgba(240, 131, 0, 1);}#a535baf8f6a11c2 > .ele-wrap {background-color: rgba(0, 102, 0, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 1);}#a535baf8f6a11c2  > .ele-wrap:hover {background-color: rgba(240, 131, 0, 1);}#a952da274ea5902 > .ele-wrap {background-color: rgba(215, 40, 57, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 1);}#a952da274ea5902  > .ele-wrap:hover {background-color: rgba(240, 131, 0, 1);}#a1bb8a1c3aab1b9 > .ele-wrap {background-color: rgba(13, 94, 175, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 1);}#a1bb8a1c3aab1b9  > .ele-wrap:hover {background-color: rgba(240, 131, 0, 1);}#a6a4aa65b3a6b1a > .ele-wrap {background-color: rgba(1, 37, 126, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 1);}#a6a4aa65b3a6b1a  > .ele-wrap:hover {background-color: rgba(240, 131, 0, 1);}#a63e3a890ca33be > .ele-wrap {background-color: rgba(25, 161, 98, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 1);}#a63e3a890ca33be  > .ele-wrap:hover {background-color: rgba(240, 131, 0, 1);}#a9c6ea7ea4a414f [data-item="buttons[1]"] {font-size: 14px;justify-content: center;border-style: solid;background-color: rgba(245, 166, 35, 1);}#a9c6ea7ea4a414f [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;background-color: rgba(255, 255, 255, 1);color: #4a90e2;}#a4432a2619aa9b6 .ap-category-filter ul li.active {
  border-color: #4a90e2;
  color: #4a90e2;
}
#a4432a2619aa9b6 .grid-list .product-item {
  overflow: hidden;
}
#a4432a2619aa9b6 .grid-list .product-preview .img {
  display: block;
}
#a4432a2619aa9b6 .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#a4432a2619aa9b6 .grid-list .tags .tag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 4px 1px;
  border-radius: 2px;
  background-color: #F8353E;
  margin-right: 4px;
  float: left;
}
#a4432a2619aa9b6 .grid-list .product-info {
  min-height: 110px;
}
#a4432a2619aa9b6 .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#a4432a2619aa9b6 .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#a4432a2619aa9b6 .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#a4432a2619aa9b6 .grid-list .category-name {
  font-size: 12px;
}
#a4432a2619aa9b6 .grid-list .category-name a {
  color: #777;
}
#a4432a2619aa9b6 .grid-list .title,
#a4432a2619aa9b6 .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#a4432a2619aa9b6 .grid-list .title a,
#a4432a2619aa9b6 .grid-list .subTitle a {
  color: #191919;
}
#a4432a2619aa9b6 .grid-list .product-buttons {
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#a4432a2619aa9b6 .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#a4432a2619aa9b6 .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#a4432a2619aa9b6 .grid-list {
  margin-left: -12px;
}
#a4432a2619aa9b6 .grid-list .product-preview {
  border-radius: 8px;
  overflow: hidden;
}
#a4432a2619aa9b6 .grid-list .title a {
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a4432a2619aa9b6 .grid-list.uk-grid-small > * {
  padding-left: 12px;
}
#a4432a2619aa9b6 .grid-list > .uk-grid-margin {
  margin-top: 1px;
}
#a4432a2619aa9b6 .grid-list .product:hover {
  background-color: auto;
}
#a4432a2619aa9b6 .grid-list .product:hover .title a {
  color: #444;
}
#a4432a2619aa9b6 .grid-list .product:hover .subTitle {
  color: auto;
}
#a4432a2619aa9b6 .grid-list .product:hover .category {
  color: auto;
}
#a4432a2619aa9b6 .grid-list .product:hover .abstract {
  color: auto;
}
#a4432a2619aa9b6 .grid-list .product:hover .product-btn {
  color: auto;
}
#a4432a2619aa9b6 .uk-pagination li a {
  font-size: 14px;
}
@media (max-width: 640px) {
  #a4432a2619aa9b6 .grid-list .product-info {
    min-height: 0;
  }
  #a4432a2619aa9b6 .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #a4432a2619aa9b6 .grid-list .product-buttons {
    display: none;
  }
}
#a1fccad24daf669 {
  overflow: hidden;
  pointer-events: none;
}
#a1fccad24daf669 > .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;
}
#a1fccad24daf669 > .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;
}
#a1fccad24daf669 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a1fccad24daf669 > .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;
}
#a1fccad24daf669 > .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;
}
#a1fccad24daf669 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a1fccad24daf669 > .tab-wrap > div > .tab-nav,
#a1fccad24daf669 > .tab-nav,
#a1fccad24daf669 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a1fccad24daf669 > .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;
}
#a1fccad24daf669 > .tab-wrap > div > .tab-nav-horizontal,
#a1fccad24daf669 > .tab-nav-horizontal,
#a1fccad24daf669 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a1fccad24daf669 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a1fccad24daf669 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a1fccad24daf669 > .tab-nav-horizontal::-webkit-scrollbar,
#a1fccad24daf669 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a1fccad24daf669 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a1fccad24daf669 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a1fccad24daf669 > .tab-nav-horizontal.tagScroll,
#a1fccad24daf669 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a1fccad24daf669 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a1fccad24daf669 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a1fccad24daf669 > .tab-nav-horizontal.tagScroll li a,
#a1fccad24daf669 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a1fccad24daf669 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a1fccad24daf669 > .tab-wrap > div > .tab-nav a,
#a1fccad24daf669 > .tab-nav a,
#a1fccad24daf669 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a1fccad24daf669 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a1fccad24daf669 > .tab-wrap > div > .tab-nav li a,
#a1fccad24daf669 > .tab-nav li a,
#a1fccad24daf669 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a1fccad24daf669 > .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: 16px;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
}
#a1fccad24daf669 > .tab-wrap > div > .tab-nav li a svg,
#a1fccad24daf669 > .tab-nav li a svg,
#a1fccad24daf669 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a1fccad24daf669 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a1fccad24daf669 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a1fccad24daf669 > .tab-nav li a .ap_icon,
#a1fccad24daf669 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a1fccad24daf669 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a1fccad24daf669 > .tab-wrap > div > .tab-nav li a:hover,
#a1fccad24daf669 > .tab-nav li a:hover,
#a1fccad24daf669 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a1fccad24daf669 > .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;
}
#a1fccad24daf669 > .tab-wrap > div > .tab-nav li.uk-active a,
#a1fccad24daf669 > .tab-nav li.uk-active a,
#a1fccad24daf669 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a1fccad24daf669 > .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;
}
#a1fccad24daf669 .layout-left li,
#a1fccad24daf669 .layout-center li,
#a1fccad24daf669 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a1fccad24daf669 .layout-left li a,
#a1fccad24daf669 .layout-center li a,
#a1fccad24daf669 .layout-right li a {
  height: 100%;
}
#a1fccad24daf669 > .tab-tabs .layout-left {
  text-align: left;
}
#a1fccad24daf669 > .tab-tabs .layout-center {
  text-align: center;
}
#a1fccad24daf669 > .tab-tabs .layout-right {
  text-align: right;
}
#a1fccad24daf669 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a1fccad24daf669 .tab-content-wrap {
  background-color: #ffffff;
}
#a1fccad24daf669 .tab-contents,
#a1fccad24daf669 .tab-contents-wrap {
  pointer-events: none;
}
#a1fccad24daf669 .tab-content,
#a1fccad24daf669 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a1fccad24daf669 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a1fccad24daf669 .tab-wrap .tab-contents {
  height: 100%;
}
#a1fccad24daf669 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a1fccad24daf669 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a1fccad24daf669 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9bd1a4d33ac796 > .ele-wrap {background-color: rgba(17, 17, 17, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8e1fa5769a17c4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8e1fa5769a17c4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#aaad6a5895a173f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa46da2048a17e0 , #aa46da2048a17e0 a{color: rgba(155, 155, 155, 1);}#a6893aa643a9daf , #a6893aa643a9daf a{color: rgba(155, 155, 155, 1);}#a7a7aa47fda7f42 , #a7a7aa47fda7f42 a{color: rgba(155, 155, 155, 1);}#a0b1ba2f48a4e5c , #a0b1ba2f48a4e5c a{color: rgba(155, 155, 155, 1);}#a74a9abac4af35e .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a3411a775daa4a6 .uk-container {
  overflow: visible;
}
#accb8ac6b0a8174 .slider-nav {
  position: absolute;
  right: 0;
  top: -60px;
}
#accb8ac6b0a8174 .uk-slidenav {
  border: 1px solid #ccc;
  margin: 0;
  transition: all 0.1s ease-in;
}
#accb8ac6b0a8174 .uk-slidenav:hover {
  background-color: #4a90e2;
  border-color: #4a90e2;
}
#accb8ac6b0a8174 .uk-slidenav:hover svg {
  color: #fff;
}
#a6957a87d0ab1ea .event-list {
  margin-bottom: 20px;
}
#a6957a87d0ab1ea .event-list .event-date {
  margin: 14px 30px 0 0;
  width: 54px;
  height: 54px;
  text-align: center;
  color: #4a90e2;
  border: 1px solid #4a90e2;
  padding: 0;
}
#a6957a87d0ab1ea .event-list .number-mon {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  padding-top: 6px;
}
#a6957a87d0ab1ea .event-list p {
  margin: 0;
  padding: 0;
}
#a6957a87d0ab1ea .event-list .text-mon {
  font-size: 12px;
}
#a6957a87d0ab1ea .event-list .event-meta .detail {
  font-size: 14px;
  color: #b0b0b0;
  line-height: 2;
}
#a6957a87d0ab1ea .item-title {
  font-size: 16px;
  color: #333;
  position: relative;
  line-height: 36px;
  margin-bottom: 6px;
  display: block;
}
#a6957a87d0ab1ea .uk-card:hover .event-date {
  background-color: #4a90e2;
  color: #fff;
}
#a6957a87d0ab1ea .event-meta h4 a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 30px;
  border-bottom: 1px solid #4a90e2;
}
#a63ada278da1b89 .uk-container {
  line-height: 2;
  color: #999;
}
#a9c72a8d32ad1f0 form {
  width: 100%;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a9c72a8d32ad1f0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9c72a8d32ad1f0 .search-box .search-type.show {
  display: block;
}
#a9c72a8d32ad1f0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f0ed;
  cursor: pointer;
  padding: 0 18px;
}
#a9c72a8d32ad1f0 .search-box .search-type li:hover {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .search-box .search-type li.active {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f1f0ed;
  overflow: hidden;
}
#a9c72a8d32ad1f0 .inner-form .input-field {
  height: 100%;
}
#a9c72a8d32ad1f0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #9b9b9b;
}
#a9c72a8d32ad1f0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f1f0ed;
  position: relative;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #9b9b9b;
  margin: 0 15px;
}
#a9c72a8d32ad1f0 .inner-form .input-field.second-wrap {
  min-width: 65px;
}
#a9c72a8d32ad1f0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  font-size: 14px;
}
#a9c72a8d32ad1f0 .btn-search:hover {
  background: #e77e27;
}
#a9c72a8d32ad1f0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9d1aa9c59ada02 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d1aa9c59ada02 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a9d1aa9c59ada02 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d1aa9c59ada02 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #e67b13;
}
#a9d1aa9c59ada02 .menu-list > li.active > a:before,
#a9d1aa9c59ada02 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d1aa9c59ada02 .menu-list > li ul li {
  position: relative;
}
#a9d1aa9c59ada02 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #e27914;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover > a {
  background-color: #f5a623;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list li ul li a:active,
#a9d1aa9c59ada02 .menu-list li ul li a.active,
#a9d1aa9c59ada02 .menu-list li ul li.active > a {
  background-color: #f5a623;
}
#a9d1aa9c59ada02 .menu-list li ul,
#a9d1aa9c59ada02 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #e27914;
}
#a9d1aa9c59ada02 .menu-list li ul.menu-b > li,
#a9d1aa9c59ada02 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d1aa9c59ada02 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d1aa9c59ada02 .menu-list li:hover > ul {
  display: block;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7eb0a9fc0ae13b .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(34, 25, 77, 0);
  overflow: hidden;
  transition: all .3s ease;
}
#a7eb0a9fc0ae13b .marquee-wrap > .str_move {
  cursor: text;
}
#a7eb0a9fc0ae13b .marquee-wrap:hover {
  background: rgba(34, 25, 77, 0);
}
#a7eb0a9fc0ae13b .marquee-wrap .content {
  position: absolute;
}
#a7eb0a9fc0ae13b .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#a7eb0a9fc0ae13b .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#abd9ba8d6eab8d4 > .ele-wrap {background-color: rgba(43, 43, 43, 1);}#a782ca00f8ab8d6 > .ele-wrap {background-color: rgba(198, 11, 30, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 1);}#a782ca00f8ab8d6  > .ele-wrap:hover {background-color: rgba(240, 131, 0, 1);}#ab6aba58c8ac5d7 > .ele-wrap {background-color: rgba(0, 102, 0, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 1);}#ab6aba58c8ac5d7  > .ele-wrap:hover {background-color: rgba(240, 131, 0, 1);}#a0cbbaa1bbacd31 > .ele-wrap {background-color: rgba(198, 49, 74, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 1);}#a0cbbaa1bbacd31  > .ele-wrap:hover {background-color: rgba(240, 131, 0, 1);}#a7b33a8947a918a > .ele-wrap {background-color: rgba(215, 40, 57, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 1);}#a7b33a8947a918a  > .ele-wrap:hover {background-color: rgba(240, 131, 0, 1);}#a51d7a9de9ad9bf > .ele-wrap {background-color: rgba(1, 37, 126, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 1);}#a51d7a9de9ad9bf  > .ele-wrap:hover {background-color: rgba(240, 131, 0, 1);}#a24d6aea93a0521 > .ele-wrap {background-color: rgba(13, 94, 175, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 1);}#a24d6aea93a0521  > .ele-wrap:hover {background-color: rgba(240, 131, 0, 1);}#a9062a4088ad65c > .ele-wrap {background-color: rgba(25, 161, 98, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 1);}#a9062a4088ad65c  > .ele-wrap:hover {background-color: rgba(240, 131, 0, 1);}#a3411a775daa4a6 [data-item="buttons[1]"] {font-size: 14px;justify-content: center;border-style: solid;background-color: rgba(245, 166, 35, 1);}#a3411a775daa4a6 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;background-color: rgba(255, 255, 255, 1);color: #4a90e2;}#accb8ac6b0a8174 [data-item="items"] .uk-card {
                border-radius: 8px !important; overflow: hidden;
            } #accb8ac6b0a8174 [data-item*=".title"], #accb8ac6b0a8174 [data-item*=".title"] a {font-size: 16px;font-weight: bold;}#accb8ac6b0a8174 [data-item*=".abstract"], #accb8ac6b0a8174 [data-item*=".abstract"] a {show: false;}#accb8ac6b0a8174 [data-item*=".subTitle"], #accb8ac6b0a8174 [data-item*=".subTitle"] a {show: true;}#accb8ac6b0a8174 [data-item*=".category"], #accb8ac6b0a8174 [data-item*=".category"] a {show: true;}#a3055a0521a1029 .ap-category-filter ul li.active {
  border-color: #4a90e2;
  color: #4a90e2;
}
#a3055a0521a1029 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a3055a0521a1029 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a3055a0521a1029 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a3055a0521a1029 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a3055a0521a1029 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a3055a0521a1029 .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;
}
#a3055a0521a1029 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a3055a0521a1029 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a3055a0521a1029 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a3055a0521a1029 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a3055a0521a1029 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a3055a0521a1029 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a3055a0521a1029 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a3055a0521a1029 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a3055a0521a1029 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a3055a0521a1029 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a3055a0521a1029 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a3055a0521a1029 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a3055a0521a1029 .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;
  }
}
#a3055a0521a1029 .ele-article-list .pic-article {
  padding: 15px 10px;
  border-bottom: 1px solid #ececec;
}
#a3055a0521a1029 .ele-article-list .pic-article .img_wrap {
  width: 20%;
  border-radius: 0px;
  overflow: hidden;
}
#a3055a0521a1029 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a3055a0521a1029 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a3055a0521a1029 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a3055a0521a1029 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a3055a0521a1029 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a3055a0521a1029 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a3055a0521a1029 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#a3055a0521a1029 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a3055a0521a1029 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a3055a0521a1029 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a7a34aa903a26ff .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a7a34aa903a26ff .ele-wrap:hover {background-color: #0483cc;}#a6957a87d0ab1ea [data-item="buttons[0]"] {color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;justify-content: center;border-style: solid;}#a6957a87d0ab1ea [data-item="buttons[0]"]:hover {background-color: #0483cc;}#a9bd1a4d33ac796 > .ele-wrap {background-color: rgba(17, 17, 17, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8e1fa5769a17c4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8e1fa5769a17c4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#aaad6a5895a173f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa46da2048a17e0 , #aa46da2048a17e0 a{color: rgba(155, 155, 155, 1);}#a6893aa643a9daf , #a6893aa643a9daf a{color: rgba(155, 155, 155, 1);}#a7a7aa47fda7f42 , #a7a7aa47fda7f42 a{color: rgba(155, 155, 155, 1);}#a0b1ba2f48a4e5c , #a0b1ba2f48a4e5c a{color: rgba(155, 155, 155, 1);}#aae05ac81ea8024 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a7058a6049a84c8 .uk-container {
  overflow: visible;
}
#acebba793da93b7 .slider-nav {
  position: absolute;
  right: 0;
  top: -60px;
}
#acebba793da93b7 .uk-slidenav {
  border: 1px solid #ccc;
  margin: 0;
  transition: all 0.1s ease-in;
}
#acebba793da93b7 .uk-slidenav:hover {
  background-color: #4a90e2;
  border-color: #4a90e2;
}
#acebba793da93b7 .uk-slidenav:hover svg {
  color: #fff;
}
#a79f6a9b01a14aa .event-list {
  margin-bottom: 20px;
}
#a79f6a9b01a14aa .event-list .event-date {
  margin: 14px 30px 0 0;
  width: 54px;
  height: 54px;
  text-align: center;
  color: #4a90e2;
  border: 1px solid #4a90e2;
  padding: 0;
}
#a79f6a9b01a14aa .event-list .number-mon {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  padding-top: 6px;
}
#a79f6a9b01a14aa .event-list p {
  margin: 0;
  padding: 0;
}
#a79f6a9b01a14aa .event-list .text-mon {
  font-size: 12px;
}
#a79f6a9b01a14aa .event-list .event-meta .detail {
  font-size: 14px;
  color: #b0b0b0;
  line-height: 2;
}
#a79f6a9b01a14aa .item-title {
  font-size: 16px;
  color: #333;
  position: relative;
  line-height: 36px;
  margin-bottom: 6px;
  display: block;
}
#a79f6a9b01a14aa .uk-card:hover .event-date {
  background-color: #4a90e2;
  color: #fff;
}
#a79f6a9b01a14aa .event-meta h4 a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 30px;
  border-bottom: 1px solid #4a90e2;
}
#a46eaa8323a7dc4 .uk-container {
  line-height: 2;
  color: #999;
}
#a9c72a8d32ad1f0 form {
  width: 100%;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a9c72a8d32ad1f0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9c72a8d32ad1f0 .search-box .search-type.show {
  display: block;
}
#a9c72a8d32ad1f0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f0ed;
  cursor: pointer;
  padding: 0 18px;
}
#a9c72a8d32ad1f0 .search-box .search-type li:hover {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .search-box .search-type li.active {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f1f0ed;
  overflow: hidden;
}
#a9c72a8d32ad1f0 .inner-form .input-field {
  height: 100%;
}
#a9c72a8d32ad1f0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #9b9b9b;
}
#a9c72a8d32ad1f0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f1f0ed;
  position: relative;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #9b9b9b;
  margin: 0 15px;
}
#a9c72a8d32ad1f0 .inner-form .input-field.second-wrap {
  min-width: 65px;
}
#a9c72a8d32ad1f0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  font-size: 14px;
}
#a9c72a8d32ad1f0 .btn-search:hover {
  background: #e77e27;
}
#a9c72a8d32ad1f0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9d1aa9c59ada02 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d1aa9c59ada02 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a9d1aa9c59ada02 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d1aa9c59ada02 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #e67b13;
}
#a9d1aa9c59ada02 .menu-list > li.active > a:before,
#a9d1aa9c59ada02 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d1aa9c59ada02 .menu-list > li ul li {
  position: relative;
}
#a9d1aa9c59ada02 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #e27914;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover > a {
  background-color: #f5a623;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list li ul li a:active,
#a9d1aa9c59ada02 .menu-list li ul li a.active,
#a9d1aa9c59ada02 .menu-list li ul li.active > a {
  background-color: #f5a623;
}
#a9d1aa9c59ada02 .menu-list li ul,
#a9d1aa9c59ada02 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #e27914;
}
#a9d1aa9c59ada02 .menu-list li ul.menu-b > li,
#a9d1aa9c59ada02 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d1aa9c59ada02 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d1aa9c59ada02 .menu-list li:hover > ul {
  display: block;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7eb0a9fc0ae13b .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(34, 25, 77, 0);
  overflow: hidden;
  transition: all .3s ease;
}
#a7eb0a9fc0ae13b .marquee-wrap > .str_move {
  cursor: text;
}
#a7eb0a9fc0ae13b .marquee-wrap:hover {
  background: rgba(34, 25, 77, 0);
}
#a7eb0a9fc0ae13b .marquee-wrap .content {
  position: absolute;
}
#a7eb0a9fc0ae13b .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#a7eb0a9fc0ae13b .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#abd9ba8d6eab8d4 > .ele-wrap {background-color: rgba(43, 43, 43, 1);}#ac08facf26a74ba > .ele-wrap {background-color: rgba(0, 122, 94, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 1);}#ac08facf26a74ba  > .ele-wrap:hover {background-color: rgba(240, 131, 0, 1);}#a670baad5dafca7 > .ele-wrap {background-color: rgba(98, 206, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 1);}#a670baad5dafca7  > .ele-wrap:hover {background-color: rgba(240, 131, 0, 1);}#a4509ac549a0704 > .ele-wrap {background-color: rgba(0, 158, 73, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 1);}#a4509ac549a0704  > .ele-wrap:hover {background-color: rgba(240, 131, 0, 1);}#a9b29ad191a334c > .ele-wrap {background-color: rgba(0, 107, 63, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 1);}#a9b29ad191a334c  > .ele-wrap:hover {background-color: rgba(240, 131, 0, 1);}#aab86af835ac132 > .ele-wrap {background-color: rgba(24, 101, 162, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 1);}#aab86af835ac132  > .ele-wrap:hover {background-color: rgba(240, 131, 0, 1);}#a3176a46b4a956a > .ele-wrap {background-color: rgba(0, 37, 99, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 1);}#a3176a46b4a956a  > .ele-wrap:hover {background-color: rgba(240, 131, 0, 1);}#a3fe4a13a8abf45 > .ele-wrap {background-color: rgba(255, 0, 0, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 1);}#a3fe4a13a8abf45  > .ele-wrap:hover {background-color: rgba(240, 131, 0, 1);}#a7058a6049a84c8 [data-item="buttons[1]"] {font-size: 14px;justify-content: center;border-style: solid;background-color: rgba(245, 166, 35, 1);}#a7058a6049a84c8 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;background-color: rgba(255, 255, 255, 1);color: #4a90e2;}#acebba793da93b7 [data-item="items"] .uk-card {
                border-radius: 8px !important; overflow: hidden;
            } #acebba793da93b7 [data-item*=".title"], #acebba793da93b7 [data-item*=".title"] a {font-size: 16px;font-weight: bold;}#acebba793da93b7 [data-item*=".abstract"], #acebba793da93b7 [data-item*=".abstract"] a {show: false;}#acebba793da93b7 [data-item*=".subTitle"], #acebba793da93b7 [data-item*=".subTitle"] a {show: true;}#acebba793da93b7 [data-item*=".category"], #acebba793da93b7 [data-item*=".category"] a {show: true;}#a5bd7a1618a09f8 .ap-category-filter ul li.active {
  border-color: #4a90e2;
  color: #4a90e2;
}
#a5bd7a1618a09f8 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a5bd7a1618a09f8 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a5bd7a1618a09f8 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a5bd7a1618a09f8 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a5bd7a1618a09f8 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a5bd7a1618a09f8 .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;
}
#a5bd7a1618a09f8 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a5bd7a1618a09f8 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a5bd7a1618a09f8 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a5bd7a1618a09f8 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a5bd7a1618a09f8 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a5bd7a1618a09f8 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a5bd7a1618a09f8 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a5bd7a1618a09f8 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a5bd7a1618a09f8 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a5bd7a1618a09f8 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a5bd7a1618a09f8 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a5bd7a1618a09f8 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a5bd7a1618a09f8 .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;
  }
}
#a5bd7a1618a09f8 .ele-article-list .pic-article {
  padding: 15px 10px;
  border-bottom: 1px solid #ececec;
}
#a5bd7a1618a09f8 .ele-article-list .pic-article .img_wrap {
  width: 20%;
  border-radius: 0px;
  overflow: hidden;
}
#a5bd7a1618a09f8 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a5bd7a1618a09f8 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a5bd7a1618a09f8 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a5bd7a1618a09f8 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a5bd7a1618a09f8 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a5bd7a1618a09f8 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a5bd7a1618a09f8 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#a5bd7a1618a09f8 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a5bd7a1618a09f8 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a5bd7a1618a09f8 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a1c54aa895a10f3 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a1c54aa895a10f3 .ele-wrap:hover {background-color: #0483cc;}#a79f6a9b01a14aa [data-item*=".abstract"], #a79f6a9b01a14aa [data-item*=".abstract"] a {show: true;}#a79f6a9b01a14aa [data-item*=".subTitle"], #a79f6a9b01a14aa [data-item*=".subTitle"] a {show: true;}#a79f6a9b01a14aa [data-item*=".category"], #a79f6a9b01a14aa [data-item*=".category"] a {show: true;}#a79f6a9b01a14aa [data-item="buttons[0]"] {color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;justify-content: center;border-style: solid;}#a79f6a9b01a14aa [data-item="buttons[0]"]:hover {background-color: #0483cc;}#a9bd1a4d33ac796 > .ele-wrap {background-color: rgba(17, 17, 17, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8e1fa5769a17c4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8e1fa5769a17c4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#aaad6a5895a173f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa46da2048a17e0 , #aa46da2048a17e0 a{color: rgba(155, 155, 155, 1);}#a6893aa643a9daf , #a6893aa643a9daf a{color: rgba(155, 155, 155, 1);}#a7a7aa47fda7f42 , #a7a7aa47fda7f42 a{color: rgba(155, 155, 155, 1);}#a0b1ba2f48a4e5c , #a0b1ba2f48a4e5c a{color: rgba(155, 155, 155, 1);}#a8a47a054fa2f26 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ac7e2a1a7ca980f .uk-container {
  overflow: visible;
}
#a2f06a6c26a5080 .slider-nav {
  position: absolute;
  right: 0;
  top: -60px;
}
#a2f06a6c26a5080 .uk-slidenav {
  border: 1px solid #ccc;
  margin: 0;
  transition: all 0.1s ease-in;
}
#a2f06a6c26a5080 .uk-slidenav:hover {
  background-color: #4a90e2;
  border-color: #4a90e2;
}
#a2f06a6c26a5080 .uk-slidenav:hover svg {
  color: #fff;
}
#aaff6a5f0aa4a96 .event-list {
  margin-bottom: 20px;
}
#aaff6a5f0aa4a96 .event-list .event-date {
  margin: 14px 30px 0 0;
  width: 54px;
  height: 54px;
  text-align: center;
  color: #4a90e2;
  border: 1px solid #4a90e2;
  padding: 0;
}
#aaff6a5f0aa4a96 .event-list .number-mon {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  padding-top: 6px;
}
#aaff6a5f0aa4a96 .event-list p {
  margin: 0;
  padding: 0;
}
#aaff6a5f0aa4a96 .event-list .text-mon {
  font-size: 12px;
}
#aaff6a5f0aa4a96 .event-list .event-meta .detail {
  font-size: 14px;
  color: #b0b0b0;
  line-height: 2;
}
#aaff6a5f0aa4a96 .item-title {
  font-size: 16px;
  color: #333;
  position: relative;
  line-height: 36px;
  margin-bottom: 6px;
  display: block;
}
#aaff6a5f0aa4a96 .uk-card:hover .event-date {
  background-color: #4a90e2;
  color: #fff;
}
#aaff6a5f0aa4a96 .event-meta h4 a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 30px;
  border-bottom: 1px solid #4a90e2;
}
#a9a5fa8ae4accfc .uk-container {
  line-height: 2;
  color: #999;
}
#a9c72a8d32ad1f0 form {
  width: 100%;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a9c72a8d32ad1f0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9c72a8d32ad1f0 .search-box .search-type.show {
  display: block;
}
#a9c72a8d32ad1f0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f0ed;
  cursor: pointer;
  padding: 0 18px;
}
#a9c72a8d32ad1f0 .search-box .search-type li:hover {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .search-box .search-type li.active {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f1f0ed;
  overflow: hidden;
}
#a9c72a8d32ad1f0 .inner-form .input-field {
  height: 100%;
}
#a9c72a8d32ad1f0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #9b9b9b;
}
#a9c72a8d32ad1f0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f1f0ed;
  position: relative;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #9b9b9b;
  margin: 0 15px;
}
#a9c72a8d32ad1f0 .inner-form .input-field.second-wrap {
  min-width: 65px;
}
#a9c72a8d32ad1f0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  font-size: 14px;
}
#a9c72a8d32ad1f0 .btn-search:hover {
  background: #e77e27;
}
#a9c72a8d32ad1f0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9d1aa9c59ada02 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d1aa9c59ada02 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a9d1aa9c59ada02 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d1aa9c59ada02 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #e67b13;
}
#a9d1aa9c59ada02 .menu-list > li.active > a:before,
#a9d1aa9c59ada02 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d1aa9c59ada02 .menu-list > li ul li {
  position: relative;
}
#a9d1aa9c59ada02 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #e27914;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover > a {
  background-color: #f5a623;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list li ul li a:active,
#a9d1aa9c59ada02 .menu-list li ul li a.active,
#a9d1aa9c59ada02 .menu-list li ul li.active > a {
  background-color: #f5a623;
}
#a9d1aa9c59ada02 .menu-list li ul,
#a9d1aa9c59ada02 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #e27914;
}
#a9d1aa9c59ada02 .menu-list li ul.menu-b > li,
#a9d1aa9c59ada02 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d1aa9c59ada02 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d1aa9c59ada02 .menu-list li:hover > ul {
  display: block;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7eb0a9fc0ae13b .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(34, 25, 77, 0);
  overflow: hidden;
  transition: all .3s ease;
}
#a7eb0a9fc0ae13b .marquee-wrap > .str_move {
  cursor: text;
}
#a7eb0a9fc0ae13b .marquee-wrap:hover {
  background: rgba(34, 25, 77, 0);
}
#a7eb0a9fc0ae13b .marquee-wrap .content {
  position: absolute;
}
#a7eb0a9fc0ae13b .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#a7eb0a9fc0ae13b .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#abd9ba8d6eab8d4 > .ele-wrap {background-color: rgba(43, 43, 43, 1);}#ade2aabe57a3a7a > .ele-wrap {background-color: rgba(222, 41, 16, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 1);}#ade2aabe57a3a7a  > .ele-wrap:hover {background-color: rgba(240, 131, 0, 1);}#aecf6a1beeae498 > .ele-wrap {background-color: rgba(0, 52, 120, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 1);}#aecf6a1beeae498  > .ele-wrap:hover {background-color: rgba(240, 131, 0, 1);}#a0952a7b17ae5fd > .ele-wrap {background-color: rgba(237, 41, 57, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 1);}#a0952a7b17ae5fd  > .ele-wrap:hover {background-color: rgba(240, 131, 0, 1);}#a1c3ea26daa3f23 > .ele-wrap {background-color: rgba(188, 0, 45, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 1);}#a1c3ea26daa3f23  > .ele-wrap:hover {background-color: rgba(240, 131, 0, 1);}#ae152a70b2ab294 > .ele-wrap {background-color: rgba(188, 0, 45, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 1);}#ae152a70b2ab294  > .ele-wrap:hover {background-color: rgba(240, 131, 0, 1);}#afa69a19eba101a > .ele-wrap {background-color: rgba(1, 37, 126, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 1);}#afa69a19eba101a  > .ele-wrap:hover {background-color: rgba(240, 131, 0, 1);}#a57bfaca32a0fb9 > .ele-wrap {background-color: rgba(60, 90, 163, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 1);}#a57bfaca32a0fb9  > .ele-wrap:hover {background-color: rgba(240, 131, 0, 1);}#ac7e2a1a7ca980f [data-item="buttons[1]"] {font-size: 14px;justify-content: center;border-style: solid;background-color: rgba(245, 166, 35, 1);}#ac7e2a1a7ca980f [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;background-color: rgba(255, 255, 255, 1);color: #4a90e2;}#a2f06a6c26a5080 [data-item="items"] .uk-card {
                border-radius: 8px !important; overflow: hidden;
            } #a2f06a6c26a5080 [data-item*=".title"], #a2f06a6c26a5080 [data-item*=".title"] a {font-size: 16px;font-weight: bold;}#a2f06a6c26a5080 [data-item*=".abstract"], #a2f06a6c26a5080 [data-item*=".abstract"] a {show: false;}#a2f06a6c26a5080 [data-item*=".subTitle"], #a2f06a6c26a5080 [data-item*=".subTitle"] a {show: true;}#a2f06a6c26a5080 [data-item*=".category"], #a2f06a6c26a5080 [data-item*=".category"] a {show: true;}#aa873a1537ad7cd .ap-category-filter ul li.active {
  border-color: #4a90e2;
  color: #4a90e2;
}
#aa873a1537ad7cd .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aa873a1537ad7cd .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#aa873a1537ad7cd .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#aa873a1537ad7cd .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#aa873a1537ad7cd .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#aa873a1537ad7cd .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;
}
#aa873a1537ad7cd .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#aa873a1537ad7cd .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#aa873a1537ad7cd .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#aa873a1537ad7cd .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#aa873a1537ad7cd .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#aa873a1537ad7cd .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#aa873a1537ad7cd .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#aa873a1537ad7cd .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#aa873a1537ad7cd .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#aa873a1537ad7cd .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#aa873a1537ad7cd .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#aa873a1537ad7cd .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#aa873a1537ad7cd .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;
  }
}
#aa873a1537ad7cd .ele-article-list .pic-article {
  padding: 15px 10px;
  border-bottom: 1px solid #ececec;
}
#aa873a1537ad7cd .ele-article-list .pic-article .img_wrap {
  width: 20%;
  border-radius: 0px;
  overflow: hidden;
}
#aa873a1537ad7cd .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#aa873a1537ad7cd .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#aa873a1537ad7cd .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#aa873a1537ad7cd .ele-article-list .pic-article:hover .category {
  color: auto;
}
#aa873a1537ad7cd .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#aa873a1537ad7cd .ele-article-list .pic-article:hover .time {
  color: auto;
}
#aa873a1537ad7cd .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#aa873a1537ad7cd .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#aa873a1537ad7cd .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#aa873a1537ad7cd .ele-article-list .text-article:hover .time {
  color: auto;
}
#af038abc41ae47d .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#af038abc41ae47d .ele-wrap:hover {background-color: #0483cc;}#aaff6a5f0aa4a96 [data-item*=".abstract"], #aaff6a5f0aa4a96 [data-item*=".abstract"] a {show: true;}#aaff6a5f0aa4a96 [data-item*=".subTitle"], #aaff6a5f0aa4a96 [data-item*=".subTitle"] a {show: true;}#aaff6a5f0aa4a96 [data-item*=".category"], #aaff6a5f0aa4a96 [data-item*=".category"] a {show: true;}#aaff6a5f0aa4a96 [data-item="buttons[0]"] {color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;justify-content: center;border-style: solid;}#aaff6a5f0aa4a96 [data-item="buttons[0]"]:hover {background-color: #0483cc;}#a9bd1a4d33ac796 > .ele-wrap {background-color: rgba(17, 17, 17, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8e1fa5769a17c4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8e1fa5769a17c4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#aaad6a5895a173f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa46da2048a17e0 , #aa46da2048a17e0 a{color: rgba(155, 155, 155, 1);}#a6893aa643a9daf , #a6893aa643a9daf a{color: rgba(155, 155, 155, 1);}#a7a7aa47fda7f42 , #a7a7aa47fda7f42 a{color: rgba(155, 155, 155, 1);}#a0b1ba2f48a4e5c , #a0b1ba2f48a4e5c a{color: rgba(155, 155, 155, 1);}#a8151ad5afaa3ea .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a85ffa91d5a9d9c .uk-container {
  overflow: visible;
}
#a2baea1fa1aafb8 .slider-nav {
  position: absolute;
  right: 0;
  top: -60px;
}
#a2baea1fa1aafb8 .uk-slidenav {
  border: 1px solid #ccc;
  margin: 0;
  transition: all 0.1s ease-in;
}
#a2baea1fa1aafb8 .uk-slidenav:hover {
  background-color: #4a90e2;
  border-color: #4a90e2;
}
#a2baea1fa1aafb8 .uk-slidenav:hover svg {
  color: #fff;
}
#a3848a3b6da8ce0 .event-list {
  margin-bottom: 20px;
}
#a3848a3b6da8ce0 .event-list .event-date {
  margin: 14px 30px 0 0;
  width: 54px;
  height: 54px;
  text-align: center;
  color: #4a90e2;
  border: 1px solid #4a90e2;
  padding: 0;
}
#a3848a3b6da8ce0 .event-list .number-mon {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  padding-top: 6px;
}
#a3848a3b6da8ce0 .event-list p {
  margin: 0;
  padding: 0;
}
#a3848a3b6da8ce0 .event-list .text-mon {
  font-size: 12px;
}
#a3848a3b6da8ce0 .event-list .event-meta .detail {
  font-size: 14px;
  color: #b0b0b0;
  line-height: 2;
}
#a3848a3b6da8ce0 .item-title {
  font-size: 16px;
  color: #333;
  position: relative;
  line-height: 36px;
  margin-bottom: 6px;
  display: block;
}
#a3848a3b6da8ce0 .uk-card:hover .event-date {
  background-color: #4a90e2;
  color: #fff;
}
#a3848a3b6da8ce0 .event-meta h4 a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 30px;
  border-bottom: 1px solid #4a90e2;
}
#ab66aa7806a2bfa .uk-container {
  line-height: 2;
  color: #999;
}
#a9c72a8d32ad1f0 form {
  width: 100%;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a9c72a8d32ad1f0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9c72a8d32ad1f0 .search-box .search-type.show {
  display: block;
}
#a9c72a8d32ad1f0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f0ed;
  cursor: pointer;
  padding: 0 18px;
}
#a9c72a8d32ad1f0 .search-box .search-type li:hover {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .search-box .search-type li.active {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f1f0ed;
  overflow: hidden;
}
#a9c72a8d32ad1f0 .inner-form .input-field {
  height: 100%;
}
#a9c72a8d32ad1f0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #9b9b9b;
}
#a9c72a8d32ad1f0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f1f0ed;
  position: relative;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #9b9b9b;
  margin: 0 15px;
}
#a9c72a8d32ad1f0 .inner-form .input-field.second-wrap {
  min-width: 65px;
}
#a9c72a8d32ad1f0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  font-size: 14px;
}
#a9c72a8d32ad1f0 .btn-search:hover {
  background: #e77e27;
}
#a9c72a8d32ad1f0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9d1aa9c59ada02 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d1aa9c59ada02 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a9d1aa9c59ada02 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d1aa9c59ada02 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #e67b13;
}
#a9d1aa9c59ada02 .menu-list > li.active > a:before,
#a9d1aa9c59ada02 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d1aa9c59ada02 .menu-list > li ul li {
  position: relative;
}
#a9d1aa9c59ada02 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #e27914;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover > a {
  background-color: #f5a623;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list li ul li a:active,
#a9d1aa9c59ada02 .menu-list li ul li a.active,
#a9d1aa9c59ada02 .menu-list li ul li.active > a {
  background-color: #f5a623;
}
#a9d1aa9c59ada02 .menu-list li ul,
#a9d1aa9c59ada02 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #e27914;
}
#a9d1aa9c59ada02 .menu-list li ul.menu-b > li,
#a9d1aa9c59ada02 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d1aa9c59ada02 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d1aa9c59ada02 .menu-list li:hover > ul {
  display: block;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7eb0a9fc0ae13b .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(34, 25, 77, 0);
  overflow: hidden;
  transition: all .3s ease;
}
#a7eb0a9fc0ae13b .marquee-wrap > .str_move {
  cursor: text;
}
#a7eb0a9fc0ae13b .marquee-wrap:hover {
  background: rgba(34, 25, 77, 0);
}
#a7eb0a9fc0ae13b .marquee-wrap .content {
  position: absolute;
}
#a7eb0a9fc0ae13b .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#a7eb0a9fc0ae13b .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#abd9ba8d6eab8d4 > .ele-wrap {background-color: rgba(43, 43, 43, 1);}#aa410aaf48ab535 > .ele-wrap {background-color: rgba(222, 41, 16, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 1);}#aa410aaf48ab535  > .ele-wrap:hover {background-color: rgba(240, 131, 0, 1);}#a0fe5a982aae7e4 > .ele-wrap {background-color: rgba(0, 72, 144, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 1);}#a0fe5a982aae7e4  > .ele-wrap:hover {background-color: rgba(240, 131, 0, 1);}#a2f35a364ea8edd > .ele-wrap {background-color: rgba(237, 41, 57, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 1);}#a2f35a364ea8edd  > .ele-wrap:hover {background-color: rgba(240, 131, 0, 1);}#a148ca131ba0bde > .ele-wrap {background-color: rgba(0, 149, 67, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 1);}#a148ca131ba0bde  > .ele-wrap:hover {background-color: rgba(240, 131, 0, 1);}#ac14bae15fa053e > .ele-wrap {background-color: rgba(0, 36, 125, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 1);}#ac14bae15fa053e  > .ele-wrap:hover {background-color: rgba(240, 131, 0, 1);}#a85ffa91d5a9d9c [data-item="buttons[1]"] {font-size: 14px;justify-content: center;border-style: solid;background-color: rgba(245, 166, 35, 1);}#a85ffa91d5a9d9c [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;background-color: rgba(255, 255, 255, 1);color: #4a90e2;}#a2baea1fa1aafb8 [data-item="items"] .uk-card {
                border-radius: 8px !important; overflow: hidden;
            } #a2baea1fa1aafb8 [data-item*=".title"], #a2baea1fa1aafb8 [data-item*=".title"] a {font-size: 16px;font-weight: bold;}#a2baea1fa1aafb8 [data-item*=".abstract"], #a2baea1fa1aafb8 [data-item*=".abstract"] a {show: false;}#a2baea1fa1aafb8 [data-item*=".subTitle"], #a2baea1fa1aafb8 [data-item*=".subTitle"] a {show: true;}#a2baea1fa1aafb8 [data-item*=".category"], #a2baea1fa1aafb8 [data-item*=".category"] a {show: true;}#aee8da43caaf3cb .ap-category-filter ul li.active {
  border-color: #4a90e2;
  color: #4a90e2;
}
#aee8da43caaf3cb .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aee8da43caaf3cb .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#aee8da43caaf3cb .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#aee8da43caaf3cb .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#aee8da43caaf3cb .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#aee8da43caaf3cb .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;
}
#aee8da43caaf3cb .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#aee8da43caaf3cb .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#aee8da43caaf3cb .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#aee8da43caaf3cb .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#aee8da43caaf3cb .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#aee8da43caaf3cb .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#aee8da43caaf3cb .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#aee8da43caaf3cb .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#aee8da43caaf3cb .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#aee8da43caaf3cb .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#aee8da43caaf3cb .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#aee8da43caaf3cb .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#aee8da43caaf3cb .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;
  }
}
#aee8da43caaf3cb .ele-article-list .pic-article {
  padding: 15px 10px;
  border-bottom: 1px solid #ececec;
}
#aee8da43caaf3cb .ele-article-list .pic-article .img_wrap {
  width: 20%;
  border-radius: 0px;
  overflow: hidden;
}
#aee8da43caaf3cb .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#aee8da43caaf3cb .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#aee8da43caaf3cb .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#aee8da43caaf3cb .ele-article-list .pic-article:hover .category {
  color: auto;
}
#aee8da43caaf3cb .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#aee8da43caaf3cb .ele-article-list .pic-article:hover .time {
  color: auto;
}
#aee8da43caaf3cb .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#aee8da43caaf3cb .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#aee8da43caaf3cb .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#aee8da43caaf3cb .ele-article-list .text-article:hover .time {
  color: auto;
}
#a153eafe02a7fdd .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a153eafe02a7fdd .ele-wrap:hover {background-color: #0483cc;}#a3848a3b6da8ce0 [data-item*=".abstract"], #a3848a3b6da8ce0 [data-item*=".abstract"] a {show: true;}#a3848a3b6da8ce0 [data-item*=".subTitle"], #a3848a3b6da8ce0 [data-item*=".subTitle"] a {show: true;}#a3848a3b6da8ce0 [data-item*=".category"], #a3848a3b6da8ce0 [data-item*=".category"] a {show: true;}#a3848a3b6da8ce0 [data-item="buttons[0]"] {color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;justify-content: center;border-style: solid;}#a3848a3b6da8ce0 [data-item="buttons[0]"]:hover {background-color: #0483cc;}#a9bd1a4d33ac796 > .ele-wrap {background-color: rgba(17, 17, 17, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8e1fa5769a17c4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8e1fa5769a17c4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#aaad6a5895a173f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa46da2048a17e0 , #aa46da2048a17e0 a{color: rgba(155, 155, 155, 1);}#a6893aa643a9daf , #a6893aa643a9daf a{color: rgba(155, 155, 155, 1);}#a7a7aa47fda7f42 , #a7a7aa47fda7f42 a{color: rgba(155, 155, 155, 1);}#a0b1ba2f48a4e5c , #a0b1ba2f48a4e5c a{color: rgba(155, 155, 155, 1);}#a6c5cae6f5a047d .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a30d4aa6ffa6f49 .uk-container {
  line-height: 2;
  color: #999;
}
#a9c72a8d32ad1f0 form {
  width: 100%;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a9c72a8d32ad1f0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9c72a8d32ad1f0 .search-box .search-type.show {
  display: block;
}
#a9c72a8d32ad1f0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f0ed;
  cursor: pointer;
  padding: 0 18px;
}
#a9c72a8d32ad1f0 .search-box .search-type li:hover {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .search-box .search-type li.active {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f1f0ed;
  overflow: hidden;
}
#a9c72a8d32ad1f0 .inner-form .input-field {
  height: 100%;
}
#a9c72a8d32ad1f0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #9b9b9b;
}
#a9c72a8d32ad1f0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f1f0ed;
  position: relative;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #9b9b9b;
  margin: 0 15px;
}
#a9c72a8d32ad1f0 .inner-form .input-field.second-wrap {
  min-width: 65px;
}
#a9c72a8d32ad1f0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  font-size: 14px;
}
#a9c72a8d32ad1f0 .btn-search:hover {
  background: #e77e27;
}
#a9c72a8d32ad1f0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9d1aa9c59ada02 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d1aa9c59ada02 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a9d1aa9c59ada02 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d1aa9c59ada02 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #e67b13;
}
#a9d1aa9c59ada02 .menu-list > li.active > a:before,
#a9d1aa9c59ada02 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d1aa9c59ada02 .menu-list > li ul li {
  position: relative;
}
#a9d1aa9c59ada02 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #e27914;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover > a {
  background-color: #f5a623;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list li ul li a:active,
#a9d1aa9c59ada02 .menu-list li ul li a.active,
#a9d1aa9c59ada02 .menu-list li ul li.active > a {
  background-color: #f5a623;
}
#a9d1aa9c59ada02 .menu-list li ul,
#a9d1aa9c59ada02 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #e27914;
}
#a9d1aa9c59ada02 .menu-list li ul.menu-b > li,
#a9d1aa9c59ada02 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d1aa9c59ada02 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d1aa9c59ada02 .menu-list li:hover > ul {
  display: block;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7eb0a9fc0ae13b .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(34, 25, 77, 0);
  overflow: hidden;
  transition: all .3s ease;
}
#a7eb0a9fc0ae13b .marquee-wrap > .str_move {
  cursor: text;
}
#a7eb0a9fc0ae13b .marquee-wrap:hover {
  background: rgba(34, 25, 77, 0);
}
#a7eb0a9fc0ae13b .marquee-wrap .content {
  position: absolute;
}
#a7eb0a9fc0ae13b .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#a7eb0a9fc0ae13b .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#abd9ba8d6eab8d4 > .ele-wrap {background-color: rgba(43, 43, 43, 1);}#a33b6a8921a454a .ap-category-filter ul li.active {
  border-color: #4a90e2;
  color: #4a90e2;
}
#a33b6a8921a454a .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 12px;
}
#a33b6a8921a454a .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a33b6a8921a454a .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a33b6a8921a454a .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a33b6a8921a454a .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a33b6a8921a454a .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;
}
#a33b6a8921a454a .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a33b6a8921a454a .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a33b6a8921a454a .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a33b6a8921a454a .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a33b6a8921a454a .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a33b6a8921a454a .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a33b6a8921a454a .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a33b6a8921a454a .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a33b6a8921a454a .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a33b6a8921a454a .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a33b6a8921a454a .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a33b6a8921a454a .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a33b6a8921a454a .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;
  }
}
#a33b6a8921a454a .ele-article-list .pic-article {
  border-bottom: 1px dashed #ececec;
}
#a33b6a8921a454a .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a33b6a8921a454a .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a33b6a8921a454a .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a33b6a8921a454a .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a33b6a8921a454a .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a33b6a8921a454a .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a33b6a8921a454a .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a33b6a8921a454a .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a33b6a8921a454a .ele-article-list .text-article {
  border-bottom: 1px dashed #ececec;
  padding-top: 0px;
  padding-bottom: 6px;
}
#a33b6a8921a454a .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a33b6a8921a454a .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a33b6a8921a454a .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a33b6a8921a454a .ele-article-list .text-article:hover .time {
  color: auto;
}
#a5877a580fa0d1b .ap-category-filter ul li.active {
  border-color: #4a90e2;
  color: #4a90e2;
}
#a5877a580fa0d1b .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a5877a580fa0d1b .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a5877a580fa0d1b .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a5877a580fa0d1b .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a5877a580fa0d1b .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a5877a580fa0d1b .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;
}
#a5877a580fa0d1b .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a5877a580fa0d1b .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a5877a580fa0d1b .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a5877a580fa0d1b .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a5877a580fa0d1b .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a5877a580fa0d1b .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a5877a580fa0d1b .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a5877a580fa0d1b .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a5877a580fa0d1b .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a5877a580fa0d1b .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a5877a580fa0d1b .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a5877a580fa0d1b .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a5877a580fa0d1b .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;
  }
}
#a5877a580fa0d1b .ele-article-list .pic-article {
  padding: 20px 0px;
  border-bottom: 1px dashed #ececec;
}
#a5877a580fa0d1b .ele-article-list .pic-article .img_wrap {
  width: 25%;
  border-radius: 6px;
  overflow: hidden;
}
#a5877a580fa0d1b .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a5877a580fa0d1b .ele-article-list .pic-article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #9b9b9b;
}
#a5877a580fa0d1b .ele-article-list .pic-article .info h3 a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#a5877a580fa0d1b .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a5877a580fa0d1b .ele-article-list .pic-article:hover .info h3 a {
  color: #4a90e2;
}
#a5877a580fa0d1b .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a5877a580fa0d1b .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a5877a580fa0d1b .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a5877a580fa0d1b .ele-article-list .text-article {
  border-bottom: 1px dashed #ececec;
}
#a5877a580fa0d1b .ele-article-list .text-article h3 a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#a5877a580fa0d1b .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a5877a580fa0d1b .ele-article-list .text-article:hover .info h3 a {
  color: #4a90e2;
}
#a5877a580fa0d1b .ele-article-list .text-article:hover .time {
  color: auto;
}
#ab669a9310a7609 .ap-category-filter ul li.active {
  border-color: #4a90e2;
  color: #4a90e2;
}
#ab669a9310a7609 .grid-list .product-item {
  overflow: hidden;
}
#ab669a9310a7609 .grid-list .product-preview .img {
  display: block;
}
#ab669a9310a7609 .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#ab669a9310a7609 .grid-list .tags .tag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 4px 1px;
  border-radius: 2px;
  background-color: #F8353E;
  margin-right: 4px;
  float: left;
}
#ab669a9310a7609 .grid-list .product-info {
  min-height: 110px;
}
#ab669a9310a7609 .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#ab669a9310a7609 .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#ab669a9310a7609 .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#ab669a9310a7609 .grid-list .category-name {
  font-size: 12px;
}
#ab669a9310a7609 .grid-list .category-name a {
  color: #777;
}
#ab669a9310a7609 .grid-list .title,
#ab669a9310a7609 .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#ab669a9310a7609 .grid-list .title a,
#ab669a9310a7609 .grid-list .subTitle a {
  color: #191919;
}
#ab669a9310a7609 .grid-list .product-buttons {
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#ab669a9310a7609 .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#ab669a9310a7609 .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#ab669a9310a7609 .grid-list {
  margin-left: -10px;
}
#ab669a9310a7609 .grid-list .product-preview {
  border-radius: 6px;
  overflow: hidden;
}
#ab669a9310a7609 .grid-list .title a {
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#ab669a9310a7609 .grid-list.uk-grid-small > * {
  padding-left: 10px;
}
#ab669a9310a7609 .grid-list > .uk-grid-margin {
  margin-top: 1px;
}
#ab669a9310a7609 .grid-list .product:hover {
  background-color: auto;
}
#ab669a9310a7609 .grid-list .product:hover .title a {
  color: #444;
}
#ab669a9310a7609 .grid-list .product:hover .subTitle {
  color: auto;
}
#ab669a9310a7609 .grid-list .product:hover .category {
  color: auto;
}
#ab669a9310a7609 .grid-list .product:hover .abstract {
  color: auto;
}
#ab669a9310a7609 .grid-list .product:hover .product-btn {
  color: auto;
}
@media (max-width: 640px) {
  #ab669a9310a7609 .grid-list .product-info {
    min-height: 0;
  }
  #ab669a9310a7609 .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #ab669a9310a7609 .grid-list .product-buttons {
    display: none;
  }
}
#a9bd1a4d33ac796 > .ele-wrap {background-color: rgba(17, 17, 17, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8e1fa5769a17c4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8e1fa5769a17c4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#aaad6a5895a173f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa46da2048a17e0 , #aa46da2048a17e0 a{color: rgba(155, 155, 155, 1);}#a6893aa643a9daf , #a6893aa643a9daf a{color: rgba(155, 155, 155, 1);}#a7a7aa47fda7f42 , #a7a7aa47fda7f42 a{color: rgba(155, 155, 155, 1);}#a0b1ba2f48a4e5c , #a0b1ba2f48a4e5c a{color: rgba(155, 155, 155, 1);}#a4120af627aa1ee .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a9bdeadc83af2a1 .uk-card {
  float: left;
  transition: all 0.2s linear;
}
#a9bdeadc83af2a1 .items {
  width: 100%;
  overflow: hidden;
}
#a9bdeadc83af2a1 .uk-button {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 2px;
}
#a9bdeadc83af2a1 .uk-card .item {
  background-size: cover;
  height: 524px;
  width: 100%;
}
#a9bdeadc83af2a1 .uk-card .item .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  pointer-events: none;
}
#a9bdeadc83af2a1 .uk-card .item .zindex {
  padding: 54px 0;
  z-index: 3;
  position: relative;
  height: 100%;
}
#a9bdeadc83af2a1 .uk-card .icon {
  display: block;
  width: 50px;
  margin: 0 auto 20px;
}
#a9bdeadc83af2a1 .uk-card .item .title {
  display: block;
  font-size: 20px;
  width: 24px;
  margin: 0 auto;
  color: #fff;
  font-weight: bolder;
  line-height: 2;
}
#a9bdeadc83af2a1 .uk-card .item-expand {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  width: 75.5%;
  height: 524px;
}
#a9bdeadc83af2a1 .uk-card .item-expand .title {
  font-size: 18px;
  color: #fff;
  padding: 0 15px;
}
#a9bdeadc83af2a1 .uk-card .item-expand .pic {
  width: 64%;
  border-radius: 50%;
  margin: 0 auto 25px;
  overflow: hidden;
}
#a9bdeadc83af2a1 .uk-card.on .item {
  width: 24.5%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#a9bdeadc83af2a1 .uk-card.on .item .mask {
  background-color: rgba(74, 144, 226, 0.8);
}
#a9bdeadc83af2a1 .uk-card .item-expand .arrow {
  display: block;
  width: 34px;
  margin: 36px auto 0;
}
#a9bdeadc83af2a1 .uk-card.on .item-expand {
  display: flex;
}
#a9bdeadc83af2a1 .uk-card.on .item .icon {
  display: none;
}
#a9bdeadc83af2a1 .uk-card .item i {
  position: absolute;
  width: 1px;
  height: 38px;
  left: 50%;
  bottom: 60px;
  background: #fff;
}
@media (max-width: 640px) {
  #a9bdeadc83af2a1 .uk-card.on .item-expand {
    display: none;
  }
  #a9bdeadc83af2a1 .items {
    padding: 0 15px;
  }
  #a9bdeadc83af2a1 .uk-card.on .item {
    width: 100%;
  }
  #a9bdeadc83af2a1 .uk-card .item-expand,
  #a9bdeadc83af2a1 .uk-card .item {
    height: 320px;
  }
  #a9bdeadc83af2a1 .uk-card .icon {
    width: 60%;
  }
  #a9bdeadc83af2a1 .uk-card .item .title {
    font-size: 16px;
    font-weight: normal;
  }
}
#a9c0faaba6a4b8d .uk-container {
  line-height: 2;
  color: #999;
}
#a9c72a8d32ad1f0 form {
  width: 100%;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a9c72a8d32ad1f0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9c72a8d32ad1f0 .search-box .search-type.show {
  display: block;
}
#a9c72a8d32ad1f0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f0ed;
  cursor: pointer;
  padding: 0 18px;
}
#a9c72a8d32ad1f0 .search-box .search-type li:hover {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .search-box .search-type li.active {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f1f0ed;
  overflow: hidden;
}
#a9c72a8d32ad1f0 .inner-form .input-field {
  height: 100%;
}
#a9c72a8d32ad1f0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #9b9b9b;
}
#a9c72a8d32ad1f0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f1f0ed;
  position: relative;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #9b9b9b;
  margin: 0 15px;
}
#a9c72a8d32ad1f0 .inner-form .input-field.second-wrap {
  min-width: 65px;
}
#a9c72a8d32ad1f0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  font-size: 14px;
}
#a9c72a8d32ad1f0 .btn-search:hover {
  background: #e77e27;
}
#a9c72a8d32ad1f0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9d1aa9c59ada02 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d1aa9c59ada02 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a9d1aa9c59ada02 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d1aa9c59ada02 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #e67b13;
}
#a9d1aa9c59ada02 .menu-list > li.active > a:before,
#a9d1aa9c59ada02 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d1aa9c59ada02 .menu-list > li ul li {
  position: relative;
}
#a9d1aa9c59ada02 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #e27914;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover > a {
  background-color: #f5a623;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list li ul li a:active,
#a9d1aa9c59ada02 .menu-list li ul li a.active,
#a9d1aa9c59ada02 .menu-list li ul li.active > a {
  background-color: #f5a623;
}
#a9d1aa9c59ada02 .menu-list li ul,
#a9d1aa9c59ada02 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #e27914;
}
#a9d1aa9c59ada02 .menu-list li ul.menu-b > li,
#a9d1aa9c59ada02 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d1aa9c59ada02 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d1aa9c59ada02 .menu-list li:hover > ul {
  display: block;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7eb0a9fc0ae13b .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(34, 25, 77, 0);
  overflow: hidden;
  transition: all .3s ease;
}
#a7eb0a9fc0ae13b .marquee-wrap > .str_move {
  cursor: text;
}
#a7eb0a9fc0ae13b .marquee-wrap:hover {
  background: rgba(34, 25, 77, 0);
}
#a7eb0a9fc0ae13b .marquee-wrap .content {
  position: absolute;
}
#a7eb0a9fc0ae13b .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#a7eb0a9fc0ae13b .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#abd9ba8d6eab8d4 > .ele-wrap {background-color: rgba(43, 43, 43, 1);}#af004a1c3fa7e40 .uk-grid {margin-left: -16px;}@media (min-width: 1200px) {
                    #af004a1c3fa7e40 .uk-grid { margin-left: -16px;}
                }@media (max-width: 640) {
                    #af004a1c3fa7e40 .uk-grid { margin-left: -16px;}
                }#af004a1c3fa7e40 .uk-grid>* {padding-left: 16px;}@media (min-width: 1200px) {
                    #af004a1c3fa7e40 .uk-grid>* { padding-left: 16px;}
                }@media (max-width: 640) {#af004a1c3fa7e40 .uk-grid>* {
                    padding-left: 16px;}
                }#af004a1c3fa7e40 .uk-grid>.uk-grid-margin {margin-top: 40px;}@media (min-width: 1200px) {
                    #af004a1c3fa7e40 .uk-grid>.uk-grid-margin {margin-top: 40px;}
                }@media (max-width: 640) {
                    #af004a1c3fa7e40 .uk-grid>.uk-grid-margin {margin-top: 40px;}
                }#af004a1c3fa7e40 [data-item="items"] .uk-card-body {padding: 1px}@media (min-width: 1200px) {
                #af004a1c3fa7e40 [data-item="items"] .uk-card-body {padding: 1px}
            }@media (max-width: 640px) {
                #af004a1c3fa7e40 [data-item="items"] .uk-card-body {padding: 1px}
            }#af004a1c3fa7e40 [data-item*=".title"], #af004a1c3fa7e40 [data-item*=".title"] a {max-line: 1;font-size: 16px;bold: false;color: rgba(0, 0, 0, 1);}#af004a1c3fa7e40 [data-item*=".abstract"], #af004a1c3fa7e40 [data-item*=".abstract"] a {show: true;max-line: 2;color: rgba(155, 155, 155, 1);}#af004a1c3fa7e40 [data-item*=".subTitle"], #af004a1c3fa7e40 [data-item*=".subTitle"] a {show: false;}#af004a1c3fa7e40 [data-item*=".category"], #af004a1c3fa7e40 [data-item*=".category"] a {show: false;}#a2b59a66d4a4acb .form-agree {
  display: flex;
  align-items: center;
}
#a2b59a66d4a4acb .submit-wrap {
  text-align: left;
}
#a2b59a66d4a4acb .submit-wrap button {
  background-color: #f5a623;
}
#a2b59a66d4a4acb .uk-form.form-theme-1 {
  background: linear-gradient(45deg, #9b9b9b, #cecece);
}
#a2b59a66d4a4acb form {
  background-color: #9b9b9b;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 24px;
  padding-right: 16px;
}
#a2b59a66d4a4acb form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a2b59a66d4a4acb .form-item {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
#a2b59a66d4a4acb .form-item .uk-input,
#a2b59a66d4a4acb .form-item .uk-select,
#a2b59a66d4a4acb .form-item .uk-textarea {
  width: 220px;
  background-color: #ffffff;
}
#a2b59a66d4a4acb .form-item .auto-height {
  height: auto;
}
#a9bd1a4d33ac796 > .ele-wrap {background-color: rgba(17, 17, 17, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8e1fa5769a17c4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8e1fa5769a17c4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#aaad6a5895a173f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa46da2048a17e0 , #aa46da2048a17e0 a{color: rgba(155, 155, 155, 1);}#a6893aa643a9daf , #a6893aa643a9daf a{color: rgba(155, 155, 155, 1);}#a7a7aa47fda7f42 , #a7a7aa47fda7f42 a{color: rgba(155, 155, 155, 1);}#a0b1ba2f48a4e5c , #a0b1ba2f48a4e5c a{color: rgba(155, 155, 155, 1);}#a5f2fa2a69aa675 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5a4faa88ba96b6 {
  /* mobile */
}
#a5a4faa88ba96b6 .slider-item {
  position: relative;
  margin: 10px;
}
#a5a4faa88ba96b6 .slide-text {
  position: relative;
  font-size: 15px;
  color: #343434;
  line-height: 1.8em;
  background: #ffffff;
  padding: 30px 40px 20px;
  margin-bottom: 30px;
  border-radius: 4px;
  min-height: 240px;
}
#a5a4faa88ba96b6 .slide-text:after {
  content: '';
  position: absolute;
  left: 20px;
  bottom: -18px;
  border: 10px solid transparent;
  border-top: 10px solid #ffffff;
}
#a5a4faa88ba96b6 .info-box {
  position: relative;
  padding: 10px 0px 20px 90px;
  min-height: 70px;
}
#a5a4faa88ba96b6 .info-box .image-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 70px;
  height: 70px;
  border: 3px solid #ffffff;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}
#a5a4faa88ba96b6 .image-box image {
  position: relative;
  width: 100% !important;
  display: block;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
@media (max-width: 700px) {
  #a5a4faa88ba96b6 .slide-text {
    padding: 15px;
  }
}
#ad42aaece8ae662 .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #4a90e2;
  color: #4a90e2;
  display: inline-block;
  cursor: pointer;
}
#ad42aaece8ae662 .filter-nav li.uk-active {
  color: #fff;
  background-color: #4a90e2;
}
#ad42aaece8ae662 .text-style figure {
  background: transparent;
}
#ad42aaece8ae662 .text-style:hover figure {
  background: #4a90e2;
}
#ad42aaece8ae662 .text-style.text-style-7 img {
  opacity: .9;
}
#a0270ac752aff93 .event-list {
  margin-bottom: 20px;
}
#a0270ac752aff93 .event-list .event-date {
  margin: 14px 30px 0 0;
  width: 54px;
  height: 54px;
  text-align: center;
  color: #4a90e2;
  border: 1px solid #4a90e2;
  padding: 0;
}
#a0270ac752aff93 .event-list .number-mon {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  padding-top: 6px;
}
#a0270ac752aff93 .event-list p {
  margin: 0;
  padding: 0;
}
#a0270ac752aff93 .event-list .text-mon {
  font-size: 12px;
}
#a0270ac752aff93 .event-list .event-meta .detail {
  font-size: 14px;
  color: #b0b0b0;
  line-height: 2;
}
#a0270ac752aff93 .item-title {
  font-size: 16px;
  color: #333;
  position: relative;
  line-height: 36px;
  margin-bottom: 6px;
  display: block;
}
#a0270ac752aff93 .uk-card:hover .event-date {
  background-color: #4a90e2;
  color: #fff;
}
#a0270ac752aff93 .event-meta h4 a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 30px;
  border-bottom: 1px solid #4a90e2;
}
#ad1e6a4533a04b5 .uk-container {
  line-height: 2;
  color: #999;
}
#a9c72a8d32ad1f0 form {
  width: 100%;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a9c72a8d32ad1f0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9c72a8d32ad1f0 .search-box .search-type.show {
  display: block;
}
#a9c72a8d32ad1f0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f0ed;
  cursor: pointer;
  padding: 0 18px;
}
#a9c72a8d32ad1f0 .search-box .search-type li:hover {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .search-box .search-type li.active {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f1f0ed;
  overflow: hidden;
}
#a9c72a8d32ad1f0 .inner-form .input-field {
  height: 100%;
}
#a9c72a8d32ad1f0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #9b9b9b;
}
#a9c72a8d32ad1f0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f1f0ed;
  position: relative;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #9b9b9b;
  margin: 0 15px;
}
#a9c72a8d32ad1f0 .inner-form .input-field.second-wrap {
  min-width: 65px;
}
#a9c72a8d32ad1f0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  font-size: 14px;
}
#a9c72a8d32ad1f0 .btn-search:hover {
  background: #e77e27;
}
#a9c72a8d32ad1f0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9d1aa9c59ada02 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d1aa9c59ada02 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a9d1aa9c59ada02 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d1aa9c59ada02 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #e67b13;
}
#a9d1aa9c59ada02 .menu-list > li.active > a:before,
#a9d1aa9c59ada02 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d1aa9c59ada02 .menu-list > li ul li {
  position: relative;
}
#a9d1aa9c59ada02 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #e27914;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover > a {
  background-color: #f5a623;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list li ul li a:active,
#a9d1aa9c59ada02 .menu-list li ul li a.active,
#a9d1aa9c59ada02 .menu-list li ul li.active > a {
  background-color: #f5a623;
}
#a9d1aa9c59ada02 .menu-list li ul,
#a9d1aa9c59ada02 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #e27914;
}
#a9d1aa9c59ada02 .menu-list li ul.menu-b > li,
#a9d1aa9c59ada02 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d1aa9c59ada02 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d1aa9c59ada02 .menu-list li:hover > ul {
  display: block;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7eb0a9fc0ae13b .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(34, 25, 77, 0);
  overflow: hidden;
  transition: all .3s ease;
}
#a7eb0a9fc0ae13b .marquee-wrap > .str_move {
  cursor: text;
}
#a7eb0a9fc0ae13b .marquee-wrap:hover {
  background: rgba(34, 25, 77, 0);
}
#a7eb0a9fc0ae13b .marquee-wrap .content {
  position: absolute;
}
#a7eb0a9fc0ae13b .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#a7eb0a9fc0ae13b .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#abd9ba8d6eab8d4 > .ele-wrap {background-color: rgba(43, 43, 43, 1);}#a5553afbcea4ba0 {
  overflow: hidden;
  pointer-events: none;
}
#a5553afbcea4ba0 > .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;
}
#a5553afbcea4ba0 > .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;
}
#a5553afbcea4ba0 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5553afbcea4ba0 > .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;
}
#a5553afbcea4ba0 > .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;
}
#a5553afbcea4ba0 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5553afbcea4ba0 > .tab-wrap > div > .tab-nav,
#a5553afbcea4ba0 > .tab-nav,
#a5553afbcea4ba0 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a5553afbcea4ba0 > .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;
}
#a5553afbcea4ba0 > .tab-wrap > div > .tab-nav-horizontal,
#a5553afbcea4ba0 > .tab-nav-horizontal,
#a5553afbcea4ba0 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a5553afbcea4ba0 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a5553afbcea4ba0 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5553afbcea4ba0 > .tab-nav-horizontal::-webkit-scrollbar,
#a5553afbcea4ba0 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5553afbcea4ba0 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a5553afbcea4ba0 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5553afbcea4ba0 > .tab-nav-horizontal.tagScroll,
#a5553afbcea4ba0 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5553afbcea4ba0 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a5553afbcea4ba0 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5553afbcea4ba0 > .tab-nav-horizontal.tagScroll li a,
#a5553afbcea4ba0 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5553afbcea4ba0 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a5553afbcea4ba0 > .tab-wrap > div > .tab-nav a,
#a5553afbcea4ba0 > .tab-nav a,
#a5553afbcea4ba0 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a5553afbcea4ba0 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a5553afbcea4ba0 > .tab-wrap > div > .tab-nav li a,
#a5553afbcea4ba0 > .tab-nav li a,
#a5553afbcea4ba0 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a5553afbcea4ba0 > .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;
}
#a5553afbcea4ba0 > .tab-wrap > div > .tab-nav li a svg,
#a5553afbcea4ba0 > .tab-nav li a svg,
#a5553afbcea4ba0 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a5553afbcea4ba0 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a5553afbcea4ba0 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5553afbcea4ba0 > .tab-nav li a .ap_icon,
#a5553afbcea4ba0 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5553afbcea4ba0 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a5553afbcea4ba0 > .tab-wrap > div > .tab-nav li a:hover,
#a5553afbcea4ba0 > .tab-nav li a:hover,
#a5553afbcea4ba0 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a5553afbcea4ba0 > .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;
}
#a5553afbcea4ba0 > .tab-wrap > div > .tab-nav li.uk-active a,
#a5553afbcea4ba0 > .tab-nav li.uk-active a,
#a5553afbcea4ba0 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a5553afbcea4ba0 > .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;
}
#a5553afbcea4ba0 .layout-left li,
#a5553afbcea4ba0 .layout-center li,
#a5553afbcea4ba0 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a5553afbcea4ba0 .layout-left li a,
#a5553afbcea4ba0 .layout-center li a,
#a5553afbcea4ba0 .layout-right li a {
  height: 100%;
}
#a5553afbcea4ba0 > .tab-tabs .layout-left {
  text-align: left;
}
#a5553afbcea4ba0 > .tab-tabs .layout-center {
  text-align: center;
}
#a5553afbcea4ba0 > .tab-tabs .layout-right {
  text-align: right;
}
#a5553afbcea4ba0 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a5553afbcea4ba0 .tab-content-wrap {
  background-color: #ffffff;
}
#a5553afbcea4ba0 .tab-contents,
#a5553afbcea4ba0 .tab-contents-wrap {
  pointer-events: none;
}
#a5553afbcea4ba0 .tab-content,
#a5553afbcea4ba0 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a5553afbcea4ba0 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a5553afbcea4ba0 .tab-wrap .tab-contents {
  height: 100%;
}
#a5553afbcea4ba0 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a5553afbcea4ba0 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a5553afbcea4ba0 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ad018adc42a1337 .ap-category-filter ul li.active {
  border-color: #4a90e2;
  color: #4a90e2;
}
#ad018adc42a1337 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ad018adc42a1337 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#ad018adc42a1337 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#ad018adc42a1337 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#ad018adc42a1337 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#ad018adc42a1337 .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;
}
#ad018adc42a1337 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#ad018adc42a1337 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#ad018adc42a1337 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#ad018adc42a1337 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#ad018adc42a1337 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#ad018adc42a1337 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#ad018adc42a1337 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#ad018adc42a1337 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#ad018adc42a1337 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#ad018adc42a1337 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#ad018adc42a1337 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#ad018adc42a1337 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#ad018adc42a1337 .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;
  }
}
#ad018adc42a1337 .ele-article-list .pic-article {
  padding: 20px 0px;
  border-bottom: 1px dashed #ececec;
}
#ad018adc42a1337 .ele-article-list .pic-article .img_wrap {
  width: 27%;
  border-radius: 6px;
  overflow: hidden;
}
#ad018adc42a1337 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#ad018adc42a1337 .ele-article-list .pic-article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #9b9b9b;
}
#ad018adc42a1337 .ele-article-list .pic-article .info h3 a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#ad018adc42a1337 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#ad018adc42a1337 .ele-article-list .pic-article:hover .info h3 a {
  color: #4a90e2;
}
#ad018adc42a1337 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#ad018adc42a1337 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#ad018adc42a1337 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#ad018adc42a1337 .ele-article-list .text-article {
  border-bottom: 1px dashed #ececec;
}
#ad018adc42a1337 .ele-article-list .text-article h3 a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#ad018adc42a1337 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#ad018adc42a1337 .ele-article-list .text-article:hover .info h3 a {
  color: #4a90e2;
}
#ad018adc42a1337 .ele-article-list .text-article:hover .time {
  color: auto;
}
#aa262af790a528b .ap-category-filter ul li.active {
  border-color: #4a90e2;
  color: #4a90e2;
}
#aa262af790a528b .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aa262af790a528b .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#aa262af790a528b .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#aa262af790a528b .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#aa262af790a528b .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#aa262af790a528b .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;
}
#aa262af790a528b .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#aa262af790a528b .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#aa262af790a528b .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#aa262af790a528b .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#aa262af790a528b .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#aa262af790a528b .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#aa262af790a528b .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#aa262af790a528b .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#aa262af790a528b .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#aa262af790a528b .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#aa262af790a528b .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#aa262af790a528b .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#aa262af790a528b .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;
  }
}
#aa262af790a528b .ele-article-list .pic-article {
  padding: 20px 0px;
  border-bottom: 1px dashed #ececec;
}
#aa262af790a528b .ele-article-list .pic-article .img_wrap {
  width: 27%;
  border-radius: 6px;
  overflow: hidden;
}
#aa262af790a528b .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#aa262af790a528b .ele-article-list .pic-article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #9b9b9b;
}
#aa262af790a528b .ele-article-list .pic-article .info h3 a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#aa262af790a528b .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#aa262af790a528b .ele-article-list .pic-article:hover .info h3 a {
  color: #4a90e2;
}
#aa262af790a528b .ele-article-list .pic-article:hover .category {
  color: auto;
}
#aa262af790a528b .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#aa262af790a528b .ele-article-list .pic-article:hover .time {
  color: auto;
}
#aa262af790a528b .ele-article-list .text-article {
  border-bottom: 1px dashed #ececec;
}
#aa262af790a528b .ele-article-list .text-article h3 a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#aa262af790a528b .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#aa262af790a528b .ele-article-list .text-article:hover .info h3 a {
  color: #4a90e2;
}
#aa262af790a528b .ele-article-list .text-article:hover .time {
  color: auto;
}
#a9474aff34af0db .ap-category-filter ul li.active {
  border-color: #4a90e2;
  color: #4a90e2;
}
#a9474aff34af0db .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a9474aff34af0db .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a9474aff34af0db .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a9474aff34af0db .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a9474aff34af0db .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a9474aff34af0db .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;
}
#a9474aff34af0db .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a9474aff34af0db .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a9474aff34af0db .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a9474aff34af0db .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a9474aff34af0db .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a9474aff34af0db .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a9474aff34af0db .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a9474aff34af0db .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a9474aff34af0db .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a9474aff34af0db .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a9474aff34af0db .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a9474aff34af0db .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a9474aff34af0db .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;
  }
}
#a9474aff34af0db .ele-article-list .pic-article {
  padding: 20px 0px;
  border-bottom: 1px dashed #ececec;
}
#a9474aff34af0db .ele-article-list .pic-article .img_wrap {
  width: 27%;
  border-radius: 6px;
  overflow: hidden;
}
#a9474aff34af0db .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a9474aff34af0db .ele-article-list .pic-article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #9b9b9b;
}
#a9474aff34af0db .ele-article-list .pic-article .info h3 a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#a9474aff34af0db .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a9474aff34af0db .ele-article-list .pic-article:hover .info h3 a {
  color: #4a90e2;
}
#a9474aff34af0db .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a9474aff34af0db .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a9474aff34af0db .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a9474aff34af0db .ele-article-list .text-article {
  border-bottom: 1px dashed #ececec;
}
#a9474aff34af0db .ele-article-list .text-article h3 a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#a9474aff34af0db .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a9474aff34af0db .ele-article-list .text-article:hover .info h3 a {
  color: #4a90e2;
}
#a9474aff34af0db .ele-article-list .text-article:hover .time {
  color: auto;
}
#a5266a1fc7a74b4 .ap-category-filter ul li.active {
  border-color: #4a90e2;
  color: #4a90e2;
}
#a5266a1fc7a74b4 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a5266a1fc7a74b4 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a5266a1fc7a74b4 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a5266a1fc7a74b4 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a5266a1fc7a74b4 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a5266a1fc7a74b4 .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;
}
#a5266a1fc7a74b4 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a5266a1fc7a74b4 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a5266a1fc7a74b4 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a5266a1fc7a74b4 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a5266a1fc7a74b4 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a5266a1fc7a74b4 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a5266a1fc7a74b4 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a5266a1fc7a74b4 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a5266a1fc7a74b4 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a5266a1fc7a74b4 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a5266a1fc7a74b4 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a5266a1fc7a74b4 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a5266a1fc7a74b4 .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;
  }
}
#a5266a1fc7a74b4 .ele-article-list .pic-article {
  padding: 20px 0px;
  border-bottom: 1px dashed #ececec;
}
#a5266a1fc7a74b4 .ele-article-list .pic-article .img_wrap {
  width: 27%;
  border-radius: 6px;
  overflow: hidden;
}
#a5266a1fc7a74b4 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a5266a1fc7a74b4 .ele-article-list .pic-article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #9b9b9b;
}
#a5266a1fc7a74b4 .ele-article-list .pic-article .info h3 a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#a5266a1fc7a74b4 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a5266a1fc7a74b4 .ele-article-list .pic-article:hover .info h3 a {
  color: #4a90e2;
}
#a5266a1fc7a74b4 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a5266a1fc7a74b4 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a5266a1fc7a74b4 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a5266a1fc7a74b4 .ele-article-list .text-article {
  border-bottom: 1px dashed #ececec;
}
#a5266a1fc7a74b4 .ele-article-list .text-article h3 a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#a5266a1fc7a74b4 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a5266a1fc7a74b4 .ele-article-list .text-article:hover .info h3 a {
  color: #4a90e2;
}
#a5266a1fc7a74b4 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a940aa359dafcd9 .ap-category-filter ul li.active {
  border-color: #4a90e2;
  color: #4a90e2;
}
#a940aa359dafcd9 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a940aa359dafcd9 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a940aa359dafcd9 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a940aa359dafcd9 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a940aa359dafcd9 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a940aa359dafcd9 .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;
}
#a940aa359dafcd9 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a940aa359dafcd9 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a940aa359dafcd9 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a940aa359dafcd9 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a940aa359dafcd9 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a940aa359dafcd9 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a940aa359dafcd9 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a940aa359dafcd9 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a940aa359dafcd9 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a940aa359dafcd9 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a940aa359dafcd9 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a940aa359dafcd9 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a940aa359dafcd9 .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;
  }
}
#a940aa359dafcd9 .ele-article-list .pic-article {
  padding: 20px 0px;
  border-bottom: 1px dashed #ececec;
}
#a940aa359dafcd9 .ele-article-list .pic-article .img_wrap {
  width: 27%;
  border-radius: 6px;
  overflow: hidden;
}
#a940aa359dafcd9 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a940aa359dafcd9 .ele-article-list .pic-article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #9b9b9b;
}
#a940aa359dafcd9 .ele-article-list .pic-article .info h3 a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#a940aa359dafcd9 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a940aa359dafcd9 .ele-article-list .pic-article:hover .info h3 a {
  color: #4a90e2;
}
#a940aa359dafcd9 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a940aa359dafcd9 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a940aa359dafcd9 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a940aa359dafcd9 .ele-article-list .text-article {
  border-bottom: 1px dashed #ececec;
}
#a940aa359dafcd9 .ele-article-list .text-article h3 a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#a940aa359dafcd9 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a940aa359dafcd9 .ele-article-list .text-article:hover .info h3 a {
  color: #4a90e2;
}
#a940aa359dafcd9 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a11caa0429a96d9 .ap-category-filter ul li.active {
  border-color: #4a90e2;
  color: #4a90e2;
}
#a11caa0429a96d9 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a11caa0429a96d9 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a11caa0429a96d9 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a11caa0429a96d9 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a11caa0429a96d9 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a11caa0429a96d9 .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;
}
#a11caa0429a96d9 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a11caa0429a96d9 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a11caa0429a96d9 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a11caa0429a96d9 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a11caa0429a96d9 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a11caa0429a96d9 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a11caa0429a96d9 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a11caa0429a96d9 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a11caa0429a96d9 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a11caa0429a96d9 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a11caa0429a96d9 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a11caa0429a96d9 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a11caa0429a96d9 .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;
  }
}
#a11caa0429a96d9 .ele-article-list .pic-article {
  padding: 20px 0px;
  border-bottom: 1px dashed #ececec;
}
#a11caa0429a96d9 .ele-article-list .pic-article .img_wrap {
  width: 27%;
  border-radius: 6px;
  overflow: hidden;
}
#a11caa0429a96d9 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a11caa0429a96d9 .ele-article-list .pic-article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #9b9b9b;
}
#a11caa0429a96d9 .ele-article-list .pic-article .info h3 a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#a11caa0429a96d9 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a11caa0429a96d9 .ele-article-list .pic-article:hover .info h3 a {
  color: #4a90e2;
}
#a11caa0429a96d9 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a11caa0429a96d9 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a11caa0429a96d9 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a11caa0429a96d9 .ele-article-list .text-article {
  border-bottom: 1px dashed #ececec;
}
#a11caa0429a96d9 .ele-article-list .text-article h3 a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#a11caa0429a96d9 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a11caa0429a96d9 .ele-article-list .text-article:hover .info h3 a {
  color: #4a90e2;
}
#a11caa0429a96d9 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a882aaab7fa5ca1 .ap-category-filter ul li.active {
  border-color: #4a90e2;
  color: #4a90e2;
}
#a882aaab7fa5ca1 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a882aaab7fa5ca1 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a882aaab7fa5ca1 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a882aaab7fa5ca1 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a882aaab7fa5ca1 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a882aaab7fa5ca1 .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;
}
#a882aaab7fa5ca1 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a882aaab7fa5ca1 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a882aaab7fa5ca1 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a882aaab7fa5ca1 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a882aaab7fa5ca1 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a882aaab7fa5ca1 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a882aaab7fa5ca1 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a882aaab7fa5ca1 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a882aaab7fa5ca1 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a882aaab7fa5ca1 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a882aaab7fa5ca1 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a882aaab7fa5ca1 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a882aaab7fa5ca1 .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;
  }
}
#a882aaab7fa5ca1 .ele-article-list .pic-article {
  padding: 20px 0px;
  border-bottom: 1px dashed #ececec;
}
#a882aaab7fa5ca1 .ele-article-list .pic-article .img_wrap {
  width: 27%;
  border-radius: 6px;
  overflow: hidden;
}
#a882aaab7fa5ca1 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a882aaab7fa5ca1 .ele-article-list .pic-article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #9b9b9b;
}
#a882aaab7fa5ca1 .ele-article-list .pic-article .info h3 a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#a882aaab7fa5ca1 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a882aaab7fa5ca1 .ele-article-list .pic-article:hover .info h3 a {
  color: #4a90e2;
}
#a882aaab7fa5ca1 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a882aaab7fa5ca1 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a882aaab7fa5ca1 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a882aaab7fa5ca1 .ele-article-list .text-article {
  border-bottom: 1px dashed #ececec;
}
#a882aaab7fa5ca1 .ele-article-list .text-article h3 a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#a882aaab7fa5ca1 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a882aaab7fa5ca1 .ele-article-list .text-article:hover .info h3 a {
  color: #4a90e2;
}
#a882aaab7fa5ca1 .ele-article-list .text-article:hover .time {
  color: auto;
}
#ad58aa4cd0af041 .ap-category-filter ul li.active {
  border-color: #4a90e2;
  color: #4a90e2;
}
#ad58aa4cd0af041 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ad58aa4cd0af041 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#ad58aa4cd0af041 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#ad58aa4cd0af041 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#ad58aa4cd0af041 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#ad58aa4cd0af041 .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;
}
#ad58aa4cd0af041 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#ad58aa4cd0af041 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#ad58aa4cd0af041 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#ad58aa4cd0af041 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#ad58aa4cd0af041 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#ad58aa4cd0af041 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#ad58aa4cd0af041 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#ad58aa4cd0af041 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#ad58aa4cd0af041 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#ad58aa4cd0af041 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#ad58aa4cd0af041 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#ad58aa4cd0af041 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#ad58aa4cd0af041 .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;
  }
}
#ad58aa4cd0af041 .ele-article-list .pic-article {
  padding: 20px 0px;
  border-bottom: 1px dashed #ececec;
}
#ad58aa4cd0af041 .ele-article-list .pic-article .img_wrap {
  width: 27%;
  border-radius: 6px;
  overflow: hidden;
}
#ad58aa4cd0af041 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#ad58aa4cd0af041 .ele-article-list .pic-article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #9b9b9b;
}
#ad58aa4cd0af041 .ele-article-list .pic-article .info h3 a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#ad58aa4cd0af041 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#ad58aa4cd0af041 .ele-article-list .pic-article:hover .info h3 a {
  color: #4a90e2;
}
#ad58aa4cd0af041 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#ad58aa4cd0af041 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#ad58aa4cd0af041 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#ad58aa4cd0af041 .ele-article-list .text-article {
  border-bottom: 1px dashed #ececec;
}
#ad58aa4cd0af041 .ele-article-list .text-article h3 a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#ad58aa4cd0af041 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#ad58aa4cd0af041 .ele-article-list .text-article:hover .info h3 a {
  color: #4a90e2;
}
#ad58aa4cd0af041 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a7a46a68e7af849 .ap-category-filter ul li.active {
  border-color: #4a90e2;
  color: #4a90e2;
}
#a7a46a68e7af849 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a7a46a68e7af849 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a7a46a68e7af849 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a7a46a68e7af849 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a7a46a68e7af849 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a7a46a68e7af849 .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;
}
#a7a46a68e7af849 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a7a46a68e7af849 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a7a46a68e7af849 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a7a46a68e7af849 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a7a46a68e7af849 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a7a46a68e7af849 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a7a46a68e7af849 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a7a46a68e7af849 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a7a46a68e7af849 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a7a46a68e7af849 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a7a46a68e7af849 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a7a46a68e7af849 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a7a46a68e7af849 .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;
  }
}
#a7a46a68e7af849 .ele-article-list .pic-article {
  padding: 20px 0px;
  border-bottom: 1px dashed #ececec;
}
#a7a46a68e7af849 .ele-article-list .pic-article .img_wrap {
  width: 27%;
  border-radius: 6px;
  overflow: hidden;
}
#a7a46a68e7af849 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a7a46a68e7af849 .ele-article-list .pic-article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #9b9b9b;
}
#a7a46a68e7af849 .ele-article-list .pic-article .info h3 a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#a7a46a68e7af849 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a7a46a68e7af849 .ele-article-list .pic-article:hover .info h3 a {
  color: #4a90e2;
}
#a7a46a68e7af849 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a7a46a68e7af849 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a7a46a68e7af849 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a7a46a68e7af849 .ele-article-list .text-article {
  border-bottom: 1px dashed #ececec;
}
#a7a46a68e7af849 .ele-article-list .text-article h3 a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#a7a46a68e7af849 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a7a46a68e7af849 .ele-article-list .text-article:hover .info h3 a {
  color: #4a90e2;
}
#a7a46a68e7af849 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a9589a6476a8a3e {
  overflow: hidden;
  pointer-events: none;
  border-right-style: dashed;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-top-width: 0;
  border-left-style: dashed;
  border-bottom-style: dashed;
  border-top-style: dashed;
}
#a9589a6476a8a3e > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 30px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a9589a6476a8a3e > .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;
}
#a9589a6476a8a3e > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9589a6476a8a3e > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 30px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a9589a6476a8a3e > .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;
}
#a9589a6476a8a3e > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9589a6476a8a3e > .tab-wrap > div > .tab-nav,
#a9589a6476a8a3e > .tab-nav,
#a9589a6476a8a3e > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9589a6476a8a3e > .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;
}
#a9589a6476a8a3e > .tab-wrap > div > .tab-nav-horizontal,
#a9589a6476a8a3e > .tab-nav-horizontal,
#a9589a6476a8a3e > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9589a6476a8a3e > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9589a6476a8a3e > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9589a6476a8a3e > .tab-nav-horizontal::-webkit-scrollbar,
#a9589a6476a8a3e > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9589a6476a8a3e > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9589a6476a8a3e > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9589a6476a8a3e > .tab-nav-horizontal.tagScroll,
#a9589a6476a8a3e > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9589a6476a8a3e > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 30px;
  overflow-x: auto;
}
#a9589a6476a8a3e > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9589a6476a8a3e > .tab-nav-horizontal.tagScroll li a,
#a9589a6476a8a3e > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9589a6476a8a3e > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9589a6476a8a3e > .tab-wrap > div > .tab-nav a,
#a9589a6476a8a3e > .tab-nav a,
#a9589a6476a8a3e > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9589a6476a8a3e > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a9589a6476a8a3e > .tab-wrap > div > .tab-nav li a,
#a9589a6476a8a3e > .tab-nav li a,
#a9589a6476a8a3e > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9589a6476a8a3e > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 29px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 30px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
}
#a9589a6476a8a3e > .tab-wrap > div > .tab-nav li a svg,
#a9589a6476a8a3e > .tab-nav li a svg,
#a9589a6476a8a3e > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9589a6476a8a3e > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9589a6476a8a3e > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9589a6476a8a3e > .tab-nav li a .ap_icon,
#a9589a6476a8a3e > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9589a6476a8a3e > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9589a6476a8a3e > .tab-wrap > div > .tab-nav li a:hover,
#a9589a6476a8a3e > .tab-nav li a:hover,
#a9589a6476a8a3e > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9589a6476a8a3e > .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;
}
#a9589a6476a8a3e > .tab-wrap > div > .tab-nav li.uk-active a,
#a9589a6476a8a3e > .tab-nav li.uk-active a,
#a9589a6476a8a3e > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9589a6476a8a3e > .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;
}
#a9589a6476a8a3e .layout-left li,
#a9589a6476a8a3e .layout-center li,
#a9589a6476a8a3e .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9589a6476a8a3e .layout-left li a,
#a9589a6476a8a3e .layout-center li a,
#a9589a6476a8a3e .layout-right li a {
  height: 100%;
}
#a9589a6476a8a3e > .tab-tabs .layout-left {
  text-align: left;
}
#a9589a6476a8a3e > .tab-tabs .layout-center {
  text-align: center;
}
#a9589a6476a8a3e > .tab-tabs .layout-right {
  text-align: right;
}
#a9589a6476a8a3e .tab-contents {
  height: 100%;
  height: calc(100% - 30px);
}
#a9589a6476a8a3e .tab-content-wrap {
  background-color: #ffffff;
  border-right-width: 0;
}
#a9589a6476a8a3e .tab-contents,
#a9589a6476a8a3e .tab-contents-wrap {
  pointer-events: none;
}
#a9589a6476a8a3e .tab-content,
#a9589a6476a8a3e .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9589a6476a8a3e .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9589a6476a8a3e .tab-wrap .tab-contents {
  height: 100%;
}
#a9589a6476a8a3e .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9589a6476a8a3e .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9589a6476a8a3e .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a047ea9544a554a .form-agree {
  display: flex;
  align-items: center;
}
#a047ea9544a554a .submit-wrap {
  text-align: left;
}
#a047ea9544a554a .submit-wrap button {
  background-color: #f5a623;
}
#a047ea9544a554a .uk-form.form-theme-1 {
  background: linear-gradient(45deg, #9b9b9b, #cecece);
}
#a047ea9544a554a form {
  background-color: #9b9b9b;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 24px;
  padding-right: 16px;
}
#a047ea9544a554a form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a047ea9544a554a .form-item {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
#a047ea9544a554a .form-item .uk-input,
#a047ea9544a554a .form-item .uk-select,
#a047ea9544a554a .form-item .uk-textarea {
  width: 220px;
  background-color: #ffffff;
}
#a047ea9544a554a .form-item .auto-height {
  height: auto;
}
#a0270ac752aff93 [data-item*=".title"], #a0270ac752aff93 [data-item*=".title"] a {max-line: 1;}#a0270ac752aff93 [data-item*=".abstract"], #a0270ac752aff93 [data-item*=".abstract"] a {show: true;max-line: 1;}#a0270ac752aff93 [data-item*=".subTitle"], #a0270ac752aff93 [data-item*=".subTitle"] a {show: true;}#a0270ac752aff93 [data-item*=".category"], #a0270ac752aff93 [data-item*=".category"] a {show: false;}#a9bd1a4d33ac796 > .ele-wrap {background-color: rgba(17, 17, 17, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8e1fa5769a17c4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8e1fa5769a17c4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#aaad6a5895a173f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa46da2048a17e0 , #aa46da2048a17e0 a{color: rgba(155, 155, 155, 1);}#a6893aa643a9daf , #a6893aa643a9daf a{color: rgba(155, 155, 155, 1);}#a7a7aa47fda7f42 , #a7a7aa47fda7f42 a{color: rgba(155, 155, 155, 1);}#a0b1ba2f48a4e5c , #a0b1ba2f48a4e5c a{color: rgba(155, 155, 155, 1);}#a0d1ca5a0ca045f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a880ba7fcea9498 .lbt-box {
  position: relative;
  height: 500px;
  margin: 0 auto;
}
#a880ba7fcea9498 .imgs {
  width: 100%;
  height: 100%;
  perspective: 1000px;
}
#a880ba7fcea9498 .imgitem {
  position: absolute;
  width: 400px;
  height: 500px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
  transition: .8s;
  opacity: 0;
}
#a880ba7fcea9498 .imgitem img {
  width: 100%;
  height: 100%;
}
#a880ba7fcea9498 .cur-img {
  width: 800px;
  z-index: 100;
  opacity: 1;
}
#a880ba7fcea9498 .pre-img {
  transform: translateX(-400px) rotateY(30deg) scale(0.8);
  z-index: 9;
  opacity: 0.9;
}
#a880ba7fcea9498 .next-img {
  transform: translateX(400px) rotateY(-30deg) scale(0.8);
  z-index: 9;
  opacity: 0.9;
}
#a01c1ac26da0ab3 .uk-container {
  line-height: 2;
  color: #999;
}
#a9c72a8d32ad1f0 form {
  width: 100%;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a9c72a8d32ad1f0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9c72a8d32ad1f0 .search-box .search-type.show {
  display: block;
}
#a9c72a8d32ad1f0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f0ed;
  cursor: pointer;
  padding: 0 18px;
}
#a9c72a8d32ad1f0 .search-box .search-type li:hover {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .search-box .search-type li.active {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f1f0ed;
  overflow: hidden;
}
#a9c72a8d32ad1f0 .inner-form .input-field {
  height: 100%;
}
#a9c72a8d32ad1f0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #9b9b9b;
}
#a9c72a8d32ad1f0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f1f0ed;
  position: relative;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #9b9b9b;
  margin: 0 15px;
}
#a9c72a8d32ad1f0 .inner-form .input-field.second-wrap {
  min-width: 65px;
}
#a9c72a8d32ad1f0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  font-size: 14px;
}
#a9c72a8d32ad1f0 .btn-search:hover {
  background: #e77e27;
}
#a9c72a8d32ad1f0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9d1aa9c59ada02 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d1aa9c59ada02 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a9d1aa9c59ada02 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d1aa9c59ada02 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #e67b13;
}
#a9d1aa9c59ada02 .menu-list > li.active > a:before,
#a9d1aa9c59ada02 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d1aa9c59ada02 .menu-list > li ul li {
  position: relative;
}
#a9d1aa9c59ada02 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #e27914;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover > a {
  background-color: #f5a623;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list li ul li a:active,
#a9d1aa9c59ada02 .menu-list li ul li a.active,
#a9d1aa9c59ada02 .menu-list li ul li.active > a {
  background-color: #f5a623;
}
#a9d1aa9c59ada02 .menu-list li ul,
#a9d1aa9c59ada02 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #e27914;
}
#a9d1aa9c59ada02 .menu-list li ul.menu-b > li,
#a9d1aa9c59ada02 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d1aa9c59ada02 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d1aa9c59ada02 .menu-list li:hover > ul {
  display: block;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7eb0a9fc0ae13b .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(34, 25, 77, 0);
  overflow: hidden;
  transition: all .3s ease;
}
#a7eb0a9fc0ae13b .marquee-wrap > .str_move {
  cursor: text;
}
#a7eb0a9fc0ae13b .marquee-wrap:hover {
  background: rgba(34, 25, 77, 0);
}
#a7eb0a9fc0ae13b .marquee-wrap .content {
  position: absolute;
}
#a7eb0a9fc0ae13b .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#a7eb0a9fc0ae13b .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#abd9ba8d6eab8d4 > .ele-wrap {background-color: rgba(43, 43, 43, 1);}#a300dac9f2ac29f  {flex: 1;}#a4a75ab086ae067 > .ele-wrap {background-color: rgba(176, 209, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac283a72e5ad808  {flex: 1;}#a290ca00b5a5948 > .ele-wrap {background-color: rgba(157, 228, 81, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a2ab6af071aa6dc {
  overflow: hidden;
  pointer-events: none;
}
#a2ab6af071aa6dc > .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;
}
#a2ab6af071aa6dc > .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;
}
#a2ab6af071aa6dc > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2ab6af071aa6dc > .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;
}
#a2ab6af071aa6dc > .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;
}
#a2ab6af071aa6dc > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2ab6af071aa6dc > .tab-wrap > div > .tab-nav,
#a2ab6af071aa6dc > .tab-nav,
#a2ab6af071aa6dc > .tab-tabs > .tab-wrap > div > .tab-nav,
#a2ab6af071aa6dc > .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;
}
#a2ab6af071aa6dc > .tab-wrap > div > .tab-nav-horizontal,
#a2ab6af071aa6dc > .tab-nav-horizontal,
#a2ab6af071aa6dc > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a2ab6af071aa6dc > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a2ab6af071aa6dc > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2ab6af071aa6dc > .tab-nav-horizontal::-webkit-scrollbar,
#a2ab6af071aa6dc > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2ab6af071aa6dc > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a2ab6af071aa6dc > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2ab6af071aa6dc > .tab-nav-horizontal.tagScroll,
#a2ab6af071aa6dc > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2ab6af071aa6dc > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a2ab6af071aa6dc > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2ab6af071aa6dc > .tab-nav-horizontal.tagScroll li a,
#a2ab6af071aa6dc > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2ab6af071aa6dc > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a2ab6af071aa6dc > .tab-wrap > div > .tab-nav a,
#a2ab6af071aa6dc > .tab-nav a,
#a2ab6af071aa6dc > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a2ab6af071aa6dc > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a2ab6af071aa6dc > .tab-wrap > div > .tab-nav li a,
#a2ab6af071aa6dc > .tab-nav li a,
#a2ab6af071aa6dc > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a2ab6af071aa6dc > .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;
}
#a2ab6af071aa6dc > .tab-wrap > div > .tab-nav li a svg,
#a2ab6af071aa6dc > .tab-nav li a svg,
#a2ab6af071aa6dc > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a2ab6af071aa6dc > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a2ab6af071aa6dc > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2ab6af071aa6dc > .tab-nav li a .ap_icon,
#a2ab6af071aa6dc > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2ab6af071aa6dc > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a2ab6af071aa6dc > .tab-wrap > div > .tab-nav li a:hover,
#a2ab6af071aa6dc > .tab-nav li a:hover,
#a2ab6af071aa6dc > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a2ab6af071aa6dc > .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;
}
#a2ab6af071aa6dc > .tab-wrap > div > .tab-nav li.uk-active a,
#a2ab6af071aa6dc > .tab-nav li.uk-active a,
#a2ab6af071aa6dc > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a2ab6af071aa6dc > .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;
}
#a2ab6af071aa6dc .layout-left li,
#a2ab6af071aa6dc .layout-center li,
#a2ab6af071aa6dc .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a2ab6af071aa6dc .layout-left li a,
#a2ab6af071aa6dc .layout-center li a,
#a2ab6af071aa6dc .layout-right li a {
  height: 100%;
}
#a2ab6af071aa6dc > .tab-tabs .layout-left {
  text-align: left;
}
#a2ab6af071aa6dc > .tab-tabs .layout-center {
  text-align: center;
}
#a2ab6af071aa6dc > .tab-tabs .layout-right {
  text-align: right;
}
#a2ab6af071aa6dc .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a2ab6af071aa6dc .tab-content-wrap {
  background-color: #ffffff;
}
#a2ab6af071aa6dc .tab-contents,
#a2ab6af071aa6dc .tab-contents-wrap {
  pointer-events: none;
}
#a2ab6af071aa6dc .tab-content,
#a2ab6af071aa6dc .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a2ab6af071aa6dc .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a2ab6af071aa6dc .tab-wrap .tab-contents {
  height: 100%;
}
#a2ab6af071aa6dc .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a2ab6af071aa6dc .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a2ab6af071aa6dc .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a0c77a3a81a69d5 .a7f55a8e5da1d86 .img-wrap {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
#a0c77a3a81a69d5 .afb11a5d61a8640 > .ele-wrap {background-color: rgba(43, 43, 43, 0.7);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0c77a3a81a69d5 .afb11a5d61a8640  > .ele-wrap:hover {background-color: rgba(245, 166, 35, 1);}#a0c77a3a81a69d5 .ac297a8ebfa1390 > .ele-wrap {background-color: rgba(240, 131, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0c77a3a81a69d5 .aefb5a9dada22ac a, #a0c77a3a81a69d5 .aefb5a9dada22ac {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0c77a3a81a69d5 .ae395a5f02aeb74 {
  overflow: hidden;
}
#a0c77a3a81a69d5 .ae395a5f02aeb74 , #a0c77a3a81a69d5 .ae395a5f02aeb74 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0c77a3a81a69d5 .uk-grid {
  margin-left: -15px;
}
#a0c77a3a81a69d5 .uk-grid > * {
  padding-left: 15px;
}
#a0c77a3a81a69d5 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a0c77a3a81a69d5 .uk-position-center-left-out {
    left: -30px;
  }
  #a0c77a3a81a69d5 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa6b7a85acacdea .form-agree {
  display: flex;
  align-items: center;
}
#aa6b7a85acacdea .submit-wrap {
  text-align: left;
}
#aa6b7a85acacdea .submit-wrap button {
  background-color: #f5a623;
}
#aa6b7a85acacdea .uk-form.form-theme-1 {
  background: linear-gradient(45deg, #9b9b9b, #cecece);
}
#aa6b7a85acacdea form {
  background-color: #9b9b9b;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 24px;
  padding-right: 16px;
}
#aa6b7a85acacdea form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#aa6b7a85acacdea .form-item {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
#aa6b7a85acacdea .form-item .uk-input,
#aa6b7a85acacdea .form-item .uk-select,
#aa6b7a85acacdea .form-item .uk-textarea {
  width: 220px;
  background-color: #ffffff;
}
#aa6b7a85acacdea .form-item .auto-height {
  height: auto;
}
#a9bd1a4d33ac796 > .ele-wrap {background-color: rgba(17, 17, 17, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8e1fa5769a17c4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8e1fa5769a17c4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#aaad6a5895a173f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa46da2048a17e0 , #aa46da2048a17e0 a{color: rgba(155, 155, 155, 1);}#a6893aa643a9daf , #a6893aa643a9daf a{color: rgba(155, 155, 155, 1);}#a7a7aa47fda7f42 , #a7a7aa47fda7f42 a{color: rgba(155, 155, 155, 1);}#a0b1ba2f48a4e5c , #a0b1ba2f48a4e5c a{color: rgba(155, 155, 155, 1);}#a0d1ca5a0ca045f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ad5d5a67daa695d .uk-container {
  line-height: 2;
  color: #999;
}
#a9c72a8d32ad1f0 form {
  width: 100%;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a9c72a8d32ad1f0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9c72a8d32ad1f0 .search-box .search-type.show {
  display: block;
}
#a9c72a8d32ad1f0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f0ed;
  cursor: pointer;
  padding: 0 18px;
}
#a9c72a8d32ad1f0 .search-box .search-type li:hover {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .search-box .search-type li.active {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f1f0ed;
  overflow: hidden;
}
#a9c72a8d32ad1f0 .inner-form .input-field {
  height: 100%;
}
#a9c72a8d32ad1f0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #9b9b9b;
}
#a9c72a8d32ad1f0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f1f0ed;
  position: relative;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #9b9b9b;
  margin: 0 15px;
}
#a9c72a8d32ad1f0 .inner-form .input-field.second-wrap {
  min-width: 65px;
}
#a9c72a8d32ad1f0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  font-size: 14px;
}
#a9c72a8d32ad1f0 .btn-search:hover {
  background: #e77e27;
}
#a9c72a8d32ad1f0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9d1aa9c59ada02 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d1aa9c59ada02 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a9d1aa9c59ada02 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d1aa9c59ada02 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #e67b13;
}
#a9d1aa9c59ada02 .menu-list > li.active > a:before,
#a9d1aa9c59ada02 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d1aa9c59ada02 .menu-list > li ul li {
  position: relative;
}
#a9d1aa9c59ada02 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #e27914;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover > a {
  background-color: #f5a623;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list li ul li a:active,
#a9d1aa9c59ada02 .menu-list li ul li a.active,
#a9d1aa9c59ada02 .menu-list li ul li.active > a {
  background-color: #f5a623;
}
#a9d1aa9c59ada02 .menu-list li ul,
#a9d1aa9c59ada02 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #e27914;
}
#a9d1aa9c59ada02 .menu-list li ul.menu-b > li,
#a9d1aa9c59ada02 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d1aa9c59ada02 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d1aa9c59ada02 .menu-list li:hover > ul {
  display: block;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7eb0a9fc0ae13b .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(34, 25, 77, 0);
  overflow: hidden;
  transition: all .3s ease;
}
#a7eb0a9fc0ae13b .marquee-wrap > .str_move {
  cursor: text;
}
#a7eb0a9fc0ae13b .marquee-wrap:hover {
  background: rgba(34, 25, 77, 0);
}
#a7eb0a9fc0ae13b .marquee-wrap .content {
  position: absolute;
}
#a7eb0a9fc0ae13b .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#a7eb0a9fc0ae13b .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#abd9ba8d6eab8d4 > .ele-wrap {background-color: rgba(43, 43, 43, 1);}#a90d1a2555a6d8a > .ele-wrap {background-color: rgba(165, 170, 211, 0.44);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ad207acd28a5471 > .ele-wrap {background-color: rgba(255, 165, 0, 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;}#ad207acd28a5471  > .ele-wrap:hover {border-bottom-right-radius: 10px;}#a50ecabbeaa672a > .ele-wrap {background-color: rgba(255, 165, 0, 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;}#a50ecabbeaa672a  > .ele-wrap:hover {border-bottom-right-radius: 10px;}#acefba8e28ac77b > .ele-wrap {background-color: rgba(255, 165, 0, 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;}#acefba8e28ac77b  > .ele-wrap:hover {border-bottom-right-radius: 10px;}#a81dca4c87a6386 > .ele-wrap {background-color: rgba(255, 165, 0, 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;}#a81dca4c87a6386  > .ele-wrap:hover {border-bottom-right-radius: 10px;}#ae8eea15e9a7293 > .ele-wrap {background-color: rgba(255, 165, 0, 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;}#ae8eea15e9a7293  > .ele-wrap:hover {border-bottom-right-radius: 10px;}#a9de7ae15ea621b > .ele-wrap {background-color: rgba(255, 165, 0, 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;}#a9de7ae15ea621b  > .ele-wrap:hover {border-bottom-right-radius: 10px;}#a9c2da736aa8985 {
  overflow: hidden;
}
#a9c2da736aa8985 .img-wrap {
  transition: all 0.3s ease-in;
}
#a9c2da736aa8985 .img-wrap:hover {
  transform: scale(1.1);
}
#ac890a3fb9a4962 {
  overflow: hidden;
}
#ac890a3fb9a4962 .img-wrap {
  transition: all 0.3s ease-in;
}
#ac890a3fb9a4962 .img-wrap:hover {
  transform: scale(1.1);
}
#a5f47a271fa9fd4 {
  overflow: hidden;
}
#a5f47a271fa9fd4 .img-wrap {
  transition: all 0.3s ease-in;
}
#a5f47a271fa9fd4 .img-wrap:hover {
  transform: scale(1.1);
}
#a8717aac81ac890 .ele-wrap {color: #fff;font-size: 22px;font-weight: 500;background-color: rgba(240, 131, 0, 1);border-radius: 25px;justify-content: center;border-style: solid;}#a8717aac81ac890 .ele-wrap:hover {background-color: #509c49;background-color: rgba(74, 144, 226, 1);}#a9bd1a4d33ac796 > .ele-wrap {background-color: rgba(17, 17, 17, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8e1fa5769a17c4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8e1fa5769a17c4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#aaad6a5895a173f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa46da2048a17e0 , #aa46da2048a17e0 a{color: rgba(155, 155, 155, 1);}#a6893aa643a9daf , #a6893aa643a9daf a{color: rgba(155, 155, 155, 1);}#a7a7aa47fda7f42 , #a7a7aa47fda7f42 a{color: rgba(155, 155, 155, 1);}#a0b1ba2f48a4e5c , #a0b1ba2f48a4e5c a{color: rgba(155, 155, 155, 1);}#a7011a051caec71 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a6fdea6460a57bb .uk-container {
  line-height: 2;
  color: #999;
}
#a9c72a8d32ad1f0 form {
  width: 100%;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a9c72a8d32ad1f0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9c72a8d32ad1f0 .search-box .search-type.show {
  display: block;
}
#a9c72a8d32ad1f0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f0ed;
  cursor: pointer;
  padding: 0 18px;
}
#a9c72a8d32ad1f0 .search-box .search-type li:hover {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .search-box .search-type li.active {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f1f0ed;
  overflow: hidden;
}
#a9c72a8d32ad1f0 .inner-form .input-field {
  height: 100%;
}
#a9c72a8d32ad1f0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #9b9b9b;
}
#a9c72a8d32ad1f0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f1f0ed;
  position: relative;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #9b9b9b;
  margin: 0 15px;
}
#a9c72a8d32ad1f0 .inner-form .input-field.second-wrap {
  min-width: 65px;
}
#a9c72a8d32ad1f0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  font-size: 14px;
}
#a9c72a8d32ad1f0 .btn-search:hover {
  background: #e77e27;
}
#a9c72a8d32ad1f0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9d1aa9c59ada02 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d1aa9c59ada02 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a9d1aa9c59ada02 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d1aa9c59ada02 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #e67b13;
}
#a9d1aa9c59ada02 .menu-list > li.active > a:before,
#a9d1aa9c59ada02 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d1aa9c59ada02 .menu-list > li ul li {
  position: relative;
}
#a9d1aa9c59ada02 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #e27914;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover > a {
  background-color: #f5a623;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list li ul li a:active,
#a9d1aa9c59ada02 .menu-list li ul li a.active,
#a9d1aa9c59ada02 .menu-list li ul li.active > a {
  background-color: #f5a623;
}
#a9d1aa9c59ada02 .menu-list li ul,
#a9d1aa9c59ada02 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #e27914;
}
#a9d1aa9c59ada02 .menu-list li ul.menu-b > li,
#a9d1aa9c59ada02 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d1aa9c59ada02 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d1aa9c59ada02 .menu-list li:hover > ul {
  display: block;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7eb0a9fc0ae13b .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(34, 25, 77, 0);
  overflow: hidden;
  transition: all .3s ease;
}
#a7eb0a9fc0ae13b .marquee-wrap > .str_move {
  cursor: text;
}
#a7eb0a9fc0ae13b .marquee-wrap:hover {
  background: rgba(34, 25, 77, 0);
}
#a7eb0a9fc0ae13b .marquee-wrap .content {
  position: absolute;
}
#a7eb0a9fc0ae13b .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#a7eb0a9fc0ae13b .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#abd9ba8d6eab8d4 > .ele-wrap {background-color: rgba(43, 43, 43, 1);}#a2697a64dba3454 > .ele-wrap {background-color: rgba(165, 170, 211, 0.44);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#aeb09a7a76a9155 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a4a46aafbeab01d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aa252a665cae65f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a2e8eaeeaaa840c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a6432abf3ca3406 .ele-wrap {color: #fff;font-size: 22px;font-weight: 500;background-color: rgba(240, 131, 0, 1);border-radius: 25px;justify-content: center;border-style: solid;}#a6432abf3ca3406 .ele-wrap:hover {background-color: #509c49;background-color: rgba(74, 144, 226, 1);}#a3df2a90e7a5d2e .form-agree {
  display: flex;
  align-items: center;
}
#a3df2a90e7a5d2e .submit-wrap {
  text-align: left;
}
#a3df2a90e7a5d2e .submit-wrap button {
  background-color: #f5a623;
}
#a3df2a90e7a5d2e .uk-form.form-theme-1 {
  background: linear-gradient(45deg, #9b9b9b, #cecece);
}
#a3df2a90e7a5d2e form {
  background-color: #9b9b9b;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 24px;
  padding-right: 16px;
}
#a3df2a90e7a5d2e form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a3df2a90e7a5d2e .form-item {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
#a3df2a90e7a5d2e .form-item .uk-input,
#a3df2a90e7a5d2e .form-item .uk-select,
#a3df2a90e7a5d2e .form-item .uk-textarea {
  width: 220px;
  background-color: #ffffff;
}
#a3df2a90e7a5d2e .form-item .auto-height {
  height: auto;
}
#a9bd1a4d33ac796 > .ele-wrap {background-color: rgba(17, 17, 17, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8e1fa5769a17c4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8e1fa5769a17c4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#aaad6a5895a173f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa46da2048a17e0 , #aa46da2048a17e0 a{color: rgba(155, 155, 155, 1);}#a6893aa643a9daf , #a6893aa643a9daf a{color: rgba(155, 155, 155, 1);}#a7a7aa47fda7f42 , #a7a7aa47fda7f42 a{color: rgba(155, 155, 155, 1);}#a0b1ba2f48a4e5c , #a0b1ba2f48a4e5c a{color: rgba(155, 155, 155, 1);}#a0d1ca5a0ca045f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#af15fa77c6a5e7c .uk-container {
  line-height: 2;
  color: #999;
}
#a9c72a8d32ad1f0 form {
  width: 100%;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a9c72a8d32ad1f0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9c72a8d32ad1f0 .search-box .search-type.show {
  display: block;
}
#a9c72a8d32ad1f0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f0ed;
  cursor: pointer;
  padding: 0 18px;
}
#a9c72a8d32ad1f0 .search-box .search-type li:hover {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .search-box .search-type li.active {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f1f0ed;
  overflow: hidden;
}
#a9c72a8d32ad1f0 .inner-form .input-field {
  height: 100%;
}
#a9c72a8d32ad1f0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #9b9b9b;
}
#a9c72a8d32ad1f0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f1f0ed;
  position: relative;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #9b9b9b;
  margin: 0 15px;
}
#a9c72a8d32ad1f0 .inner-form .input-field.second-wrap {
  min-width: 65px;
}
#a9c72a8d32ad1f0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  font-size: 14px;
}
#a9c72a8d32ad1f0 .btn-search:hover {
  background: #e77e27;
}
#a9c72a8d32ad1f0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9d1aa9c59ada02 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d1aa9c59ada02 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a9d1aa9c59ada02 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d1aa9c59ada02 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #e67b13;
}
#a9d1aa9c59ada02 .menu-list > li.active > a:before,
#a9d1aa9c59ada02 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d1aa9c59ada02 .menu-list > li ul li {
  position: relative;
}
#a9d1aa9c59ada02 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #e27914;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover > a {
  background-color: #f5a623;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list li ul li a:active,
#a9d1aa9c59ada02 .menu-list li ul li a.active,
#a9d1aa9c59ada02 .menu-list li ul li.active > a {
  background-color: #f5a623;
}
#a9d1aa9c59ada02 .menu-list li ul,
#a9d1aa9c59ada02 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #e27914;
}
#a9d1aa9c59ada02 .menu-list li ul.menu-b > li,
#a9d1aa9c59ada02 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d1aa9c59ada02 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d1aa9c59ada02 .menu-list li:hover > ul {
  display: block;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7eb0a9fc0ae13b .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(34, 25, 77, 0);
  overflow: hidden;
  transition: all .3s ease;
}
#a7eb0a9fc0ae13b .marquee-wrap > .str_move {
  cursor: text;
}
#a7eb0a9fc0ae13b .marquee-wrap:hover {
  background: rgba(34, 25, 77, 0);
}
#a7eb0a9fc0ae13b .marquee-wrap .content {
  position: absolute;
}
#a7eb0a9fc0ae13b .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#a7eb0a9fc0ae13b .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#abd9ba8d6eab8d4 > .ele-wrap {background-color: rgba(43, 43, 43, 1);}#afc08ab431ab3fe > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 2px 9px 2px rgba(138, 138, 138, 0.23);}#afc08ab431ab3fe  > .ele-wrap:hover {border-bottom-right-radius: 0px;border-top-width: 3px;border-top-color: #3b21ff;}#a5948a4dbea511a .ele-wrap {color: #fff;font-size: 22px;font-weight: 500;background-color: rgba(240, 131, 0, 1);border-radius: 25px;justify-content: center;border-style: solid;}#a5948a4dbea511a .ele-wrap:hover {background-color: #509c49;background-color: rgba(74, 144, 226, 1);}#aca96acc30aa8bf .form-agree {
  display: flex;
  align-items: center;
}
#aca96acc30aa8bf .submit-wrap {
  text-align: left;
}
#aca96acc30aa8bf .submit-wrap button {
  background-color: #f5a623;
}
#aca96acc30aa8bf .uk-form.form-theme-1 {
  background: linear-gradient(45deg, #9b9b9b, #cecece);
}
#aca96acc30aa8bf form {
  background-color: #9b9b9b;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 24px;
  padding-right: 16px;
}
#aca96acc30aa8bf form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#aca96acc30aa8bf .form-item {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
#aca96acc30aa8bf .form-item .uk-input,
#aca96acc30aa8bf .form-item .uk-select,
#aca96acc30aa8bf .form-item .uk-textarea {
  width: 220px;
  background-color: #ffffff;
}
#aca96acc30aa8bf .form-item .auto-height {
  height: auto;
}
#a9bd1a4d33ac796 > .ele-wrap {background-color: rgba(17, 17, 17, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8e1fa5769a17c4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8e1fa5769a17c4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#aaad6a5895a173f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa46da2048a17e0 , #aa46da2048a17e0 a{color: rgba(155, 155, 155, 1);}#a6893aa643a9daf , #a6893aa643a9daf a{color: rgba(155, 155, 155, 1);}#a7a7aa47fda7f42 , #a7a7aa47fda7f42 a{color: rgba(155, 155, 155, 1);}#a0b1ba2f48a4e5c , #a0b1ba2f48a4e5c a{color: rgba(155, 155, 155, 1);}#a0d1ca5a0ca045f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a6b84a5f7ca66e0 .post-feed {
  margin: 0 -20px 0;
}
#a6b84a5f7ca66e0 .post {
  -ms-flex: 1 1 300px;
  flex: 1 1 300px;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  margin: 0 20px 40px;
  min-height: 300px;
  background: #fff 50%;
  background-size: cover;
  border-radius: 5px;
  box-shadow: 8px 14px 38px rgba(39, 44, 49, 0.09), 1px 3px 8px rgba(39, 44, 49, 0.06);
  transition: all .5s ease;
}
#a6b84a5f7ca66e0 .post:hover {
  box-shadow: 8px 28px 50px rgba(39, 44, 49, 0.07), 1px 6px 12px rgba(39, 44, 49, 0.04);
  transition: all .4s ease;
  transform: translate3D(0, -1px, 0) scale(1.02);
}
#a6b84a5f7ca66e0 .uk-card-title {
  font-size: 18px;
}
@media (min-width: 795px) {
  #a6b84a5f7ca66e0 .post-feed .post:nth-child(6n+1):not(.no-image) {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  #a6b84a5f7ca66e0 .post-feed .post:nth-child(6n+1):not(.no-image) .uk-card-media-left {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: 100%;
    border-radius: 5px 0 0 5px;
  }
  #a6b84a5f7ca66e0 .post-feed .post:nth-child(6n+1):not(.no-image) .uk-card-body {
    -ms-flex: 0 1 357px;
    flex: 0 1 357px;
  }
}
#a6b84a5f7ca66e0 .post-media {
  height: 200px;
}
#a3764ad3caae4c5 .uk-container {
  line-height: 2;
  color: #999;
}
#a9c72a8d32ad1f0 form {
  width: 100%;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a9c72a8d32ad1f0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9c72a8d32ad1f0 .search-box .search-type.show {
  display: block;
}
#a9c72a8d32ad1f0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f0ed;
  cursor: pointer;
  padding: 0 18px;
}
#a9c72a8d32ad1f0 .search-box .search-type li:hover {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .search-box .search-type li.active {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f1f0ed;
  overflow: hidden;
}
#a9c72a8d32ad1f0 .inner-form .input-field {
  height: 100%;
}
#a9c72a8d32ad1f0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #9b9b9b;
}
#a9c72a8d32ad1f0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f1f0ed;
  position: relative;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #9b9b9b;
  margin: 0 15px;
}
#a9c72a8d32ad1f0 .inner-form .input-field.second-wrap {
  min-width: 65px;
}
#a9c72a8d32ad1f0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  font-size: 14px;
}
#a9c72a8d32ad1f0 .btn-search:hover {
  background: #e77e27;
}
#a9c72a8d32ad1f0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9d1aa9c59ada02 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d1aa9c59ada02 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a9d1aa9c59ada02 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d1aa9c59ada02 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #e67b13;
}
#a9d1aa9c59ada02 .menu-list > li.active > a:before,
#a9d1aa9c59ada02 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d1aa9c59ada02 .menu-list > li ul li {
  position: relative;
}
#a9d1aa9c59ada02 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #e27914;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover > a {
  background-color: #f5a623;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list li ul li a:active,
#a9d1aa9c59ada02 .menu-list li ul li a.active,
#a9d1aa9c59ada02 .menu-list li ul li.active > a {
  background-color: #f5a623;
}
#a9d1aa9c59ada02 .menu-list li ul,
#a9d1aa9c59ada02 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #e27914;
}
#a9d1aa9c59ada02 .menu-list li ul.menu-b > li,
#a9d1aa9c59ada02 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d1aa9c59ada02 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d1aa9c59ada02 .menu-list li:hover > ul {
  display: block;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7eb0a9fc0ae13b .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(34, 25, 77, 0);
  overflow: hidden;
  transition: all .3s ease;
}
#a7eb0a9fc0ae13b .marquee-wrap > .str_move {
  cursor: text;
}
#a7eb0a9fc0ae13b .marquee-wrap:hover {
  background: rgba(34, 25, 77, 0);
}
#a7eb0a9fc0ae13b .marquee-wrap .content {
  position: absolute;
}
#a7eb0a9fc0ae13b .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#a7eb0a9fc0ae13b .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#abd9ba8d6eab8d4 > .ele-wrap {background-color: rgba(43, 43, 43, 1);}#a6b84a5f7ca66e0 [data-item*=".title"], #a6b84a5f7ca66e0 [data-item*=".title"] a {max-line: 1;color: rgba(74, 74, 74, 1);font-weight: bold;}#a6b84a5f7ca66e0 [data-item*=".abstract"], #a6b84a5f7ca66e0 [data-item*=".abstract"] a {show: true;max-line: 2;}#a6b84a5f7ca66e0 [data-item*=".subTitle"], #a6b84a5f7ca66e0 [data-item*=".subTitle"] a {show: false;}#a6b84a5f7ca66e0 [data-item*=".category"], #a6b84a5f7ca66e0 [data-item*=".category"] a {show: false;}#a9bd1a4d33ac796 > .ele-wrap {background-color: rgba(17, 17, 17, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8e1fa5769a17c4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8e1fa5769a17c4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#aaad6a5895a173f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa46da2048a17e0 , #aa46da2048a17e0 a{color: rgba(155, 155, 155, 1);}#a6893aa643a9daf , #a6893aa643a9daf a{color: rgba(155, 155, 155, 1);}#a7a7aa47fda7f42 , #a7a7aa47fda7f42 a{color: rgba(155, 155, 155, 1);}#a0b1ba2f48a4e5c , #a0b1ba2f48a4e5c a{color: rgba(155, 155, 155, 1);}#a0d1ca5a0ca045f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a8fb0a5d76a3900 .uk-switcher li {
  list-style: decimal;
}
#a515faace5ac94a .uk-container {
  line-height: 2;
  color: #999;
}
#a9c72a8d32ad1f0 form {
  width: 100%;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a9c72a8d32ad1f0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9c72a8d32ad1f0 .search-box .search-type.show {
  display: block;
}
#a9c72a8d32ad1f0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f0ed;
  cursor: pointer;
  padding: 0 18px;
}
#a9c72a8d32ad1f0 .search-box .search-type li:hover {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .search-box .search-type li.active {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f1f0ed;
  overflow: hidden;
}
#a9c72a8d32ad1f0 .inner-form .input-field {
  height: 100%;
}
#a9c72a8d32ad1f0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #9b9b9b;
}
#a9c72a8d32ad1f0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f1f0ed;
  position: relative;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #9b9b9b;
  margin: 0 15px;
}
#a9c72a8d32ad1f0 .inner-form .input-field.second-wrap {
  min-width: 65px;
}
#a9c72a8d32ad1f0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  font-size: 14px;
}
#a9c72a8d32ad1f0 .btn-search:hover {
  background: #e77e27;
}
#a9c72a8d32ad1f0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9d1aa9c59ada02 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d1aa9c59ada02 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a9d1aa9c59ada02 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d1aa9c59ada02 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #e67b13;
}
#a9d1aa9c59ada02 .menu-list > li.active > a:before,
#a9d1aa9c59ada02 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d1aa9c59ada02 .menu-list > li ul li {
  position: relative;
}
#a9d1aa9c59ada02 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #e27914;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover > a {
  background-color: #f5a623;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list li ul li a:active,
#a9d1aa9c59ada02 .menu-list li ul li a.active,
#a9d1aa9c59ada02 .menu-list li ul li.active > a {
  background-color: #f5a623;
}
#a9d1aa9c59ada02 .menu-list li ul,
#a9d1aa9c59ada02 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #e27914;
}
#a9d1aa9c59ada02 .menu-list li ul.menu-b > li,
#a9d1aa9c59ada02 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d1aa9c59ada02 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d1aa9c59ada02 .menu-list li:hover > ul {
  display: block;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7eb0a9fc0ae13b .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(34, 25, 77, 0);
  overflow: hidden;
  transition: all .3s ease;
}
#a7eb0a9fc0ae13b .marquee-wrap > .str_move {
  cursor: text;
}
#a7eb0a9fc0ae13b .marquee-wrap:hover {
  background: rgba(34, 25, 77, 0);
}
#a7eb0a9fc0ae13b .marquee-wrap .content {
  position: absolute;
}
#a7eb0a9fc0ae13b .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#a7eb0a9fc0ae13b .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#abd9ba8d6eab8d4 > .ele-wrap {background-color: rgba(43, 43, 43, 1);}#a8a47a054fa2f26 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a380aa8caaa97b6 .uk-container {
  line-height: 2;
  color: #999;
}
#a9c72a8d32ad1f0 form {
  width: 100%;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a9c72a8d32ad1f0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9c72a8d32ad1f0 .search-box .search-type.show {
  display: block;
}
#a9c72a8d32ad1f0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f0ed;
  cursor: pointer;
  padding: 0 18px;
}
#a9c72a8d32ad1f0 .search-box .search-type li:hover {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .search-box .search-type li.active {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f1f0ed;
  overflow: hidden;
}
#a9c72a8d32ad1f0 .inner-form .input-field {
  height: 100%;
}
#a9c72a8d32ad1f0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #9b9b9b;
}
#a9c72a8d32ad1f0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f1f0ed;
  position: relative;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #9b9b9b;
  margin: 0 15px;
}
#a9c72a8d32ad1f0 .inner-form .input-field.second-wrap {
  min-width: 65px;
}
#a9c72a8d32ad1f0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  font-size: 14px;
}
#a9c72a8d32ad1f0 .btn-search:hover {
  background: #e77e27;
}
#a9c72a8d32ad1f0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9d1aa9c59ada02 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d1aa9c59ada02 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a9d1aa9c59ada02 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d1aa9c59ada02 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #e67b13;
}
#a9d1aa9c59ada02 .menu-list > li.active > a:before,
#a9d1aa9c59ada02 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d1aa9c59ada02 .menu-list > li ul li {
  position: relative;
}
#a9d1aa9c59ada02 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #e27914;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover > a {
  background-color: #f5a623;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list li ul li a:active,
#a9d1aa9c59ada02 .menu-list li ul li a.active,
#a9d1aa9c59ada02 .menu-list li ul li.active > a {
  background-color: #f5a623;
}
#a9d1aa9c59ada02 .menu-list li ul,
#a9d1aa9c59ada02 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #e27914;
}
#a9d1aa9c59ada02 .menu-list li ul.menu-b > li,
#a9d1aa9c59ada02 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d1aa9c59ada02 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d1aa9c59ada02 .menu-list li:hover > ul {
  display: block;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7eb0a9fc0ae13b .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(34, 25, 77, 0);
  overflow: hidden;
  transition: all .3s ease;
}
#a7eb0a9fc0ae13b .marquee-wrap > .str_move {
  cursor: text;
}
#a7eb0a9fc0ae13b .marquee-wrap:hover {
  background: rgba(34, 25, 77, 0);
}
#a7eb0a9fc0ae13b .marquee-wrap .content {
  position: absolute;
}
#a7eb0a9fc0ae13b .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#a7eb0a9fc0ae13b .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#abd9ba8d6eab8d4 > .ele-wrap {background-color: rgba(43, 43, 43, 1);}#a9bd1a4d33ac796 > .ele-wrap {background-color: rgba(17, 17, 17, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8e1fa5769a17c4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8e1fa5769a17c4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#aaad6a5895a173f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa46da2048a17e0 , #aa46da2048a17e0 a{color: rgba(155, 155, 155, 1);}#a6893aa643a9daf , #a6893aa643a9daf a{color: rgba(155, 155, 155, 1);}#a7a7aa47fda7f42 , #a7a7aa47fda7f42 a{color: rgba(155, 155, 155, 1);}#a0b1ba2f48a4e5c , #a0b1ba2f48a4e5c a{color: rgba(155, 155, 155, 1);}#a0d1ca5a0ca045f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ae418ab22aa4df6 {
  min-height: 90vh;
  /* mobile */
}
#ae418ab22aa4df6 .search-highlight {
  background: yellow;
}
#ae418ab22aa4df6 .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#ae418ab22aa4df6 .el-title {
  margin-bottom: 20px;
}
#ae418ab22aa4df6 .el-item:hover .el-title {
  color: #e90505;
}
#ae418ab22aa4df6 .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#ae418ab22aa4df6 .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#ae418ab22aa4df6 .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#ae418ab22aa4df6 .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#ae418ab22aa4df6 .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#ae418ab22aa4df6 .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #ae418ab22aa4df6 .el-title {
    margin-bottom: 0;
  }
  #ae418ab22aa4df6 .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #ae418ab22aa4df6 .category {
    font-size: 12px;
  }
  #ae418ab22aa4df6 .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#ab801a4482a1f60 .uk-container {
  line-height: 2;
  color: #999;
}
#a9c72a8d32ad1f0 form {
  width: 100%;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a9c72a8d32ad1f0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9c72a8d32ad1f0 .search-box .search-type.show {
  display: block;
}
#a9c72a8d32ad1f0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f0ed;
  cursor: pointer;
  padding: 0 18px;
}
#a9c72a8d32ad1f0 .search-box .search-type li:hover {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .search-box .search-type li.active {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f1f0ed;
  overflow: hidden;
}
#a9c72a8d32ad1f0 .inner-form .input-field {
  height: 100%;
}
#a9c72a8d32ad1f0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #9b9b9b;
}
#a9c72a8d32ad1f0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f1f0ed;
  position: relative;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #9b9b9b;
  margin: 0 15px;
}
#a9c72a8d32ad1f0 .inner-form .input-field.second-wrap {
  min-width: 65px;
}
#a9c72a8d32ad1f0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  font-size: 14px;
}
#a9c72a8d32ad1f0 .btn-search:hover {
  background: #e77e27;
}
#a9c72a8d32ad1f0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9d1aa9c59ada02 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d1aa9c59ada02 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a9d1aa9c59ada02 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d1aa9c59ada02 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #e67b13;
}
#a9d1aa9c59ada02 .menu-list > li.active > a:before,
#a9d1aa9c59ada02 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d1aa9c59ada02 .menu-list > li ul li {
  position: relative;
}
#a9d1aa9c59ada02 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #e27914;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover > a {
  background-color: #f5a623;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list li ul li a:active,
#a9d1aa9c59ada02 .menu-list li ul li a.active,
#a9d1aa9c59ada02 .menu-list li ul li.active > a {
  background-color: #f5a623;
}
#a9d1aa9c59ada02 .menu-list li ul,
#a9d1aa9c59ada02 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #e27914;
}
#a9d1aa9c59ada02 .menu-list li ul.menu-b > li,
#a9d1aa9c59ada02 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d1aa9c59ada02 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d1aa9c59ada02 .menu-list li:hover > ul {
  display: block;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7eb0a9fc0ae13b .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(34, 25, 77, 0);
  overflow: hidden;
  transition: all .3s ease;
}
#a7eb0a9fc0ae13b .marquee-wrap > .str_move {
  cursor: text;
}
#a7eb0a9fc0ae13b .marquee-wrap:hover {
  background: rgba(34, 25, 77, 0);
}
#a7eb0a9fc0ae13b .marquee-wrap .content {
  position: absolute;
}
#a7eb0a9fc0ae13b .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#a7eb0a9fc0ae13b .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#abd9ba8d6eab8d4 > .ele-wrap {background-color: rgba(43, 43, 43, 1);}#a9bd1a4d33ac796 > .ele-wrap {background-color: rgba(17, 17, 17, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8e1fa5769a17c4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8e1fa5769a17c4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#aaad6a5895a173f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa46da2048a17e0 , #aa46da2048a17e0 a{color: rgba(155, 155, 155, 1);}#a6893aa643a9daf , #a6893aa643a9daf a{color: rgba(155, 155, 155, 1);}#a7a7aa47fda7f42 , #a7a7aa47fda7f42 a{color: rgba(155, 155, 155, 1);}#a0b1ba2f48a4e5c , #a0b1ba2f48a4e5c a{color: rgba(155, 155, 155, 1);}#a79bfa57f1a5825 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ad623a5df9a7de6 .uk-container {
  line-height: 2;
  color: #999;
}
#a9c72a8d32ad1f0 form {
  width: 100%;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a9c72a8d32ad1f0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9c72a8d32ad1f0 .search-box .search-type.show {
  display: block;
}
#a9c72a8d32ad1f0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f0ed;
  cursor: pointer;
  padding: 0 18px;
}
#a9c72a8d32ad1f0 .search-box .search-type li:hover {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .search-box .search-type li.active {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f1f0ed;
  overflow: hidden;
}
#a9c72a8d32ad1f0 .inner-form .input-field {
  height: 100%;
}
#a9c72a8d32ad1f0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #9b9b9b;
}
#a9c72a8d32ad1f0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f1f0ed;
  position: relative;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #9b9b9b;
  margin: 0 15px;
}
#a9c72a8d32ad1f0 .inner-form .input-field.second-wrap {
  min-width: 65px;
}
#a9c72a8d32ad1f0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  font-size: 14px;
}
#a9c72a8d32ad1f0 .btn-search:hover {
  background: #e77e27;
}
#a9c72a8d32ad1f0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9d1aa9c59ada02 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d1aa9c59ada02 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a9d1aa9c59ada02 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d1aa9c59ada02 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #e67b13;
}
#a9d1aa9c59ada02 .menu-list > li.active > a:before,
#a9d1aa9c59ada02 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d1aa9c59ada02 .menu-list > li ul li {
  position: relative;
}
#a9d1aa9c59ada02 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #e27914;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover > a {
  background-color: #f5a623;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list li ul li a:active,
#a9d1aa9c59ada02 .menu-list li ul li a.active,
#a9d1aa9c59ada02 .menu-list li ul li.active > a {
  background-color: #f5a623;
}
#a9d1aa9c59ada02 .menu-list li ul,
#a9d1aa9c59ada02 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #e27914;
}
#a9d1aa9c59ada02 .menu-list li ul.menu-b > li,
#a9d1aa9c59ada02 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d1aa9c59ada02 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d1aa9c59ada02 .menu-list li:hover > ul {
  display: block;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7eb0a9fc0ae13b .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(34, 25, 77, 0);
  overflow: hidden;
  transition: all .3s ease;
}
#a7eb0a9fc0ae13b .marquee-wrap > .str_move {
  cursor: text;
}
#a7eb0a9fc0ae13b .marquee-wrap:hover {
  background: rgba(34, 25, 77, 0);
}
#a7eb0a9fc0ae13b .marquee-wrap .content {
  position: absolute;
}
#a7eb0a9fc0ae13b .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#a7eb0a9fc0ae13b .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#abd9ba8d6eab8d4 > .ele-wrap {background-color: rgba(43, 43, 43, 1);}#a9bd1a4d33ac796 > .ele-wrap {background-color: rgba(17, 17, 17, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8e1fa5769a17c4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8e1fa5769a17c4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#aaad6a5895a173f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa46da2048a17e0 , #aa46da2048a17e0 a{color: rgba(155, 155, 155, 1);}#a6893aa643a9daf , #a6893aa643a9daf a{color: rgba(155, 155, 155, 1);}#a7a7aa47fda7f42 , #a7a7aa47fda7f42 a{color: rgba(155, 155, 155, 1);}#a0b1ba2f48a4e5c , #a0b1ba2f48a4e5c a{color: rgba(155, 155, 155, 1);}#a0d1ca5a0ca045f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#af0caa8206a09fa .login-main {
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(12, 1, 4, 0.05);
}
#af0caa8206a09fa .switch_item {
  margin-right: 10px;
}
#af0caa8206a09fa a.switch_item:hover {
  text-decoration: underline;
}
#af0caa8206a09fa .slider {
  width: 420px;
  height: 600px;
}
#af0caa8206a09fa .uk-slideshow-items {
  height: 100%;
}
#af0caa8206a09fa .uk-slideshow-items a {
  width: 100%;
  height: 100%;
  display: block;
}
#af0caa8206a09fa .login-wrap {
  width: 100%;
  height: 100%;
}
#af0caa8206a09fa .uk-dotnav > * > * {
  background: #fff;
  border-color: #fff;
  opacity: .5;
}
#af0caa8206a09fa .uk-dotnav > .uk-active > * {
  border-color: #0076fe;
  background: #0076fe;
}
#af0caa8206a09fa .phone-login-box {
  margin: 40px auto 40px;
}
#af0caa8206a09fa .login-header {
  margin-bottom: 24px;
}
#af0caa8206a09fa .login-header h4 {
  font-size: 22px;
  font-weight: bolder;
  line-height: 1;
  padding-left: 20px;
  border-left: 4px solid #0076fe;
}
#af0caa8206a09fa .input-item {
  width: 330px;
  height: 45px;
  background-color: #f0f2f7;
  border-radius: 22px;
  border: solid 1px #e3e8f0;
  position: relative;
  overflow: hidden;
}
#af0caa8206a09fa .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;
}
#af0caa8206a09fa .forget_password {
  cursor: pointer;
}
#af0caa8206a09fa .forget_password:hover {
  color: #4a90e2;
}
#af0caa8206a09fa .input-item input.error,
#af0caa8206a09fa .input-item input.error::placeholder {
  color: #fc4343;
}
#af0caa8206a09fa .input-item input::placeholder {
  color: #999;
}
#af0caa8206a09fa .input-item .icon {
  position: absolute;
  left: 10px;
  top: 12px;
  fill: #ccc;
  width: 20px;
}
#af0caa8206a09fa .form-item {
  margin: 24px 0;
}
#af0caa8206a09fa .verifycode-input .input-item {
  width: 200px;
  float: left;
}
#af0caa8206a09fa .send-code {
  float: left;
  margin-left: 20px;
}
#af0caa8206a09fa .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;
}
#af0caa8206a09fa .submit {
  width: 330px;
  height: 45px;
  background-color: #0076fe;
  border-radius: 22px;
  font-size: 18px;
  line-height: 45px;
  color: #fff;
  cursor: pointer;
}
#af0caa8206a09fa .error {
  color: #fc4343;
  font-size: 12px;
  padding-left: 10px;
  display: block;
  max-width: 300px;
}
#af0caa8206a09fa .login_btn_wrap {
  text-align: center;
}
#af0caa8206a09fa .login_btn_wrap .submit {
  display: block;
  margin-bottom: 10px;
}
#af0caa8206a09fa .input-item .pwd-toggle {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  font-size: 16px;
  color: #999;
  cursor: pointer;
}
#af0caa8206a09fa .input-item .pwd-toggle:hover {
  color: currentColor;
}
#abbd1aebc4ae555 .uk-container {
  line-height: 2;
  color: #999;
}
#a9c72a8d32ad1f0 form {
  width: 100%;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a9c72a8d32ad1f0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9c72a8d32ad1f0 .search-box .search-type.show {
  display: block;
}
#a9c72a8d32ad1f0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f0ed;
  cursor: pointer;
  padding: 0 18px;
}
#a9c72a8d32ad1f0 .search-box .search-type li:hover {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .search-box .search-type li.active {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f1f0ed;
  overflow: hidden;
}
#a9c72a8d32ad1f0 .inner-form .input-field {
  height: 100%;
}
#a9c72a8d32ad1f0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #9b9b9b;
}
#a9c72a8d32ad1f0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f1f0ed;
  position: relative;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #9b9b9b;
  margin: 0 15px;
}
#a9c72a8d32ad1f0 .inner-form .input-field.second-wrap {
  min-width: 65px;
}
#a9c72a8d32ad1f0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  font-size: 14px;
}
#a9c72a8d32ad1f0 .btn-search:hover {
  background: #e77e27;
}
#a9c72a8d32ad1f0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9d1aa9c59ada02 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d1aa9c59ada02 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a9d1aa9c59ada02 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d1aa9c59ada02 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #e67b13;
}
#a9d1aa9c59ada02 .menu-list > li.active > a:before,
#a9d1aa9c59ada02 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d1aa9c59ada02 .menu-list > li ul li {
  position: relative;
}
#a9d1aa9c59ada02 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #e27914;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover > a {
  background-color: #f5a623;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list li ul li a:active,
#a9d1aa9c59ada02 .menu-list li ul li a.active,
#a9d1aa9c59ada02 .menu-list li ul li.active > a {
  background-color: #f5a623;
}
#a9d1aa9c59ada02 .menu-list li ul,
#a9d1aa9c59ada02 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #e27914;
}
#a9d1aa9c59ada02 .menu-list li ul.menu-b > li,
#a9d1aa9c59ada02 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d1aa9c59ada02 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d1aa9c59ada02 .menu-list li:hover > ul {
  display: block;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7eb0a9fc0ae13b .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(34, 25, 77, 0);
  overflow: hidden;
  transition: all .3s ease;
}
#a7eb0a9fc0ae13b .marquee-wrap > .str_move {
  cursor: text;
}
#a7eb0a9fc0ae13b .marquee-wrap:hover {
  background: rgba(34, 25, 77, 0);
}
#a7eb0a9fc0ae13b .marquee-wrap .content {
  position: absolute;
}
#a7eb0a9fc0ae13b .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#a7eb0a9fc0ae13b .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#abd9ba8d6eab8d4 > .ele-wrap {background-color: rgba(43, 43, 43, 1);}#a9bd1a4d33ac796 > .ele-wrap {background-color: rgba(17, 17, 17, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8e1fa5769a17c4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8e1fa5769a17c4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#aaad6a5895a173f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa46da2048a17e0 , #aa46da2048a17e0 a{color: rgba(155, 155, 155, 1);}#a6893aa643a9daf , #a6893aa643a9daf a{color: rgba(155, 155, 155, 1);}#a7a7aa47fda7f42 , #a7a7aa47fda7f42 a{color: rgba(155, 155, 155, 1);}#a0b1ba2f48a4e5c , #a0b1ba2f48a4e5c a{color: rgba(155, 155, 155, 1);}#a0d1ca5a0ca045f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a7787a83c0a451a .sidebar {
  width: 150px;
  max-width: 150px;
  height: 100%;
}
#a7787a83c0a451a .nav-items {
  background: #fafafa;
  min-height: 200px;
}
#a7787a83c0a451a .phone-info {
  background: #fafafa;
  margin-top: 10px;
  font-size: 12px;
  padding: 22px 4px 20px 16px;
  line-height: 1.5;
  color: #666;
}
#a7787a83c0a451a .phone-info .phone {
  line-height: 1.5;
  color: #333;
  font-size: 18px;
  font-family: Arial;
}
#a7787a83c0a451a .nav-type {
  line-height: 37px;
  padding-left: 20px;
  cursor: pointer;
}
#a7787a83c0a451a .nav-type.active {
  color: #FFF;
  cursor: default;
  background: #ff658c;
}
#a7787a83c0a451a .content {
  padding-bottom: 60px;
  color: #666;
  border: 1px solid #f0f0f0;
  min-height: 400px;
}
#a7787a83c0a451a .nav-list {
  padding: 0 20px;
}
#a7787a83c0a451a .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;
}
#a7787a83c0a451a .nav-list .nav-item.active {
  background-color: #ff5c89;
  color: #fff;
  cursor: default;
}
#a7787a83c0a451a .order-item {
  margin-top: 10px;
  background: #fff;
  padding: 0 20px;
}
#a7787a83c0a451a .order-item:hover {
  background: #f7f7f7;
}
#a7787a83c0a451a .del-order {
  cursor: pointer;
}
#a7787a83c0a451a .order-item .order-title {
  line-height: 40px;
  color: #666;
  font-size: 13px;
  border-bottom: 1px solid #f7f7f7;
}
#a7787a83c0a451a .goods-item {
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
  cursor: pointer;
}
#a7787a83c0a451a .order-goods-list .goods-item:last-child {
  border-bottom: none;
}
#a7787a83c0a451a .goods-item img {
  width: 100px;
  height: 100px;
  background: #f4f4f4;
}
#a7787a83c0a451a .goods-item .goods-info {
  padding: 0 15px;
}
#a7787a83c0a451a .appoint-time span {
  color: #e4393c;
  background-color: #f9eeee;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 2px;
  line-height: 1;
}
#a7787a83c0a451a .appoint-time {
  margin-bottom: 4px;
}
#a7787a83c0a451a .appoint-name {
  color: #333;
  font-size: 14px;
}
#a7787a83c0a451a .appoint-info {
  padding: 0 15px;
  font-size: 12px;
  color: #888;
}
#a7787a83c0a451a .goods-item .goods-name {
  color: #333;
}
#a7787a83c0a451a .goods-item .sku-name {
  color: #999;
  font-size: 12px;
}
#a7787a83c0a451a .order-total-info {
  padding-bottom: 10px;
  color: #999;
  font-size: 12px;
}
#a7787a83c0a451a .order-total-info .total-price {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
}
#a7787a83c0a451a .load-more {
  font-size: 12px;
  padding-bottom: 15px;
  color: #999;
}
#a7787a83c0a451a .order-btns {
  padding: 10px 0;
  border-top: 1px solid #f7f7f7;
}
#a7787a83c0a451a .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;
}
#a7787a83c0a451a .order-btns .btn-warn {
  color: #fff;
  background: #eb3c3c;
  border-color: #eb3c3c;
  cursor: pointer;
}
#a7787a83c0a451a .appoint-info .title {
  font-weight: bold;
  color: #333;
}
#a7787a83c0a451a .coupon-item {
  margin: 10px 30px;
  display: inline-flex;
  width: 42%;
}
#a7787a83c0a451a .setting-form {
  padding: 30px 20px;
}
#a7787a83c0a451a .setting-item {
  margin-bottom: 20px;
  font-size: 13px;
  color: #666;
  line-height: 18px;
}
#a7787a83c0a451a .setting-item .label {
  display: inline-block;
  margin-right: 6px;
  text-align: right;
  min-width: 120px;
}
#a7787a83c0a451a .setting-item .input-text {
  border: 1px solid #ccc;
  line-height: 28px;
  padding: 0 10px;
  min-width: 200px;
  font-size: 13px;
}
#a7787a83c0a451a .setting-form .setting-btns {
  margin-left: 130px;
}
#a7787a83c0a451a .setting-form .uk-button {
  height: 30px;
  line-height: 30px;
  margin-right: 8px;
}
#a7787a83c0a451a .setting-wrap {
  position: relative;
}
#a7787a83c0a451a .user-info {
  border: 1px solid #ccc;
  width: 300px;
  position: absolute;
  right: 80px;
  top: 30px;
  color: #666;
  padding: 10px;
  font-size: 13px;
  background: #f9f9f9;
}
#a7787a83c0a451a .user-info .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
#a7787a83c0a451a .user-info .levels {
  color: #888;
  font-size: 12px;
}
#a7787a83c0a451a .address-wrap {
  padding: 30px 20px;
}
#a7787a83c0a451a .addr-header {
  font-size: 18px;
  color: #333;
  margin: 0;
}
#a7787a83c0a451a .addr-detail {
  border-bottom: 1px solid #ececec;
  margin-bottom: 10px;
}
#a7787a83c0a451a .addr-list {
  min-height: 200px;
}
#a7787a83c0a451a .addr-detail .addr-item-name,
#a7787a83c0a451a .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;
}
#a7787a83c0a451a .addr-detail .addr-name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
#a7787a83c0a451a .addr-detail .addr-item-name {
  color: #e93b3d;
  border-color: #e93b3d;
}
#a7787a83c0a451a .addr-detail {
  padding: 12px 0;
  flex: 1;
}
#a7787a83c0a451a .op-btns a {
  font-size: 12px;
  color: #e93b3d;
  margin-left: 6px;
}
#a7787a83c0a451a .add-addr {
  height: 32px;
  line-height: 30px;
}
#a7787a83c0a451a .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;
}
#a7787a83c0a451a .publish-item {
  cursor: default;
  min-height: 120px;
}
#a7787a83c0a451a .publish-item .status-0 {
  background-image: url(/resources/sys/img/icons/info-unread.png);
}
#a7787a83c0a451a .publish-item .status-1 {
  background-image: url(/resources/sys/img/icons/info-fail.png);
}
#a7787a83c0a451a .publish-item .btns a {
  display: inline-block;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 2px;
  color: #fff;
  background: #4a90e2;
}
#a7787a83c0a451a .publish-item .btns .del-info {
  background: #ccc;
  color: #999;
}
#ac65ba398cac277 .uk-container {
  line-height: 2;
  color: #999;
}
#a9c72a8d32ad1f0 form {
  width: 100%;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a9c72a8d32ad1f0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9c72a8d32ad1f0 .search-box .search-type.show {
  display: block;
}
#a9c72a8d32ad1f0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f0ed;
  cursor: pointer;
  padding: 0 18px;
}
#a9c72a8d32ad1f0 .search-box .search-type li:hover {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .search-box .search-type li.active {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f1f0ed;
  overflow: hidden;
}
#a9c72a8d32ad1f0 .inner-form .input-field {
  height: 100%;
}
#a9c72a8d32ad1f0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #9b9b9b;
}
#a9c72a8d32ad1f0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f1f0ed;
  position: relative;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #9b9b9b;
  margin: 0 15px;
}
#a9c72a8d32ad1f0 .inner-form .input-field.second-wrap {
  min-width: 65px;
}
#a9c72a8d32ad1f0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  font-size: 14px;
}
#a9c72a8d32ad1f0 .btn-search:hover {
  background: #e77e27;
}
#a9c72a8d32ad1f0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9d1aa9c59ada02 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d1aa9c59ada02 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a9d1aa9c59ada02 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d1aa9c59ada02 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #e67b13;
}
#a9d1aa9c59ada02 .menu-list > li.active > a:before,
#a9d1aa9c59ada02 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d1aa9c59ada02 .menu-list > li ul li {
  position: relative;
}
#a9d1aa9c59ada02 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #e27914;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover > a {
  background-color: #f5a623;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list li ul li a:active,
#a9d1aa9c59ada02 .menu-list li ul li a.active,
#a9d1aa9c59ada02 .menu-list li ul li.active > a {
  background-color: #f5a623;
}
#a9d1aa9c59ada02 .menu-list li ul,
#a9d1aa9c59ada02 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #e27914;
}
#a9d1aa9c59ada02 .menu-list li ul.menu-b > li,
#a9d1aa9c59ada02 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d1aa9c59ada02 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d1aa9c59ada02 .menu-list li:hover > ul {
  display: block;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7eb0a9fc0ae13b .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(34, 25, 77, 0);
  overflow: hidden;
  transition: all .3s ease;
}
#a7eb0a9fc0ae13b .marquee-wrap > .str_move {
  cursor: text;
}
#a7eb0a9fc0ae13b .marquee-wrap:hover {
  background: rgba(34, 25, 77, 0);
}
#a7eb0a9fc0ae13b .marquee-wrap .content {
  position: absolute;
}
#a7eb0a9fc0ae13b .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#a7eb0a9fc0ae13b .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#abd9ba8d6eab8d4 > .ele-wrap {background-color: rgba(43, 43, 43, 1);}#a9bd1a4d33ac796 > .ele-wrap {background-color: rgba(17, 17, 17, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8e1fa5769a17c4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8e1fa5769a17c4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#aaad6a5895a173f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa46da2048a17e0 , #aa46da2048a17e0 a{color: rgba(155, 155, 155, 1);}#a6893aa643a9daf , #a6893aa643a9daf a{color: rgba(155, 155, 155, 1);}#a7a7aa47fda7f42 , #a7a7aa47fda7f42 a{color: rgba(155, 155, 155, 1);}#a0b1ba2f48a4e5c , #a0b1ba2f48a4e5c a{color: rgba(155, 155, 155, 1);}#a0d1ca5a0ca045f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#af5a5a6df9a286e .search-highlight {
  background: yellow;
}
#af5a5a6df9a286e .category-list {
  background: #fff;
  padding: 20px 40px;
}
#af5a5a6df9a286e .goods-sort {
  padding: 10px 0;
}
#af5a5a6df9a286e .goods {
  padding-bottom: 20px;
}
#af5a5a6df9a286e .goods-sort .category {
  border-bottom: 1px dashed #dedede;
  position: relative;
}
#af5a5a6df9a286e .goods-sort .category .name {
  font-size: 14px;
  color: #999;
  position: absolute;
  left: 0;
  top: 0;
}
#af5a5a6df9a286e .goods-sort .category-items {
  overflow: hidden;
  margin-bottom: 4px;
  margin-left: 65px;
}
#af5a5a6df9a286e .goods-sort .category-item {
  float: left;
  color: #333;
  margin-right: 30px;
  margin-bottom: 10px;
  font-size: 14px;
}
#af5a5a6df9a286e .goods-sort .sort-default.active,
#af5a5a6df9a286e .goods-sort .category-item.active {
  color: red;
}
#af5a5a6df9a286e .sorts {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
  line-height: 1;
  border-bottom: 1px solid #dedede;
}
#af5a5a6df9a286e .sorts .name {
  font-size: 14px;
  color: #999;
  margin-right: 28px;
}
#af5a5a6df9a286e .sorts .sort {
  display: inline-block;
  margin-right: 30px;
  font-size: 14px;
  color: #333;
}
#af5a5a6df9a286e .sorts .sort.active span {
  color: #e4393c;
}
#af5a5a6df9a286e .sorts .fa {
  color: #999;
}
#af5a5a6df9a286e .sorts .fa.active {
  color: #e4393c;
}
#af5a5a6df9a286e .sorts .sort-icon {
  display: inline-block;
  margin-left: 6px;
}
#af5a5a6df9a286e .sorts .sort-icon i {
  display: block;
  font-size: 12px;
  line-height: 1;
  height: 2px;
}
#af5a5a6df9a286e .uk-container {
  min-height: 200px;
}
#af5a5a6df9a286e .not-found {
  line-height: 200px;
}
#af5a5a6df9a286e .goods .item {
  color: #333;
  font-weight: 400;
}
#af5a5a6df9a286e .img-alter {
  display: none;
}
#af5a5a6df9a286e .goods .item:hover .img-main {
  display: none;
}
#af5a5a6df9a286e .goods .item:hover .img-alter {
  display: block;
}
#af5a5a6df9a286e .goods .item .title {
  padding: 0 10px;
  margin-bottom: 4px;
  line-height: 20px;
  font-weight: bolder;
  transition: all .1s ease;
}
#af5a5a6df9a286e .goods .item .title:hover {
  color: #d4282d;
}
#af5a5a6df9a286e .goods .item .price {
  color: #d4282d;
  line-height: 22px;
  font-size: 13px;
  font-weight: bold;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#af5a5a6df9a286e .goods .item hr {
  width: 60%;
  display: block;
  height: 1px;
  padding: 0;
  margin: 6px auto 14px;
  border: 0;
  border-top: 1px solid #e8e8e8;
}
#af5a5a6df9a286e .goods .item .subTitle {
  padding: 0 10px;
  line-height: 18px;
  color: #999;
}
#af5a5a6df9a286e .goods .origin-price {
  display: inline-block;
  margin-left: 6px;
  font-size: 12px;
  color: #999;
  text-decoration: line-through;
}
#af5a5a6df9a286e .goods .member-price {
  font-size: 12px;
  color: #d4282d;
  font-weight: 500;
  line-height: 18px;
  margin-left: 10px;
}
#af5a5a6df9a286e .uk-card .uk-card-media {
  background: #fff;
}
#af5a5a6df9a286e .uk-card:hover {
  background-color: #f4f0e9;
}
#af5a5a6df9a286e .sort-time.active .fa {
  color: #e4393c;
}
#af5a5a6df9a286e * + .uk-grid-margin-small,
#af5a5a6df9a286e .uk-grid + .uk-grid-small,
#af5a5a6df9a286e .uk-grid-small > .uk-grid-margin {
  margin-top: 50px;
}
#a7ea3a3301a4ef6 .uk-container {
  line-height: 2;
  color: #999;
}
#a9c72a8d32ad1f0 form {
  width: 100%;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a9c72a8d32ad1f0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9c72a8d32ad1f0 .search-box .search-type.show {
  display: block;
}
#a9c72a8d32ad1f0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f0ed;
  cursor: pointer;
  padding: 0 18px;
}
#a9c72a8d32ad1f0 .search-box .search-type li:hover {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .search-box .search-type li.active {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f1f0ed;
  overflow: hidden;
}
#a9c72a8d32ad1f0 .inner-form .input-field {
  height: 100%;
}
#a9c72a8d32ad1f0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #9b9b9b;
}
#a9c72a8d32ad1f0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f1f0ed;
  position: relative;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #9b9b9b;
  margin: 0 15px;
}
#a9c72a8d32ad1f0 .inner-form .input-field.second-wrap {
  min-width: 65px;
}
#a9c72a8d32ad1f0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  font-size: 14px;
}
#a9c72a8d32ad1f0 .btn-search:hover {
  background: #e77e27;
}
#a9c72a8d32ad1f0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9d1aa9c59ada02 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d1aa9c59ada02 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a9d1aa9c59ada02 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d1aa9c59ada02 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #e67b13;
}
#a9d1aa9c59ada02 .menu-list > li.active > a:before,
#a9d1aa9c59ada02 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d1aa9c59ada02 .menu-list > li ul li {
  position: relative;
}
#a9d1aa9c59ada02 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #e27914;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover > a {
  background-color: #f5a623;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list li ul li a:active,
#a9d1aa9c59ada02 .menu-list li ul li a.active,
#a9d1aa9c59ada02 .menu-list li ul li.active > a {
  background-color: #f5a623;
}
#a9d1aa9c59ada02 .menu-list li ul,
#a9d1aa9c59ada02 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #e27914;
}
#a9d1aa9c59ada02 .menu-list li ul.menu-b > li,
#a9d1aa9c59ada02 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d1aa9c59ada02 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d1aa9c59ada02 .menu-list li:hover > ul {
  display: block;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7eb0a9fc0ae13b .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(34, 25, 77, 0);
  overflow: hidden;
  transition: all .3s ease;
}
#a7eb0a9fc0ae13b .marquee-wrap > .str_move {
  cursor: text;
}
#a7eb0a9fc0ae13b .marquee-wrap:hover {
  background: rgba(34, 25, 77, 0);
}
#a7eb0a9fc0ae13b .marquee-wrap .content {
  position: absolute;
}
#a7eb0a9fc0ae13b .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#a7eb0a9fc0ae13b .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#abd9ba8d6eab8d4 > .ele-wrap {background-color: rgba(43, 43, 43, 1);}#a9bd1a4d33ac796 > .ele-wrap {background-color: rgba(17, 17, 17, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8e1fa5769a17c4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8e1fa5769a17c4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#aaad6a5895a173f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa46da2048a17e0 , #aa46da2048a17e0 a{color: rgba(155, 155, 155, 1);}#a6893aa643a9daf , #a6893aa643a9daf a{color: rgba(155, 155, 155, 1);}#a7a7aa47fda7f42 , #a7a7aa47fda7f42 a{color: rgba(155, 155, 155, 1);}#a0b1ba2f48a4e5c , #a0b1ba2f48a4e5c a{color: rgba(155, 155, 155, 1);}#a0d1ca5a0ca045f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#af30fa79f5a4e83 .coupon-item:after,
#af30fa79f5a4e83 .coupon-item:before {
  background: #f8f8f8;
}
#acce2a053ca72cb .uk-container {
  line-height: 2;
  color: #999;
}
#a9c72a8d32ad1f0 form {
  width: 100%;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a9c72a8d32ad1f0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9c72a8d32ad1f0 .search-box .search-type.show {
  display: block;
}
#a9c72a8d32ad1f0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f0ed;
  cursor: pointer;
  padding: 0 18px;
}
#a9c72a8d32ad1f0 .search-box .search-type li:hover {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .search-box .search-type li.active {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f1f0ed;
  overflow: hidden;
}
#a9c72a8d32ad1f0 .inner-form .input-field {
  height: 100%;
}
#a9c72a8d32ad1f0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #9b9b9b;
}
#a9c72a8d32ad1f0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f1f0ed;
  position: relative;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #9b9b9b;
  margin: 0 15px;
}
#a9c72a8d32ad1f0 .inner-form .input-field.second-wrap {
  min-width: 65px;
}
#a9c72a8d32ad1f0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  font-size: 14px;
}
#a9c72a8d32ad1f0 .btn-search:hover {
  background: #e77e27;
}
#a9c72a8d32ad1f0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9d1aa9c59ada02 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d1aa9c59ada02 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a9d1aa9c59ada02 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d1aa9c59ada02 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #e67b13;
}
#a9d1aa9c59ada02 .menu-list > li.active > a:before,
#a9d1aa9c59ada02 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d1aa9c59ada02 .menu-list > li ul li {
  position: relative;
}
#a9d1aa9c59ada02 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #e27914;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover > a {
  background-color: #f5a623;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list li ul li a:active,
#a9d1aa9c59ada02 .menu-list li ul li a.active,
#a9d1aa9c59ada02 .menu-list li ul li.active > a {
  background-color: #f5a623;
}
#a9d1aa9c59ada02 .menu-list li ul,
#a9d1aa9c59ada02 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #e27914;
}
#a9d1aa9c59ada02 .menu-list li ul.menu-b > li,
#a9d1aa9c59ada02 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d1aa9c59ada02 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d1aa9c59ada02 .menu-list li:hover > ul {
  display: block;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7eb0a9fc0ae13b .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(34, 25, 77, 0);
  overflow: hidden;
  transition: all .3s ease;
}
#a7eb0a9fc0ae13b .marquee-wrap > .str_move {
  cursor: text;
}
#a7eb0a9fc0ae13b .marquee-wrap:hover {
  background: rgba(34, 25, 77, 0);
}
#a7eb0a9fc0ae13b .marquee-wrap .content {
  position: absolute;
}
#a7eb0a9fc0ae13b .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#a7eb0a9fc0ae13b .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#abd9ba8d6eab8d4 > .ele-wrap {background-color: rgba(43, 43, 43, 1);}#a9bd1a4d33ac796 > .ele-wrap {background-color: rgba(17, 17, 17, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8e1fa5769a17c4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8e1fa5769a17c4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#aaad6a5895a173f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa46da2048a17e0 , #aa46da2048a17e0 a{color: rgba(155, 155, 155, 1);}#a6893aa643a9daf , #a6893aa643a9daf a{color: rgba(155, 155, 155, 1);}#a7a7aa47fda7f42 , #a7a7aa47fda7f42 a{color: rgba(155, 155, 155, 1);}#a0b1ba2f48a4e5c , #a0b1ba2f48a4e5c a{color: rgba(155, 155, 155, 1);}#a0d1ca5a0ca045f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a8b67a84d1ad5e3 {
  min-height: 90vh;
  /* mobile */
}
#a8b67a84d1ad5e3 .search-highlight {
  background: yellow;
}
#a8b67a84d1ad5e3 .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#a8b67a84d1ad5e3 .el-title {
  margin-bottom: 20px;
}
#a8b67a84d1ad5e3 .el-item:hover .el-title {
  color: #e90505;
}
#a8b67a84d1ad5e3 .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a8b67a84d1ad5e3 .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a8b67a84d1ad5e3 .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a8b67a84d1ad5e3 .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a8b67a84d1ad5e3 .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a8b67a84d1ad5e3 .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a8b67a84d1ad5e3 .el-title {
    margin-bottom: 0;
  }
  #a8b67a84d1ad5e3 .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a8b67a84d1ad5e3 .category {
    font-size: 12px;
  }
  #a8b67a84d1ad5e3 .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#a94a1a4166aaaf5 .uk-container {
  line-height: 2;
  color: #999;
}
#a9c72a8d32ad1f0 form {
  width: 100%;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a9c72a8d32ad1f0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9c72a8d32ad1f0 .search-box .search-type.show {
  display: block;
}
#a9c72a8d32ad1f0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f0ed;
  cursor: pointer;
  padding: 0 18px;
}
#a9c72a8d32ad1f0 .search-box .search-type li:hover {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .search-box .search-type li.active {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f1f0ed;
  overflow: hidden;
}
#a9c72a8d32ad1f0 .inner-form .input-field {
  height: 100%;
}
#a9c72a8d32ad1f0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #9b9b9b;
}
#a9c72a8d32ad1f0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f1f0ed;
  position: relative;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #9b9b9b;
  margin: 0 15px;
}
#a9c72a8d32ad1f0 .inner-form .input-field.second-wrap {
  min-width: 65px;
}
#a9c72a8d32ad1f0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  font-size: 14px;
}
#a9c72a8d32ad1f0 .btn-search:hover {
  background: #e77e27;
}
#a9c72a8d32ad1f0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9d1aa9c59ada02 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d1aa9c59ada02 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a9d1aa9c59ada02 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d1aa9c59ada02 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #e67b13;
}
#a9d1aa9c59ada02 .menu-list > li.active > a:before,
#a9d1aa9c59ada02 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d1aa9c59ada02 .menu-list > li ul li {
  position: relative;
}
#a9d1aa9c59ada02 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #e27914;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover > a {
  background-color: #f5a623;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list li ul li a:active,
#a9d1aa9c59ada02 .menu-list li ul li a.active,
#a9d1aa9c59ada02 .menu-list li ul li.active > a {
  background-color: #f5a623;
}
#a9d1aa9c59ada02 .menu-list li ul,
#a9d1aa9c59ada02 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #e27914;
}
#a9d1aa9c59ada02 .menu-list li ul.menu-b > li,
#a9d1aa9c59ada02 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d1aa9c59ada02 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d1aa9c59ada02 .menu-list li:hover > ul {
  display: block;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7eb0a9fc0ae13b .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(34, 25, 77, 0);
  overflow: hidden;
  transition: all .3s ease;
}
#a7eb0a9fc0ae13b .marquee-wrap > .str_move {
  cursor: text;
}
#a7eb0a9fc0ae13b .marquee-wrap:hover {
  background: rgba(34, 25, 77, 0);
}
#a7eb0a9fc0ae13b .marquee-wrap .content {
  position: absolute;
}
#a7eb0a9fc0ae13b .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#a7eb0a9fc0ae13b .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#abd9ba8d6eab8d4 > .ele-wrap {background-color: rgba(43, 43, 43, 1);}#a9bd1a4d33ac796 > .ele-wrap {background-color: rgba(17, 17, 17, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8e1fa5769a17c4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8e1fa5769a17c4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#aaad6a5895a173f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa46da2048a17e0 , #aa46da2048a17e0 a{color: rgba(155, 155, 155, 1);}#a6893aa643a9daf , #a6893aa643a9daf a{color: rgba(155, 155, 155, 1);}#a7a7aa47fda7f42 , #a7a7aa47fda7f42 a{color: rgba(155, 155, 155, 1);}#a0b1ba2f48a4e5c , #a0b1ba2f48a4e5c a{color: rgba(155, 155, 155, 1);}#a0d1ca5a0ca045f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5619a95e7a23a6 .uk-checkbox:not(:checked) {
  background: #fff;
}
#a5619a95e7a23a6 .cart-wrap .column {
  float: left;
  text-align: center;
}
#a5619a95e7a23a6 .cart-head,
#a5619a95e7a23a6 .cart-footer,
#a5619a95e7a23a6 .cart-item {
  margin-bottom: 10px;
  padding: 12px 0;
  border: 1px solid #f0f0f0;
  background-color: #fff;
}
#a5619a95e7a23a6 .cart-head {
  background-color: #efefef;
}
#a5619a95e7a23a6 .cart-head,
#a5619a95e7a23a6 .cart-footer {
  margin: 20px 0;
  padding: 12px;
}
#a5619a95e7a23a6 .cart-footer {
  display: none;
}
#a5619a95e7a23a6 .cart-head .c-checkbox {
  width: 150px;
}
#a5619a95e7a23a6 .c-info {
  width: 410px;
}
#a5619a95e7a23a6 .c-price {
  width: 180px;
}
#a5619a95e7a23a6 .c-count {
  width: 170px;
}
#a5619a95e7a23a6 .c-sum {
  width: 170px;
}
#a5619a95e7a23a6 .cart-item {
  padding: 20px 12px;
}
#a5619a95e7a23a6 .selected {
  background-color: #fdf5e9;
}
#a5619a95e7a23a6 .cart-item .c-info {
  width: 500px;
}
#a5619a95e7a23a6 .cart-item .c-checkbox {
  width: 60px;
}
#a5619a95e7a23a6 .cart-item .pic {
  float: left;
  width: 100px;
  height: 100px;
  border: 1px solid #f0f0f0;
  background: #fafafa;
}
#a5619a95e7a23a6 .cart-item .c-info .info {
  padding-left: 120px;
  min-height: 100px;
  width: 500px;
  padding-top: 10px;
  line-height: 1;
}
#a5619a95e7a23a6 .cart-item .c-info .title {
  font-size: 14px;
  display: block;
  color: #333;
  text-align: left;
  margin-bottom: 6px;
}
#a5619a95e7a23a6 .cart-item .c-info span {
  font-size: 12px;
  color: #999;
}
#a5619a95e7a23a6 .cart-item .price {
  text-align: center;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#a5619a95e7a23a6 .cart-item .price-total {
  color: #d4282d;
  font-weight: bolder;
}
#a5619a95e7a23a6 .cart-item .present-price {
  font-size: 14px;
  color: #333;
}
#a5619a95e7a23a6 .cart-item .origin-price {
  color: #999;
  font-size: 12px;
  display: inline-block;
  margin-left: 6px;
  text-decoration: line-through;
}
#a5619a95e7a23a6 .cart-item .column {
  padding-top: 12px;
}
#a5619a95e7a23a6 .cart-item .c-info {
  padding-top: 0;
}
#a5619a95e7a23a6 .cart-item .del {
  color: #555;
}
#a5619a95e7a23a6 .select-num {
  display: inline-block;
  border: 1px solid #ddd;
  overflow: hidden;
  line-height: 30px;
}
#a5619a95e7a23a6 .select-num .btn {
  position: relative;
  width: 30px;
  height: 30px;
  line-height: 28px;
  background: #fff;
  text-align: center;
  color: #888;
  cursor: pointer;
}
#a5619a95e7a23a6 .select-num .btn.disable {
  cursor: not-allowed;
  color: #ececec;
}
#a5619a95e7a23a6 .select-num i {
  line-height: 30px;
}
#a5619a95e7a23a6 .select-num .less {
  float: left;
  border-right: 1px solid #ddd;
}
#a5619a95e7a23a6 .select-num .more {
  float: right;
  border-left: 1px solid #ddd;
}
#a5619a95e7a23a6 .select-num input {
  border: none;
  text-align: center;
  font-size: 12px;
  color: #333;
  width: 60px;
  height: 28px;
}
#a5619a95e7a23a6 .price-info {
  color: #999;
  float: right;
  margin-left: 20px;
}
#a5619a95e7a23a6 .price-info .discount {
  font-size: 12px;
}
#a5619a95e7a23a6 .price-info .price-num {
  font-size: 16px;
  color: #E2231A;
  font-weight: 700;
}
#a5619a95e7a23a6 .column-left {
  line-height: 36px;
}
#a5619a95e7a23a6 .column-left a {
  color: #888;
  display: inline-block;
  margin-left: 10px;
}
#a5619a95e7a23a6 .column-left a:hover {
  color: #E2231A;
}
#a5619a95e7a23a6 .column-right {
  padding-right: 130px;
}
#a5619a95e7a23a6 .column-right .selected-num {
  color: #999;
  font-size: 13px;
  line-height: 26px;
}
#a5619a95e7a23a6 .column-right .selected-num span {
  color: #E2231A;
  font-weight: bolder;
  display: inline-block;
  margin: 0 2px;
}
#a5619a95e7a23a6 .order-btn {
  display: block;
  position: absolute;
  right: -1px;
  top: -1px;
  width: 130px;
  line-height: 68px;
  color: #fff;
  font-size: 24px;
  background-color: #E2231A;
  text-align: center;
}
#a5619a95e7a23a6 .cart-icon {
  width: 200px;
  fill: #ccc;
}
#abffcab435aa7f8 .uk-container {
  line-height: 2;
  color: #999;
}
#a9c72a8d32ad1f0 form {
  width: 100%;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a9c72a8d32ad1f0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9c72a8d32ad1f0 .search-box .search-type.show {
  display: block;
}
#a9c72a8d32ad1f0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f0ed;
  cursor: pointer;
  padding: 0 18px;
}
#a9c72a8d32ad1f0 .search-box .search-type li:hover {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .search-box .search-type li.active {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f1f0ed;
  overflow: hidden;
}
#a9c72a8d32ad1f0 .inner-form .input-field {
  height: 100%;
}
#a9c72a8d32ad1f0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #9b9b9b;
}
#a9c72a8d32ad1f0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f1f0ed;
  position: relative;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #9b9b9b;
  margin: 0 15px;
}
#a9c72a8d32ad1f0 .inner-form .input-field.second-wrap {
  min-width: 65px;
}
#a9c72a8d32ad1f0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  font-size: 14px;
}
#a9c72a8d32ad1f0 .btn-search:hover {
  background: #e77e27;
}
#a9c72a8d32ad1f0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9d1aa9c59ada02 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d1aa9c59ada02 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a9d1aa9c59ada02 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d1aa9c59ada02 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #e67b13;
}
#a9d1aa9c59ada02 .menu-list > li.active > a:before,
#a9d1aa9c59ada02 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d1aa9c59ada02 .menu-list > li ul li {
  position: relative;
}
#a9d1aa9c59ada02 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #e27914;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover > a {
  background-color: #f5a623;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list li ul li a:active,
#a9d1aa9c59ada02 .menu-list li ul li a.active,
#a9d1aa9c59ada02 .menu-list li ul li.active > a {
  background-color: #f5a623;
}
#a9d1aa9c59ada02 .menu-list li ul,
#a9d1aa9c59ada02 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #e27914;
}
#a9d1aa9c59ada02 .menu-list li ul.menu-b > li,
#a9d1aa9c59ada02 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d1aa9c59ada02 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d1aa9c59ada02 .menu-list li:hover > ul {
  display: block;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7eb0a9fc0ae13b .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(34, 25, 77, 0);
  overflow: hidden;
  transition: all .3s ease;
}
#a7eb0a9fc0ae13b .marquee-wrap > .str_move {
  cursor: text;
}
#a7eb0a9fc0ae13b .marquee-wrap:hover {
  background: rgba(34, 25, 77, 0);
}
#a7eb0a9fc0ae13b .marquee-wrap .content {
  position: absolute;
}
#a7eb0a9fc0ae13b .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#a7eb0a9fc0ae13b .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#abd9ba8d6eab8d4 > .ele-wrap {background-color: rgba(43, 43, 43, 1);}#a9bd1a4d33ac796 > .ele-wrap {background-color: rgba(17, 17, 17, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8e1fa5769a17c4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8e1fa5769a17c4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#aaad6a5895a173f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa46da2048a17e0 , #aa46da2048a17e0 a{color: rgba(155, 155, 155, 1);}#a6893aa643a9daf , #a6893aa643a9daf a{color: rgba(155, 155, 155, 1);}#a7a7aa47fda7f42 , #a7a7aa47fda7f42 a{color: rgba(155, 155, 155, 1);}#a0b1ba2f48a4e5c , #a0b1ba2f48a4e5c a{color: rgba(155, 155, 155, 1);}#a0d1ca5a0ca045f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a9cdaa3928a0cbf .checkout-title {
  font-size: 16px;
  color: #666;
  line-height: 42px;
}
#a9cdaa3928a0cbf .checkout-wrap {
  background-color: #fff;
  padding: 0 20px;
  border: 1px solid #f0f0f0;
  color: #666;
}
#a9cdaa3928a0cbf .add-addr {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 12px;
}
#a9cdaa3928a0cbf .checkout-wrap h3 {
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  color: #333;
  font-weight: bold;
  margin: 0;
}
#a9cdaa3928a0cbf .addr-list {
  height: 45px;
  overflow: hidden;
}
#a9cdaa3928a0cbf .addr-list.expand {
  height: auto;
}
#a9cdaa3928a0cbf .addr-item {
  list-style: none;
  height: 30px;
  margin: 6px 0 20px;
  display: block;
  position: relative;
}
#a9cdaa3928a0cbf .addr-item:hover {
  background-color: #fff3f3;
}
#a9cdaa3928a0cbf .addr-item .addr-item-name {
  list-style: none;
  position: relative;
  border: 1px solid #ddd;
  line-height: 28px;
  padding: 0 10px;
  width: 120px;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  color: #777;
  float: left;
  margin-right: 15px;
}
#a9cdaa3928a0cbf .addr-item.selected .addr-item-name {
  border: 2px solid #FF0036;
}
#a9cdaa3928a0cbf .addr-default {
  margin: 5px 10px;
  background-color: #999;
  color: #fff;
  padding: 0 4px;
  line-height: 20px;
  display: inline-block;
}
#a9cdaa3928a0cbf .addr-item.selected .addr-item-name i {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 12px;
  height: 12px;
  overflow: hidden;
  text-indent: -99em;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAMAAABhq6zVAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAJUExURUxpcf8AN////7f4NBoAAAABdFJOUwBA5thmAAAAMUlEQVQI103MAQ4AMAQEQev/j66i6YrEXIKIX9jY2NjYyDmhZnlCo5rdyWvebfYDVAcSmABbA7WD+QAAAABJRU5ErkJggg==);
  color: black;
}
#a9cdaa3928a0cbf .addr-item .addr-detail {
  line-height: 30px;
  font-size: 12px;
}
#a9cdaa3928a0cbf .addr-item .op-btns {
  position: absolute;
  right: 0;
  top: 6px;
  font-size: 12px;
}
#a9cdaa3928a0cbf .addr-item .op-btns a {
  color: #005ea7;
  display: inline-block;
  margin-right: 12px;
}
#a9cdaa3928a0cbf .addr-item .op-btns a:hover {
  color: #FF0036;
}
#a9cdaa3928a0cbf .addr-switch {
  line-height: 24px;
  cursor: pointer;
  font-size: 12px;
  margin-bottom: 15px;
}
#a9cdaa3928a0cbf .addr-switch b {
  display: inline-block;
  vertical-align: middle;
  height: 10px;
  line-height: 10px;
  width: 9px;
  margin-left: 5px;
  background: url(/resources/sys/img/toggle-arrow.png) no-repeat 0 0;
}
#a9cdaa3928a0cbf .addr-switch.expand b {
  background-position: 0 -10px;
}
#a9cdaa3928a0cbf table {
  border: 1px solid #ececec;
  margin: 0 0 30px;
  color: #333;
}
#a9cdaa3928a0cbf table thead {
  color: #999;
  background-color: #f5f5f5;
}
#a9cdaa3928a0cbf table td {
  text-align: center;
}
#a9cdaa3928a0cbf table thead td {
  border-top: none;
}
#a9cdaa3928a0cbf table .goods-pic {
  width: 100px;
  height: 100px;
  margin-right: 12px;
  float: left;
}
#a9cdaa3928a0cbf table .goods-info a {
  color: #333;
  font-weight: bolder;
}
#a9cdaa3928a0cbf table .goods-info span {
  font-size: 12px;
  color: #999;
}
#a9cdaa3928a0cbf .origin-price {
  color: #999;
  text-decoration: line-through;
}
#a9cdaa3928a0cbf table .price {
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#a9cdaa3928a0cbf .checkout-summary {
  margin: 20px 4px 10px;
}
#a9cdaa3928a0cbf .summary-item {
  font-size: 12px;
  line-height: 24px;
  color: #666;
}
#a9cdaa3928a0cbf .summary-item > em {
  width: 140px;
  display: inline-block;
  color: #333;
  font-size: 12px;
  font-family: verdana;
  font-style: normal;
}
#a9cdaa3928a0cbf .order-confirm {
  padding: 15px 10px 15px 0;
  text-align: right;
  border-top: 1px solid #e6e6e6;
  color: #999;
  background-color: #f4f4f4;
  line-height: 24px;
  font-size: 12px;
}
#a9cdaa3928a0cbf .order-confirm .total-price {
  display: inline-block;
  color: #e4393c;
  font-family: Verdana;
  font-weight: 700;
  font-size: 18px;
  min-width: 122px;
}
#a9cdaa3928a0cbf .order-btn {
  margin-top: 20px;
  display: inline-block;
  line-height: 42px;
  padding: 0 35px;
  color: #fff;
  font-size: 18px;
  background-color: #E2231A;
  text-align: center;
  border-radius: 2px;
  cursor: pointer;
}
#a9cdaa3928a0cbf .order-submit-btn:hover {
  background-color: #EF494D;
}
#a9cdaa3928a0cbf .coupon-select {
  padding: 0 20px;
  line-height: 28px;
  color: #EF494D;
  border: 1px solid #EF494D;
  margin-top: 6px;
  display: inline-block;
  cursor: pointer;
  font-weight: 500;
}
#a9cdaa3928a0cbf .coupon-select.disable {
  color: #555;
  border-color: #333;
  cursor: not-allowed;
}
#a9cdaa3928a0cbf .select-num {
  display: inline-block;
  border: 1px solid #ddd;
  overflow: hidden;
  line-height: 30px;
}
#a9cdaa3928a0cbf .select-num .btn {
  position: relative;
  width: 30px;
  height: 30px;
  line-height: 28px;
  background: #fff;
  text-align: center;
  color: #888;
  cursor: pointer;
}
#a9cdaa3928a0cbf .select-num .btn.disable {
  cursor: not-allowed;
  color: #ececec;
}
#a9cdaa3928a0cbf .select-num i {
  line-height: 30px;
}
#a9cdaa3928a0cbf .select-num .less {
  float: left;
  border-right: 1px solid #ddd;
}
#a9cdaa3928a0cbf .select-num .more {
  float: right;
  border-left: 1px solid #ddd;
}
#a9cdaa3928a0cbf .select-num input {
  border: none;
  text-align: center;
  font-size: 12px;
  color: #333;
  width: 60px;
  height: 28px;
}
#a9cdaa3928a0cbf .toggle-point {
  position: absolute;
  right: 0;
  top: 24px;
}
#a33e6aa1eaa22e4 .uk-container {
  line-height: 2;
  color: #999;
}
#a9c72a8d32ad1f0 form {
  width: 100%;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a9c72a8d32ad1f0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9c72a8d32ad1f0 .search-box .search-type.show {
  display: block;
}
#a9c72a8d32ad1f0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f0ed;
  cursor: pointer;
  padding: 0 18px;
}
#a9c72a8d32ad1f0 .search-box .search-type li:hover {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .search-box .search-type li.active {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f1f0ed;
  overflow: hidden;
}
#a9c72a8d32ad1f0 .inner-form .input-field {
  height: 100%;
}
#a9c72a8d32ad1f0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #9b9b9b;
}
#a9c72a8d32ad1f0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f1f0ed;
  position: relative;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #9b9b9b;
  margin: 0 15px;
}
#a9c72a8d32ad1f0 .inner-form .input-field.second-wrap {
  min-width: 65px;
}
#a9c72a8d32ad1f0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  font-size: 14px;
}
#a9c72a8d32ad1f0 .btn-search:hover {
  background: #e77e27;
}
#a9c72a8d32ad1f0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9d1aa9c59ada02 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d1aa9c59ada02 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a9d1aa9c59ada02 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d1aa9c59ada02 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #e67b13;
}
#a9d1aa9c59ada02 .menu-list > li.active > a:before,
#a9d1aa9c59ada02 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d1aa9c59ada02 .menu-list > li ul li {
  position: relative;
}
#a9d1aa9c59ada02 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #e27914;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover > a {
  background-color: #f5a623;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list li ul li a:active,
#a9d1aa9c59ada02 .menu-list li ul li a.active,
#a9d1aa9c59ada02 .menu-list li ul li.active > a {
  background-color: #f5a623;
}
#a9d1aa9c59ada02 .menu-list li ul,
#a9d1aa9c59ada02 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #e27914;
}
#a9d1aa9c59ada02 .menu-list li ul.menu-b > li,
#a9d1aa9c59ada02 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d1aa9c59ada02 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d1aa9c59ada02 .menu-list li:hover > ul {
  display: block;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7eb0a9fc0ae13b .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(34, 25, 77, 0);
  overflow: hidden;
  transition: all .3s ease;
}
#a7eb0a9fc0ae13b .marquee-wrap > .str_move {
  cursor: text;
}
#a7eb0a9fc0ae13b .marquee-wrap:hover {
  background: rgba(34, 25, 77, 0);
}
#a7eb0a9fc0ae13b .marquee-wrap .content {
  position: absolute;
}
#a7eb0a9fc0ae13b .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#a7eb0a9fc0ae13b .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#abd9ba8d6eab8d4 > .ele-wrap {background-color: rgba(43, 43, 43, 1);}#a9bd1a4d33ac796 > .ele-wrap {background-color: rgba(17, 17, 17, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8e1fa5769a17c4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8e1fa5769a17c4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#aaad6a5895a173f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa46da2048a17e0 , #aa46da2048a17e0 a{color: rgba(155, 155, 155, 1);}#a6893aa643a9daf , #a6893aa643a9daf a{color: rgba(155, 155, 155, 1);}#a7a7aa47fda7f42 , #a7a7aa47fda7f42 a{color: rgba(155, 155, 155, 1);}#a0b1ba2f48a4e5c , #a0b1ba2f48a4e5c a{color: rgba(155, 155, 155, 1);}#a0d1ca5a0ca045f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a84e8adbd6ade48 .title {
  font-size: 18px;
  color: #000;
  line-height: 2;
}
#a84e8adbd6ade48 .order-id {
  color: #666;
}
#a84e8adbd6ade48 .payment {
  cursor: pointer;
}
#a84e8adbd6ade48 .payment img {
  min-height: 40px;
}
#a84e8adbd6ade48 .payment-wrap {
  border: 1px solid #ececec;
  margin: 20px 0;
}
#a84e8adbd6ade48 .payment-title {
  height: 42px;
  padding-left: 21px;
  background-color: #f4f4f4;
  border-bottom: 1px solid #efefef;
  line-height: 41px;
  color: #999;
  font-size: 14px;
}
#a84e8adbd6ade48 .selected {
  border: 2px solid #e1251b;
}
#a84e8adbd6ade48 .btn {
  display: inline-block;
  line-height: 42px;
  padding: 2px 35px;
  color: #fff;
  font-size: 18px;
  background-color: #E2231A;
  text-align: center;
  border-radius: 2px;
  cursor: pointer;
}
#a84e8adbd6ade48 .btn:hover {
  background-color: #EF494D;
}
#aa010a3d86aa863 .uk-container {
  line-height: 2;
  color: #999;
}
#a9c72a8d32ad1f0 form {
  width: 100%;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a9c72a8d32ad1f0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9c72a8d32ad1f0 .search-box .search-type.show {
  display: block;
}
#a9c72a8d32ad1f0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f0ed;
  cursor: pointer;
  padding: 0 18px;
}
#a9c72a8d32ad1f0 .search-box .search-type li:hover {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .search-box .search-type li.active {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f1f0ed;
  overflow: hidden;
}
#a9c72a8d32ad1f0 .inner-form .input-field {
  height: 100%;
}
#a9c72a8d32ad1f0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #9b9b9b;
}
#a9c72a8d32ad1f0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f1f0ed;
  position: relative;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #9b9b9b;
  margin: 0 15px;
}
#a9c72a8d32ad1f0 .inner-form .input-field.second-wrap {
  min-width: 65px;
}
#a9c72a8d32ad1f0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  font-size: 14px;
}
#a9c72a8d32ad1f0 .btn-search:hover {
  background: #e77e27;
}
#a9c72a8d32ad1f0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9d1aa9c59ada02 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d1aa9c59ada02 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a9d1aa9c59ada02 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d1aa9c59ada02 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #e67b13;
}
#a9d1aa9c59ada02 .menu-list > li.active > a:before,
#a9d1aa9c59ada02 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d1aa9c59ada02 .menu-list > li ul li {
  position: relative;
}
#a9d1aa9c59ada02 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #e27914;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover > a {
  background-color: #f5a623;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list li ul li a:active,
#a9d1aa9c59ada02 .menu-list li ul li a.active,
#a9d1aa9c59ada02 .menu-list li ul li.active > a {
  background-color: #f5a623;
}
#a9d1aa9c59ada02 .menu-list li ul,
#a9d1aa9c59ada02 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #e27914;
}
#a9d1aa9c59ada02 .menu-list li ul.menu-b > li,
#a9d1aa9c59ada02 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d1aa9c59ada02 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d1aa9c59ada02 .menu-list li:hover > ul {
  display: block;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7eb0a9fc0ae13b .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(34, 25, 77, 0);
  overflow: hidden;
  transition: all .3s ease;
}
#a7eb0a9fc0ae13b .marquee-wrap > .str_move {
  cursor: text;
}
#a7eb0a9fc0ae13b .marquee-wrap:hover {
  background: rgba(34, 25, 77, 0);
}
#a7eb0a9fc0ae13b .marquee-wrap .content {
  position: absolute;
}
#a7eb0a9fc0ae13b .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#a7eb0a9fc0ae13b .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#abd9ba8d6eab8d4 > .ele-wrap {background-color: rgba(43, 43, 43, 1);}#a9bd1a4d33ac796 > .ele-wrap {background-color: rgba(17, 17, 17, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8e1fa5769a17c4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8e1fa5769a17c4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#aaad6a5895a173f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa46da2048a17e0 , #aa46da2048a17e0 a{color: rgba(155, 155, 155, 1);}#a6893aa643a9daf , #a6893aa643a9daf a{color: rgba(155, 155, 155, 1);}#a7a7aa47fda7f42 , #a7a7aa47fda7f42 a{color: rgba(155, 155, 155, 1);}#a0b1ba2f48a4e5c , #a0b1ba2f48a4e5c a{color: rgba(155, 155, 155, 1);}#a0d1ca5a0ca045f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a2360a3860a6819 {
  max-width: 1200px;
  margin: 0 auto;
}
#a2360a3860a6819 .m-header {
  background: #fff;
  height: 44px;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}
#a2360a3860a6819 .order-container {
  padding-bottom: 60px;
}
#a2360a3860a6819 .express-date {
  color: #999;
  font-size: 12px;
}
#a2360a3860a6819 .m-header-back {
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;
  height: 44px;
  padding: 10px;
  text-align: center;
}
#a2360a3860a6819 .m-header-back svg {
  width: 16px;
  fill: #666;
}
#a2360a3860a6819 .m-header-title {
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  color: #333;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#a2360a3860a6819 .order-status {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #f66d70), to(#e93b3d));
  background-image: -webkit-linear-gradient(left, #f66d70, #e93b3d);
  background-image: linear-gradient(90deg, #f66d70, #e93b3d);
  color: #fff;
  padding: 12px 10px;
  font-size: 12px;
  line-height: 18px;
  position: relative;
}
#a2360a3860a6819 .order-status:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 20px;
  left: 0;
  bottom: 0;
  border-radius: 0 100% 0 0;
  background-image: -webkit-linear-gradient(60deg, #e93c3e 32%, #f66c6c 69%);
  background-image: linear-gradient(30deg, #e93c3e 32%, #f66c6c 69%);
}
#a2360a3860a6819 .order-status:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 48px;
  right: 0;
  bottom: 0;
  border-radius: 100% 0 0 2%;
  background-image: -webkit-linear-gradient(53deg, #e93c3e 8%, #f66d70 78%);
  background-image: linear-gradient(37deg, #e93c3e 8%, #f66d70 78%);
}
#a2360a3860a6819 .state-desc {
  padding-left: 25px;
}
#a2360a3860a6819 .order-status .icon-status {
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-image: url(/resources/sys/img/order_status_icon.png);
  background-size: 41px 41px;
  background-repeat: no-repeat;
  top: 25px;
}
#a2360a3860a6819 .order-status .icon-status.status-1,
#a2360a3860a6819 .order-status .icon-status.status-2,
#a2360a3860a6819 .order-status .icon-status.status-3 {
  background-position: 0 -22px;
}
#a2360a3860a6819 .order-status .icon-status.status--1 {
  background-position: -22px 0;
}
#a2360a3860a6819 .state-desc .state-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
#a2360a3860a6819 .state-tip {
  font-size: 12px;
}
#a2360a3860a6819 .top-content {
  padding: 0 10px;
  background: #fff;
}
#a2360a3860a6819 .top-content .fa {
  font-size: 24px;
  display: inline-block;
  margin-right: 10px;
  color: #ccc;
  width: 24px;
  text-align: center;
}
#a2360a3860a6819 .top-content .desc {
  color: #333;
  line-height: 21px;
  font-size: 14px;
  background: #fff;
}
#a2360a3860a6819 .top-content .tip {
  font-size: 12px;
  line-height: 18px;
  color: #999;
}
#a2360a3860a6819 .top-content .content-wrap {
  padding: 12px 0;
  border-bottom: 1px solid #f7f7f7;
}
#a2360a3860a6819 .top-content.address .content-wrap {
  border-bottom: none;
}
#a2360a3860a6819 .goods-item {
  margin-top: 10px;
  padding: 10px 10px 20px 10px;
  background: #fff;
  border-bottom: 1px solid #f7f7f7;
}
#a2360a3860a6819 .goods-item img {
  display: block;
  width: 75px;
  height: 75px;
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  margin-right: 10px;
}
#a2360a3860a6819 .goods-info .title {
  font-size: 14px;
  margin-bottom: 3px;
  word-break: break-all;
  position: relative;
  color: #333;
  font-weight: 500;
}
#a2360a3860a6819 .goods-info .sku-name {
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #999;
}
#a2360a3860a6819 .goods-info .private-info {
  font-size: 12px;
}
#a2360a3860a6819 .goods-info .num-wrap {
  color: #999;
  font-size: 12px;
}
#a2360a3860a6819 .goods-info .present-price {
  line-height: 30px;
  color: #e93b3d;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
}
#a2360a3860a6819 .panel {
  background: #fff;
  margin: 20px 0;
}
#a2360a3860a6819 .panel-header {
  padding: 10px;
  color: #333;
  font-size: 16px;
  position: relative;
  border-bottom: 1px solid #f7f7f7;
}
#a2360a3860a6819 .panel-header .tip {
  line-height: 24px;
  font-size: 12px;
  position: absolute;
  right: 10px;
  top: 10px;
  color: #999;
}
#a2360a3860a6819 .contact {
  padding: 16px 0;
  line-height: 1;
  font-size: 12px;
  color: #999;
  display: block;
  text-align: center;
}
#a2360a3860a6819 .hide {
  display: none;
}
#a2360a3860a6819 .contact img {
  width: 20px;
  height: 20px;
  margin-right: 4px;
  display: inline-block;
}
#a2360a3860a6819 .order-detail {
  padding: 15px 10px;
  background: #fff;
}
#a2360a3860a6819 .order-detail .order-item {
  line-height: 22px;
  margin-bottom: 3px;
  color: #151515;
}
#a2360a3860a6819 .order-detail .order-item span {
  color: #999;
  display: inline-block;
  margin-right: 6px;
}
#a2360a3860a6819 .order-summary {
  border-top: 1px solid #f7f7f7;
  padding: 12px 0;
}
#a2360a3860a6819 .order-id {
  font-size: 13px;
  font-style: normal;
}
#a2360a3860a6819 .order-summary .order-price {
  line-height: 21px;
  color: #333;
  font-weight: 400;
}
#a2360a3860a6819 .order-summary .price {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bolder;
}
#a2360a3860a6819 .total-price {
  font-size: 16px;
  color: #333;
  font-weight: 500;
  line-height: 32px;
}
#a2360a3860a6819 .total-price .price {
  color: #f2270c;
}
#a2360a3860a6819 .order-bottom {
  height: 50px;
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  z-index: 1000;
  font-size: 12px;
  border-top: 1px solid #f7f7f7;
}
#a2360a3860a6819 .pay-btn {
  display: inline-block;
  line-height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 35px;
  color: #fff;
  font-size: 18px;
  background-color: #E2231A;
  text-align: center;
  cursor: pointer;
}
#a866fae3ceaae57 .uk-container {
  line-height: 2;
  color: #999;
}
#a9c72a8d32ad1f0 form {
  width: 100%;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a9c72a8d32ad1f0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9c72a8d32ad1f0 .search-box .search-type.show {
  display: block;
}
#a9c72a8d32ad1f0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f0ed;
  cursor: pointer;
  padding: 0 18px;
}
#a9c72a8d32ad1f0 .search-box .search-type li:hover {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .search-box .search-type li.active {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f1f0ed;
  overflow: hidden;
}
#a9c72a8d32ad1f0 .inner-form .input-field {
  height: 100%;
}
#a9c72a8d32ad1f0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #9b9b9b;
}
#a9c72a8d32ad1f0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f1f0ed;
  position: relative;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #9b9b9b;
  margin: 0 15px;
}
#a9c72a8d32ad1f0 .inner-form .input-field.second-wrap {
  min-width: 65px;
}
#a9c72a8d32ad1f0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  font-size: 14px;
}
#a9c72a8d32ad1f0 .btn-search:hover {
  background: #e77e27;
}
#a9c72a8d32ad1f0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9d1aa9c59ada02 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d1aa9c59ada02 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a9d1aa9c59ada02 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d1aa9c59ada02 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #e67b13;
}
#a9d1aa9c59ada02 .menu-list > li.active > a:before,
#a9d1aa9c59ada02 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d1aa9c59ada02 .menu-list > li ul li {
  position: relative;
}
#a9d1aa9c59ada02 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #e27914;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover > a {
  background-color: #f5a623;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list li ul li a:active,
#a9d1aa9c59ada02 .menu-list li ul li a.active,
#a9d1aa9c59ada02 .menu-list li ul li.active > a {
  background-color: #f5a623;
}
#a9d1aa9c59ada02 .menu-list li ul,
#a9d1aa9c59ada02 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #e27914;
}
#a9d1aa9c59ada02 .menu-list li ul.menu-b > li,
#a9d1aa9c59ada02 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d1aa9c59ada02 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d1aa9c59ada02 .menu-list li:hover > ul {
  display: block;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7eb0a9fc0ae13b .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(34, 25, 77, 0);
  overflow: hidden;
  transition: all .3s ease;
}
#a7eb0a9fc0ae13b .marquee-wrap > .str_move {
  cursor: text;
}
#a7eb0a9fc0ae13b .marquee-wrap:hover {
  background: rgba(34, 25, 77, 0);
}
#a7eb0a9fc0ae13b .marquee-wrap .content {
  position: absolute;
}
#a7eb0a9fc0ae13b .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#a7eb0a9fc0ae13b .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#abd9ba8d6eab8d4 > .ele-wrap {background-color: rgba(43, 43, 43, 1);}#a9bd1a4d33ac796 > .ele-wrap {background-color: rgba(17, 17, 17, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8e1fa5769a17c4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8e1fa5769a17c4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#aaad6a5895a173f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa46da2048a17e0 , #aa46da2048a17e0 a{color: rgba(155, 155, 155, 1);}#a6893aa643a9daf , #a6893aa643a9daf a{color: rgba(155, 155, 155, 1);}#a7a7aa47fda7f42 , #a7a7aa47fda7f42 a{color: rgba(155, 155, 155, 1);}#a0b1ba2f48a4e5c , #a0b1ba2f48a4e5c a{color: rgba(155, 155, 155, 1);}#a0d1ca5a0ca045f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a0b4ca687aa55bd .comment-detail {
  min-height: 600px;
}
#a0b4ca687aa55bd table {
  background: #f9fdff;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#a0b4ca687aa55bd table th,
#a0b4ca687aa55bd table td {
  padding: 10px 20px;
  border: #ececec 1px solid;
  line-height: 1.8em;
}
#a0b4ca687aa55bd table th {
  padding-left: 0;
  text-align: right;
  background: #eff7fe;
  font-weight: normal;
  color: #333;
}
#a0b4ca687aa55bd .red {
  color: #F00!important;
}
#a0b4ca687aa55bd .table-title span {
  display: inline-block;
  padding: 0 40px;
  line-height: 40px;
  color: #274589;
  font-size: 16px;
  font-weight: bold;
  background: url(/resources/sys/img/icons/title_icon.png) 0 center no-repeat;
}
#abff3a184faf158 .uk-container {
  line-height: 2;
  color: #999;
}
#a9c72a8d32ad1f0 form {
  width: 100%;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a9c72a8d32ad1f0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9c72a8d32ad1f0 .search-box .search-type.show {
  display: block;
}
#a9c72a8d32ad1f0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f0ed;
  cursor: pointer;
  padding: 0 18px;
}
#a9c72a8d32ad1f0 .search-box .search-type li:hover {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .search-box .search-type li.active {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f1f0ed;
  overflow: hidden;
}
#a9c72a8d32ad1f0 .inner-form .input-field {
  height: 100%;
}
#a9c72a8d32ad1f0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #9b9b9b;
}
#a9c72a8d32ad1f0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f1f0ed;
  position: relative;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #9b9b9b;
  margin: 0 15px;
}
#a9c72a8d32ad1f0 .inner-form .input-field.second-wrap {
  min-width: 65px;
}
#a9c72a8d32ad1f0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  font-size: 14px;
}
#a9c72a8d32ad1f0 .btn-search:hover {
  background: #e77e27;
}
#a9c72a8d32ad1f0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9d1aa9c59ada02 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d1aa9c59ada02 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a9d1aa9c59ada02 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d1aa9c59ada02 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #e67b13;
}
#a9d1aa9c59ada02 .menu-list > li.active > a:before,
#a9d1aa9c59ada02 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d1aa9c59ada02 .menu-list > li ul li {
  position: relative;
}
#a9d1aa9c59ada02 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #e27914;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover > a {
  background-color: #f5a623;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list li ul li a:active,
#a9d1aa9c59ada02 .menu-list li ul li a.active,
#a9d1aa9c59ada02 .menu-list li ul li.active > a {
  background-color: #f5a623;
}
#a9d1aa9c59ada02 .menu-list li ul,
#a9d1aa9c59ada02 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #e27914;
}
#a9d1aa9c59ada02 .menu-list li ul.menu-b > li,
#a9d1aa9c59ada02 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d1aa9c59ada02 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d1aa9c59ada02 .menu-list li:hover > ul {
  display: block;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7eb0a9fc0ae13b .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(34, 25, 77, 0);
  overflow: hidden;
  transition: all .3s ease;
}
#a7eb0a9fc0ae13b .marquee-wrap > .str_move {
  cursor: text;
}
#a7eb0a9fc0ae13b .marquee-wrap:hover {
  background: rgba(34, 25, 77, 0);
}
#a7eb0a9fc0ae13b .marquee-wrap .content {
  position: absolute;
}
#a7eb0a9fc0ae13b .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#a7eb0a9fc0ae13b .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#abd9ba8d6eab8d4 > .ele-wrap {background-color: rgba(43, 43, 43, 1);}#a9bd1a4d33ac796 > .ele-wrap {background-color: rgba(17, 17, 17, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8e1fa5769a17c4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8e1fa5769a17c4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#aaad6a5895a173f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa46da2048a17e0 , #aa46da2048a17e0 a{color: rgba(155, 155, 155, 1);}#a6893aa643a9daf , #a6893aa643a9daf a{color: rgba(155, 155, 155, 1);}#a7a7aa47fda7f42 , #a7a7aa47fda7f42 a{color: rgba(155, 155, 155, 1);}#a0b1ba2f48a4e5c , #a0b1ba2f48a4e5c a{color: rgba(155, 155, 155, 1);}#a0d1ca5a0ca045f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a4551a7c62ad2c7 .address-select {
  cursor: pointer;
}
#a4551a7c62ad2c7 .form-item {
  border-bottom: 1px solid #f5f5f5;
  padding: 20px 0;
}
#a4551a7c62ad2c7 .form-item-last {
  border-bottom: none;
}
#a4551a7c62ad2c7 .form-item .uk-form-label {
  font-size: 16px;
  color: #888;
  margin-bottom: 8px;
  font-weight: bolder;
  display: block;
}
#a4551a7c62ad2c7 .address-select .uk-select {
  width: 100px;
}
#a4551a7c62ad2c7 .form-item .uk-input,
#a4551a7c62ad2c7 .form-item .uk-select {
  background: #fafafa;
  border-color: #eee;
}
#a4551a7c62ad2c7 .submit-btn {
  background: #5cc55c;
  font-size: 18px;
  width: 160px;
  text-align: center;
  border-radius: 2px;
  line-height: 48px;
}
#a4551a7c62ad2c7 .submit-btn:hover {
  opacity: .9;
}
#a4551a7c62ad2c7 .img-box {
  margin-top: 40px;
}
#a4551a7c62ad2c7 .img-box .up-p {
  margin-bottom: 20px;
  font-size: 16px;
  color: #555;
}
#a4551a7c62ad2c7 .z_photo {
  padding: 18px;
  border: 2px dashed #e7e6e6;
}
#a4551a7c62ad2c7 .z_photo .z_file {
  position: relative;
}
#a4551a7c62ad2c7 .z_file .file {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
#a4551a7c62ad2c7 .z_photo .up-section {
  position: relative;
  margin-right: 20px;
  margin-bottom: 20px;
}
#a4551a7c62ad2c7 .up-section .close-upimg {
  position: absolute;
  top: 6px;
  right: 8px;
  display: none;
  z-index: 10;
}
#a4551a7c62ad2c7 .up-section .up-span {
  display: block;
  width: 100%;
  height: 100%;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  background: rgba(0, 0, 0, 0.5);
}
#a4551a7c62ad2c7 .up-section:hover {
  border: 2px solid #f15134;
}
#a4551a7c62ad2c7 .up-section:hover .close-upimg {
  display: block;
}
#a4551a7c62ad2c7 .up-section:hover .up-span {
  visibility: visible;
}
#a4551a7c62ad2c7 .z_photo .up-img {
  display: block;
  width: 100%;
  height: 100%;
}
#a4551a7c62ad2c7 .upimg-div .up-section {
  width: 190px;
  height: 180px;
}
#a4551a7c62ad2c7 .img-box .upimg-div .z_file {
  width: 190px;
  height: 180px;
}
#a4551a7c62ad2c7 .publish-price {
  font-size: 16px;
  color: #888;
}
#a4551a7c62ad2c7 .publish-price .num {
  color: #ff9933;
  display: inline-block;
  margin: 0 4px;
  font-weight: 500;
}
#a4551a7c62ad2c7 .z_file .add-img {
  display: block;
  width: 190px;
  height: 180px;
  cursor: pointer;
}
#a4551a7c62ad2c7 .mask {
  z-index: 1000;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
#a4551a7c62ad2c7 .mask .mask-content {
  width: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -250px;
  margin-top: -80px;
  background: #fff;
  height: 160px;
  text-align: center;
}
#a4551a7c62ad2c7 .mask .mask-content .del-p {
  color: #555;
  height: 94px;
  line-height: 94px;
  font-size: 18px;
  border-bottom: 1px solid #d1d1d1;
}
#a4551a7c62ad2c7 .mask-content .check-p {
  height: 66px;
  line-height: 66px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#a4551a7c62ad2c7 .mask-content .check-p span {
  width: 49%;
  display: inline-block;
  text-align: center;
  color: #d4361d;
  font-size: 18px;
}
#a4551a7c62ad2c7 .check-p .del-com {
  border-right: 1px solid #d1d1d1;
}
#a4551a7c62ad2c7 #fileList,
#a4551a7c62ad2c7 #picker {
  display: inline-block;
  float: left;
}
#a4551a7c62ad2c7 .thumbnail {
  width: 140px;
  display: inline-block;
  margin-right: 10px;
  position: relative;
}
#a4551a7c62ad2c7 .thumbnail img {
  width: 100%;
  height: 130px;
}
#a4551a7c62ad2c7 .thumbnail .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-indent: 5px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}
#a4551a7c62ad2c7 .thumbnail .error {
  background: #f43838;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 28px;
  line-height: 28px;
  width: 100%;
  z-index: 100;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
}
#a4551a7c62ad2c7 .thumbnail .remove {
  position: absolute;
  color: #fff;
  right: 10px;
  top: 10px;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  line-height: 24px;
}
#a4551a7c62ad2c7 #picker {
  width: 140px;
  height: 130px;
  background: url(/resources/sys/img/upload-img.png) center center no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  font-size: 0px;
  text-indent: -1000px;
}
#a4551a7c62ad2c7 .webuploader-pick {
  height: 100%;
}
#a3f11ae633ad6bd .uk-container {
  line-height: 2;
  color: #999;
}
#a9c72a8d32ad1f0 form {
  width: 100%;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a9c72a8d32ad1f0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9c72a8d32ad1f0 .search-box .search-type.show {
  display: block;
}
#a9c72a8d32ad1f0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f0ed;
  cursor: pointer;
  padding: 0 18px;
}
#a9c72a8d32ad1f0 .search-box .search-type li:hover {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .search-box .search-type li.active {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f1f0ed;
  overflow: hidden;
}
#a9c72a8d32ad1f0 .inner-form .input-field {
  height: 100%;
}
#a9c72a8d32ad1f0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #9b9b9b;
}
#a9c72a8d32ad1f0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f1f0ed;
  position: relative;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #9b9b9b;
  margin: 0 15px;
}
#a9c72a8d32ad1f0 .inner-form .input-field.second-wrap {
  min-width: 65px;
}
#a9c72a8d32ad1f0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  font-size: 14px;
}
#a9c72a8d32ad1f0 .btn-search:hover {
  background: #e77e27;
}
#a9c72a8d32ad1f0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9d1aa9c59ada02 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d1aa9c59ada02 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a9d1aa9c59ada02 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d1aa9c59ada02 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #e67b13;
}
#a9d1aa9c59ada02 .menu-list > li.active > a:before,
#a9d1aa9c59ada02 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d1aa9c59ada02 .menu-list > li ul li {
  position: relative;
}
#a9d1aa9c59ada02 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #e27914;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover > a {
  background-color: #f5a623;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list li ul li a:active,
#a9d1aa9c59ada02 .menu-list li ul li a.active,
#a9d1aa9c59ada02 .menu-list li ul li.active > a {
  background-color: #f5a623;
}
#a9d1aa9c59ada02 .menu-list li ul,
#a9d1aa9c59ada02 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #e27914;
}
#a9d1aa9c59ada02 .menu-list li ul.menu-b > li,
#a9d1aa9c59ada02 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d1aa9c59ada02 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d1aa9c59ada02 .menu-list li:hover > ul {
  display: block;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7eb0a9fc0ae13b .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(34, 25, 77, 0);
  overflow: hidden;
  transition: all .3s ease;
}
#a7eb0a9fc0ae13b .marquee-wrap > .str_move {
  cursor: text;
}
#a7eb0a9fc0ae13b .marquee-wrap:hover {
  background: rgba(34, 25, 77, 0);
}
#a7eb0a9fc0ae13b .marquee-wrap .content {
  position: absolute;
}
#a7eb0a9fc0ae13b .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#a7eb0a9fc0ae13b .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#abd9ba8d6eab8d4 > .ele-wrap {background-color: rgba(43, 43, 43, 1);}#a9bd1a4d33ac796 > .ele-wrap {background-color: rgba(17, 17, 17, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8e1fa5769a17c4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8e1fa5769a17c4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#aaad6a5895a173f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa46da2048a17e0 , #aa46da2048a17e0 a{color: rgba(155, 155, 155, 1);}#a6893aa643a9daf , #a6893aa643a9daf a{color: rgba(155, 155, 155, 1);}#a7a7aa47fda7f42 , #a7a7aa47fda7f42 a{color: rgba(155, 155, 155, 1);}#a0b1ba2f48a4e5c , #a0b1ba2f48a4e5c a{color: rgba(155, 155, 155, 1);}#a0d1ca5a0ca045f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a8818a7ee8af1d9 .search-detail {
  min-height: 400px;
}
#a8818a7ee8af1d9 table {
  background: #f9fdff;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#a8818a7ee8af1d9 table th,
#a8818a7ee8af1d9 table td {
  padding: 10px 20px;
  border: #ececec 1px solid;
  line-height: 1.8em;
}
#a8818a7ee8af1d9 table th {
  padding-left: 0;
  text-align: right;
  background: #eff7fe;
  font-weight: normal;
  color: #333;
}
#a8818a7ee8af1d9 .red {
  color: #F00!important;
}
#a8818a7ee8af1d9 .table-title span {
  display: inline-block;
  padding: 0 40px;
  line-height: 40px;
  color: #274589;
  font-size: 16px;
  font-weight: bold;
  background: url(/resources/sys/img/icons/title_icon.png) 0 center no-repeat;
}
#a3898a0993aaa8c .uk-container {
  line-height: 2;
  color: #999;
}
#a9c72a8d32ad1f0 form {
  width: 100%;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9c72a8d32ad1f0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a9c72a8d32ad1f0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9c72a8d32ad1f0 .search-box .search-type.show {
  display: block;
}
#a9c72a8d32ad1f0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f1f0ed;
  cursor: pointer;
  padding: 0 18px;
}
#a9c72a8d32ad1f0 .search-box .search-type li:hover {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .search-box .search-type li.active {
  color: #e77e27;
}
#a9c72a8d32ad1f0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f1f0ed;
  overflow: hidden;
}
#a9c72a8d32ad1f0 .inner-form .input-field {
  height: 100%;
}
#a9c72a8d32ad1f0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #9b9b9b;
}
#a9c72a8d32ad1f0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#a9c72a8d32ad1f0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f1f0ed;
  position: relative;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9c72a8d32ad1f0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #9b9b9b;
  margin: 0 15px;
}
#a9c72a8d32ad1f0 .inner-form .input-field.second-wrap {
  min-width: 65px;
}
#a9c72a8d32ad1f0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  font-size: 14px;
}
#a9c72a8d32ad1f0 .btn-search:hover {
  background: #e77e27;
}
#a9c72a8d32ad1f0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9d1aa9c59ada02 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d1aa9c59ada02 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a9d1aa9c59ada02 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d1aa9c59ada02 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #e67b13;
}
#a9d1aa9c59ada02 .menu-list > li.active > a:before,
#a9d1aa9c59ada02 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d1aa9c59ada02 .menu-list > li ul li {
  position: relative;
}
#a9d1aa9c59ada02 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #e27914;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover > a {
  background-color: #f5a623;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a9d1aa9c59ada02 .menu-list li ul li a:active,
#a9d1aa9c59ada02 .menu-list li ul li a.active,
#a9d1aa9c59ada02 .menu-list li ul li.active > a {
  background-color: #f5a623;
}
#a9d1aa9c59ada02 .menu-list li ul,
#a9d1aa9c59ada02 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #e27914;
}
#a9d1aa9c59ada02 .menu-list li ul.menu-b > li,
#a9d1aa9c59ada02 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d1aa9c59ada02 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d1aa9c59ada02 .menu-list li:hover > ul {
  display: block;
}
#a9d1aa9c59ada02 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7eb0a9fc0ae13b .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(34, 25, 77, 0);
  overflow: hidden;
  transition: all .3s ease;
}
#a7eb0a9fc0ae13b .marquee-wrap > .str_move {
  cursor: text;
}
#a7eb0a9fc0ae13b .marquee-wrap:hover {
  background: rgba(34, 25, 77, 0);
}
#a7eb0a9fc0ae13b .marquee-wrap .content {
  position: absolute;
}
#a7eb0a9fc0ae13b .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#a7eb0a9fc0ae13b .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #949494;
}
#abd9ba8d6eab8d4 > .ele-wrap {background-color: rgba(43, 43, 43, 1);}#a9bd1a4d33ac796 > .ele-wrap {background-color: rgba(17, 17, 17, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8e1fa5769a17c4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8e1fa5769a17c4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4316ab00ba2c1f a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#aaad6a5895a173f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa46da2048a17e0 , #aa46da2048a17e0 a{color: rgba(155, 155, 155, 1);}#a6893aa643a9daf , #a6893aa643a9daf a{color: rgba(155, 155, 155, 1);}#a7a7aa47fda7f42 , #a7a7aa47fda7f42 a{color: rgba(155, 155, 155, 1);}#a0b1ba2f48a4e5c , #a0b1ba2f48a4e5c a{color: rgba(155, 155, 155, 1);}